Commit Graph

21 Commits (7f1f3a773a9695c042424b37800a75f78d165620)

Author SHA1 Message Date
Igor Scheller 149155fbda Added email notification on new news
Igor Scheller 89742ecd55 Response: Added with and withInput methods and back/redirect functions
Igor Scheller f90ab26fee Moved translation helpers to sub namespace
Igor Scheller 236197faf8 Upgraded external components
Igor Scheller 79c92da8c1 Formatting
```bash
php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/]
```
Igor Scheller c74fa7955d phpunit: Upgrade to version 8, fixed tests, formatting
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
Igor Scheller 2dcb7cc2de Replaced some global `$user` variables
Igor Scheller b443b53919 Translation: added pluralization support
Igor Scheller 222c9fed7d Merge remote-tracking branch 'MyIgel/templating'
Igor Scheller b52444af8a Merge remote-tracking branch 'MyIgel/routing'
Igor Scheller 36dafdb68a Merge remote-tracking branch 'MyIgel/rebuild-psr7'
Igor Scheller 427315195b Moved translation/internationalization to Helpers\Translator class
Igor Scheller 73c9d923e7 Renamed RoutingServiceProvider to Http\UrlGeneratorServiceProvider
Igor Scheller f3f05f6cc4 Make Engelsystem\Http\Response PSR-7 compatible
msquare 9496e35711 added comments and renamed short method to url generators
msquare 86b2937078 added comments and renamed short method to url generators
Igor Scheller 6962c2b790 Legacy URL Support
Igor Scheller 8cd17419a8 TestFixes
Igor Scheller e15e863625 Added tests for base_path and config_path
Igor Scheller 449e2cdd00 Added env function, added GitLab CI code coverage config
Igor Scheller 86c0713baa Added helpers unit test