| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-07-11 | Prepare to remove class Filter | Greg Roach | 1 | -2/+2 |
| 2017-06-18 | Modern browsers support RFC7231 - relative URLs in 30x responses | Greg Roach | 1 | -3/+3 |
| 2017-06-17 | jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windows | Greg Roach | 1 | -56/+95 |
| 2017-03-22 | 2017 | Greg Roach | 1 | -1/+1 |
| 2016-12-23 | Code style - short array syntax | Greg Roach | 1 | -4/+4 |
| 2016-02-21 | Fix #824 - obsolete HTML markup | Greg Roach | 1 | -2/+2 |
| 2016-01-30 | Update copyright year | Greg Roach | 1 | -1/+1 |
| 2015-10-05 | Do not rely on DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP | Greg Roach | 1 | -1/+1 |
| 2015-06-08 | PHPDoc | Greg Roach | 1 | -2/+1 |
| 2015-05-31 | PSR-4 | Greg Roach | 1 | -0/+2 |
| 2015-03-12 | Update .PO files | Greg Roach | 1 | -2/+2 |
| 2015-03-02 | Module API | Greg Roach | 1 | -2/+2 |
| 2015-02-06 | Globals | Greg Roach | 1 | -1/+8 |
| 2015-02-05 | Namespaces should consist of both vendor and package | Greg Roach | 1 | -1/+1 |
| 2015-02-02 | Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3. | Greg Roach | 1 | -42/+35 |
| 2015-01-18 | Default constructors do not need parentheses | Greg Roach | 1 | -1/+1 |
| 2015-01-18 | whitespace | Greg Roach | 1 | -1/+1 |
| 2014-10-22 | Move news/blog functions to the news/blog code | Greg Roach | 1 | -29/+21 |
| 2014-10-06 | Whitespace changes to reduce merge conflicts with the assets branch | Greg Roach | 1 | -1/+1 |
| 2014-08-14 | Import classes, per PSR autoloading standards | Greg Roach | 1 | -1/+3 |
| 2014-06-21 | Capitalisation and punctuation | Greg Roach | 1 | -2/+2 |
| 2014-05-09 | Refactor global user functions into new User/Auth classes | Greg Roach | 1 | -2/+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-11-14 | editnews.php fails with error when CKEditor module is enabled | David Drury | 1 | -12/+6 |
| 2013-09-21 | Update language files. Tidy up some capitalisation in en_US. | Greg Roach | 1 | -1/+1 |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -7/+7 |
| 2013-08-21 | Add escaping functions, based on semantics of what is being escaped | Greg Roach | 1 | -1/+1 |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 1 | -3/+1 |
| 2013-06-17 | Minor tidy up of News module GUI | Nigel Osborne | 1 | -5/+6 |
| 2013-03-02 | Edit news/journal item - do not update timestamp | fisharebest | 1 | -3/+5 |
| 2012-10-30 | Use consistent save/close buttons in the edit-interface forms. | fisharebest | 1 | -1/+1 |
| 2012-09-14 | Assume PHP time is the same as MySQL time. Both should use the same underlyi... | fisharebest | 1 | -3/+3 |
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the bott... | fisharebest | 1 | -2/+2 |
| 2012-04-20 | Edit news/journal entry - close window automatically after save | fisharebest | 1 | -65/+42 |
| 2012-03-07 | Update DB schema for favorites and news tables. Use numeric IDs instead of t... | fisharebest | 1 | -14/+16 |
| 2012-02-23 | News items should STORE their SERVER time, not the CLIENT time. We can conve... | fisharebest | 1 | -3/+2 |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -8/+8 |
| 2011-11-20 | Move module code from index.php to the modules. | fisharebest | 1 | -1/+1 |
| 2011-11-11 | Use consistent style for <a href="#" onclick="foo();"> the various combinatio... | fisharebest | 1 | -1/+1 |
| 2011-11-05 | Major MVC refactoring. Every page now has a controller. | fisharebest | 1 | -4/+3 |
| 2011-02-18 | Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/' | fisharebest | 1 | -2/+2 |
| 2011-01-25 | Tidy up <script type="text/javascript"> tags. | fisharebest | 1 | -27/+24 |
| 2011-01-01 | Refactoring class names and use autoloading. | fisharebest | 1 | -11/+11 |
| 2010-10-30 | (no commit message) | fisharebest | 1 | -19/+19 |
| 2010-09-19 | Tidy whitespace/indentation | fisharebest | 1 | -2/+1 |
| 2010-09-10 | Tidy up some whitespace/formatting | fisharebest | 1 | -2/+2 |
| 2010-07-08 | Remove references to block-caching system. We haven't used it for some time.... | fisharebest | 1 | -1/+0 |
| 2010-06-03 | FK-Editor bug in NEWS block, SVN 8564 | fisharebest | 1 | -5/+0 |
| 2010-06-03 | Correction to earlier change re CKEditor code | Nigel Osborne | 1 | -3/+3 |