summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Something about the Praise section was breaking the cheeseshop reStructuredTe...R. Tyler Ballance2009-04-031-32/+0
| * Update SetupConfig.py for submission of Cheetah Community Edition to the chee...R. Tyler Ballance2009-04-031-12/+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
|\ \ | |/
| * Bump Version.pyv2.1.0.1R. Tyler Ballance2009-03-271-2/+2
| * Merge branch 'maint'R. Tyler Ballance2009-03-272-5/+32
| |\
| | * Correct a bug introduced in v2.1.0 that affected odd inline importsR. Tyler Ballance2009-03-272-5/+32
| * | Update CHANGES and the webpages to denote the new subreleaseR. 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
* | Minor change to force non-string objects passed into the compiler to treat th...R. Tyler Ballance2009-03-251-2/+2
* | Add Regressions and Unicode to the main src/Tests/Test.py test harness so I c...R. Tyler Ballance2009-03-253-2/+9
* | Update the local copy of the unittest module to handle 'runTest' as a method ...R. Tyler Ballance2009-03-251-2/+3
* | Minor update of the conditional, basestring ftwR. Tyler Ballance2009-03-251-1/+1
* | Provide a fix for the failing JPQ_UTF8_Test3, unicode templates within other ...R. Tyler Ballance2009-03-251-1/+4
* | Stop wrapping the test assertions so I can get the full backtraceR. Tyler Ballance2009-03-251-8/+2
* | Update the TODO before I forgetR. Tyler Ballance2009-03-241-0/+1
* | Prioritize the template itself at the beginning of the searchList.R. Tyler Ballance2009-03-241-2/+1
* | Apply workaroudn patch to allow for importHook to deal with the new __import_...R. Tyler Ballance2009-03-231-1/+6
* | Add some Unicode regression cases to help track down a nested-template Unicod...R. Tyler Ballance2009-03-222-1/+82
* | Add editor support file for some KDE Text Editors (KWrite, Kate, Quanta, etc.)R. Tyler Ballance2009-03-221-0/+339