summaryrefslogtreecommitdiff
path: root/library/WT/Controller/Base.php
AgeCommit message (Expand)AuthorFilesLines
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-154/+0
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-2/+2
2015-01-17New theme system and admin interfaceGreg Roach1-2/+2
2014-11-08PHPDocGreg Roach1-4/+9
2014-11-08PHPDocGreg Roach1-3/+3
2014-10-18PHPDocGreg Roach1-2/+2
2014-10-15PHPDocGreg Roach1-28/+47
2014-08-27Remove unused codeGreg Roach1-28/+17
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-5/+0
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-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...fisharebest1-211/+8
2013-02-02Upgrade JQuery-UI to latest versionfisharebest1-0/+7
2013-02-02Add more URL versioning to JS resourcesfisharebest1-1/+1
2013-02-02Add version numbers to paths of javascript librariesfisharebest1-1/+1
2013-01-22Fix misc javascript issuesfisharebest1-3/+3
2012-11-24Disable onClick events for main menu for Blackberry tabletsfisharebest1-4/+2
2012-10-03Remove global $stylesheet - the core code shouldn't need to know what stylesh...fisharebest1-1/+1
2012-09-15Fix: lots of issues when there are either no trees, or no trees with public a...fisharebest1-3/+5
2012-09-15Create objects to encapsulate trees. Allows us to cache tree settings, which...fisharebest1-1/+4
2012-09-14Assume PHP time is the same as MySQL time. Both should use the same underlyi...fisharebest1-1/+1
2012-09-14Save a database query by re-using the tree title.fisharebest1-2/+1
2012-08-14Temporarily disable Modernizr.load() - it breaks some modal dialog boxes, suc...fisharebest1-2/+4
2012-08-13Temporarily disable Modernizr.load() - it breaks some modal dialog boxes, suc...fisharebest1-0/+6
2012-08-13Do not use HTML entities inside <script> elementsfisharebest1-1/+1
2012-08-12Replace html5shiv.js with Modernizr.js - and use it to load JS files in paral...fisharebest1-1/+1
2012-08-12Replace html5shiv.js with Modernizr.js - and use it to load JS files in paral...fisharebest1-10/+13
2012-07-27Tell IE to use "standards mode" instead of "compatibility mode"fisharebest1-0/+5
2012-07-23Contributions from Matt N:fisharebest1-2/+12
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-28/+26
2012-06-16Move JS function to webtrees.jsfisharebest1-8/+0
2012-05-10Fix for android devices access to sub menus. May be replaced by capability de...Nigel Osborne1-0/+8
2012-04-06Move a JS function from the page header to webtrees.js. Tidy up logic for em...fisharebest1-7/+0
2012-04-06[CDATA[ wrappers are only required for strict XHTML validation. They are not...fisharebest1-12/+9
2012-04-06Add HTML5SHIV to allow IE7/8 to apply CSS styling to HTML5 elementsfisharebest1-0/+1
2012-03-27Replace $WT_IMAGES array of images with CSS.fisharebest1-1/+1
2012-03-25Replace $WT_IMAGES array of images with CSS.fisharebest1-8/+1
2012-03-24Fix: no header icon on admin pagesfisharebest1-1/+1
2012-03-24Replace $WT_IMAGES array of images with CSS.fisharebest1-7/+0
2012-03-24Replace $WT_IMAGES array of images with CSS.fisharebest1-9/+0
2012-03-16#937767 - Chart root personfisharebest1-3/+3
2012-03-07Update DB schema for favorites and news tables. Use numeric IDs instead of t...fisharebest1-0/+1
2012-02-13Provide better sizes for popup windows.fisharebest1-2/+2
2012-02-05Fix: "&nbsp;" appearing in browser's title barfisharebest1-1/+1
2012-02-01#913486 - Invalid redirection when Login URL is not emptyfisharebest1-6/+6
2012-01-18Popup windows do not need to hard-code the session-ID in the URL. This is pr...fisharebest1-5/+2