2008-03-18 21:26 friedelwolff * lang/data.py: Correct plural information for Hungarian 2008-03-18 14:27 friedelwolff * __version__.py: Version 1.1.1 2008-03-18 12:01 friedelwolff * search/indexer/__init__.py: Disable support for lucene 2.3 while we don't yet support it. 2008-03-17 07:44 dwaynebailey * tools/podebug.py: Break "ignore" rules into application soecific rules. Add all infrastructure to allow a user to specify which ignore rules to apply. Implement ignore rules for Mozilla. 2008-03-14 16:57 dwaynebailey * tools/podebug.py: Fix getattr to work when we don't have any rewritestyle. 2008-03-14 15:20 dwaynebailey * tools/podebug.py: Cleaner use of getattr 2008-03-14 13:31 dwaynebailey * tools/podebug.py: Add a 'blank' rewrite style. This will simply remove the translations from a PO file. 2008-03-14 12:52 friedelwolff * lang/test_ar.py: Test Arabic (ar) punctuation translation and sentence segmentation 2008-03-14 12:50 friedelwolff * lang/test_am.py: Test Amharic (am) punctuation translation and sentence segmentation 2008-03-14 12:48 friedelwolff * lang/ml.py: Basic support for Malayalam (disabling case-related tests) 2008-03-14 12:38 friedelwolff * lang/ur.py: Update copyright date and remove comments inherited from fa.py 2008-03-13 14:21 friedelwolff * lang/ur.py: Basic support for Urdu (punctuation) 2008-03-13 12:39 friedelwolff * storage/base.py: Simplify TranslationStore.isempty() - hopefully a small performance improvement 2008-03-13 09:39 friedelwolff * setup.py: Install pocommentclean 2008-03-13 08:56 friedelwolff * storage/cpo.py: Temporarily disable freeing the memory - this still causes segmentation faults. The current code will leak memory, but mostly works and leaves things available for somebody to finish this development work. 2008-03-13 08:06 larskr * search/indexer/__init__.py: change the version check from "PYLUCENE_VERSION" to "VERSION" (tested for v1.9, v.2.2 and v.2.3) support for PyLucene v2.3 added (the module name changed) print warning and skip loading for PyLucene v2.3.0/1 - these versions cause a segmentation fault 2008-03-12 21:12 dwaynebailey * filters/pofilter.py: Improve doc string 2008-03-12 21:07 dwaynebailey * tools/pocompile.py, tools/poconflicts.py, tools/pocount.py, tools/podebug.py, tools/pogrep.py, tools/pomerge.py, tools/porestructure.py, tools/posegment.py, tools/poswap.py: Update doc strings for better manpage creation. Added wiki URLs for all docs. 2008-03-12 20:53 friedelwolff * CREDITS: Credit Lars Kruse 2008-03-12 20:42 dwaynebailey * misc/optrecurse.py: Fixe a typo in the first (commented line) of the generated manpages, eliminates some error message from generated documentation. Patch contributed by Nicolas FRANCOIS. 2008-03-12 13:36 dwaynebailey * convert/roundtrip-OOo: Add a roundtrip scrip that will download and test rountrip. If you see any lines following the analysis phase then there are issues that need to be fixed. No lines means we're A OK. 2008-03-12 13:34 dwaynebailey * convert/po2oo.py, convert/test_po2oo.py: Handle entities that are just spaces correctly. This should fix ' ' non-breaking space and friends. A test is included but it is disabled becuase of issues in pypo chain (isempty, isblank, isblankmsgstr) 2008-03-12 11:50 friedelwolff * storage/oo.py: Add '' as an exception for escaping in helpcontent 2008-03-12 11:47 friedelwolff * convert/test_po2oo.py: Test for special non-escaped string with '' from OOo300DEVm2, reported by Kevin Scannell 2008-03-11 11:27 dwaynebailey * convert/test_dtd2po.py, storage/dtd.py: Fix so that multiline entries can end on '[space]> if needed. 2008-03-05 14:13 friedelwolff * storage/lisa.py: Force writing out an XML decleration. This fixes bug 344 and restores compatibility with at least OmegaT and WF. 2008-03-03 13:18 friedelwolff * search/match.py: Revert r7040 that broke comments migration inpot2po. Add comment explaining the problem. 2008-02-29 13:08 friedelwolff * __version__.py: Version 1.1.1rc4