summaryrefslogtreecommitdiff
path: root/app/Module/RecentChangesModule.php
AgeCommit message (Expand)AuthorFilesLines
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach1-7/+13
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-21PHPdocGreg Roach1-10/+11
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-4/+3
2022-02-18PHPdocGreg Roach1-2/+2
2021-10-29TypeHintsGreg Roach1-2/+1
2021-10-15Prefer object to stdClassGreg Roach1-9/+8
2021-02-16Fix: #3726 - strict type errorGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-4/+4
2020-06-05Better handling of unknown users in recent changes blockGreg Roach1-1/+4
2020-06-03Recent changes block, add options for source of data and display of timestampGreg Roach1-6/+87
2020-05-12Update code to use new Factory objectsGreg Roach1-1/+2
2020-05-11PHPdocGreg Roach1-2/+9
2020-02-29Fix initial order of recent changes tableGreg Roach1-1/+1
2020-02-17Default order for recent changes tableGreg Roach1-0/+6
2020-01-29Add high/low parameters to configure block paginationGreg Roach1-7/+14
2020-01-29Fix: #773, Fix: #1320, Fix: #2954, Fix: #3032 - Add pagination/show-more to l...Greg Roach1-4/+6
2020-01-29Use real timestamp/user for last-change block, not CHAN recordGreg Roach1-17/+55
2019-12-13CodeStyle - strict typesGreg Roach1-1/+1
2019-10-20Strict comparisonsGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-12CodeStyle - use groupBy() consistentlyGreg Roach1-1/+1
2019-07-14Refactor blocksGreg Roach1-25/+24
2019-05-09PSR-7 requestsGreg Roach1-9/+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-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
2019-01-24Refactoring module APIGreg Roach1-1/+1
2019-01-22Merge chart controllers into chart modulesGreg Roach1-1/+1
2019-01-22PHPdocGreg Roach1-2/+10
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-3/+5
2019-01-10Use closures as callbacks for sortingGreg Roach1-9/+3
2019-01-09Use illuminate/database in remaining modulesGreg Roach1-25/+16
2019-01-04Add visibility to constantsGreg Roach1-7/+7
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-19Strict typesGreg Roach1-1/+1
2018-12-19Refactor $ctype global as a parameterGreg Roach1-4/+2
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-2/+2
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-1/+1
2018-10-10Use closure instead of array-notationGreg Roach1-30/+11
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2