Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Inject server root - allows proper testing and separation of concerns | Morris Jobke | 2016-03-18 | 3 | -14/+13 |
| | |||||
* | Read available l10n files also from theme folder | Morris Jobke | 2016-03-17 | 1 | -0/+25 |
| | | | | | | | | | | The old behaviour was that only languages could be used for an app that are already present in the apps/$app/l10n folder. If there is a themed l10n that is not present in the apps default l10n folder the language could not be used and the texts are not translated. With this change this is possible and also the l10n files are loaded even if the default l10n doesn't contain the l10n file. | ||||
* | Check whether ownCloud is installed | Lukas Reschke | 2016-01-27 | 3 | -77/+195 |
| | | | | | | ownCloud might not yet be setup. This causes an issue as the user config requires a setup ownCloud. Thus this needs a block whether ownCloud is installed or not. Fixes https://github.com/owncloud/core/issues/21955 | ||||
* | Add tests for findAvailableLanguages | Joas Schilling | 2016-01-26 | 1 | -0/+22 |
| | |||||
* | Add tests for findLanguage() | Joas Schilling | 2016-01-26 | 1 | -6/+93 |
| | |||||
* | Remove tests for wrapper | Joas Schilling | 2016-01-26 | 1 | -43/+0 |
| | |||||
* | Add tests for the factory | Joas Schilling | 2016-01-26 | 1 | -0/+201 |
| | |||||
* | Add tests for the new l10n class | Joas Schilling | 2016-01-26 | 1 | -0/+162 |
| | |||||
* | Move legacy test file to new location | Joas Schilling | 2016-01-26 | 1 | -0/+179 |