| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-02-02 | Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3. | Greg Roach | 1 | -609/+0 |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -4/+4 |
| 2015-01-18 | Comments after braces confuse scrutinizer's code-style analysis. | Greg Roach | 1 | -1/+1 |
| 2014-11-08 | PHPDoc / typing | Greg Roach | 1 | -2/+2 |
| 2014-11-08 | PHPDoc | Greg Roach | 1 | -2/+6 |
| 2014-10-18 | PHPDoc | Greg Roach | 1 | -96/+90 |
| 2014-10-16 | Too many arguments to WT_Date::display() | Greg Roach | 1 | -2/+2 |
| 2014-10-16 | More PSR-1 code style | Greg Roach | 1 | -6/+6 |
| 2014-10-15 | PHPDoc | Greg Roach | 1 | -1/+6 |
| 2014-10-15 | PHPDoc | Greg Roach | 1 | -120/+165 |
| 2014-09-18 | Unused code | Greg Roach | 1 | -1/+1 |
| 2014-09-17 | PHPDoc and code layout | Greg Roach | 1 | -152/+168 |
| 2014-09-13 | Cleanup unused variables | Greg Roach | 1 | -14/+5 |
| 2014-09-13 | Refactor dates and calendars. These are two different types of entity. | Greg Roach | 1 | -8/+10 |
| 2014-09-12 | Use the (faster) native mb_string functions where available, and fallbacks wh... | Greg Roach | 1 | -2/+2 |
| 2014-08-29 | Move global I18N functions to I18N class | Greg Roach | 1 | -2/+2 |
| 2014-08-27 | Remove more unused code / cleanup | Greg Roach | 1 | -5/+2 |
| 2014-05-09 | Refactor global user functions into new User/Auth classes | Greg Roach | 1 | -5/+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-09-06 | Use WT_Place objects for manipulating places | fisharebest | 1 | -3/+2 |
| 2013-08-30 | #1218624 - Interactive tree event sequence - dev / do not abbreviate chart la... | fisharebest | 1 | -7/+16 |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -9/+9 |
| 2013-08-16 | Typo in comments | Greg Roach | 1 | -1/+1 |
| 2013-08-16 | Fix: one-parent family causes PHP error in lifespan chart | Greg Roach | 1 | -3/+6 |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 1 | -2/+0 |
| 2013-07-18 | Comparing GedcomRecords needs === rather than == as the same record will alwa... | fisharebest | 1 | -1/+1 |
| 2013-07-16 | Refactor - no longer need WT_GedcomRecord::equals() - can use "==" | fisharebest | 1 | -1/+1 |
| 2013-07-04 | Show missing spouse as an unknown person on charts. Provides more consistent... | fisharebest | 1 | -4/+1 |
| 2013-06-30 | More refactoring | fisharebest | 1 | -3/+7 |
| 2013-06-29 | (no commit message) | fisharebest | 1 | -8/+8 |
| 2013-06-23 | Use PHP5.3 language features in gedcom-record classes | fisharebest | 1 | -1/+1 |
| 2013-02-06 | Previously, AJAX pages loaded their own copies of JS libraries (to work aroun... | fisharebest | 1 | -2/+2 |
| 2012-08-26 | Fix typo | fisharebest | 1 | -1/+1 |
| 2012-08-26 | #584835 - Global variables clash with session variables (register_globals=On) | fisharebest | 1 | -5/+5 |
| 2012-07-08 | Make more use of new WT_Place class. Update indexes for wt_place table. | fisharebest | 1 | -2/+6 |
| 2012-05-29 | Refactor handling of facts - do not use global "nonfacts" array | fisharebest | 1 | -1/+9 |
| 2012-04-17 | Start to disentangle the require_once dependencies. Previously, session.php ... | fisharebest | 1 | -2/+0 |
| 2012-04-06 | Timeline and Lifespan charts do not have a "root" individual, and were giving... | fisharebest | 1 | -1/+1 |
| 2012-04-02 | fix variables in lifespan | Ćukasz Wilenski | 1 | -7/+10 |
| 2012-03-27 | Copy the shared icons (from /images/) into each theme - every image should be... | fisharebest | 1 | -1/+1 |
| 2012-03-18 | Fix: lifespan chart (with date-range search) is double-counting individuals w... | fisharebest | 1 | -1/+25 |
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc... | fisharebest | 1 | -23/+1 |
| 2011-12-28 | #908630 - Charts > INDI-ID should not be Root-ID | fisharebest | 1 | -0/+8 |
| 2011-12-21 | #902683 - HTML validation - remove stray </div> | fisharebest | 1 | -1/+1 |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -11/+11 |
| 2011-12-05 | #900273 - Default person in charts | fisharebest | 1 | -1/+1 |
| 2011-11-08 | Remove untranslated ":" - it is wrong in many languages, including French and... | fisharebest | 1 | -1/+1 |
| 2011-11-05 | More refactoring - separation into Model/View/Controller | fisharebest | 1 | -5/+4 |
| 2011-11-03 | Refactoring - move towards a MVC (model/view/controller) architecture | fisharebest | 1 | -6/+8 |