| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-08-28 | Convert hidden-print to d-print-none | makitso | 1 | -1/+1 |
| 2017-07-11 | Prepare to remove class Filter | Greg Roach | 1 | -1/+1 |
| 2017-07-05 | Bootstrap styling | Greg Roach | 1 | -9/+14 |
| 2017-06-17 | jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windows | Greg Roach | 1 | -44/+39 |
| 2017-03-22 | 2017 | Greg Roach | 1 | -1/+1 |
| 2016-06-22 | Fix #1027 - upper/lower case | Greg Roach | 1 | -1/+1 |
| 2016-01-30 | Update copyright year | 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-05-31 | Center branches header | makitso | 1 | -1/+1 |
| 2015-03-09 | Use Tree object instead of ID/name | Greg Roach | 1 | -2/+8 |
| 2015-03-05 | Tables need bodies | Greg Roach | 1 | -19/+21 |
| 2015-03-02 | PSR-1 | Greg Roach | 1 | -1/+1 |
| 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 | -28/+23 |
| 2015-01-24 | Add visual feedback for privacy settings | Greg Roach | 1 | -1/+1 |
| 2015-01-19 | HTML5 | Greg Roach | 1 | -2/+2 |
| 2015-01-18 | Default constructors do not need parentheses | Greg Roach | 1 | -1/+1 |
| 2014-11-08 | PHPDoc | Greg Roach | 1 | -1/+1 |
| 2014-10-06 | Whitespace changes to reduce merge conflicts with the assets branch | Greg Roach | 1 | -1/+1 |
| 2014-06-17 | Autocomplete doesn't work on pages with data from multiple trees | Greg Roach | 1 | -2/+3 |
| 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-10-30 | #1246178 - "Branches" h2 header label missing from branches.php | fisharebest | 1 | -201/+29 |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -6/+5 |
| 2013-08-21 | Add escaping functions, based on semantics of what is being escaped | Greg Roach | 1 | -2/+2 |
| 2013-08-18 | PHP error in branches.php when pedigree details private | Greg Roach | 1 | -0/+1 |
| 2013-08-16 | Show _NMR as well as MARR on charts | Greg Roach | 1 | -1/+1 |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 1 | -3/+1 |
| 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-05 | More refactoring - branches.php | fisharebest | 1 | -9/+12 |
| 2013-06-29 | (no commit message) | fisharebest | 1 | -6/+6 |
| 2013-02-06 | Previously, AJAX pages loaded their own copies of JS libraries (to work aroun... | fisharebest | 1 | -2/+2 |
| 2012-09-15 | Remove old/unreachable code | fisharebest | 1 | -1/+1 |
| 2012-07-18 | Specify WT_STATIC_URL path for all JS files - otherwise they won't get picked... | fisharebest | 1 | -1/+1 |
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the bott... | fisharebest | 1 | -1/+1 |
| 2012-04-03 | #972588 - autocomplete - family results when marriage year is not knwon | fisharebest | 1 | -2/+3 |
| 2012-03-31 | Replace 3rd party autocomplete library with native jQuery functions | fisharebest | 1 | -5/+3 |
| 2012-03-29 | Fix two soundex bugs | fisharebest | 1 | -1/+1 |
| 2012-03-24 | Replace $WT_IMAGES array of images with CSS. | fisharebest | 1 | -8/+3 |
| 2012-03-18 | #898148 - Branches Soundex search output | fisharebest | 1 | -23/+26 |
| 2012-03-18 | Refactor soundex functions into a separate class. | fisharebest | 1 | -4/+4 |
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc... | fisharebest | 1 | -5/+4 |
| 2012-01-03 | minor adjustment | Ćukasz Wilenski | 1 | -2/+2 |
| 2011-12-14 | Revert new design for branches list. The theory is good, but treeview.js lib... | fisharebest | 1 | -67/+59 |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -7/+7 |
| 2011-12-12 | HTML validation: & => & | fisharebest | 1 | -2/+2 |
| 2011-12-12 | Missing I18N hints | fisharebest | 1 | -1/+1 |
| 2011-12-07 | Branches list - infinite recursion | fisharebest | 1 | -8/+11 |