aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/navigation.php
AgeCommit message (Expand)Author
2013-06-14Fixes #5626 adds limit for display of titles for river, breadcrumbs, and list...Cash Costello
2013-05-31Fixes #4912 custom site menu items are now matchedCash Costello
2013-02-09remove unused code: vars, foreach keys, etcSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2012-12-16Merge pull request #325 from beck24/#2845-site-menu-select-persistanceBrett Profitt
2012-07-31Fixes #4774. Added tokens insted is_action param in delete river menu item.Sem
2012-07-17switched to matching by link name - same results, simpler codeMatt Beckett
2012-07-15persist 'selected' state of site menuMatt Beckett
2012-07-09Refs #4631 $object->canEdit() check not necessary and added a confirm popup o...Cash Costello
2012-07-07Fixes #4631. Admins are now able to delete river items.Sem
2012-06-15Fixes #4581: elgg_pop_breadcrumb now returns the itemSteve Clay
2012-01-27Fixes #3509 added documentation to menu system about confirm linksCash Costello
2012-01-09coding standard fixes to engineCash Costello
2011-12-18Fix #4200: Converting widgets controls into an elgg menuIsmayil Khayredinov
2011-11-05Fixes #4024 fixed a lot of notices - enough for this release - found a few bugscash
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-10-01Fixes #3860 changed context-sensitive to dynamic to describe menuscash
2011-09-30Fixes #3904 action word should come first for encode_text parametercash
2011-09-25Fixes #3876 fixed dangling more site menu when items are manually selected - ...cash
2011-09-14Fixes #3681 fixed Utilities menu collisions in admin section and added docume...Cash Costello
2011-08-24Refs #3750. Added annotation menu for generic comments (delete) and default a...Brett Profitt
2011-07-06changed new convenience function from elgg_register_add_button() to elgg_regi...Cash Costello
2011-06-28Merge pull request #51 from cash/add-data-to-menuCash Costello
2011-06-26removed buttons logic from content header view, created convenience function ...cash
2011-06-26added a data array to ElggMenuItem. Now by default options end up being passe...cash
2011-06-26Fixes #3470 using rel=toggle nowCash Costello
2011-04-18Fixes #3358. Renamed menu's class to link_class and documented possible probl...brettp
2011-04-04Refs #3073 first version of horizontal river menu. css still needs work for l...cash
2011-04-03better title attributes for entity menu edit/delete linkscash
2011-04-01Fixes #3287 added documentation on non-link menu items cash
2011-03-26Fixes #3026 documentation for menu systemcash
2011-03-25Refs #3119 if only one item left, move it off more menu (but only when nothin...cash
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-03-09Fixes #3058 pulls likes out as a plugincash
2011-03-07Refs #2895 entity menu uses new menu systemcash
2011-02-26Fixes #2951 not registering utilities menu item by default but added code to ...cash
2011-02-25Corrects bug that occurred when ElggMenuItem is passedewinslow
2011-02-25Emit a warning + debug info when an attempt to register a menu item failsewinslow
2011-02-24Fixes #2997 - href used instead of url in menu systemcash
2011-02-10fixed access issue on menu namecash
2011-02-01Moved functions from export.php - river.php into deprecated filesewinslow
2011-02-01Reversing 7975ewinslow
2011-02-01Refs #2839: moved deprecated functions from access.php - private_settings.php...ewinslow
2011-01-29accidently removed the site menu set up functioncash
2011-01-27removed menu code introduced for elgg.com that did not make it into 1.8cash
2011-01-22deprecated add_menu() and made it compatible with 1.8cash
2010-12-29page menu using the new menu system - admin menu updatedcash
2010-12-18site nav menu now uses new menu code (and finished the implementation of cust...cash
2010-12-17Refs #2320 added new menu functions and classescash
2010-11-03Fixes #2128 - replaces all uses of set_context() and get_context() in core an...cash