| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-10-22 | Add module links to control panel | Greg Roach | 1 | -1/+1 |
| 2017-08-26 | Fix #1327 - admin / update privacy settings | Greg Roach | 1 | -1/+1 |
| 2017-06-18 | Modern browsers support RFC7231 - relative URLs in 30x responses | Greg Roach | 1 | -1/+1 |
| 2017-06-17 | jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windows | Greg Roach | 1 | -7/+5 |
| 2017-03-24 | Merge some changes from develop branch | Greg Roach | 1 | -19/+19 |
| 2017-03-22 | 2017 | Greg Roach | 1 | -1/+1 |
| 2016-12-23 | Code style - short array syntax | Greg Roach | 1 | -2/+2 |
| 2016-01-30 | Update copyright year | Greg Roach | 1 | -1/+1 |
| 2015-06-08 | PHPDoc | Greg Roach | 1 | -2/+1 |
| 2015-06-05 | Refactor includes/functions into classes | Greg Roach | 1 | -1/+2 |
| 2015-05-31 | PSR-4 | Greg Roach | 1 | -0/+3 |
| 2015-04-03 | Fix #517, #544 - sorting of modules in admin pages | Greg Roach | 1 | -2/+1 |
| 2015-03-29 | Split class Module into static and abstract parts | Greg Roach | 1 | -1/+1 |
| 2015-03-02 | Module API | Greg Roach | 1 | -1/+2 |
| 2015-02-05 | Fix ##1284239 - Search: User permissions of selected tree are used for every ... | Greg Roach | 1 | -3/+3 |
| 2015-02-05 | Add API to access the parent tree of a record | Greg Roach | 1 | -4/+4 |
| 2015-02-05 | Namespaces should consist of both vendor and package | Greg Roach | 1 | -1/+1 |
| 2015-02-03 | Autoload includes/functions/* | Greg Roach | 1 | -1/+0 |
| 2015-02-02 | Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3. | Greg Roach | 1 | -39/+35 |
| 2015-01-31 | #1416744 - Family tree titles on RTL/LTR pages | Greg Roach | 1 | -4/+4 |
| 2015-01-31 | Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URL | Greg Roach | 1 | -1/+1 |
| 2015-01-27 | Add icons to save/continue buttons | Greg Roach | 1 | -1/+4 |
| 2015-01-26 | HTML validation and tidy up | Greg Roach | 1 | -1/+2 |
| 2015-01-26 | Add a11y links for keyboard users. Rename 'admin pages' to 'Control panel' | Greg Roach | 1 | -1/+1 |
| 2015-01-18 | Default constructors do not need parentheses | Greg Roach | 1 | -1/+1 |
| 2015-01-17 | DRY up module admin code | Greg Roach | 1 | -15/+14 |
| 2015-01-17 | New theme system and admin interface | Greg Roach | 1 | -78/+90 |
| 2014-10-22 | Type hint object parameters | Greg Roach | 1 | -1/+1 |
| 2014-10-06 | Whitespace changes to reduce merge conflicts with the assets branch | Greg Roach | 1 | -1/+1 |
| 2014-09-20 | Admin pages titles | Greg Roach | 1 | -5/+7 |
| 2014-08-14 | Import classes, per PSR autoloading standards | Greg Roach | 1 | -1/+3 |
| 2014-05-09 | Refactor global user functions into new User/Auth classes | Greg Roach | 1 | -1/+1 |
| 2014-01-04 | Update copyright date to 2014 | Greg Roach | 1 | -1/+1 |
| 2014-01-04 | Fix address of FSF, replace licence of GPLv2 by latest version | weberho | 1 | -1/+1 |
| 2013-12-18 | Use PHP5.3 closures instead of PHP5.2 create_function() | Greg Roach | 1 | -1/+1 |
| 2013-11-09 | Add CSRF checks to module administration | Greg Roach | 1 | -2/+3 |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -4/+4 |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 1 | -2/+0 |
| 2013-02-06 | Previously, AJAX pages loaded their own copies of JS libraries (to work aroun... | fisharebest | 1 | -2/+2 |
| 2012-10-30 | Use consistent save/close buttons in the edit-interface forms. | fisharebest | 1 | -1/+1 |
| 2012-09-13 | Complete rewrite of the handling of lists of trees: | fisharebest | 1 | -7/+7 |
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the bott... | fisharebest | 1 | -1/+1 |
| 2012-03-31 | Fix: stories tab/menu not available | fisharebest | 1 | -1/+1 |
| 2012-03-17 | Tidy up some of the WT_Module initialisation code. We need to be able to cre... | fisharebest | 1 | -98/+70 |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -3/+3 |
| 2011-11-19 | Remove classes .rtl and .lrt - these exist to correct the alignment when we a... | fisharebest | 1 | -2/+2 |
| 2011-11-05 | Implement "fluid" interface for controller - allows requests to be chained. | fisharebest | 1 | -3/+4 |
| 2011-11-05 | Major MVC refactoring. Every page now has a controller. | fisharebest | 1 | -12/+7 |
| 2011-07-11 | Set disabled modules to "greyed out" in config pages | Nigel Osborne | 1 | -23/+28 |
| 2011-02-25 | Do not check for modules that have ceased to provide a particular component. ... | fisharebest | 1 | -53/+1 |