| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-10-29 | TypeHints | Greg Roach | 1 | -5/+4 |
| 2021-10-15 | Prefer object to stdClass | Greg Roach | 1 | -2/+6 |
| 2021-08-18 | Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400. | Greg Roach | 1 | -3/+3 |
| 2021-01-25 | Use https link in copyright header | Greg Roach | 1 | -1/+1 |
| 2021-01-21 | Fix: #2592, Fix: #2593, Fix: #3431, Fix: #3446, Fix: #3638, Fix: #3676, Merge... | Greg Roach | 1 | -3/+7 |
| 2020-10-24 | whitespace | Greg Roach | 1 | -1/+1 |
| 2020-10-03 | #3529 - rename Factory to Registry | Greg Roach | 1 | -1/+1 |
| 2020-09-08 | Use factory to create caches and filesystems | Greg Roach | 1 | -2/+2 |
| 2020-06-20 | Fix: #3370 - GEDCOM place names should be less than 120 chars. Longer ones ca... | Greg Roach | 1 | -2/+2 |
| 2020-06-03 | PHPdoc | Greg Roach | 1 | -1/+1 |
| 2020-02-14 | Fix: #3076 - place hierachy, not finding events in a place | Greg Roach | 1 | -0/+8 |
| 2020-01-08 | Use ID instead of array for place URLs | Greg Roach | 1 | -2/+34 |
| 2019-12-10 | PHPdoc | Greg Roach | 1 | -3/+3 |
| 2019-11-28 | Fix: #2799 - cache keys cannot contain special characters | Greg Roach | 1 | -1/+1 |
| 2019-11-24 | Refactor caching to remove dependency on the illuminate implementation | Greg Roach | 1 | -1/+1 |
| 2019-10-17 | Strict types | Greg Roach | 1 | -1/+1 |
| 2019-10-17 | PSR12 | Greg Roach | 1 | -0/+1 |
| 2019-10-15 | wip | Greg Roach | 1 | -1/+1 |
| 2019-09-29 | PSR12 | Greg Roach | 1 | -0/+1 |
| 2019-09-07 | Fix HTML error in place links | Greg Roach | 1 | -1/+1 |
| 2019-07-17 | Use Query Expression class directly, remove unused imports | Greg Roach | 1 | -1/+2 |
| 2019-04-17 | Collections: combine filter() and first() | Greg Roach | 1 | -3/+5 |
| 2019-04-03 | Declare static closures | Greg Roach | 1 | -1/+1 |
| 2019-03-07 | Code style and testing | Greg Roach | 1 | -5/+5 |
| 2019-03-06 | Type hinting | Greg Roach | 1 | -2/+2 |
| 2019-03-02 | Improve behaviour when placelist module is disabled | Greg Roach | 1 | -2/+2 |
| 2019-03-02 | Use app() shortcut | Greg Roach | 1 | -1/+1 |
| 2019-02-24 | Working on modules | Greg Roach | 1 | -1/+1 |
| 2019-02-24 | Unused imports | Greg Roach | 1 | -1/+0 |
| 2019-02-23 | Refactor module components | Greg Roach | 1 | -1/+2 |
| 2019-02-23 | Lists as Modules | Richard Cissee | 1 | -4/+18 |
| 2019-01-28 | Refactor Location class | Greg Roach | 1 | -5/+5 |
| 2019-01-27 | Refactor class Place | Greg Roach | 1 | -79/+96 |
| 2019-01-27 | Remove duplicate constant | Greg Roach | 1 | -8/+6 |
| 2019-01-09 | Remove old code | Greg Roach | 1 | -38/+0 |
| 2019-01-09 | Use illuminate/database for places | Greg Roach | 1 | -58/+16 |
| 2019-01-04 | Add visibility to constants | Greg Roach | 1 | -1/+1 |
| 2019-01-01 | Happy 2019 | Greg Roach | 1 | -1/+1 |
| 2018-11-23 | Fix: #2039 - double-escaping place URLs | Greg Roach | 1 | -3/+3 |
| 2018-11-18 | Error handling | Greg Roach | 1 | -3/+5 |
| 2018-11-18 | Rename Tree::getTreeName() to name() | Greg Roach | 1 | -1/+1 |
| 2018-11-18 | Rename Tree::getTreeId() to id() | Greg Roach | 1 | -4/+4 |
| 2018-10-05 | Add declare(strict_types=1) to all PHP scripts | Greg Roach | 1 | -0/+2 |
| 2018-09-24 | Scrutinizer Auto-Fixes (#1929) | Scrutinizer Auto-Fixer | 1 | -1/+1 |
| 2018-09-22 | Reduced if/else complexity, removed not require else conditions (#1866) | Rico Sonntag | 1 | -18/+18 |
| 2018-09-22 | PHPdoc, types, etc. | Greg Roach | 1 | -5/+2 |
| 2018-08-27 | Added PHP7 return types to methods according doc block (#1864) | Rico Sonntag | 1 | -11/+11 |
| 2018-08-15 | CodeStyle | Greg Roach | 1 | -5/+4 |
| 2018-07-16 | Use PSR2 code style | Greg Roach | 1 | -237/+258 |
| 2018-07-15 | Update osm branch with changes from master | Greg Roach | 1 | -1/+1 |