Marc Aschmann

Results 8 issues of 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...

improvement

- [x] Finish Travis configuration Implement UnitTests for - [x] DatabaseLoader - [x] CreateTranslationCommand - [x] DumpTranslationFilesCommand - [ ] GenerateDummyFilesCommand - [ ] ImportTranslationsCommand - [ ] HistoryListener -...

enhancement

Prepare new release v2.x and create branch for v1.x - [ ] Remove LegacyRegisterListenersPass - [ ] Switch version dependency to >= php 5.5 - [ ] Switch version dependency...

enhancement

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...

refactoring prio1

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 - [...

enhancement

There are two possible options that come in mind: - [ ] Create compiler pass to add db loader to list of loaders - [ ] make use of db...

enhancement

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,...