| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-09-13 | Code style - PSR-1 names for methods | Greg Roach | 1 | -2/+2 |
| 2014-06-25 | Tidy up English punctuation, capitalisation, etc. | Greg Roach | 1 | -2/+2 |
| 2014-06-21 | Capitalisation and punctuation | Greg Roach | 1 | -1/+1 |
| 2014-05-09 | Refactor global user functions into new User/Auth classes | Greg Roach | 1 | -1/+1 |
| 2014-02-23 | Refactoring GoogleMaps module - part one | Greg Roach | 1 | -10/+11 |
| 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-01 | Tidy up trailing whitespace | Greg Roach | 1 | -5/+5 |
| 2013-10-16 | Remove debug | Greg Roach | 1 | -1/+0 |
| 2013-10-15 | #1239274 - Place Hierarchy display | Greg Roach | 1 | -5/+5 |
| 2013-10-11 | #1238589 - Place hierarchy list Google Map - Missing markers - Dev | Greg Roach | 1 | -1/+5 |
| 2013-10-11 | #1238589 - Place hierarchy list Google Map - Missing markers - Dev | Greg Roach | 1 | -4/+2 |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -8/+6 |
| 2013-08-24 | Update non-typographic quotation marks | Greg Roach | 1 | -2/+2 |
| 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-06-29 | (no commit message) | fisharebest | 1 | -2/+2 |
| 2013-06-23 | Use PHP5.3 language features in gedcom-record classes | fisharebest | 1 | -5/+3 |
| 2013-02-06 | Previously, AJAX pages loaded their own copies of JS libraries (to work aroun... | fisharebest | 1 | -1/+1 |
| 2013-01-04 | Do not show the counts of places on the place-hierarchy page. | fisharebest | 1 | -111/+99 |
| 2012-11-28 | #1082747 Use of quotes in PLAC tags, affects v1.3.2+ & likely earlier | fisharebest | 1 | -20/+13 |
| 2012-09-16 | #1006430 - rtl/ltr parenthesis etc. | fisharebest | 1 | -1/+1 |
| 2012-07-08 | Make more use of new WT_Place class. Update indexes for wt_place table. | fisharebest | 1 | -14/+9 |
| 2012-07-07 | Create an object to represent places. | fisharebest | 1 | -120/+60 |
| 2012-07-07 | Place hierarchy - tidy up initialisation code. | fisharebest | 1 | -57/+13 |
| 2012-07-07 | Place hierarchy - only calculate list of individuals/families on pages where ... | fisharebest | 1 | -52/+50 |
| 2012-07-07 | URLs for placelist.php do not need "level". We can work this out automatical... | fisharebest | 1 | -18/+6 |
| 2012-06-30 | Performance. PHP has no native function for integer division. floor($x/$y) ... | fisharebest | 1 | -6/+6 |
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the bott... | fisharebest | 1 | -8/+5 |
| 2012-04-16 | placelist.php - filter inputs | fisharebest | 1 | -7/+4 |
| 2012-03-28 | Don't load the Google Maps CSS file when the module is disabled | fisharebest | 1 | -1/+1 |
| 2012-03-24 | Replace $WT_IMAGES array of images with CSS. | fisharebest | 1 | -4/+2 |
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc... | fisharebest | 1 | -25/+8 |
| 2012-02-28 | small adjustment | Łukasz Wilenski | 1 | -2/+2 |
| 2012-01-16 | #916852 - Help Content Wrong | fisharebest | 1 | -1/+0 |
| 2011-12-22 | #907730 - Place Herarchy display person by place visble only manager | Łukasz Wilenski | 1 | -17/+16 |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -4/+4 |
| 2011-11-24 | Fix: remove spurious "echo" | fisharebest | 1 | -9/+20 |
| 2011-11-24 | Change source-list function to use a variable rather than echoing every cell | Nigel Osborne | 1 | -1/+1 |
| 2011-11-24 | Change fam-list function to use a variable rather than echoing every cell | Nigel Osborne | 1 | -1/+1 |
| 2011-11-23 | Change indi-list function to use a variable rather than echoing every cell | Nigel Osborne | 1 | -1/+1 |
| 2011-11-20 | Correct centering of table content | Nigel Osborne | 1 | -2/+2 |
| 2011-11-19 | Remove classes .rtl and .lrt - these exist to correct the alignment when we a... | fisharebest | 1 | -2/+2 |
| 2011-11-11 | Remove redundant/obsolete html attribute (border="0") as this is already set ... | fisharebest | 1 | -2/+2 |
| 2011-11-07 | Adjust positioning of minor elements | Nigel Osborne | 1 | -4/+4 |
| 2011-11-07 | Extend tabbed display to search and place hierarchy results pages. | Nigel Osborne | 1 | -11/+26 |
| 2011-11-05 | Major MVC refactoring. Every page now has a controller. | fisharebest | 1 | -3/+5 |
| 2011-11-04 | Remove type="square" from <li> item. It is deprecated and if we really want ... | fisharebest | 1 | -2/+2 |
| 2011-11-04 | Square brackets are not valid characters in URLS, and need escaping | fisharebest | 1 | -4/+4 |
| 2011-10-06 | Add initial support for serving static files from a content delivery network. | fisharebest | 1 | -28/+24 |