summaryrefslogtreecommitdiff
path: root/tests/Unit/Helpers
AgeCommit message (Collapse)Author
2019-12-08ImportSchedule: Append talk language to shift titleIgor Scheller
Resolves #587 (Include talk language into Frab-imported shift titles)
2019-12-08Added Schedule parsing and replaced old Fahrplan importerIgor Scheller
Resolves #553 (Change Frab Import from xCal to XML) Resolves #538 (Feature Request: Multi Frab Import)
2019-11-11Formatting to follow PSR-12Igor Scheller
2019-11-06Tests: Replaced duplicates and formatting/cleanupIgor Scheller
2019-11-06Tests: Replaced setMethods as it is deprecatedIgor Scheller
2019-10-28Move translations whose message ids do not appear as literals in the sources ↵Luca
into a separate file Test whether additional.{m,p}o files are loaded correctly
2019-10-13Removed .mo translation files from version control, use .po as fallbackIgor Scheller
2019-10-06Mailer: Use users locale for translationIgor Scheller
2019-07-21Merge pull request #624 from MyIgel/versionmsquare
Added version to credits and metrics page
2019-07-21Added version to credits and metrics pageIgor Scheller
2019-07-08Replaced gettext translation with packageIgor Scheller
This allows to check if no translation is available
2019-07-08Moved translation helpers to sub namespaceIgor Scheller
2019-07-08Implemented AuthController for loginIgor Scheller
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator
2019-04-25FormattingIgor Scheller
```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/] ```
2019-04-25phpunit: Upgrade to version 8, fixed tests, formattingIgor Scheller
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
2018-12-02Implemented controller permissionsIgor Scheller
2018-12-02Moved permission checks to Authenticator classIgor Scheller
2018-10-31Replaced more user related stuffIgor Scheller
(Contains some buggy stuff too...)
2018-10-31Changed `src/` code and templates to use the new user modelIgor Scheller
2018-10-30Translation: added pluralization supportIgor Scheller
2018-08-29Moved translation/internationalization to Helpers\Translator classIgor Scheller