================================================== Changes from 1739-05-11 00:00:00 +0000 to present. ================================================== ------------------------------------------ version 0.011 at 2013-02-22 17:41:48 +0000 ------------------------------------------ Change: 593b3cfcbae98e7e73289e2a51c683a86c721d37 Author: Torsten Raudssus Date : 2013-02-22 18:40:50 +0000 Added only option to locale_simple_scraper Change: cac1427566a47f8fbf296219b431371705feea43 Author: Christian Walde Date : 2013-02-22 18:33:26 +0000 extractor dies on incomplete tokens Change: 3be0a635a606b5c9c6907ce4582f1ab4087ce043 Author: Christian Walde Date : 2013-02-22 18:33:25 +0000 typo Change: cd899f38557b743e1352f5e113940913ee434e21 Author: Christian Walde Date : 2013-02-22 18:33:08 +0000 set locale for messages if the system supports it Change: 9bfc923a80b4c60decadc8ce2d313a2ef7f34c3b Author: Torsten Raudssus Date : 2013-02-01 22:52:57 +0000 Added sprintf_compare function for comparing placeholders Change: 08d6e3ff613d6e57184eb221edd44e7dfc5943d8 Author: Christian Walde Date : 2013-01-30 13:10:37 +0000 make sure the scraper actually prints newlines as proper chars Change: 2ba70dc80208a393e1bf7f1e56c106491dbb1bbb Author: Torsten Raudssus Date : 2013-01-28 14:36:28 +0000 Merge pull request #2 from wchristian/patch-2 allow output of scraper to be recognized by poedit Change: ef4523a42ecd13775f7f17832f5e29119f60372a Author: Torsten Raudssus Date : 2013-01-28 14:34:56 +0000 Merge pull request #1 from wchristian/patch-1 allow use of msg ids with utf8 chars Change: e9fb07d24fca0bbe0c1c683b517dc2573533d45d Author: Christian Walde Date : 2013-01-23 19:05:33 +0000 allow output of scraper to be recognized by poedit Without an empty msgstr line, poedit will not recognize msgid lines as items to be translated, so adding it results in useful .po files. Change: 0fff6638016621512caf177cf27bd378b4b909bd Author: Christian Walde Date : 2013-01-23 19:02:41 +0000 allow use of msg ids with utf8 chars The msgids from the mo file are read in as bytes in L::TD, as such they need to be encoded before being sent to it, otherwise they wouldn't match any keys and translations would not be found for them. Change: b4a28393576cc066823cec2ccf6b3f7386972fc5 Author: Torsten Raudssus Date : 2013-01-22 22:20:13 +0000 Moved the bad utf8 handling of gettext_pp before sprintf (Mithaldu++) Change: 298430517fd0bbdd07895646929c7452dc1373d5 Author: Torsten Raudssus Date : 2013-01-22 22:17:53 +0000 Scramble filenames with md5 for positioning informations Change: 9ed9047cb2d38bae72b850ba1c26a2ac6dedb23d Author: Torsten Raudssus Date : 2013-01-10 10:42:47 +0000 Added token scraper, first version, but works so far good! Change: c93d75bd0188a0a7c2ded5a3af200d37ca204700 Author: Michael Smith Date : 2013-01-06 11:11:35 +0000 fix readme importer Change: df5f8de3a1c268ff5e9c40f22d3ba49d5fb5eb29 Author: Torsten Raudssus Date : 2013-01-06 09:52:33 +0000 Refactored the Javascript testing to automatic testing, added new tests for changed order with plural and placeholder Change: 7e1b10c60b87e0edc01e5a3ad0e12f04e9f69061 Author: Michael Smith Date : 2013-01-05 17:08:31 +0000 fix setup.py ... again Change: b07b1ee5a9a4ac8795f3bd62438c982a9535b5bb Author: Torsten Raudssus Date : 2013-01-06 01:03:40 +0000 Ok so we finally know how to make a python package, eh? ;) Change: 565ae413f915f61e664e9cf39dbe546ac6581839 Author: Torsten Raudssus Date : 2013-01-06 00:15:55 +0000 Made it a platform independent egg for python Change: 7fef458515c360a532925f4135f5b1b6f3b713a0 Author: Torsten Raudssus Date : 2013-01-06 00:11:49 +0000 Fixed dist.ini, removed NextRelease usage Change: b0ca475467152ece63fdcec4d44f80a733c7d933 Author: Michael Smith Date : 2013-01-05 16:08:26 +0000 make tests exit with $?=1 if they fail Change: 8364d6c99a1e7be04639b4a20dee7f3d388d16f2 Author: Michael Smith Date : 2013-01-05 15:56:37 +0000 fix data finder Change: 9ee178482942cdbf755a7527bc248bec5eae7470 Author: Michael Smith Date : 2013-01-05 15:47:07 +0000 die if there is no V Change: 337a8b47719d63dc8a77eaec138b6c4ea3f1f067 Author: Torsten Raudssus Date : 2013-01-05 23:43:41 +0000 Adapted dist.ini for python parts, changed description, added python build files to .gitignore Change: 17279d34e5fdf3241afda36ca44982d1887f8e79 Author: Michael Smith Date : 2013-01-05 15:39:24 +0000 oops, fix version Change: b7368cddac6176d79f7cb6bc54b590826d529fb8 Author: Michael Smith Date : 2013-01-05 15:37:30 +0000 grab version from ENV Change: 43c014ef7ce15425773291546bc547c302d4df6e Author: Michael Smith Date : 2013-01-05 13:51:51 +0000 documentation for python Change: 4200e2d52dfd3c6bebae8d2a5c0d80e4d1b1b410 Author: Michael Smith Date : 2013-01-05 13:08:05 +0000 add python version Change: a784a3ab528edd115e7bf82528bd3134d7d912ab Author: Torsten Raudssus Date : 2013-01-05 19:46:06 +0000 Added simple context test Change: 95efe61a1d1e323a093a527dbcbf8cc64b07134c Author: Torsten Raudssus Date : 2013-01-05 19:41:09 +0000 Added complex ordering case from sprintf documentation of Perl, output validation information added (should be some JS with green/red flag probably?), fixed update_locale.sh Change: eb1e1639eb5e2e2266e53ceb1d464a84f233f030 Author: Torsten Raudssus Date : 2012-07-10 18:33:23 +0000 Removed changes for new pluginbundle Change: 3cdb241227348d9ad15d18699f98e0a6c907aa5a Author: Torsten Raudssus Date : 2012-07-10 18:32:46 +0000 Switched to Author::GETTY dzil plugin bundle Change: 41c5535c2949c7501457b4a82d0a4b5186177cbe Author: Torsten Raudssus Date : 2012-07-10 18:32:35 +0000 Added l_nolocales Change: c7c70389922fb36312bc4bf479f1585ee34ba83c Author: Torsten Raudssus Date : 2012-05-27 11:38:23 +0000 v0.001 Change: 00e61f87b1528161e525e41b722a9df6cff2012c Author: Torsten Raudssus Date : 2012-05-27 11:38:10 +0000 Fixed rights Change: 99cb2730a6e880f3f643c5051649644455360abb Author: Torsten Raudssus Date : 2012-05-27 11:37:56 +0000 Added PODNAME and ABSTRACT to po2json Change: 55fbd2695f9805c99f3964be307932cd246a07c9 Author: Torsten Raudssus Date : 2012-05-27 11:31:05 +0000 Added base documentation, still requires gettext knowledge Change: f42488cfb112b9112e0ff5c3f3d339e3bcb81ca7 Author: Torsten Raudssus Date : 2012-05-27 11:08:30 +0000 Copy over from DDG::Translate Change: 606285cd3894c311225f359957ce4b62f05a2d7a Author: Torsten Raudssus Date : 2012-05-27 10:55:37 +0000 initial commit ================ End of releases. ================