| age |
author |
description |
| Mon, 04 Dec 2006 19:51:05 +0000 |
Allan Saddi |
First cut of injected metadata support. |
| Mon, 04 Dec 2006 19:22:02 +0000 |
Allan Saddi |
Add config module, make external component resolution actually work. |
| Sun, 03 Dec 2006 22:40:00 +0000 |
Allan Saddi |
Add basis for multi-module support. |
| Sun, 03 Dec 2006 09:19:02 +0000 |
Allan Saddi |
Forgot to skip the 1st '$' in an escaped expansion.pre_multi_module |
| Sun, 03 Dec 2006 09:08:02 +0000 |
Allan Saddi |
Allow expansions to be escaped. |
| Sun, 03 Dec 2006 07:49:01 +0000 |
Allan Saddi |
Allow persistent variables to be deleted, which deletes them from the |
| Sun, 03 Dec 2006 07:35:03 +0000 |
Allan Saddi |
Implement template caching. |
| Sun, 03 Dec 2006 05:15:02 +0000 |
Allan Saddi |
Switch intra-package imports to absolute references. Clean up main |
| Sun, 03 Dec 2006 00:27:02 +0000 |
Allan Saddi |
Add the TextArea component. |
| Sun, 03 Dec 2006 00:00:01 +0000 |
Allan Saddi |
Minor component improvements. Add Foreach component. |
| Sat, 02 Dec 2006 22:16:05 +0000 |
Allan Saddi |
Add TemplateError, use that instead of RuntimeError within template module. |
| Sat, 02 Dec 2006 09:17:02 +0000 |
Allan Saddi |
More documentation. |
| Sat, 02 Dec 2006 07:45:01 +0000 |
Allan Saddi |
Change __revision__ back to __version__ (see PEP 8). |
| Sat, 02 Dec 2006 05:49:03 +0000 |
Allan Saddi |
Finish up paster page and component commands. |
| Sat, 02 Dec 2006 02:10:01 +0000 |
Allan Saddi |
Use nose to find tests, add a few template tests. |
| Sat, 02 Dec 2006 01:25:01 +0000 |
Allan Saddi |
Dummy paster commands for now. |
| Fri, 01 Dec 2006 22:51:05 +0000 |
Allan Saddi |
Alpha is probably too generous. |
| Fri, 01 Dec 2006 22:44:04 +0000 |
Allan Saddi |
Add keywords, rST description. |
| Fri, 01 Dec 2006 21:50:02 +0000 |
Allan Saddi |
Change name of project to Flannel (capital F), improve template setup |
| Fri, 01 Dec 2006 21:08:05 +0000 |
Allan Saddi |
More setup tweaking. |
| Fri, 01 Dec 2006 20:44:00 +0000 |
Allan Saddi |
Tweak trove classifiers. |
| Fri, 01 Dec 2006 20:39:03 +0000 |
Allan Saddi |
Add a few more form input types. |
| Fri, 01 Dec 2006 20:21:04 +0000 |
Allan Saddi |
Commit changes pending rename. |
| Fri, 01 Dec 2006 18:52:02 +0000 |
Allan Saddi |
More setup metadata, change __version__ to __revision__. |
| Fri, 01 Dec 2006 17:09:00 +0000 |
Allan Saddi |
Set svn:keywords. |
| Fri, 01 Dec 2006 17:07:00 +0000 |
Allan Saddi |
Move render constants into render module. |
| Fri, 01 Dec 2006 16:40:01 +0000 |
Allan Saddi |
Move component allocation/release to RequestContext to catch pages/components |
| Fri, 01 Dec 2006 02:17:01 +0000 |
Allan Saddi |
Actually test the script and make a slight grammatical correction. |
| Fri, 01 Dec 2006 02:15:03 +0000 |
Allan Saddi |
More verbose setup script... |
| Fri, 01 Dec 2006 00:48:04 +0000 |
Allan Saddi |
Lazy load injected properties. |
| Thu, 30 Nov 2006 20:30:05 +0000 |
Allan Saddi |
Correct flup SessionMiddleware package. |
| Thu, 30 Nov 2006 20:29:04 +0000 |
Allan Saddi |
Add WSGI app object to template, basic paste config. |
| Thu, 30 Nov 2006 19:28:00 +0000 |
Allan Saddi |
Convert template parser to HTMLParser so DOCTYPE and other things aren't |
| Thu, 30 Nov 2006 19:10:05 +0000 |
Allan Saddi |
Add very basic paste template. |
| Thu, 30 Nov 2006 07:41:02 +0000 |
Allan Saddi |
Add support for Beaker sessions. |
| Thu, 30 Nov 2006 02:04:01 +0000 |
Allan Saddi |
Add support for informal parameters. |
| Thu, 30 Nov 2006 00:21:04 +0000 |
Allan Saddi |
Add a markup writer, convert existing components to use it. |
| Wed, 29 Nov 2006 22:42:00 +0000 |
Allan Saddi |
Since components now have access to component_context, no need to have it |
| Wed, 29 Nov 2006 22:33:05 +0000 |
Allan Saddi |
Component lifecycle sorted out, page/component injection working. |
| Wed, 29 Nov 2006 19:25:04 +0000 |
Allan Saddi |
Change RequestContext.get_asset_url so it will return its argument verbatim |
| Wed, 29 Nov 2006 07:28:03 +0000 |
Allan Saddi |
Add asset support. |
| Wed, 29 Nov 2006 05:53:02 +0000 |
Allan Saddi |
WSGI static asset support. (Component support TBD.) |
| Tue, 28 Nov 2006 23:43:04 +0000 |
Allan Saddi |
Add some basic components, add support for redirects. |
| Tue, 28 Nov 2006 21:34:04 +0000 |
Allan Saddi |
Changed my mind yet again. Let caller choose how to bind parameter. |
| Tue, 28 Nov 2006 21:30:02 +0000 |
Allan Saddi |
Make Reference types explicit. |
| Tue, 28 Nov 2006 21:12:03 +0000 |
Allan Saddi |
Forms apparently work now. |
| Tue, 28 Nov 2006 20:06:03 +0000 |
Allan Saddi |
Get persistence working with flup sessions for now. |
| Tue, 28 Nov 2006 19:52:00 +0000 |
Allan Saddi |
Rudimentary event handling DONE! |
| Tue, 28 Nov 2006 18:58:00 +0000 |
Allan Saddi |
Some cleanup and restructuring in preparation for event handling. |
| Tue, 28 Nov 2006 00:53:05 +0000 |
Allan Saddi |
Moving along, but actions/events still needs more thought. |
| Mon, 27 Nov 2006 23:03:05 +0000 |
Allan Saddi |
Add setup script. |
| Mon, 27 Nov 2006 21:07:00 +0000 |
Allan Saddi |
Fix up resolver paths. Bring up to semi-workable state. |
| Mon, 27 Nov 2006 20:31:02 +0000 |
Allan Saddi |
Add some basic resolvers and WSGI interface. |
| Mon, 27 Nov 2006 01:33:02 +0000 |
Allan Saddi |
Some cleaning up. |
| Mon, 27 Nov 2006 01:22:04 +0000 |
Allan Saddi |
Optimize rendering state machine, implement short-circuiting. |
| Sun, 26 Nov 2006 23:29:04 +0000 |
Allan Saddi |
Nearly-completed rendering engine. |
| Sun, 26 Nov 2006 19:22:00 +0000 |
Allan Saddi |
Fully-functioning template parser. |
| Sun, 26 Nov 2006 07:44:01 +0000 |
Allan Saddi |
Begin work on flannel template engine. |
| Sun, 26 Nov 2006 03:04:01 +0000 |
Allan Saddi |
Break out metaclass unit test. |
| Sun, 26 Nov 2006 02:29:00 +0000 |
Allan Saddi |
I christen thee flannel, the wannabe Tapestry project. |