Hi people,
Another week, another release with a few improvements :)
Those are listed here (and pasted at the end of this message:
http://transvision.mozfr.org/changelog.php#v1.2
If you see any regression, please ping me.
Cheers
Pascal
------------------------
Version 1.2 - 2012-08-10
End user visible changes
* Searches for strings with single and double quotes work ex: Search for
« Don't »
* The Glossary option now yields results that make sense, when you
select it all other checkboxes are unselected, ex: Search for «
Bookmarks ». That option looks for the closest matches for your locale
for a word or a few workd and lists them all. It also lists examples of
use. The main use for that is to quickly check how a word is usually
translated by your team.
* Perfect Match option now actually works
* Changelog page uses the same template as the application
Developer visible changes
* json webservice is now available from a normal search if you add &json
to your search query (webservice.php is still available so as to not
break API consumers, please udate your script to use index.php?json
instead. ex: Search for « Don't »
Other changes
* Simplification of the python script creating TMX files
* Overall simplification of the PHP code to remove dead code
------------------------