summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* cache file args, can be supplied on TemplateLookup, Template, <%page> tag, ↵Mike Bayer2006-12-127-10/+165
| | | | <%def> tag
* some refinements to the **kwargs sent to the main render() methodMike Bayer2006-12-115-23/+73
|
* propigate main body **kwargs to top-level defsMike Bayer2006-12-119-36/+43
| | | | more docs
* caching layer for ns...Mike Bayer2006-12-111-2/+7
|
* added get_namespace function, more docsMike Bayer2006-12-116-22/+22
|
* css stuffMike Bayer2006-12-116-65/+117
|
* cleanupMike Bayer2006-12-102-11/+9
|
* converted templates to base filesystem operations on their original uri; ↵Mike Bayer2006-12-106-58/+60
| | | | | | module writing occurs in a directory hierarchy resembling uri scheme
* some simplificationsMike Bayer2006-12-101-11/+4
|
* big overhaul to variable scoping in code generationMike Bayer2006-12-0913-113/+200
|
* a little touch-and-go with def call with content....needs more workMike Bayer2006-12-095-10/+86
|
* description->uriMike Bayer2006-12-093-6/+6
|
* cacheMike Bayer2006-12-091-15/+15
|
* docs, runtime, exceptionsMike Bayer2006-12-097-65/+54
|
* docs, cachingMike Bayer2006-12-097-10/+14
|
* lexer picks up on magic encoding commentMike Bayer2006-12-096-10/+46
|
* make dictionaryy operation more explicitMike Bayer2006-12-091-1/+3
|
* Made plugin options more tolerant so mako. prefix isn't required.Ben Bangert2006-12-081-0/+2
|
* Prefixing template with / was unnecessary.Ben Bangert2006-12-081-3/+0
|
* Adding Mako TurboGears plugin support.Ben Bangert2006-12-082-0/+43
|
* Adding setup.py file for packaging.Ben Bangert2006-12-061-0/+40
|
* caching work, some doc contentMike Bayer2006-12-065-29/+77
|
* cleaning up exception formattingMike Bayer2006-12-063-68/+81
|
* wsgi example rearrangement/updateMike Bayer2006-12-055-21/+61
| | | | cache function optional
* docs, capturing, etcMike Bayer2006-12-048-19/+301
|
* commentsMike Bayer2006-12-041-0/+19
|
* some basic (memory only so far) cachingMike Bayer2006-12-047-28/+178
|
* trying to make autohandler extension look better. theyre going to want a ↵Mike Bayer2006-12-033-6/+9
| | | | tag....
* autohandler extensionMike Bayer2006-12-034-27/+52
|
* path stuff, autohandler ext not quite working, etcMike Bayer2006-12-036-10/+53
|
* dynamic inheritanceMike Bayer2006-12-034-5/+31
|
* various dev on lookupMike Bayer2006-12-025-29/+70
|
* added "import='x, y'" / "import='*'" to namespace tag, will cut down on dotsMike Bayer2006-12-028-41/+209
| | | | added filename-relative lookup to TemplateLookup
* dont need lookup for exception reportingMike Bayer2006-11-301-2/+1
|
* devMike Bayer2006-11-301-7/+8
|
* wsgi, exception handlingMike Bayer2006-11-303-21/+60
|
* localized exceptionMike Bayer2006-11-302-3/+4
|
* added wsgi example, working on lookup/exception reportingMike Bayer2006-11-305-62/+142
|
* screwing around with the exception formatting a bitMike Bayer2006-11-285-49/+104
|
* fixed [ticket:1] ! w00pMike Bayer2006-11-283-9/+53
|
* more lruMike Bayer2006-11-282-9/+40
|
* added a threading test for lru....Mike Bayer2006-11-281-11/+40
|
* cleanup etcMike Bayer2006-11-275-109/+83
|
* traceback formattingMike Bayer2006-11-279-108/+173
|
* unit test cleanup, lru test, switched lru to be fuzzyMike Bayer2006-11-277-120/+133
|
* took out extra mutex thingMike Bayer2006-11-271-12/+2
|
* basic module file generation/loadingMike Bayer2006-11-273-16/+14
|
* starting to put in the module loading crap...Mike Bayer2006-11-274-45/+244
|
* we have liftoff (finally....)Mike Bayer2006-11-278-53/+79
|
* scoping wackiness regarding component calls with contentMike Bayer2006-11-265-15/+105
|