Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-08 | ImportSchedule: Append talk language to shift title | Igor Scheller | |
Resolves #587 (Include talk language into Frab-imported shift titles) | |||
2019-12-08 | Added Schedule parsing and replaced old Fahrplan importer | Igor Scheller | |
Resolves #553 (Change Frab Import from xCal to XML) Resolves #538 (Feature Request: Multi Frab Import) | |||
2019-11-11 | Formatting to follow PSR-12 | Igor Scheller | |
2019-11-06 | Tests: Replaced duplicates and formatting/cleanup | Igor Scheller | |
2019-11-06 | Tests: Replaced setMethods as it is deprecated | Igor Scheller | |
2019-10-28 | Move 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-13 | Removed .mo translation files from version control, use .po as fallback | Igor Scheller | |
2019-10-06 | Mailer: Use users locale for translation | Igor Scheller | |
2019-07-21 | Merge pull request #624 from MyIgel/version | msquare | |
Added version to credits and metrics page | |||
2019-07-21 | Added version to credits and metrics page | Igor Scheller | |
2019-07-08 | Replaced gettext translation with package | Igor Scheller | |
This allows to check if no translation is available | |||
2019-07-08 | Moved translation helpers to sub namespace | Igor Scheller | |
2019-07-08 | Implemented AuthController for login | Igor Scheller | |
* Moved /login functionality to AuthController * Refactored password handling logic to use the Authenticator | |||
2019-04-25 | Formatting | Igor 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-25 | phpunit: Upgrade to version 8, fixed tests, formatting | Igor Scheller | |
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated | |||
2018-12-02 | Implemented controller permissions | Igor Scheller | |
2018-12-02 | Moved permission checks to Authenticator class | Igor Scheller | |
2018-10-31 | Replaced more user related stuff | Igor Scheller | |
(Contains some buggy stuff too...) | |||
2018-10-31 | Changed `src/` code and templates to use the new user model | Igor Scheller | |
2018-10-30 | Translation: added pluralization support | Igor Scheller | |
2018-08-29 | Moved translation/internationalization to Helpers\Translator class | Igor Scheller | |