summaryrefslogtreecommitdiff
path: root/library/WT/Menu.php
AgeCommit message (Expand)AuthorFilesLines
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-325/+0
2015-01-28Palette not highlighted in colors themeGreg Roach1-2/+2
2015-01-28Active palette not highlighted in colors themeGreg Roach1-2/+2
2015-01-17New theme system and admin interfaceGreg Roach1-6/+49
2014-12-17Enforce getters/setters for menu attributesGreg Roach1-11/+11
2014-12-05PHPDocGreg Roach1-1/+1
2014-11-27PHPDocGreg Roach1-2/+2
2014-11-19Consistent capitalization of function names. Deprecated functions.Greg Roach1-38/+2
2014-11-19Unit tests for the menu classGreg Roach1-24/+24
2014-11-18Merge some menu changes from the theme branchGreg Roach1-96/+179
2014-11-08PHPDocGreg Roach1-2/+3
2014-10-18PHPDocGreg Roach1-1/+1
2014-10-17PHPDocGreg Roach1-48/+81
2014-09-17PHPDocGreg Roach1-3/+3
2014-05-10Cleanup - unused codeGreg Roach1-1/+1
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-5/+0
2014-05-08DocBlock headers - fix mismatches with code and apply consistent formattingGreg Roach1-9/+12
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-30Typos in msgctxt strings for relationships. Consistent use of punctuationGreg Roach1-1/+1
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-04-09Function getMenuAsDropdown() removedNigel Osborne1-16/+0
2013-02-16Allow Menus to be displayed without using is_null()fisharebest1-0/+5
2012-08-16Using tool-tips on empty menus does not cohere with other menu presentation. ...fisharebest1-7/+1
2012-08-12Remove some redundant white-space from the HTML. This improves our Google Pa...fisharebest1-5/+5
2012-08-08Remove debug codeNigel Osborne1-1/+1
2012-08-08Further correction to submenus Nigel Osborne1-1/+2
2012-08-08Further correction to submenus Nigel Osborne1-1/+1
2012-08-08Correct error caused by previous change (in favorites menu)Nigel Osborne1-1/+1
2012-08-08Proposed fix for colors theme part of Bug #1033949 - Add news article fatal e...Nigel Osborne1-1/+6
2012-07-09Remove old/unused code relating to JS menus. Also fixes #1016225 - fisharebest1-72/+4
2012-04-24move lightbox menu to cssŁukasz Wilenski1-1/+1
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-3/+3
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various combinatio...fisharebest1-2/+0
2011-07-08The "Home/Gedcom" menu should (for consistency with other menus) always have ...fisharebest1-6/+6
2011-06-19WT_Menu::getMenuAsList() fails with empty submenufisharebest1-3/+5
2011-06-15Update the WT_Menu constructor to include the menu ID. Most menu items will ...fisharebest1-11/+8
2011-06-08We no longer have/need menu separators.fisharebest1-22/+1
2011-06-06Fix for IE display problems (min-width on main menus doesn't work)Nigel Osborne1-1/+1
2011-06-02Add missing edit media icons; solve menu RTL issues; add sub-sub menu pointer...Nigel Osborne1-1/+1
2011-06-01Add » to the end of submenus that have sub-submenusNigel Osborne1-0/+3
2011-05-26Add unique-id to all menu items. This will allow CSS based menus to add icon...fisharebest1-8/+16
2011-03-26sub-sub-menus do not appear when the sub-menu is not a hyperlinkfisharebest1-1/+1
2011-03-12Replace the old interactive tree with a new version by Daniel Faivre.fisharebest1-2/+2
2011-01-01Refactoring class names and use autoloading.fisharebest1-0/+297