| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-06-08 | PHPDoc | Greg Roach | 1 | -2/+1 |
| 2015-06-05 | Refactor includes/functions into classes | Greg Roach | 1 | -1/+2 |
| 2015-06-02 | Code style - getters/setters, PHPDoc, TODO | Greg Roach | 1 | -1/+0 |
| 2015-05-31 | PSR-4 | Greg Roach | 1 | -0/+3 |
| 2015-05-30 | Code style | Greg Roach | 1 | -2/+2 |
| 2015-04-03 | Fix #542 - RTL | Greg Roach | 1 | -3/+3 |
| 2015-03-08 | Remove constants, to improve multi-tree handling | Greg Roach | 1 | -3/+3 |
| 2015-03-02 | Fix 1423140 | Greg Roach | 1 | -6/+16 |
| 2015-03-02 | PSR-1 | Greg Roach | 1 | -1/+1 |
| 2015-02-09 | Error handling | Greg Roach | 1 | -7/+7 |
| 2015-02-09 | Error handling | Greg Roach | 1 | -7/+7 |
| 2015-02-06 | Globals | Greg Roach | 1 | -2/+1 |
| 2015-02-05 | Globals | Greg Roach | 1 | -0/+1 |
| 2015-02-05 | Namespaces should consist of both vendor and package | Greg Roach | 1 | -1/+1 |
| 2015-02-04 | Document globals | Greg Roach | 1 | -0/+9 |
| 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 | -58/+50 |
| 2015-01-29 | English | Greg Roach | 1 | -4/+4 |
| 2015-01-26 | HTML validation and tidy up | Greg Roach | 1 | -1/+3 |
| 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-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -6/+6 |
| 2015-01-17 | New theme system and admin interface | Greg Roach | 1 | -5/+20 |
| 2014-11-08 | PHPDoc | Greg Roach | 1 | -1/+1 |
| 2014-10-10 | Update .PO files. Fix some minor English grammar. | Greg Roach | 1 | -4/+4 |
| 2014-10-06 | Whitespace changes to reduce merge conflicts with the assets branch | Greg Roach | 1 | -1/+1 |
| 2014-10-05 | Cleanup - use WT_File class instead of manipulating filesystem | Greg Roach | 1 | -5/+3 |
| 2014-08-14 | Import classes, per PSR autoloading standards | Greg Roach | 1 | -5/+8 |
| 2014-05-09 | Refactor global user functions into new User/Auth classes | Greg Roach | 1 | -6/+5 |
| 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-03 | Do not allow HTML media files - risk of XSS attacks | Greg Roach | 1 | -2/+2 |
| 2013-11-01 | Tidy up trailing whitespace | Greg Roach | 1 | -1/+1 |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -4/+4 |
| 2013-08-25 | #1198112 - Outdated help text - upload_media_file | Greg Roach | 1 | -1/+1 |
| 2013-08-24 | Update non-typographic quotation marks | Greg Roach | 1 | -1/+1 |
| 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-03-20 | Fix: uploading user-defined thumbnail images causes PHP error | fisharebest | 1 | -2/+2 |
| 2013-02-06 | Previously, AJAX pages loaded their own copies of JS libraries (to work aroun... | fisharebest | 1 | -1/+1 |
| 2013-01-18 | Major refactoring of media code. | fisharebest | 1 | -40/+198 |
| 2013-01-09 | Update comments, renaming "directory" to "folder" | fisharebest | 1 | -3/+3 |
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the bott... | fisharebest | 1 | -1/+1 |
| 2012-04-06 | Add JavaScript using the controller, so we can defer loading until the end of... | fisharebest | 1 | -10/+6 |
| 2011-11-23 | Move login checks to a common function. Use the LOGIN_URL parameter consiste... | fisharebest | 1 | -5/+2 |
| 2011-11-05 | Implement "fluid" interface for controller - allows requests to be chained. | fisharebest | 1 | -2/+3 |
| 2011-11-05 | Major MVC refactoring. Every page now has a controller. | fisharebest | 1 | -2/+4 |
| 2011-09-27 | Use prefered terminology in new messages. http://wiki.webtrees.net/Terminology | fisharebest | 1 | -5/+5 |
| 2011-09-07 | Remove the "enable multimedia" option. Multimedia is always enabled. Add a ... | fisharebest | 1 | -2/+2 |
| 2011-01-25 | Tidy up <script type="text/javascript"> tags. | fisharebest | 1 | -28/+24 |