Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-10 | Replaced validation with `respect/validation` | Igor Scheller | |
2019-07-08 | Replaced gettext translation with package | Igor Scheller | |
This allows to check if no translation is available | |||
2019-06-03 | Upgraded external components | Igor Scheller | |
2019-04-25 | phpunit: Upgrade to version 8, fixed tests, formatting | Igor Scheller | |
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated | |||
2019-04-17 | PSR-7: Replaced implementation with `Nyholm\Psr7` | Igor Scheller | |
2019-04-16 | Bugfix: Replaced Diactoros with Symfony PsrHttpFactory to use ↵ | Igor Scheller | |
PhpExtended\HttpMessage implementation Prevents warnings that get converted to errors when run in dev mode | |||
2019-04-16 | Bugfix: Pin twig version as long as Twig-Extensions received no update | Igor Scheller | |
This prevents warnings when run in dev mode | |||
2019-03-16 | readme: Added mbstring as required extension | Igor Scheller | |
closes #576 (Ubuntu 18.04 requires mbstring to be installed manually) | |||
2018-10-24 | Readme: Bump versions and fix formatting | Igor Scheller | |
* Bump required database versions for JSON support and better key handling * Changed PHP version to use a supported one * Fixed migration description * Removed outdated hint for mail config | |||
2018-10-24 | Migrations: Added namespace | Igor Scheller | |
2018-10-24 | Database: Don't use `0000-00-00 00:00:00` as a datetime | Igor Scheller | |
2018-09-26 | Merge remote-tracking branch 'MyIgel/mailing' | Igor Scheller | |
2018-09-23 | Fixed release file build (did not include frontend files), formatting | Igor Scheller | |
2018-09-05 | Implemented mailing abstraction | Igor Scheller | |
Closes #434 | |||
2018-08-29 | Replaced gettext translation `_()` with `__()` that uses the Translator class | Bot | |
2018-08-29 | Added translation support for twig templates | Igor Scheller | |
See https://twig-extensions.readthedocs.io/en/latest/i18n.html for documentation | |||
2018-08-29 | Added Twig template renderer, closes #338 | Igor Scheller | |
2018-08-25 | Added nikic/fast-route as routing dispatcher | Igor Scheller | |
2018-08-19 | Added middleware tests | Igor Scheller | |
2018-08-14 | Implemented PSR-15 middleware handler | Igor Scheller | |
2018-08-07 | Added Http\Response and Psr7{Request,Response} | Igor Scheller | |
2018-01-14 | Added Illuminate/Database | Igor Scheller | |
2018-01-14 | Added illuminate/support and Fluent Interface to Config | Igor Scheller | |
2017-11-25 | Refactored ExceptionHandler | Igor Scheller | |
2017-09-24 | Fixed composer | Igor Scheller | |
2017-09-21 | Changed Container to Illuminate/Container | Igor Scheller | |
@see https://laravel.com/docs/5.5/container @see https://davejamesmiller.com/2017/06/15/laravel-illuminate-container-in-depth | |||
2017-09-19 | Added Logger | Igor Scheller | |
2017-08-31 | Implemented container | Igor Scheller | |
2017-08-29 | Bumped PHP version to min. 7.0.0 (see 440ed74c) | Igor Scheller | |
2017-08-29 | #336: Integration of symfony/http-foundation request | Igor Scheller | |
2017-07-19 | Changed recommended PHP Version to >= 7.0 | Igor Scheller | |
2017-07-17 | Added phpunit and fixed typo | Igor Scheller | |
2017-01-21 | Refactoring: Config cleanup / moved to class | Igor Scheller | |
2017-01-20 | Added exception handler | Igor Scheller | |
2017-01-02 | Require twbs/bootstrap via composer | Igor Scheller | |
2017-01-02 | Added composer with parsedown requirement | Igor Scheller | |