summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git@github.com:rtyler/cheetahv2.1.1R. Tyler Ballance2009-04-1668-1475/+6285
|\
| * Change the package nameR. Tyler Ballance2009-04-161-1/+1
| * Update CHANGES for new compiler settingR. Tyler Ballance2009-04-161-0/+1
| * Add the "useLegacyImportMode" to support the older way to import in CheetahR. Tyler Ballance2009-04-163-8/+11
| * Add a reproduction case for Martin Skott's import issueR. Tyler Ballance2009-04-161-0/+11
| * Correct circulr import error I introduced (fail)R. Tyler Ballance2009-04-161-1/+0
| * Add minor regression test to verify that auto-importing is workingR. Tyler Ballance2009-04-131-0/+10
| * Fix compiler errors on the C-based NameMapper moduleR. Tyler Ballance2009-04-131-44/+45
| * Remove the use of decorators and str.rsplit() from the xmlrunner code to make...v2.1.1rc3R. Tyler Ballance2009-04-131-22/+22
| * Correct failure to import Cheetah.Filters on Python 2.4.xx and 2.3.xx due to ...R. Tyler Ballance2009-04-132-10/+24
| * Token commit!R. Tyler Ballance2009-04-121-1/+0
| * Another test commitR. Tyler Ballance2009-04-121-1/+0
| * Token commit to test HudsonR. Tyler Ballance2009-04-121-1/+0
| * Update CHANGES to include the CodeHighlighter filterR. Tyler Ballance2009-04-111-1/+2
| * Fix a SAX parser breakage in the xml test runner for HudsonR. Tyler Ballance2009-04-111-1/+1
| * Missed a reference to the old optik parser, found on a fresh install and test...R. Tyler Ballance2009-04-111-1/+1
| * Add support for running the whole test-suite against the XMLTestRunnerR. Tyler Ballance2009-04-112-48/+24
| * Fix a minor issue with inline import statementsv2.1.1rc2R. Tyler Ballance2009-04-102-9/+35
| * Remove unnecessary space from the output so Markdown and CodeHighlighter will...R. Tyler Ballance2009-04-071-5/+2
| * Add a CodeHighlighter filter for use with the #transform directiveR. Tyler Ballance2009-04-072-4/+77
| * Update CHANGES with #transform and markdown detailsv2.1.1rc1R. Tyler Ballance2009-04-051-0/+2
| * Update SetupConfig.py to include the new markdown packagesR. Tyler Ballance2009-04-051-0/+2
| * Forgot to remove these references to the FileRefresh moduleR. Tyler Ballance2009-04-051-3/+0
| * Finish up support for the #transform directive, and the Markdown filterR. Tyler Ballance2009-04-055-6/+81
| * Initial pass on the Markdown filter along with a testR. Tyler Ballance2009-04-053-29/+74
| * Kill this dead useless test fileR. Tyler Ballance2009-04-051-55/+0
| * Add __init__ so we can import this suckerR. Tyler Ballance2009-04-031-0/+0
| * Import the markdown module for a planned wiki-templateR. Tyler Ballance2009-04-0328-0/+5066
| * Update CHANGES and TODO, prepping v2.1.1R. Tyler Ballance2009-04-032-13/+6
| * Revert "Update CHANGES to reflect jbq@'s latest patch"R. Tyler Ballance2009-04-031-1/+0
| * Revert "Convert unicode compiled template to an utf8 char buffer when writing...R. Tyler Ballance2009-04-031-1/+1
| * Merge branch 'master' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-04-031-44/+6
| |\
| * | Update CHANGES to reflect jbq@'s latest patchR. Tyler Ballance2009-04-011-0/+1
| * | Convert unicode compiled template to an utf8 char buffer when writing to a fileJean-Baptiste Quenot2009-04-011-1/+1
| * | Add statprof moduleR. Tyler Ballance2009-04-011-0/+304
| * | Remove those pesky .cvsignore filesR. Tyler Ballance2009-03-298-20/+0
| * | Update CHANGES and TODO with accomplished tasksR. Tyler Ballance2009-03-292-6/+5
| * | Finish removing optik parser, added --shbang option as well (re #2)R. Tyler Ballance2009-03-292-15/+6
| * | Move Cheetah off the imported optik parser in favor of the Python builtin opt...R. Tyler Ballance2009-03-297-1156/+23
| * | Update CHANGES with some of the other issues fixed in 2.1.1R. Tyler Ballance2009-03-291-1/+5
| * | Update CHANGESR. Tyler Ballance2009-03-291-0/+1
| * | Apply patch to prevent hitting the file system to get the file modification t...R. Tyler Ballance2009-03-291-1/+8
| * | Update gitignoreR. Tyler Ballance2009-03-291-0/+3
| * | Remove contents of BUGS in favor of bugs.communitycheetah.orgR. Tyler Ballance2009-03-291-15/+1
| * | Remove TODO entry, this is already supported to some extent via the settings ...R. Tyler Ballance2009-03-291-2/+0
| * | Merge branch 'master' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-03-272-4/+7
| |\ \
| * | | Correct a bug introduced in v2.1.0 that affected odd inline importsR. Tyler Ballance2009-03-272-5/+30
| * | | Do not print errors to stderr when they should be raisedR. Tyler Ballance2009-03-271-7/+2
| * | | Fix Unicode test to where it's actually possible for it to passR. Tyler Ballance2009-03-261-3/+3
| * | | Break this out into two lines for readabilityR. Tyler Ballance2009-03-261-1/+2