summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)AuthorFilesLines
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
2026-02-05Fix: #4763 - don't compress files that are already compressed in ZIP archivesGreg Roach1-4/+2
2026-02-05Fix: #5277 - missing slideshow images on Postgres; Fix: #4661, Fix: #2355 - m...Greg Roach29-366/+495
2026-02-02Fix: #5276 - cannot use markdown formatting for notes in reports as HTML not ...Greg Roach1-9/+0
2026-02-02Fix: error adding new spouse when no family facts are enabledGreg Roach1-1/+0
2026-02-02Fix: #4951 - add watermarks to images in reportsGreg Roach8-114/+86
2026-02-02Expose method to generate binary image data with thumbnailsGreg Roach1-26/+44
2026-02-02Refactor reports: simplify setupGreg Roach2-62/+44
2026-02-02Add tests cases for all report optionsGreg Roach1-3/+0
2026-02-02Refactor reports: simplify structure of variablesGreg Roach3-45/+28
2026-02-02Tidy report codeGreg Roach1-21/+4
2026-02-01Cleanup some report codeGreg Roach28-2062/+280
2026-01-30Move UTF character definitions to UTF8 classGreg Roach2-37/+36
2026-01-15fix issue #5287: extra newline in family gedcom for new spouse triggered vali...Bert Koorengevel1-1/+1
2026-01-132.2.5Greg Roach1-2/+2
2026-01-132.2.52.2.5Greg Roach1-1/+1
2025-12-29CodeStyleGreg Roach16-49/+18
2025-12-29Show names of linked records in pending changes logGreg Roach1-2/+7
2025-12-28Fix: #5221 - count individuals (not dates) in statisticsGreg Roach1-1/+2
2025-12-24CodeStyleGreg Roach335-4071/+832
2025-12-24CodeStyleGreg Roach6-33/+9
2025-12-24Refactor the 'before' paramter to createFact()Greg Roach6-26/+20
2025-12-24fix #4511 & #5137: when adding a child to a family, put it between older and ...Bert Koorengevel5-43/+108
2025-12-19improved support for Legacy GEDCOM dialect (fixes #5269) (#5270)Bert Koorengevel1-0/+12
2025-12-19Fix: some code passes empty fact_id/gedcom to updateFact instead of calling c...Greg Roach2-1/+21
2025-12-19Refactor edit/create/delete fact to allow facts to be added in orderGreg Roach2-133/+58
2025-12-12Fix: #5268 - bypassing forms with CAPTCHA causes session error.Greg Roach1-5/+5
2025-12-12Remove unused codeGreg Roach1-27/+0
2025-11-27Fix: PHP 8.5 deprecationGreg Roach1-1/+1
2025-11-25Fix: include combining diacritics from non-latin alphabets when normalizing textGreg Roach1-120/+5
2025-11-21CodeStyle - strict typesGreg Roach8-14/+24
2025-11-18TypoGreg Roach1-1/+1
2025-11-18Add CLI commands to create/edit/delete users and treesGreg Roach6-218/+318
2025-11-11Fix: #5246 - SQL-Server enables encryption by default, so trust self-signed c...Greg Roach1-9/+10
2025-11-11Fix: #5252 - SQL-Server does not support || for concatenationGreg Roach4-9/+25
2025-11-09Fix: #5253 - SQL-Server LIKE is case-insensitive by defaultGreg Roach1-4/+0
2025-11-09Fix: #5248 - outdated check for PDO driver for SQL-ServerGreg Roach1-1/+1
2025-11-04Move color theme palette to inline CSSGreg Roach1-2/+27
2025-11-02Fix: #5125, Replace: #5187 - MacFamilyTree generates GEDCOM with duplicate XREFsGreg Roach1-0/+3
2025-11-02Fix: #5219 - Bing Maps closed in June 2025Greg Roach2-163/+0
2025-11-02Build webtrees.js with map update codeGreg Roach1-10/+10
2025-11-02A few mapping updates (#5234)David Drury5-14/+49
2025-10-31Fix: #5155 - allow _TODO items to contain markdown and linksGreg Roach1-30/+1
2025-10-31Don't renumber XREFs when pending changes existGreg Roach1-0/+12
2025-10-29Use PHP8.0 functionsGreg Roach4-6/+4
2025-10-29Add missing void return typesGreg Roach4-15/+15
2025-10-20Fix: #5243 - pdo_mysql.default_socket not available on WindowsGreg Roach2-2/+13
2025-10-18CodeStyle - promoted constructor argumentsGreg Roach11-77/+32