summaryrefslogtreecommitdiff
path: root/app/Module/ColorsTheme.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-11-04Move color theme palette to inline CSSGreg Roach1-2/+27
2025-02-12Add Armenian translationGreg Roach1-5/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-1/+1
2024-03-31PHP 8.2 - union typesGreg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach1-6/+2
2022-09-06CodeStyleGreg Roach1-0/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-3/+2
2021-11-21CodeStyleGreg Roach1-1/+3
2021-10-29CodeStyle - remove default parametersGreg Roach1-1/+1
2021-10-12PHPdocGreg Roach1-1/+1
2021-09-01Use wt- namespace for data attributesGreg Roach1-1/+1
2021-06-12Site and tree default preferencesGreg Roach1-1/+5
2021-03-19Use closures for sort callbacksGreg Roach1-1/+1
2021-02-04Code styleGreg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2019-10-25No need to throw exceptions in assert()Greg Roach1-3/+2
2019-10-20Fix: #2660 - use HTTP POST to set palette colorGreg Roach1-50/+65
2019-10-17PSR12Greg Roach1-0/+1
2019-10-11Working on routingGreg Roach1-1/+1
2019-09-29PSR12Greg Roach1-0/+2
2019-06-25Fix: #2447 - better detection of client_ip and request_uriGreg Roach1-1/+1
2019-04-17Explicit type castsGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-47/+48
2019-03-10Do not use __construct() or boot() in core themes, as it prevents custom them...Greg Roach1-1/+4
2019-03-08Strict types and code reviewGreg Roach1-1/+0
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-03-02Apply fixes from StyleCI (#2293)Greg Roach1-2/+4
2019-03-02Refactoring modules to remove dependency on Tree (allows earlier initialisati...Greg Roach1-3/+5
2019-03-02Remove old codeGreg Roach1-6/+0
2019-03-02Defer calls to I18N in colors themeGreg Roach1-82/+88
2019-02-09Working on CSS and iconsGreg Roach1-2/+1
2019-02-08Working on CSS and themesGreg Roach1-4/+3
2019-01-30Remove ALL_USER_THEMES option. Instead, disable unwanted themes.Greg Roach1-21/+17
2019-01-30Refactor themes into modulesGreg Roach1-0/+193