log babel/messages/tests/catalog.py @ 544:030ddf3f5b13

age author description
Sat, 19 Mar 2011 19:28:59 +0000 fschwarz catalog.add() now returns the message instance (closes #245)
Sat, 05 Mar 2011 15:22:28 +0000 jruigrok Update the copyright line.
Fri, 04 Mar 2011 14:16:15 +0000 fschwarz Fix Python 2.3 compatibility for 0.9 branch (closes #233) stable-0.9.x
Thu, 15 Apr 2010 14:20:11 +0000 jruigrok Commit the resulting files after a 2to3 -nvw run. experimental-babel3
Sun, 11 Apr 2010 08:48:25 +0000 jruigrok Merged revisions 469,529 via svnmerge from stable-0.9.x
Sun, 11 Apr 2010 08:32:32 +0000 jruigrok Merged revisions 464 via svnmerge from stable-0.9.x
Sun, 11 Apr 2010 08:20:56 +0000 jruigrok Merged revisions 460-461 via svnmerge from stable-0.9.x
Thu, 08 Apr 2010 08:26:22 +0000 jruigrok Fix test to run under Python 2.3.
Tue, 06 Apr 2010 09:05:06 +0000 jruigrok Merged revisions 467 via svnmerge from stable-0.9.x
Mon, 16 Mar 2009 17:49:48 +0000 jruigrok Fix Catalog._set_mime_headers' handing of negative offsets.
Sat, 10 Jan 2009 22:42:01 +0000 palgarvio Fuzzy matching regarding plurals should *NOT* be checked against `len(message.id)` because this is always 2, instead, it's should be checked against `catalog.num_plurals`.
Thu, 18 Dec 2008 01:36:14 +0000 palgarvio Final and complete fix for #148.
Tue, 16 Dec 2008 13:35:23 +0000 palgarvio Testcase for fix of #148.
Fri, 27 Jun 2008 15:22:12 +0000 cmlenz Ported [388:405/trunk] to 0.9.x branch. stable-0.9.x
Tue, 17 Jun 2008 21:56:50 +0000 aronacher Updated catalog test case for last commit, flags are now tested too in the clone test case.
Tue, 17 Jun 2008 21:55:14 +0000 aronacher Message.clone doesn't return a shallow copy any longer. This fixes a bug with update where flags where shared.
Mon, 16 Jun 2008 16:49:56 +0000 cmlenz More work on msgctxt support (#54).
Fri, 01 Feb 2008 14:56:02 +0000 cmlenz Ported [346] and [347] to 0.9.x branch. stable-0.9.x
Fri, 01 Feb 2008 14:46:32 +0000 cmlenz Merging catalogs would sometimes mix translations from different runs.
Fri, 01 Feb 2008 13:38:09 +0000 cmlenz Fix catalog updating with fuzzy matches. Closes #82.
Tue, 04 Sep 2007 15:09:54 +0000 cmlenz Fix for updating catalog messages that changed from gettext to ngettext or vice versa.
Tue, 24 Jul 2007 21:25:19 +0000 cmlenz Forgot to update test method name after copy/paste.
Tue, 24 Jul 2007 21:16:57 +0000 cmlenz Remove duplicate locations of catalog messages.
Fri, 20 Jul 2007 16:47:08 +0000 cmlenz Follow-up to [239]: also combine duplicate comments when writing PO files.
Fri, 20 Jul 2007 16:20:43 +0000 cmlenz Fix tests broken by [233], and add new tests.
Fri, 20 Jul 2007 12:52:40 +0000 cmlenz Applied patch by Ramiro Morales for more extensive detection of Python string formatting specifiers. Closes #57.
Mon, 16 Jul 2007 16:57:49 +0000 cmlenz Added infrastructure for adding catalog checkers, and implement a checker that validations Python format parameters in translations, closing #19.
Tue, 03 Jul 2007 17:55:34 +0000 palgarvio Added `--no-fuzzy-matching` to the frontends and also `--previous` which adds the old msgid's as comments. The latest closes #31.
Thu, 28 Jun 2007 10:28:25 +0000 cmlenz The frontends now provide ways to update existing translations catalogs from a template. Closes #22.
Fri, 22 Jun 2007 08:39:04 +0000 cmlenz Implement fuzzy matching to catalog updates. No frontend yet.
Thu, 14 Jun 2007 20:40:10 +0000 pjenvey unused import
Thu, 14 Jun 2007 06:24:28 +0000 palgarvio `Message`, `read_po` and `write_po` now all handle user/auto comments correctly.
Tue, 12 Jun 2007 18:40:39 +0000 cmlenz Fix for #11 (use local timezone in timestamps of generated POT).
Mon, 11 Jun 2007 20:22:49 +0000 palgarvio Unittest for the problem reported by pjenvey fixed on [88].
Sun, 10 Jun 2007 14:21:01 +0000 palgarvio Added support for translator comments at the API and frontends levels.(See #12, item 1). Updated docs and tests accordingly.
Fri, 08 Jun 2007 16:16:08 +0000 cmlenz Message catalogs can have multiple messages with the same ID, where some of them have plural strings, and others don't. Still the same message.
Fri, 08 Jun 2007 15:32:06 +0000 cmlenz Enhance catalog to also manage the MIME headers.
Fri, 08 Jun 2007 11:08:03 +0000 cmlenz Add actual data structures for handling message catalogs, so that more code can be reused here between the frontends.
Copyright (C) 2012-2017 Edgewall Software