summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-02-21The correct name for Postgres is PostgreSQLGreg Roach4-54/+13
2026-02-19Portuguese translated at 100.0% (3773 of 3773 strings)raaspt1-3/+3
2026-02-18Portuguese translated at 100.0% (3773 of 3773 strings)George Maia1-3/+3
2026-02-18Portuguese (Brazil) translated at 99.5% (3756 of 3773 strings)George Maia1-5/+5
2026-02-16Norwegian Bokmål translated at 100.0% (3773 of 3773 strings)HRN651-25/+25
2026-02-16Danish translated at 100.0% (3773 of 3773 strings)stc40001-22/+26
2026-02-14French translated at 100.0% (3773 of 3773 strings)Evan1-3/+3
2026-02-14English (United Kingdom) translated at 100.0% (3773 of 3773 strings)Andi Chandler1-5/+6
2026-02-13Show deletion progress while importing large treesGreg Roach1-4/+5
2026-02-13Remove Tree:rowMapper()Greg Roach1-15/+0
2026-02-13Fix: deadlock-retry failure during GEDCOM import, caused by undefined progressGreg Roach1-3/+3
2026-02-13Too many debug headers will break nginx/apache. Show first 1000.Greg Roach1-0/+2
2026-02-13Convert jQuery code to VanillaJSGreg Roach2-4/+54
2026-02-13Fix phpstan issuesGreg Roach4-76/+31
2026-02-13Update .htaccess for Apache >= 2.4 (#5316)David1-2/+14
Support for Apache 2.4 new authz_host module.
2026-02-13Danish translated at 100.0% (3773 of 3773 strings)stc40001-5/+5
2026-02-11Fix: #5044 - refactor the loading indicator for dynamically loaded contentGreg Roach40-82/+91
2026-02-11Ensure CLI commands only run from the CLIGreg Roach1-0/+10
2026-02-10Fix: #4465 - increase limit on generations in chartsGreg Roach8-17/+20
2026-02-10Fix: #5313 - replace hideshowpassword plugin with vanillaJSGreg Roach19-594/+573
2026-02-10Convert jQuery to vanillaJSGreg Roach1-1/+1
2026-02-10Use updated method for setting custom sorts in datatablesGreg Roach2-8/+6
2026-02-10Fix: jQuery().sort is undocumented, and will be removed in jQuery 4.0Greg Roach2-8/+12
2026-02-10Update copyright yearGreg Roach49-56/+49
2026-02-10Fix error from d9775d0: cannot import GEDCOM filesGreg Roach1-1/+2
2026-02-10Control panel: replace jQuery with VanillaJSGreg Roach1-2/+2
2026-02-10Fan chart: replace jQuery with VanillaJSGreg Roach1-20/+19
2026-02-10Spanish translated at 100.0% (3773 of 3773 strings)Greg Roach1-3/+3
2026-02-09Code styleGreg Roach1-4/+4
2026-02-09Update PHP dependenciesGreg Roach2-30/+33
2026-02-09Update copyright year. It is 2026Greg Roach2390-2390/+2390
2026-02-09when logging out the homepage is fetched twice (#5160)Bert Koorengevel1-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-07Debug header fields need to comply with RFC7230Greg Roach1-4/+9
2026-02-07Move SQL logger to its own classGreg Roach36-295/+86
2026-02-06I18N comments don't work with nested expressionsGreg Roach1-1/+1
2026-02-06SlideShow module - configurable delay time as block setting (#5303)Bert Koorengevel2-16/+34
* 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-06Fix: #5200 - add error handler for boot() method in custom modulesGreg Roach1-1/+10
2026-02-06Fix: #5262 - Normalisation of arabic textGreg Roach2-0/+11
2026-02-06Update copyright year. It is 2026Greg Roach197-197/+197
2026-02-06Cleanup census classesGreg Roach200-2883/+570
2026-02-06Remove dead codeGreg Roach2-38/+1
2026-02-06Use explicit functions for foreign key actionsGreg Roach4-21/+16
2026-02-06Update PHP dependenciesGreg Roach2-69/+70
2026-02-06Fix: #5152 - use robot list from DarkVisitors (KnownAgents) in bad bot blockerGreg Roach1-45/+1336
2026-02-05fix: HEAD:SUBM missing from GEDCOM export when privacy filtering disabled ↵Greg Roach1-6/+6
and privacy rules would block them.
2026-02-05Fix: #5307 - cannot export private treesGreg Roach1-2/+7
2026-02-05Performance: lazy-load privacy restrictionsGreg Roach1-26/+41
2026-02-05Performance: remove unnecessary SQL query for null userGreg Roach1-64/+4
2026-02-05Add debug log for SQL statementsGreg Roach1-1/+37
2026-02-05Fix: #3260 - build .ZIP archives on disk instead of in memoryGreg Roach1-2/+10