aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/navigation.php
AgeCommit message (Collapse)Author
2013-06-14Fixes #5626 adds limit for display of titles for river, breadcrumbs, and ↵Cash Costello
list pages
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
#2845 - persist 'selected' state of site menu
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 ↵Cash Costello
on delete to prevent accidental deletes
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
thanks to JEBailey
2011-09-14Fixes #3681 fixed Utilities menu collisions in admin section and added ↵Cash Costello
documentation about registering more than one menu item with the same name to a menu
2011-08-24Refs #3750. Added annotation menu for generic comments (delete) and default ↵Brett Profitt
annotations (empty).
2011-07-06changed new convenience function from elgg_register_add_button() to ↵Cash Costello
elgg_register_title_button()
2011-06-28Merge pull request #51 from cash/add-data-to-menuCash Costello
Fixes #3615 Better handling of options in ElggMenuItem
2011-06-26removed buttons logic from content header view, created convenience function ↵cash
rather than copying and pasting, and updated the blog plugin
2011-06-26added a data array to ElggMenuItem. Now by default options end up being ↵cash
passed to output/url.
2011-06-26Fixes #3470 using rel=toggle nowCash Costello
2011-04-18Fixes #3358. Renamed menu's class to link_class and documented possible ↵brettp
problems with passing <a> tags in the text option. git-svn-id: http://code.elgg.org/elgg/trunk@9005 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-04Refs #3073 first version of horizontal river menu. css still needs work for ↵cash
likes and the comment text bubble needs to be darkened git-svn-id: http://code.elgg.org/elgg/trunk@8935 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-03better title attributes for entity menu edit/delete linkscash
git-svn-id: http://code.elgg.org/elgg/trunk@8929 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-01Fixes #3287 added documentation on non-link menu items cash
git-svn-id: http://code.elgg.org/elgg/trunk@8893 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Fixes #3026 documentation for menu systemcash
git-svn-id: http://code.elgg.org/elgg/trunk@8857 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-25Refs #3119 if only one item left, move it off more menu (but only when ↵cash
nothing selected) git-svn-id: http://code.elgg.org/elgg/trunk@8834 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ewinslow
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-09Fixes #3058 pulls likes out as a plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@8639 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-07Refs #2895 entity menu uses new menu systemcash
git-svn-id: http://code.elgg.org/elgg/trunk@8622 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-26Fixes #2951 not registering utilities menu item by default but added code to ↵cash
automatically register a parent menu if not registered in admin menu registration function. We lose the ability to set a weight on utilities. git-svn-id: http://code.elgg.org/elgg/trunk@8501 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-25Corrects bug that occurred when ElggMenuItem is passedewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8472 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-25Emit a warning + debug info when an attempt to register a menu item failsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8470 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24Fixes #2997 - href used instead of url in menu systemcash
git-svn-id: http://code.elgg.org/elgg/trunk@8456 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10fixed access issue on menu namecash
git-svn-id: http://code.elgg.org/elgg/trunk@8092 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-01Moved functions from export.php - river.php into deprecated filesewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7980 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-01Reversing 7975ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7978 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-01Refs #2839: moved deprecated functions from access.php - ↵ewinslow
private_settings.php to deprecated.php. Still have to do relationships.php - xml.php. Deleted documentation for these functions since 1) it was using up precious bytes, and 2) documentation should not be needed since people should not be trying to use these if they are using 1.8, and 3) I assume the documentation will exist as archived 1.7 docs. git-svn-id: http://code.elgg.org/elgg/trunk@7975 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-29accidently removed the site menu set up functioncash
git-svn-id: http://code.elgg.org/elgg/trunk@7953 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-27removed menu code introduced for elgg.com that did not make it into 1.8cash
git-svn-id: http://code.elgg.org/elgg/trunk@7949 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-22deprecated add_menu() and made it compatible with 1.8cash
git-svn-id: http://code.elgg.org/elgg/trunk@7892 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29page menu using the new menu system - admin menu updatedcash
git-svn-id: http://code.elgg.org/elgg/trunk@7738 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-18site nav menu now uses new menu code (and finished the implementation of ↵cash
custom menu items while I was at it - not backward compatible with the previous half finished version) git-svn-id: http://code.elgg.org/elgg/trunk@7668 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-17Refs #2320 added new menu functions and classescash
git-svn-id: http://code.elgg.org/elgg/trunk@7655 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Fixes #2128 - replaces all uses of set_context() and get_context() in core ↵cash
and plugins git-svn-id: http://code.elgg.org/elgg/trunk@7215 36083f99-b078-4883-b0ff-0f9b5a30f544