Marc Aschmann
Marc Aschmann
To enhance maintainability and decouple the repos further, I suggest: - [ ] move to monorepos with read-only packages for external usage and deps - [ ] remvoe phpflo-core dependency...
fixes #43
- [x] Finish Travis configuration Implement UnitTests for - [x] DatabaseLoader - [x] CreateTranslationCommand - [x] DumpTranslationFilesCommand - [ ] GenerateDummyFilesCommand - [ ] ImportTranslationsCommand - [ ] HistoryListener -...
Prepare new release v2.x and create branch for v1.x - [ ] Remove LegacyRegisterListenersPass - [ ] Switch version dependency to >= php 5.5 - [ ] Switch version dependency...
The MessageCatalogue in DatabaseLoader still has no $resource set when created. So the caching will not be triggered to refresh the translations cachefile. Since this is complete file-based at the...
Add toolbar plugin that shows amount of translations used in request. Show list on click and link the listed translations to admin backend. - [ ] add plugin - [...
There are two possible options that come in mind: - [ ] Create compiler pass to add db loader to list of loaders - [ ] make use of db...
First, thanks for creating the meter integration. It helped me greatly with my local setup here, so I added some convenience scripts etc. - add config file - add installer,...