summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix keywords. Use $Id$ wherever possible; in text documents, it isPhilipp von Weitershausen2004-05-171-3/+0
| * Tell subversion to expand the Id keyword:Philipp von Weitershausen2004-05-1610-10/+10
| * Set mime-type or svn-eol property from cvs expansion dataroot2004-05-110-0/+0
| * we now import directly from the zope.i18nmessageid package; thisFred Drake2004-04-151-0/+1
| * MessageID should be had from zope.i18nmessageid, not zope.i18n.messageid;Fred Drake2004-04-154-8/+8
| * start adding packaging metadata to the Zope treeFred Drake2004-04-071-0/+2
| * Why did this code ever want to find ZODB or Persistence ???Fred Drake2004-04-071-0/+3
| * Removed an assertion which disallows usage of Zope3 i18n in XML markup.Gintautas Miliauskas2004-04-077-2/+38
| * Comment references ITranslationService which does not seem to exist.Gintautas Miliauskas2004-04-051-0/+1
| * Added getValue(name, default) to engine.Stephan Richter2004-03-232-1/+13
| * Macro name is stored in reserved varaibale name 'macroname'.Stephan Richter2004-03-234-7/+32
| * Added deactivated test, so me and Fred can look at a test case of what weStephan Richter2004-03-231-1/+15
| * pass the encoding along from the constructorFred Drake2004-03-191-1/+1
| * pass encoding through to the base XMLParserFred Drake2004-03-191-3/+3
| * Use new translation API.Stephan Richter2004-03-085-28/+34
| * Improved module doc stringsStephan Richter2004-02-243-8/+9
| * remove use of the ZODB 4 "zodb" facade package; use ZODB 3 directlyFred Drake2004-02-201-2/+2
| * Fix various import issues.Jeremy Hylton2003-11-041-4/+1
| * Remove unused local variables.Jeremy Hylton2003-11-031-2/+2
| * Fix error in test data: A test document used an unbound namespaceFred Drake2003-10-241-2/+2
| * Add some important information to the module docstring.Fred Drake2003-10-241-2/+3
| * Final HEAD checkin of "Inline Code Support in TAL". For detailed messagesStephan Richter2003-08-219-13/+224
| * Made extract.py work with message ids that have default values. DefaultStephan Richter2003-08-181-2/+9
| * Declare an encoding at the top of this file since it uses non-ASCIIPhilipp von Weitershausen2003-08-171-1/+1
| * some reformatting to ease comparisons between 2.x and 3Godefroid Chapelle2003-08-153-13/+31
| * Remove files unmaintained as part of Zope 3.Fred Drake2003-08-142-169/+0
| * Merge fixes from srichter-i18n-macro-interaction-branch:Fred Drake2003-08-145-21/+149
| * Made talgettext domain aware. The command line version does not support itStephan Richter2003-08-122-10/+18
| * Fixed a couple of bugs in TAL. There are two more tests in the branch thatStephan Richter2003-08-087-37/+141
| * remove apply callGodefroid Chapelle2003-08-081-1/+1
| * - clean up popMacro() a littleFred Drake2003-08-061-19/+1
| * Fred approved the fix. Here are the tests for it.Stephan Richter2003-08-069-1/+36
| * This is a fix (without test for now) that was made in theStephan Richter2003-08-061-2/+1
| * - standardize docstringFred Drake2003-07-291-4/+6
| * deny attributes being both part of tal:attributesGodefroid Chapelle2003-07-224-6/+10
| * Changed str() calls to unicode() calls to allow for non-ascii charactersAdam Summers2003-07-151-1/+1
| * Increased test coverage of the zope-specific tales engine.Steve Alexander2003-07-011-1/+7
| * Move initialization code to a function.Jeremy Hylton2003-06-301-4/+8
| * Remove unused local variables.Jeremy Hylton2003-06-302-5/+1
| * Removed extraneous whitespace.Steve Alexander2003-06-111-1/+1
| * Removed tab characters.Steve Alexander2003-06-033-7/+8
| * Renamed a bunch of interfaces to reflect the TAL expression, ratherJim Fulton2003-05-204-34/+51
| * Importgeddon part the second. Removed unused imports throughout theMartijn Faassen2003-05-018-17/+9
| * Added a test for i18n:domain.Jim Fulton2003-04-302-0/+12
| * Added support for alternate domains.Jim Fulton2003-04-301-0/+6
| * Add missing copyright notices.Jeremy Hylton2003-04-251-0/+13
| * Raise TALError when tal:content is used on an HTML tag that must be empty.Fred Drake2003-04-252-0/+10
| * Make the various i18n interfaces more consistent in their argumentBarry Warsaw2003-04-176-31/+28
| * do_insertText_tal(): When the engine evaluates some text and returnsBarry Warsaw2003-04-151-0/+6
| * Teach this about the standard .pot file header so that it can add itBarry Warsaw2003-04-151-23/+55