pylonweb / refinerycms-menus

Adds menus to pages, so you can create various custom menus to use on your frontend
MIT License
24 stars 30 forks source link

Flex menus2 #9

Closed jokklan closed 11 years ago

jokklan commented 11 years ago

Removed all view changes to the pages engine, and created a new interface only for Page Menus.

Added rails rendering of page menu links. This is not yet a optimal solutions, as menu links now will be rendered both in rails (initially) and in js (when adding new links).

Also removed the now deprecated refinery_page_id from PagePosition and refactored the code a bit.

These changes are not complete yet.