summaryrefslogtreecommitdiff
path: root/app/Log.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
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-6/+6
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-2/+2
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+0
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-6/+2
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-12-07PHP 8.0 - use nullsafe operatorGreg Roach1-3/+1
2022-09-06CodeStyleGreg Roach1-0/+2
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-2/+4
2021-10-29CodeStyle - whitespaceGreg Roach1-1/+2
2021-10-12PHPdocGreg Roach1-2/+2
2021-02-04Code styleGreg Roach1-7/+7
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-08TyposGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-12Working on request/base URL logicGreg Roach1-1/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-06-25Fix: #2447 - better detection of client_ip and request_uriGreg Roach1-1/+1
2019-04-21Fix: database changes in e16a1bfd break setupGreg Roach1-2/+6
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-17/+16
2019-03-07Code style and testingGreg Roach1-7/+7
2019-01-04Add visibility to constantsGreg Roach1-6/+6
2019-01-01Happy 2019Greg Roach1-1/+1
2019-01-01Fix: #2082 - cannot reprocess a request object after processing an uploaded fileGreg Roach1-1/+2
2018-12-29Use illuminate/database for site settings and logsGreg Roach1-10/+10
2018-12-28Use illuminate/database for module accessGreg Roach1-1/+1
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-28PHPdocGreg Roach1-0/+14
2018-07-16Use PSR2 code styleGreg Roach1-83/+91
2018-07-09Remove globalGreg Roach1-20/+5
2018-05-05Remove commented codeGreg Roach1-1/+0
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-11-24Working on multiple files in a media objectGreg Roach1-1/+2
2017-11-10Fetch client-ip address as neededGreg Roach1-1/+5
2017-03-082017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-2/+2
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-05-30Code styleGreg Roach1-2/+1
2015-04-26Replace Zend_Controller_Request_HttpGreg Roach1-2/+2
2015-02-05Fix ##1284239 - Search: User permissions of selected tree are used for every ...Greg Roach1-1/+1
2015-02-05Add API to access the parent tree of a recordGreg Roach1-1/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-0/+127