summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * - add a comment about a mysterious instance variableFred Drake2005-08-151-5/+2
| * add a note about differences between the two TAL expression engineFred Drake2005-08-101-0/+4
| * correct a broken comment, and expand with useful informationFred Drake2005-08-101-2/+3
| * add the FasterStringIO to replace the basic StringIO, so this matches theFred Drake2005-08-091-5/+33
| * rework many XXXs Benji York2005-07-291-2/+2
| * Fixed message id test factoriesDmitry Vasiliev2005-06-301-4/+4
| * Added more information for deprecation warningDmitry Vasiliev2005-06-171-7/+15
| * Removed unused codeDmitry Vasiliev2005-06-011-69/+15
| * avoid re-creating the I18N message types tuple repeatedly,Fred Drake2005-05-201-4/+6
| * In case of tal:content, i18n:translate only MessageID/MessageDmitry Vasiliev2005-05-202-26/+24
| * remove unhelpful sh-bang lines from some files listed in issue 409; not allFred Drake2005-05-205-5/+0
| * remove spurious executable bitsFred Drake2005-05-202-0/+0
| * Disabled automatic translation of message id's in TAL.Dmitry Vasiliev2005-05-198-86/+231
| * Now an error will be raised if explicit message id and tal:content are used t...Dmitry Vasiliev2005-05-112-0/+11
| * Fixed issue with <pre> and i18n:nameDmitry Vasiliev2005-05-022-2/+25
| * Fixed issue 301: Bug with i18n:name and i18n:translate on the same elementDmitry Vasiliev2005-05-028-140/+161
| * Removed definitely wrong commentDmitry Vasiliev2005-04-271-12/+1
| * Fixed issue 314: i18n:translate removes line breaksDmitry Vasiliev2005-04-252-4/+54
| * Added substitutions for 'Id'Dmitry Vasiliev2005-04-240-0/+0
| * The lists has been changed to dicts for faster membership testingDmitry Vasiliev2005-04-213-34/+34
| * Teach tal about the new i18nmessageid.Message class.Gary Poster2005-04-153-10/+20
| * Whitespaces removedDmitry Vasiliev2005-03-231-2/+2
| * Set substitutions for 'Id'Dmitry Vasiliev2005-03-230-0/+0
| * Added a METAL test that ensures slot overrides work as expected.Shane Hathaway2004-12-032-0/+52
| * Fixed a metal bug revealed by the Rotterdam skin.Shane Hathaway2004-11-243-11/+35
| * Templates now allow metal:define-macro and metal:use-macro in the same tag.Shane Hathaway2004-11-2213-50/+374
| * - remove unused function: findMacroDocument()Fred Drake2004-10-211-11/+10
| * remove unused method; not part of the interfaceFred Drake2004-10-211-5/+0
| * Indicate dynamic message IDs by replacing dynamic parts with XXX instead ofMarius Gedminas2004-10-212-2/+35
| * Fix collector issue #264: Substituting a Unicode value containing non-ASCIIFred Drake2004-08-312-1/+9
| * Fixed collector issue 266Jim Fulton2004-08-311-2/+10
| * Note a problem with bare except.Florent Guillaume2004-08-121-0/+1
| * remove ancient turd fileFred Drake2004-07-161-11/+0
| * Made sure that all module doc strings have an $Id$ tag. While doing this Stephan Richter2004-07-169-5/+23
| * Made sure that all modules have a title.Stephan Richter2004-07-162-5/+4
| * Removed "Revision information:" in module doc strings.Stephan Richter2004-07-153-4/+8
| * Converted as many classes as possible to new style classes.Stephan Richter2004-07-159-13/+11
| * Fix for issue 233 in the Zope 3 collector.Fred Drake2004-07-137-17/+41
| * Converted XXX to TODO.Stephan Richter2004-07-136-14/+13
| * Converted XXX to TODO and statement.Stephan Richter2004-07-131-7/+7
| * Allow Id expansion.Stephan Richter2004-07-131-1/+3
| * Removed an XXX by adjusting a docstring.Philipp von Weitershausen2004-07-091-2/+1
| * add test for collector issue 133Fred Drake2004-07-071-0/+39
| * Make zope.tal tests pass on Windows.Marius Gedminas2004-07-011-0/+1
| * Added getContext.Jim Fulton2004-06-241-0/+5
| * A small fix (with a test) for a trailing semicolon on i18n:attributes, which ...Sidnei da Silva2004-06-223-1/+10
| * Improved content type guessing heuristic in zope.publisher.browser. NowMarius Gedminas2004-06-114-28/+19
| * Added position (line, column) information to TALParser.Marius Gedminas2004-06-114-2/+75
| * Added optional source annotations to zope.tal to simplify ZPT debugging.Marius Gedminas2004-06-1119-18/+403
| * Added a clarifying comment.Marius Gedminas2004-06-101-2/+3