summaryrefslogtreecommitdiff
path: root/app/Module/ReviewChangesModule.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-12-23Fix: #4979 - system emails sent in wrong languageGreg Roach1-1/+1
2024-10-08CodeStyleGreg Roach1-5/+0
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-07-23phpdocGreg Roach1-2/+0
2023-03-29Consistent use of select/pluckGreg Roach1-2/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach1-3/+5
2022-06-01Use constants for contact methodsGreg Roach1-1/+2
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-7/+8
2021-11-20Fix: pending deletions can break the pending changes blockGreg Roach1-3/+11
2021-10-29TypeHintsGreg Roach1-6/+3
2021-10-12PHPdocGreg Roach1-5/+5
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-4/+4
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-3/+3
2019-12-13CodeStyle - strict typesGreg Roach1-1/+1
2019-11-13Unused importsGreg Roach1-3/+0
2019-11-11Simplify access to current localeGreg Roach1-3/+2
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-2/+3
2019-11-01Fix: #2719 cannot send messages using ugly urls; refactor controller as reque...Greg Roach1-11/+11
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-1/+7
2019-10-24Refactor pending changes to use service and request handlersGreg Roach1-1/+2
2019-10-18Use TreeServiceGreg Roach1-9/+14
2019-10-17PSR12Greg Roach1-0/+1
2019-10-10Working on routingGreg Roach1-1/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-18Fix: #2575 and #1945 - update email from/reply-to fields, allow registration ...Greg Roach1-1/+2
2019-09-13Refactor Mail into MailServiceGreg Roach1-3/+10
2019-07-14Refactor blocksGreg Roach1-26/+26
2019-05-08PSR-7 requestsGreg Roach1-2/+4
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-3/+3
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-8/+8
2019-03-01Fix: #2285 - old (deleted) records break pending changes blockGreg Roach1-0/+1
2019-02-26Remove global constant WT_TIMESTAMPGreg Roach1-2/+5
2019-02-23Use UTC internally, and convert to local time for displayGreg Roach1-4/+6
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-1/+1
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-6/+22
2019-01-25Apply fixes from StyleCI (#2135)Greg Roach1-1/+1
2019-01-25Convert tracking and analytics functions into modulesGreg Roach1-1/+1