summaryrefslogtreecommitdiff
path: root/app/Module/ResearchTaskModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-02-12Add Armenian translationGreg Roach1-5/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-04Remove unnecessary PHPDOCGreg Roach1-3/+0
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-6/+6
2024-10-08CodeStyleGreg Roach1-5/+0
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-12-24Fix: #4679 - SQL-Server cannot select * when group by primary keyGreg Roach1-2/+2
2022-11-25Fix: do not show deleted research tasksGreg Roach1-1/+4
2022-11-18Use ValidatorGreg Roach1-4/+7
2022-07-28Fix: #4518 - default values for date and time fieldsGreg Roach1-5/+3
2022-05-09Possible fix for research tasks not showing. Integer overflow?Greg Roach1-1/+4
2022-04-29Fix: #4343 - input date formatting for research tasksGreg Roach1-3/+3
2022-04-03Refactor custom tags. Replace modules with hard-coded configuration optionsGreg Roach1-1/+1
2022-03-16PHPdocGreg Roach1-0/+3
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-21PHPdocGreg Roach1-4/+4
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-2/+3
2022-02-18PHPdocGreg Roach1-2/+2
2021-11-19Fix: Research task module not allowing research tasks to be addedGreg Roach1-0/+3
2021-10-12PHPdocGreg Roach1-4/+4
2021-03-12Remove unused importsGreg Roach1-1/+0
2021-02-17Gedcom elementsGreg Roach1-58/+74
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-3/+3
2020-05-12Update code to use new Factory objectsGreg Roach1-3/+4
2020-01-29Add high/low parameters to configure block paginationGreg Roach1-2/+7
2020-01-29Fix: #773, Fix: #1320, Fix: #2954, Fix: #3032 - Add pagination/show-more to l...Greg Roach1-5/+8
2019-12-13CodeStyle - strict typesGreg Roach1-1/+1
2019-12-10PHPdocGreg Roach1-2/+2
2019-11-23Avoid ambiguous functions such as empty()Greg Roach1-2/+1
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-2/+2
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-1/+8
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-07-14Refactor blocksGreg Roach1-26/+26
2019-05-08PSR-7 requestsGreg Roach1-3/+5
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-3/+3
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-03-20Block stylingGreg Roach1-1/+2
2019-03-07Code style and testingGreg Roach1-2/+2
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-4/+2
2019-03-02Use carbon functions instead of magic numbersGreg Roach1-1/+2
2019-02-26Remove global constant CLIENT_JDGreg Roach1-1/+2
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-1/+1
2019-01-25Apply fixes from StyleCI (#2135)Greg Roach1-1/+1
2019-01-25Convert tracking and analytics functions into modulesGreg Roach1-1/+1