summaryrefslogtreecommitdiff
path: root/tests/TestCase.php
AgeCommit message (Expand)AuthorFilesLines
2021-02-04Use gedcom elementsGreg Roach1-0/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-12-30TestingGreg Roach1-7/+3
2020-10-24whitespaceGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-14/+14
2020-09-16Refactor controller-actions as request-handlersGreg Roach1-3/+3
2020-09-08Use factory to create caches and filesystemsGreg Roach1-17/+16
2020-07-04Fix: #3314 - use a factory to make XREFsGreg Roach1-0/+2
2020-05-14Fix testsGreg Roach1-0/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+1
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach1-4/+25
2020-05-09Deprecate whereContains()Greg Roach1-6/+0
2020-01-20Add the entire route to the request, not just the nameGreg Roach1-2/+4
2019-12-20Unused importsGreg Roach1-2/+0
2019-11-28Be explicit about distinction between system and user data foldersGreg Roach1-1/+0
2019-11-24Refactor caching to remove dependency on the illuminate implementationGreg Roach1-4/+2
2019-11-23Use filesystem abstraction for places importGreg Roach1-1/+5
2019-11-13Unused importsGreg Roach1-3/+0
2019-11-13Dead codeGreg Roach1-1/+0
2019-11-11Move language negotiation to middlewareGreg Roach1-1/+1
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach1-2/+1
2019-11-03Add privacy-policy/impressum - #2654Greg Roach1-2/+13
2019-10-31Refactor routing tableGreg Roach1-2/+4
2019-10-30Remove View:share() - it's just a globalGreg Roach1-3/+0
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-4/+3
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+0
2019-10-22Use tree serviceGreg Roach1-2/+4
2019-10-18Use TreeServiceGreg Roach1-1/+0
2019-10-17Avoid using the IoC container in unit testsGreg Roach1-2/+0
2019-10-17Disable cache during unit testsGreg Roach1-5/+3
2019-10-16Long linesGreg Roach1-2/+6
2019-10-12Working on request/base URL logicGreg Roach1-1/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+3
2019-10-09Working on routingGreg Roach1-16/+21
2019-10-06Use aura/routerGreg Roach1-0/+5
2019-10-05Change signature for Footer modules - give them access to the requestGreg Roach1-0/+1
2019-10-05Working on routingGreg Roach1-2/+3
2019-09-29Add tree to request; preparing for routerGreg Roach1-50/+47
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-1/+0
2019-06-25Fix: #2447 - better detection of client_ip and request_uriGreg Roach1-3/+2
2019-05-17Add support for reverse-proxy configurationsGreg Roach1-1/+0
2019-05-09PSR-7 requestsGreg Roach1-2/+2
2019-04-25CodeStyle: declare return typesGreg Roach1-1/+1
2019-04-21Refactor database connection as middlewareGreg Roach1-1/+7
2019-04-17CodeStyleGreg Roach1-2/+4
2019-04-14Refactor the bootstrap processGreg Roach1-4/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-46/+130
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-15TestsGreg Roach1-1/+1
2019-03-13Allow custom modules to provide translationsGreg Roach1-1/+1