flannel

log

age author description
Fri, 20 Aug 2010 23:30:09 -0700 Allan Saddi Don't choke if there are no listeners.default tip
Wed, 31 Dec 2008 22:22:06 -0800 Allan Saddi Quell Python 2.6 warnings.
Fri, 05 Dec 2008 14:07:35 -0800 Allan Saddi Update ez_setup, fix warnings about 3.x incompatibilities.
Wed, 12 Sep 2007 12:24:11 -0700 Allan Saddi Add Stylesheet component.
Wed, 12 Sep 2007 12:12:23 -0700 Allan Saddi Minor fixes to allow using Element component to link to stylesheets.
Tue, 04 Sep 2007 14:56:12 -0700 Allan Saddi Add testdata directory to manifest.
Mon, 03 Sep 2007 12:57:58 -0700 Allan Saddi Support page requests with empty PATH_INFO.
Mon, 03 Sep 2007 11:55:13 -0700 Allan Saddi Update long description.
Mon, 03 Sep 2007 11:43:55 -0700 Allan Saddi Re-label as 0.2.0
Tue, 21 Aug 2007 17:27:43 -0700 Allan Saddi Add manifest to explicitly include components and template files.
Tue, 21 Aug 2007 16:35:23 -0700 Allan Saddi Fix beaker import, update minimum version.
Mon, 18 Jun 2007 16:56:11 -0700 Allan Saddi Add .hgignore
Wed, 17 Oct 2007 16:06:24 +0000 convert-repo update tags
Thu, 12 Apr 2007 19:39:04 +0000 Allan Saddi Add support for select/option form elements.
Sat, 07 Apr 2007 17:25:00 +0000 Allan Saddi Commit work-in-progress for new exception hierarchy. Needs more thought.
Wed, 04 Apr 2007 19:27:05 +0000 Allan Saddi Add generic dynamic element component.
Tue, 03 Apr 2007 22:28:04 +0000 Allan Saddi Alter rendering a bit so all short-circuit operations require a False
Tue, 03 Apr 2007 18:34:03 +0000 Allan Saddi Fix problems introduced by last commit. Keep track of template's component
Tue, 03 Apr 2007 18:04:02 +0000 Allan Saddi Add support for event bubbling as well as a way for event handlers to
Tue, 03 Apr 2007 16:09:00 +0000 Allan Saddi Don't mask import errors.
Tue, 03 Apr 2007 16:08:02 +0000 Allan Saddi Add resolver test cases to check for masking of import errors.
Mon, 02 Apr 2007 22:46:05 +0000 Allan Saddi Add paste.app_install entry point to template project.
Mon, 02 Apr 2007 20:20:05 +0000 Allan Saddi Use / instead of /Home.html when constructing URLs.
Mon, 02 Apr 2007 19:41:01 +0000 Allan Saddi Fix If component to always return True or False.
Mon, 02 Apr 2007 18:35:05 +0000 Allan Saddi Fix minor breakage caused by selector 0.8.11. Require >=0.8.11 now.
Wed, 20 Dec 2006 20:48:03 +0000 Allan Saddi Switch tests to py.test.
Thu, 07 Dec 2006 19:38:05 +0000 Allan Saddi Add some basic resolver tests.
Thu, 07 Dec 2006 19:06:01 +0000 Allan Saddi Bump minimum static version again, due to vulnerability.
Tue, 05 Dec 2006 20:42:01 +0000 Allan Saddi Update minimum static version to 0.3.2 to get by security vulnerability.
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.