From: Jehan-Guillaume (i. de R. <io...@fr...> - 2011-12-30 11:59:37
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Following the work we have done with Nozomi Anzai from SRA OSS last summer, I polished a bit the patch, updated the TRANSLATORS and lang/README file, removed not needed anymore files and committed the patch in a new branch (utf-8) of the official phpPgAdmin repo: https://github.com/phppgadmin/phppgadmin/tree/utf-8 This patch is important in different ways: * security reasons: it paves the way to a better htmlentities escaping, which will be the subject of a futur patch. No more UTF-7 security issues ! * no more recode stuffs. Easier to create/update a translation file * simpler code: it removes some kind of complexity * plugin architectures: clean some pieces of code that are show-stopper right now. I've got a fix for that, but it would be even cleaner. Developers, translators, could you please get the current code in this branch and make some tests ? you can either: git clone git://github.com/phppgadmin/phppgadmin.git git checkout -t origin/utf-8 or directly download the archive: * zip: https://github.com/phppgadmin/phppgadmin/zipball/utf-8 * tar.gz: https://github.com/phppgadmin/phppgadmin/tarball/utf-8 Thank you for your feedbacks ! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk79p6wACgkQxWGfaAgowiKrqACggiOL45rCA9FgWZ1JZqElwhNu Pt8An12KjTOXl/UGYkP33t20MlNZGHUg =L7BW -----END PGP SIGNATURE----- |