summaryrefslogtreecommitdiff
path: root/library/WT/Module.php
AgeCommit message (Expand)AuthorFilesLines
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-2/+2
2014-03-06Add check for problem in third-party modulesGreg Roach1-1/+2
2014-02-23Refactoring GoogleMaps module - part oneGreg Roach1-0/+50
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-12-18PSR-0: each class/interface goes in a separate fileGreg Roach1-69/+15
2013-11-01Tidy up trailing whitespaceGreg Roach1-2/+2
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-02-04#1114678 - svn14767 Breaks Google Maps Tabfisharebest1-1/+0
2012-03-18#674926 - New module privacy settings not recordedfisharebest1-7/+58
2012-03-17Tidy up some of the WT_Module initialisation code. We need to be able to cre...fisharebest1-138/+50
2012-02-29Enable SQL query caching for configuration setting queriesfisharebest1-6/+6
2011-11-19Change final few headers to use consistent comment style. Delete some empty/...fisharebest1-24/+20
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-5/+0
2011-06-08Grayed-out-tabs: use more obvious method name. make sure functions all retu...fisharebest1-1/+1
2011-06-08Put back long missing "greyed-out" tabs, to indicate to editors that tabs hav...Nigel Osborne1-0/+2
2011-03-05Fix: error after initial install - with no gedcoms, there are no active modulesfisharebest1-0/+1
2011-03-04Performance: repeatedly translating the same string in a uasort() callback is...fisharebest1-28/+41
2011-03-01Performance: Sorting module names is slow. Only do it when necessary, and ca...fisharebest1-21/+27
2011-03-01Performance: Fix performance issue introduced in 10597, sort *after* the loo...fisharebest1-1/+1
2011-02-25Do not delete module configuration and settings when a module is removed. Th...fisharebest1-11/+10
2011-02-25Use WT_MODULES_DIR, instead of hard-code pathfisharebest1-1/+1
2011-02-18Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/'fisharebest1-6/+6
2011-01-24sort active modules by titleƁukasz Wilenski1-0/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-0/+372