| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-03-08 | phpinfo() not always returns a proper body (#5324) | Bert Koorengevel | 1 | -2/+6 | |
| * phpinfo() not always returns a proper body * Add comment --------- Co-authored-by: Greg Roach <greg@subaqua.co.uk> | |||||
| 2026-03-02 | #5325 - Specify all grouped columns in GROUP BY clause | Greg Roach | 1 | -2/+6 | |
| 2026-03-02 | #5325 - add some definitions for Firebird | Greg Roach | 1 | -0/+6 | |
| 2026-03-02 | Fix Selection of data after Schema 45/46 update (#5326) | David Drury | 1 | -4/+2 | |
| 2026-03-02 | Fix: #5327 - Lifespan chart errors when no dates available | Greg Roach | 1 | -0/+10 | |
| 2026-02-21 | The correct name for Postgres is PostgreSQL | Greg Roach | 3 | -53/+12 | |
| 2026-02-13 | Show deletion progress while importing large trees | Greg Roach | 1 | -4/+5 | |
| 2026-02-13 | Remove Tree:rowMapper() | Greg Roach | 1 | -15/+0 | |
| 2026-02-13 | Fix: deadlock-retry failure during GEDCOM import, caused by undefined progress | Greg Roach | 1 | -3/+3 | |
| 2026-02-13 | Too many debug headers will break nginx/apache. Show first 1000. | Greg Roach | 1 | -0/+2 | |
| 2026-02-13 | Fix phpstan issues | Greg Roach | 2 | -38/+27 | |
| 2026-02-11 | Fix: #5044 - refactor the loading indicator for dynamically loaded content | Greg Roach | 1 | -14/+3 | |
| 2026-02-11 | Ensure CLI commands only run from the CLI | Greg Roach | 1 | -0/+10 | |
| 2026-02-10 | Fix: #4465 - increase limit on generations in charts | Greg Roach | 5 | -12/+15 | |
| 2026-02-10 | Update copyright year | Greg Roach | 1 | -1/+1 | |
| 2026-02-10 | Fix error from d9775d0: cannot import GEDCOM files | Greg Roach | 1 | -1/+2 | |
| 2026-02-09 | Code style | Greg Roach | 1 | -4/+4 | |
| 2026-02-09 | Update copyright year. It is 2026 | Greg Roach | 1146 | -1146/+1146 | |
| 2026-02-09 | when logging out the homepage is fetched twice (#5160) | Bert Koorengevel | 1 | -1/+8 | |
| * fix #5153: When logging out the homepage is fetched twice. The logout request handler may respond with a simple 204-NoContent. The originating view already contains redirection. As reported on the forum, some servers don't cope well. * fix #5153 updated: chose whether to respond with empty response or redirection Check whether header 'X-Requested-With' is not empty, similar as done in HandleExceptions.php so actual value of the header may change and not affect this behaviour. | |||||
| 2026-02-07 | Debug header fields need to comply with RFC7230 | Greg Roach | 1 | -4/+9 | |
| 2026-02-07 | Move SQL logger to its own class | Greg Roach | 36 | -295/+86 | |
| 2026-02-06 | SlideShow module - configurable delay time as block setting (#5303) | Bert Koorengevel | 1 | -16/+21 | |
| * fix #5302: SlideShow module - configurable delay time as block setting * fixed PR code review issues * Use input-group addon for units * Change text label * Code style - whitespace --------- Co-authored-by: Greg Roach <greg@subaqua.co.uk> | |||||
| 2026-02-06 | Fix: #5200 - add error handler for boot() method in custom modules | Greg Roach | 1 | -1/+10 | |
| 2026-02-06 | Fix: #5262 - Normalisation of arabic text | Greg Roach | 2 | -0/+11 | |
| 2026-02-06 | Update copyright year. It is 2026 | Greg Roach | 197 | -197/+197 | |
| 2026-02-06 | Cleanup census classes | Greg Roach | 197 | -2880/+566 | |
| 2026-02-06 | Remove dead code | Greg Roach | 1 | -37/+0 | |
| 2026-02-06 | Use explicit functions for foreign key actions | Greg Roach | 4 | -21/+16 | |
| 2026-02-06 | Fix: #5152 - use robot list from DarkVisitors (KnownAgents) in bad bot blocker | Greg Roach | 1 | -45/+1336 | |
| 2026-02-05 | fix: HEAD:SUBM missing from GEDCOM export when privacy filtering disabled ↵ | Greg Roach | 1 | -6/+6 | |
| and privacy rules would block them. | |||||
| 2026-02-05 | Fix: #5307 - cannot export private trees | Greg Roach | 1 | -2/+7 | |
| 2026-02-05 | Performance: lazy-load privacy restrictions | Greg Roach | 1 | -26/+41 | |
| 2026-02-05 | Performance: remove unnecessary SQL query for null user | Greg Roach | 1 | -64/+4 | |
| 2026-02-05 | Add debug log for SQL statements | Greg Roach | 1 | -1/+37 | |
| 2026-02-05 | Fix: #3260 - build .ZIP archives on disk instead of in memory | Greg Roach | 1 | -2/+10 | |
| 2026-02-05 | Fix: #4763 - don't compress files that are already compressed in ZIP archives | Greg Roach | 1 | -4/+2 | |
| 2026-02-05 | Fix: #5277 - missing slideshow images on Postgres; Fix: #4661, Fix: #2355 - ↵ | Greg Roach | 29 | -366/+495 | |
| missing media on manage media page | |||||
| 2026-02-02 | Fix: #5276 - cannot use markdown formatting for notes in reports as HTML not ↵ | Greg Roach | 1 | -9/+0 | |
| supported there | |||||
| 2026-02-02 | Fix: error adding new spouse when no family facts are enabled | Greg Roach | 1 | -1/+0 | |
| 2026-02-02 | Fix: #4951 - add watermarks to images in reports | Greg Roach | 8 | -114/+86 | |
| 2026-02-02 | Expose method to generate binary image data with thumbnails | Greg Roach | 1 | -26/+44 | |
| 2026-02-02 | Refactor reports: simplify setup | Greg Roach | 2 | -62/+44 | |
| 2026-02-02 | Add tests cases for all report options | Greg Roach | 1 | -3/+0 | |
| 2026-02-02 | Refactor reports: simplify structure of variables | Greg Roach | 3 | -45/+28 | |
| 2026-02-02 | Tidy report code | Greg Roach | 1 | -21/+4 | |
| 2026-02-01 | Cleanup some report code | Greg Roach | 28 | -2062/+280 | |
| 2026-01-30 | Move UTF character definitions to UTF8 class | Greg Roach | 2 | -37/+36 | |
| 2026-01-15 | fix issue #5287: extra newline in family gedcom for new spouse triggered ↵ | Bert Koorengevel | 1 | -1/+1 | |
| validation error (#5288) | |||||
| 2026-01-13 | 2.2.5 | Greg Roach | 1 | -2/+2 | |
| 2026-01-13 | 2.2.52.2.5 | Greg Roach | 1 | -1/+1 | |
