| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-02-09 | Code style | Greg Roach | 1 | -4/+4 | |
| 2026-02-09 | Update copyright year. It is 2026 | Greg Roach | 362 | -362/+362 | |
| 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 | 33 | -283/+84 | |
| 2026-02-06 | Fix: #5152 - use robot list from DarkVisitors (KnownAgents) in bad bot blocker | Greg Roach | 1 | -45/+1336 | |
| 2026-02-05 | Add debug log for SQL statements | Greg Roach | 1 | -1/+37 | |
| 2026-02-05 | Fix: #5277 - missing slideshow images on Postgres; Fix: #4661, Fix: #2355 - ↵ | Greg Roach | 12 | -58/+55 | |
| missing media on manage media page | |||||
| 2026-02-02 | Refactor reports: simplify setup | Greg Roach | 1 | -19/+10 | |
| 2026-02-02 | Refactor reports: simplify structure of variables | Greg Roach | 1 | -6/+6 | |
| 2026-01-15 | fix issue #5287: extra newline in family gedcom for new spouse triggered ↵ | Bert Koorengevel | 1 | -1/+1 | |
| validation error (#5288) | |||||
| 2025-12-29 | CodeStyle | Greg Roach | 2 | -2/+6 | |
| 2025-12-29 | Show names of linked records in pending changes log | Greg Roach | 1 | -2/+7 | |
| 2025-12-24 | CodeStyle | Greg Roach | 335 | -4071/+832 | |
| 2025-12-24 | CodeStyle | Greg Roach | 5 | -30/+9 | |
| 2025-12-24 | Refactor the 'before' paramter to createFact() | Greg Roach | 5 | -24/+18 | |
| 2025-12-24 | fix #4511 & #5137: when adding a child to a family, put it between older and ↵ | Bert Koorengevel | 5 | -43/+108 | |
| younger children (#5260) * fix #4511, #5137: when adding a child to a family, put it between older and younger children * when adding a spouse, put the marriage between earlier and later marriages * always update_chan=true when linking individuals to families * PR #5260 review: check fact target, Date::compare, first($filter) | |||||
| 2025-12-19 | Fix: some code passes empty fact_id/gedcom to updateFact instead of calling ↵ | Greg Roach | 1 | -1/+5 | |
| createFact/deleteFact | |||||
| 2025-12-19 | Refactor edit/create/delete fact to allow facts to be added in order | Greg Roach | 1 | -31/+8 | |
| 2025-11-21 | CodeStyle - strict types | Greg Roach | 2 | -3/+3 | |
| 2025-11-11 | Fix: #5252 - SQL-Server does not support || for concatenation | Greg Roach | 1 | -3/+3 | |
| 2025-10-31 | Don't renumber XREFs when pending changes exist | Greg Roach | 1 | -0/+12 | |
| 2025-10-29 | Add missing void return types | Greg Roach | 2 | -12/+12 | |
| 2025-10-20 | Fix: #5243 - pdo_mysql.default_socket not available on Windows | Greg Roach | 1 | -2/+2 | |
| 2025-10-18 | Move pending changes logic to service | Greg Roach | 1 | -42/+3 | |
| 2025-10-12 | Fix: #5242 - use default language for custom text if the current language is ↵ | Greg Roach | 1 | -0/+7 | |
| unavailable | |||||
| 2025-09-30 | fix #5237: added EDUC & PROP as extra fields in AdvancedSearch (#5239) | Bert Koorengevel | 1 | -0/+2 | |
| 2025-09-15 | Update dependencies | Greg Roach | 1 | -1/+1 | |
| 2025-08-15 | fixed #5207: memory_limit = -1 means unlimited (#5208) | Bert Koorengevel | 1 | -1/+1 | |
| * fixed #5207: memory_limit = -1 means unlimited * Update step-2-server-checks.phtml * Update SetupWizard.php * Update SetupWizard.php * Update step-2-server-checks.phtml * Update step-2-server-checks.phtml * Update step-2-server-checks.phtml --------- Co-authored-by: Greg Roach <greg@subaqua.co.uk> | |||||
| 2025-08-15 | CodeStyle | Greg Roach | 1 | -1/+1 | |
| 2025-08-12 | fixed bug: Setup wizard reported memory_limit as zero (#5205) | Bert Koorengevel | 1 | -1/+1 | |
| 2025-08-12 | Fix: #5199 - new username/email differs by case | Greg Roach | 2 | -17/+36 | |
| 2025-08-10 | Block robots from more pages | Greg Roach | 1 | -23/+23 | |
| 2025-08-04 | Fix: #5195 - Postgres requires column alias when calling pluck() | Greg Roach | 1 | -1/+1 | |
| 2025-07-30 | Show reasons when blocking bots | Greg Roach | 2 | -10/+11 | |
| 2025-07-28 | Robot detection logic | Greg Roach | 1 | -1/+1 | |
| 2025-07-28 | Robot detection logic | Greg Roach | 1 | -20/+45 | |
| 2025-07-28 | Improve handling of robots | Greg Roach | 5 | -134/+222 | |
| 2025-06-24 | Create new service for handling maintenance mode | Greg Roach | 2 | -29/+17 | |
| 2025-06-12 | Fix: #5167 - fgetcsv() requires escape parameter from PHP 8.4 | Greg Roach | 1 | -1/+1 | |
| 2025-06-03 | Fix: Postgres driver requires alias for aggregate columns | Greg Roach | 1 | -8/+8 | |
| 2025-06-02 | Replace CSS class current_day with wt-calendar-today | Greg Roach | 1 | -5/+2 | |
| 2025-06-02 | Replace CSS class current_day with wt-calendar-today | Greg Roach | 1 | -1/+8 | |
| 2025-05-12 | Update PHP dependencies | Greg Roach | 1 | -5/+6 | |
| 2025-04-22 | Add another bad bot to the list | Greg Roach | 1 | -0/+1 | |
| 2025-04-14 | Add AliyunSecBot to list of bad robots | Greg Roach | 1 | -2/+3 | |
| 2025-03-27 | CodeStyle | Greg Roach | 1 | -6/+1 | |
| 2025-03-09 | Fix: #5112 - use the list of user-agents from ai-robots-txt as a blacklist | Greg Roach | 2 | -105/+61 | |
| 2025-03-02 | Update Facebook crawlers in bad-bot-blocker | Greg Roach | 1 | -1/+2 | |
| 2025-03-02 | CodeStyle | Greg Roach | 1 | -3/+1 | |
