Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-08 | most of the comments in the engine now past the sniffer | Cash Costello | |
2012-01-08 | coding standards fixes - comments | Cash Costello | |
2011-11-13 | added the missing set/get priority methods to ElggMenuItem | cash | |
2011-11-05 | Fixes #4024 fixed a lot of notices - enough for this release - found a few bugs | cash | |
2011-10-08 | Fixes #3411 output/url now has a is_trusted parameter - defaults to false | Cash Costello | |
2011-09-18 | Fixes #3786 menu code was corrupting link class if an additional class was ↵ | Cash Costello | |
passed through getContent() | |||
2011-09-10 | Fixes #3741 fixed menu code so that all links do not get empty title and ↵ | Cash Costello | |
confirm attributes | |||
2011-06-29 | handling spaces and uppercase characters when creating menu item classes | cash | |
2011-06-26 | added a data array to ElggMenuItem. Now by default options end up being ↵ | cash | |
passed to output/url. | |||
2011-06-26 | Fixes #3470 using rel=toggle now | Cash Costello | |
2011-06-22 | Merge pull request #44 from lie2815/3546-menu-item-edit-text | Cash Costello | |
Fixes #3546 Add setText() method to ElggMenuItem class | |||
2011-06-21 | Add param description to PHPDoc comments of setText() function. | Franz Liedke | |
2011-06-21 | Fix dumb typos from last commit. | Franz Liedke | |
2011-06-20 | Add setText() method to ElggMenuItem class. Fixes #3546. | Franz Liedke | |
2011-06-20 | Add setHref() method to ElggMenuItem class. Fixes #3486. | Franz Liedke | |
2011-06-13 | Fixes #3282 always using a menu item's name in its class | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9200 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-11 | sorting plugin settings menu items by text | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9169 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-18 | Fixes #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-14 | Refs #3023. Exposed item_class option in the menu item factory. Should we ↵ | brettp | |
change 'class' to 'link_class' to avoid confusion? git-svn-id: http://code.elgg.org/elgg/trunk@8999 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-01 | Refs #3287 setting null for menu href means you want an empty <a></a> tag ↵ | cash | |
with no href git-svn-id: http://code.elgg.org/elgg/trunk@8894 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-01 | Fixes #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-07 | added support for confirm text to ElggMenuItem | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8621 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-01 | Fixes #3031 using 'priority' now | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8545 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-01 | Fixes #3032: toggler pattern is now <a href="#target" ↵ | ewinslow | |
class="elgg-toggler">...</a> Wow, so much nicer. git-svn-id: http://code.elgg.org/elgg/trunk@8538 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-01 | Added support for "rel" to ElggMenuItem | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8537 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-01 | Fixes #3023: added support for 'class' argument in elgg_register_menu_item | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8536 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-25 | Supporting is_action in ElggMenuItem | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8469 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-24 | fixed typo in elgg menu updates from last night | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8460 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-24 | finished the implementation of non-links in menu system | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8458 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-24 | using getContent() in menu system in preparation for supporting non-links | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8457 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-24 | Fixes #2997 - href used instead of url in menu system | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8456 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-24 | Refs #2997 switching from title to text for menu items | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8455 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-19 | Added 4 methods to ElggMenuItem: get/setLinkClass() and get/setItemClass(). ↵ | brettp | |
This allows you to put classes on the a and li tags it generates. git-svn-id: http://code.elgg.org/elgg/trunk@8313 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-13 | admin menu uses weights for ordering | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8201 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-04 | Added new priority 'requires' for plugin dep system. You can now say that a ↵ | brettp | |
plugin is required to be after / before another plugin in the system. git-svn-id: http://code.elgg.org/elgg/trunk@8016 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-29 | page menu using the new menu system - admin menu updated | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7738 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-27 | improved menu creation for on demand menus and integrated hover menu items ↵ | cash | |
into profile owner block git-svn-id: http://code.elgg.org/elgg/trunk@7724 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-18 | half way through converting submenu to new menu code - pages and groups are ↵ | cash | |
the two major users left git-svn-id: http://code.elgg.org/elgg/trunk@7669 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-18 | site 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-17 | Refs #2320 added new menu functions and classes | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7655 36083f99-b078-4883-b0ff-0f9b5a30f544 |