summaryrefslogtreecommitdiff
path: root/library/WT/MenuBar.php
AgeCommit message (Expand)AuthorFilesLines
2013-06-29(no commit message)fisharebest1-4/+4
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-1/+1
2012-10-31Update DB structure - remove wt_media_mapping table (use wt_links instead), u...fisharebest1-1/+1
2012-09-21Add highlight to active language and theme in drop-down menus.Nigel Osborne1-0/+2
2012-09-16#1006430 - rtl/ltr parenthesis etc.fisharebest1-1/+1
2012-09-15Fix: lots of issues when there are either no trees, or no trees with public a...fisharebest1-2/+2
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-2/+2
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-9/+6
2012-08-25#901006 - Show path is not updating in Rela. chartfisharebest1-3/+3
2012-08-07Proposed fix for colors theme part of Bug #1033949 - Add news article fatal e...Nigel Osborne1-9/+7
2012-08-07Proposed fix for colors theme part of Bug #1033949 - Add news article fatal e...Nigel Osborne1-6/+8
2012-07-09Fix: "set link" menu layout corrupted in album tab, media rowfisharebest1-8/+8
2012-03-24Replace array of images with CSS.fisharebest1-5/+2
2012-03-23The JavaScript menus are deprecated, so remove legacy code for formatting the...fisharebest1-113/+0
2012-03-16#920405 - Interactive tree url wrong after loginfisharebest1-2/+2
2012-03-07Update DB schema for favorites and news tables. Use numeric IDs instead of t...fisharebest1-6/+6
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc...fisharebest1-2/+2
2012-01-30Fix: charts- menu gives fatal PHP error after deleting family.fisharebest1-1/+1
2012-01-20Remove the "Help" menu. Make the FAQ module a menu.fisharebest1-53/+0
2012-01-16#916852 - Help Content Wrongfisharebest1-5/+2
2011-12-05Revert SVN 12983Rob Peters1-1/+1
2011-12-05Revert SVN 12983Rob Peters1-1/+1
2011-12-04Remove patch from relationship and implement in MenuBar. Patch switches the ...Rob Peters1-2/+2
2011-11-29#584835 - remove more references to $_SESSION and use $WT_SESSION insteadfisharebest1-2/+2
2011-11-15fix typoŁukasz Wilenski1-1/+1
2011-11-10Fix: bad URLs generated in menu for repo/sour/note/obje/plac listsfisharebest1-5/+5
2011-11-09When navigating from INDI/FAM pages to INDILIST/FAMLIST pages, initialise the...fisharebest1-77/+27
2011-11-04Square brackets are not valid characters in URLS, and need escapingfisharebest1-1/+1
2011-11-04Square brackets are not valid characters in URLS, and need escapingfisharebest1-2/+2
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-46/+15
2011-11-01Use AJAX for handling update actions. These should not be GET/POST requests....fisharebest1-6/+13
2011-10-28#883304 - The home page URL does not include the GEDCOMfisharebest1-2/+2
2011-10-21#796580 - "<" in surname breaks indilistfisharebest1-3/+3
2011-10-13Search engines:fisharebest1-43/+46
2011-10-06Add initial support for serving static files from a content delivery network.fisharebest1-1/+1
2011-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ...fisharebest1-2/+2
2011-07-28Relationship charts - links the wrong way round.fisharebest1-4/+4
2011-07-20add translationŁukasz Wilenski1-7/+6
2011-07-08#807377 - "Add to favorites" shows also when not logged in fisharebest1-40/+44
2011-07-08The "Home/Gedcom" menu should (for consistency with other menus) always have ...fisharebest1-23/+15
2011-07-05HTML validationfisharebest1-1/+1
2011-06-19Remove errant commafisharebest1-1/+1
2011-06-19Favorites list is changed back to being a combination of user and family-tree...fisharebest1-27/+59
2011-06-19Update the names and descriptions of the modules, so that they are (hopefully...fisharebest1-9/+9
2011-06-18Favorites menu: (1) do not show favorites menu if the favorites modules are ...fisharebest1-94/+32
2011-06-15Update the WT_Menu constructor to include the menu ID. Most menu items will ...fisharebest1-126/+85
2011-06-12Minor tidy up - only check for ALLOW_THEME_DROPDOWN in one place. Also saves...fisharebest1-18/+12
2011-06-09I18N: Improve English texts. (Multi-)media items => "Media objects"fisharebest1-3/+3
2011-06-08We no longer have/need menu separators.fisharebest1-6/+0
2011-06-03MenuBar::getListsMenu() - do not show menu items for empty lists.fisharebest1-7/+24