| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-10-06 | Whitespace changes to reduce merge conflicts with the assets branch | Greg Roach | 1 | -5/+3 |
| 2014-10-05 | Split tree preference getter/setter into two separate functions | Greg Roach | 1 | -2/+2 |
| 2014-09-18 | Unused code | Greg Roach | 1 | -2/+2 |
| 2014-09-13 | Code style - method names and type-hints | Greg Roach | 2 | -50/+50 |
| 2014-08-28 | Use print_r() for debug only | Greg Roach | 1 | -3/+3 |
| 2014-08-14 | Code without side-effects (see PSR-1) does not require guard headers | Greg Roach | 1 | -5/+0 |
| 2014-08-14 | Import classes, per PSR autoloading standards | Greg Roach | 1 | -1/+3 |
| 2014-06-25 | Tidy up English punctuation, capitalisation, etc. | Greg Roach | 1 | -1/+1 |
| 2014-06-21 | Capitalisation and punctuation | Greg Roach | 2 | -17/+17 |
| 2014-06-17 | Autocomplete doesn't work on pages with data from multiple trees | Greg Roach | 1 | -7/+8 |
| 2014-05-09 | Refactor global user functions into new User/Auth classes | Greg Roach | 1 | -2/+3 |
| 2014-05-08 | DocBlock headers - fix mismatches with code and apply consistent formatting | Greg Roach | 1 | -2/+2 |
| 2014-05-06 | Revert "Replace global user functions with WT_User class" - submitted to wron... | Greg Roach | 1 | -3/+2 |
| 2014-05-06 | Replace global user functions with WT_User class | Greg Roach | 1 | -2/+3 |
| 2014-04-29 | Consolidate css classes | David Drury | 1 | -3/+3 |
| 2014-04-04 | Clippings cart - members cannot apply visitor privacy to downloads | Greg Roach | 1 | -0/+1 |
| 2014-02-24 | Consolidate paste_*, pastename and openerpasteid implementations | Matthew Noorenberghe | 1 | -12/+0 |
| 2014-01-04 | Update copyright date to 2014 | Greg Roach | 3 | -3/+3 |
| 2014-01-04 | Fix address of FSF, replace licence of GPLv2 by latest version | weberho | 3 | -3/+3 |
| 2013-12-05 | Create version string using semantic versioning: 1.5.2-dev comes before 1.5.2 | Greg Roach | 1 | -1/+1 |
| 2013-11-16 | #1249548 - Download GEDCOM Media Path Should Be Text | Greg Roach | 1 | -2/+2 |
| 2013-11-01 | Tidy up trailing whitespace | Greg Roach | 2 | -2/+2 |
| 2013-10-31 | #1246154 - Clippings cart does not download media | fisharebest | 1 | -2/+2 |
| 2013-10-29 | #1245754 - Fatal error in Clippings Cart output | Greg Roach | 1 | -1/+3 |
| 2013-09-22 | Don't show (most) sidebar content to search engines | Greg Roach | 1 | -4/+10 |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 2 | -23/+23 |
| 2013-08-24 | Update non-typographic quotation marks | Greg Roach | 2 | -31/+31 |
| 2013-08-21 | Add escaping functions, based on semantics of what is being escaped | Greg Roach | 1 | -6/+4 |
| 2013-08-18 | Update .PO files. Change <br/> to <br> | Greg Roach | 2 | -3/+3 |
| 2013-08-17 | Counts of linked records fail to reflect privacy | Greg Roach | 1 | -3/+4 |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 3 | -8/+2 |
| 2013-07-16 | #1200897 - Clipping Cart Media file in wrong format (SVN 15302) | fisharebest | 1 | -10/+1 |
| 2013-06-29 | (no commit message) | fisharebest | 2 | -12/+12 |
| 2013-06-23 | Use PHP5.3 language features in gedcom-record classes | fisharebest | 2 | -29/+26 |
| 2013-02-06 | Previously, AJAX pages loaded their own copies of JS libraries (to work aroun... | fisharebest | 1 | -1/+1 |
| 2013-02-02 | Upgrade JQuery-UI to latest version | fisharebest | 1 | -1/+1 |
| 2013-02-02 | Upgrade JQuery-UI to latest version | fisharebest | 1 | -1/+1 |
| 2013-01-18 | Major refactoring of media code. | fisharebest | 2 | -28/+25 |
| 2013-01-09 | Update comments, renaming "directory" to "folder" | fisharebest | 1 | -3/+3 |
| 2012-11-16 | Cosmetic: updates to I18N hints | fisharebest | 1 | -1/+1 |
| 2012-09-06 | #1047081 - Add to clipping cart via sidebar not working | fisharebest | 1 | -1/+2 |
| 2012-08-26 | #584835 - Global variables clash with session variables (register_globals=On) | fisharebest | 1 | -7/+11 |
| 2012-08-11 | Remove old/unnecessary help text | fisharebest | 2 | -6/+1 |
| 2012-08-08 | Proposed fix for colors theme part of Bug #1033949 - Add news article fatal e... | Nigel Osborne | 1 | -2/+4 |
| 2012-07-18 | Specify WT_STATIC_URL path for all JS files - otherwise they won't get picked... | fisharebest | 1 | -1/+1 |
| 2012-07-09 | Fix: "set link" menu layout corrupted in album tab, media row | fisharebest | 1 | -1/+1 |
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the bott... | fisharebest | 1 | -20/+16 |
| 2012-06-10 | Fix: broken links and deleted objects will break the clippings cart | fisharebest | 1 | -53/+55 |
| 2012-05-26 | Need to explicitly close sessions for AJAX responses. TODO we should really ... | fisharebest | 1 | -0/+1 |
| 2012-04-17 | Start to disentangle the require_once dependencies. Previously, session.php ... | fisharebest | 1 | -1/+0 |