| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-06-08 | PHPDoc | Greg Roach | 1 | -2/+1 |
| 2015-05-31 | PSR-4 | Greg Roach | 1 | -0/+1 |
| 2015-05-30 | Code style | Greg Roach | 1 | -9/+7 |
| 2015-04-26 | Replace Zend_Session with our own class | Greg Roach | 1 | -23/+21 |
| 2015-04-05 | Update .PO files | Greg Roach | 1 | -17/+17 |
| 2015-04-03 | Fix #526 - gender specific pronouns, plus associated cleanup | Greg Roach | 1 | -2/+0 |
| 2015-03-22 | Remove SHOW_STATS option | Greg Roach | 1 | -2/+0 |
| 2015-03-12 | Replace Zend_Locale with Fisharebest\Localization | Greg Roach | 1 | -2/+2 |
| 2015-03-09 | Refactor tree to ID/name conversions | Greg Roach | 1 | -3/+6 |
| 2015-03-09 | Use Tree object instead of ID/name | Greg Roach | 1 | -2/+3 |
| 2015-03-08 | Remove constants, to improve multi-tree handling | Greg Roach | 1 | -8/+8 |
| 2015-02-13 | PHPDoc | Greg Roach | 1 | -1/+2 |
| 2015-02-09 | Error handling | Greg Roach | 1 | -6/+14 |
| 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/+6 |
| 2015-02-02 | Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3. | Greg Roach | 1 | -107/+104 |
| 2015-01-31 | Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URL | Greg Roach | 1 | -1/+1 |
| 2015-01-29 | Quotation marks | Greg Roach | 1 | -1/+1 |
| 2015-01-26 | HTML validation and tidy up | Greg Roach | 1 | -3/+5 |
| 2015-01-26 | Allow themes to style alerts | Greg Roach | 1 | -11/+9 |
| 2015-01-26 | Add a11y links for keyboard users. Rename 'admin pages' to 'Control panel' | Greg Roach | 1 | -1/+1 |
| 2015-01-23 | #386 Allow a user to delete their own account. | Greg Roach | 1 | -5/+0 |
| 2015-01-21 | Code quality - avoid @, exit() and die() | Greg Roach | 1 | -1/+1 |
| 2015-01-21 | PGV wizard - styling | Greg Roach | 1 | -58/+70 |
| 2015-01-20 | phpGedView import wizard - remove some limitations, bug fixes, cleanup, etc. | Greg Roach | 1 | -192/+313 |
| 2015-01-18 | Default constructors do not need parentheses | Greg Roach | 1 | -1/+1 |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -394/+394 |
| 2015-01-17 | New theme system and admin interface | Greg Roach | 1 | -2/+2 |
| 2014-12-23 | Flushing output buffers has no effect on many servers, and breaks others | Greg Roach | 1 | -24/+0 |
| 2014-12-14 | Use transaction via PDO interface | Greg Roach | 1 | -2/+2 |
| 2014-10-22 | Don't sleep | Greg Roach | 1 | -49/+42 |
| 2014-10-10 | Update .PO files. Fix some minor English grammar. | Greg Roach | 1 | -7/+7 |
| 2014-09-17 | Split site-preference getter/setter into two functions | Greg Roach | 1 | -14/+14 |
| 2014-09-14 | Cleanup - remove dead/commented code | Greg Roach | 1 | -3/+2 |
| 2014-08-14 | Import classes, per PSR autoloading standards | Greg Roach | 1 | -4/+7 |
| 2014-05-09 | Refactor global user functions into new User/Auth classes | Greg Roach | 1 | -9/+4 |
| 2014-05-09 | Undefined variables error in import wizard | Greg Roach | 1 | -0/+4 |
| 2014-05-06 | Revert "Replace global user functions with WT_User class" - submitted to wron... | Greg Roach | 1 | -0/+5 |
| 2014-05-06 | Replace global user functions with WT_User class | Greg Roach | 1 | -5/+0 |
| 2014-04-13 | Remove invalid CSS | Greg Roach | 1 | -1/+1 |
| 2014-04-04 | Add terminating semicolon to CSS declarations | Greg Roach | 1 | -1/+1 |
| 2014-02-22 | #1280687 Change in Geonames API interface | Greg Roach | 1 | -1/+0 |
| 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-27 | Re-enable the 'expand notes by default' option | Greg Roach | 1 | -0/+1 |
| 2013-12-26 | Add initial support for markdown | Greg Roach | 1 | -1/+0 |
| 2013-08-30 | #1218624 - Interactive tree event sequence - dev / do not abbreviate chart la... | fisharebest | 1 | -2/+1 |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -4/+4 |
| 2013-08-21 | Add escaping functions, based on semantics of what is being escaped | Greg Roach | 1 | -1/+1 |