Damien Alexandre
Damien Alexandre
One thing I love about this plugin is the direct links to changelogs and diff when I run "composer update", this is what allow me to make sure what's going...
I just have created a new Symfony 2.2 project, added this bundle, run `git init`. Then I have done some commits, branches and merges, but everything is still local atm....
Some emoji default to text representation, so when copy / paste, they will **not** show the colored representation.  There is a solution for that: add a U+FE0F...
I see that search is based on some translations contributed here, this can lead to various problems: - you can only support a limited number of languages; - not all...
Look like we can't install this plugin Elasticsearch 1.0.1: I got this error: > Error while installing plugin, reason: IllegalArgumentException: Plugin installation assumed to be site plugin, but contains source...
https://github.com/php-translation/symfony-bundle/pull/102 introduce the `is_safe_callback` option instead of the old `is_safe => ['html']` that was causing some issues and unexpected behavior (changing the way Symfony does the escaping by default). But...
The Content Tools library has some nice new features and just got a new release: https://github.com/GetmeUK/ContentTools/releases/tag/1.6.0 We run 1.3.1 at the moment, I think updating is worth trying to help...
As suggested by @rvanlaak: - some status / progress in the "edit in place" popup, like "3 translations ready for saving" - a toggle to "highlight" all possible translations and...
We may ship a small default controller to enable and disable the feature when using the default Activator. This **must** be optional (maybe some commented out lines in the routing...
When editing a translation via EditInPlace, we should use the status bar of ContentTools (at the bottom of the page) to display contextual informations about the current editing: - the...