summaryrefslogtreecommitdiff
path: root/app/Module/HtmlBlockModule.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-10-08CodeStyleGreg Roach1-5/+0
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-09-06CodeStyleGreg Roach1-0/+1
2022-04-05Fix: double-encoding in html/user-welcome block titlesGreg Roach1-13/+12
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-4/+6
2021-10-29TypeHintsGreg Roach1-2/+1
2021-10-12PHPdocGreg Roach1-4/+4
2021-09-15Fix: XSS vulnerability in some module titlesGreg Roach1-1/+1
2021-02-10CodeStyleGreg Roach1-9/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-06-20Convert function to viewGreg Roach1-1/+1
2019-12-13CodeStyle - strict typesGreg Roach1-1/+1
2019-11-11Simplify access to current localeGreg Roach1-7/+1
2019-10-30Use admin theme when editing default blocksGreg Roach1-1/+1
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-1/+7
2019-10-22Use tree serviceGreg Roach1-2/+8
2019-10-18Type hintsGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-07-14Refactor blocksGreg Roach1-25/+9
2019-05-10Fix: #1752 - use ezyang/htmlpurifier to santise user-supplied HTMLGreg Roach1-10/+43
2019-05-09PSR-7 requestsGreg Roach1-4/+6
2019-04-25Strict typesGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-3/+3
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-6/+7
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/+4
2019-03-02Use app() shortcutGreg Roach1-1/+1
2019-02-26Remove global constant WT_TIMESTAMPGreg Roach1-2/+2
2019-02-23Use UTC internally, and convert to local time for displayGreg Roach1-7/+7
2019-02-01Refactor admin controllers and servicesGreg Roach1-17/+4
2019-01-30Apply fixes from StyleCI (#2164)Greg Roach1-1/+2
2019-01-30Use dependency injection for Statistics classGreg Roach1-5/+17
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-06Fix: #1783 - missing timezones on timestampsGreg Roach1-1/+1