log babel/messages/frontend.py @ 300:d2950f2ad2f6 stable-0.9.x

age author description
Thu, 13 Dec 2007 11:51:36 +0000 jruigrok When using sys.stdout with a pipe or redirection the sys.stdout.encoding value trunk
Fri, 28 Sep 2007 04:44:55 +0000 pjenvey we must mean options.locale here trunk
Sun, 09 Sep 2007 17:07:45 +0000 cmlenz Fix error in `compile_catalog` distutils command. Closes #65. trunk
Wed, 05 Sep 2007 16:32:51 +0000 cmlenz Write PO files in binary mode. Closes #61. trunk
Wed, 22 Aug 2007 09:33:47 +0000 cmlenz Default the encoding of output by the `pybabel --list-locales` command to ASCII with errors replaced, if the output stream has no encoding set. For a reason unknown to me I got an encoding error, but only when when running the output through a pipe on the shell. trunk
Tue, 14 Aug 2007 07:20:33 +0000 pjenvey don't init new catalogs as fuzzy trunk
Mon, 13 Aug 2007 22:29:03 +0000 cmlenz Soften dependency on setuptools. Extraction methods can now be referenced using a special section in the mapping configuration, mapping short names to fully-qualified function references. trunk
Wed, 01 Aug 2007 14:15:35 +0000 cmlenz Add more `since` tags to stuff added in trunk. trunk
Mon, 30 Jul 2007 20:28:43 +0000 cmlenz Use logging module for output from CLI frontend. trunk
Sun, 29 Jul 2007 20:04:17 +0000 cmlenz Use proper logging in distutils `compile_catalog` command. trunk
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. trunk
Thu, 05 Jul 2007 17:25:13 +0000 cmlenz When parsing catalog headers, look for the content-type first, to be able to use a specified encoding on all other headers. trunk
Thu, 05 Jul 2007 08:02:26 +0000 cmlenz Include percentage in statistics output. trunk
Wed, 04 Jul 2007 16:09:05 +0000 palgarvio Make frontends that make use of a ''loop all'' fail if no message catalogs are found. trunk
Wed, 04 Jul 2007 15:24:32 +0000 palgarvio Implement translations statistics, closes #18. trunk
Wed, 04 Jul 2007 06:54:07 +0000 cmlenz Fix another bug introduced in [208]. trunk
Wed, 04 Jul 2007 06:52:03 +0000 cmlenz Fix for bug introduced in [208]. Closes #37. trunk
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. trunk
Tue, 03 Jul 2007 13:12:36 +0000 cmlenz Fix for #36: avoid corrupting the catalog on update when there's an error in the writing process. trunk
Tue, 03 Jul 2007 12:52:44 +0000 cmlenz Fix for #35, and a minor improvement to how we parse the catalog fuzzy bit. trunk
Sun, 01 Jul 2007 17:59:44 +0000 cmlenz Add an option to the frontend commands for catalog updating that removes completely any obsolete messages, instead of putting them comments. trunk
Thu, 28 Jun 2007 16:37:30 +0000 cmlenz Ported [188] to 0.8.x branch. stable-0.8.x
Thu, 28 Jun 2007 16:34:40 +0000 cmlenz Add a command-line option that prints out all available locales. Closes #24. trunk
Thu, 28 Jun 2007 10:28:25 +0000 cmlenz The frontends now provide ways to update existing translations catalogs from a template. Closes #22. trunk
Wed, 27 Jun 2007 14:38:20 +0000 cmlenz Minor change to what symbols are ?exported?, primarily for the generated docs. trunk
Wed, 27 Jun 2007 14:29:17 +0000 cmlenz * Instead of an extra `compile-all` option on the `compile` (or `compile_catalog`) command, compilation of all catalogs is performed when neither an `input_file` nor a `locale` is specified. trunk
Tue, 26 Jun 2007 18:22:19 +0000 palgarvio Added tests for the `compile` command of `babel` binary and `messages_non_fuzzy.pot` to further test `read_po` fuzzy bit header parsing. trunk
Tue, 26 Jun 2007 16:46:56 +0000 palgarvio Changed the `__repr__` output to include the flags(it can be changed back, but it was usefull to implement the fuzzy header parsing). trunk
Fri, 22 Jun 2007 17:56:02 +0000 palgarvio Allow the compile catalog frontends to compile all available locales. trunk
Fri, 22 Jun 2007 16:58:39 +0000 palgarvio Typo fix. trunk
Fri, 22 Jun 2007 08:39:04 +0000 cmlenz Implement fuzzy matching to catalog updates. No frontend yet. trunk
Thu, 21 Jun 2007 16:12:38 +0000 cmlenz Slightly simplified CLI-frontend class. trunk
Thu, 21 Jun 2007 14:38:30 +0000 cmlenz Add MO file generation. Closes #21. trunk
Wed, 20 Jun 2007 15:04:48 +0000 cmlenz Some doc fixes. trunk
Mon, 18 Jun 2007 18:26:19 +0000 cmlenz Set explicit local timezone for CLI `init` command. trunk
Mon, 18 Jun 2007 17:05:00 +0000 cmlenz Add a couple of CLI tests. trunk
Sun, 17 Jun 2007 21:02:01 +0000 cmlenz Make the check for the `message_extractors` setup keyword more robst. trunk
Fri, 15 Jun 2007 22:18:59 +0000 cmlenz Added tests for `new_catalog` distutils command. trunk
Fri, 15 Jun 2007 19:26:35 +0000 cmlenz Made new frontend tests more ''unit-y'', i.e. calling the APIs directly instead of launching the scripts. trunk
Thu, 14 Jun 2007 20:44:18 +0000 pjenvey copyright_holder arg is no longer needed for write_po trunk
Thu, 14 Jun 2007 20:39:31 +0000 pjenvey fixed old comments kwarg to auto_comments trunk
Thu, 14 Jun 2007 06:24:28 +0000 palgarvio `Message`, `read_po` and `write_po` now all handle user/auto comments correctly. trunk
Wed, 13 Jun 2007 23:02:24 +0000 cmlenz Merged `write_pot` and `write_po` functions by moving more functionality to the `Catalog` class. This is certainly not perfect yet, but moves us in the right direction. trunk
Wed, 13 Jun 2007 21:46:41 +0000 cmlenz Implement wrapping of header comments in PO(T) output. Related to #14. trunk
Wed, 13 Jun 2007 20:50:34 +0000 cmlenz Project name and version, and the charset are available via the `Catalog` object, and do not need to be passed to `write_pot()`. trunk
Tue, 12 Jun 2007 18:40:39 +0000 cmlenz Fix for #11 (use local timezone in timestamps of generated POT). trunk
Mon, 11 Jun 2007 20:43:15 +0000 cmlenz Some doc improvements on distutils integration. trunk
Mon, 11 Jun 2007 19:43:58 +0000 palgarvio Completely fixed the bug reported by pjenvey, partially addressed on [87]. trunk
Mon, 11 Jun 2007 00:48:07 +0000 palgarvio Fixed a bug on Catalog. `__setitem__` was not updating the translator comments. Thanks pjenvey! trunk
Sun, 10 Jun 2007 22:41:50 +0000 palgarvio Fixed a bug on the CLI frontend introduced on [81]. Thanks pjenvey! trunk
Sun, 10 Jun 2007 18:03:46 +0000 cmlenz Some cosmetic changes for the new translator comments support. trunk
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. trunk
Sun, 10 Jun 2007 09:39:26 +0000 palgarvio Implemented item 4 from #12. Set the copyright holder in the output. trunk
Sun, 10 Jun 2007 08:42:21 +0000 palgarvio Fixed the plurals header on `Catalog` which should only be written if it's not a catalog template. trunk
Fri, 08 Jun 2007 17:30:12 +0000 palgarvio Implemented message sorting, see #7. trunk
Fri, 08 Jun 2007 14:29:49 +0000 palgarvio Implemented the `init` subcommand, aka, `new_catalog` for the distutils/setuptools implmentation. trunk
Fri, 08 Jun 2007 12:53:57 +0000 palgarvio Added the available commands list to the `--help` output of Babel's binary. trunk
Fri, 08 Jun 2007 12:41:00 +0000 cmlenz The order of extraction methods is now preserved (see #10). trunk
Fri, 08 Jun 2007 11:35:06 +0000 palgarvio Fix 2nd typo of [58]. trunk
Fri, 08 Jun 2007 11:32:27 +0000 cmlenz Fix typo in [58]. trunk
Copyright (C) 2012-2017 Edgewall Software