flannel

log

age author description
13 days ago Allan Saddi Don't choke if there are no listeners.default tip
20 months ago Allan Saddi Quell Python 2.6 warnings.
21 months ago Allan Saddi Update ez_setup, fix warnings about 3.x incompatibilities.
2007-09-12 Allan Saddi Add Stylesheet component.
2007-09-12 Allan Saddi Minor fixes to allow using Element component to link to stylesheets.
2007-09-04 Allan Saddi Add testdata directory to manifest.
2007-09-03 Allan Saddi Support page requests with empty PATH_INFO.
2007-09-03 Allan Saddi Update long description.
2007-09-03 Allan Saddi Re-label as 0.2.0
2007-08-21 Allan Saddi Add manifest to explicitly include components and template files.
2007-08-21 Allan Saddi Fix beaker import, update minimum version.
2007-06-18 Allan Saddi Add .hgignore
2007-10-17 convert-repo update tags
2007-04-12 Allan Saddi Add support for select/option form elements.
2007-04-07 Allan Saddi Commit work-in-progress for new exception hierarchy. Needs more thought.
2007-04-04 Allan Saddi Add generic dynamic element component.
2007-04-03 Allan Saddi Alter rendering a bit so all short-circuit operations require a False
2007-04-03 Allan Saddi Fix problems introduced by last commit. Keep track of template's component
2007-04-03 Allan Saddi Add support for event bubbling as well as a way for event handlers to
2007-04-03 Allan Saddi Don't mask import errors.
2007-04-03 Allan Saddi Add resolver test cases to check for masking of import errors.
2007-04-02 Allan Saddi Add paste.app_install entry point to template project.
2007-04-02 Allan Saddi Use / instead of /Home.html when constructing URLs.
2007-04-02 Allan Saddi Fix If component to always return True or False.
2007-04-02 Allan Saddi Fix minor breakage caused by selector 0.8.11. Require >=0.8.11 now.
2006-12-20 Allan Saddi Switch tests to py.test.
2006-12-07 Allan Saddi Add some basic resolver tests.
2006-12-07 Allan Saddi Bump minimum static version again, due to vulnerability.
2006-12-05 Allan Saddi Update minimum static version to 0.3.2 to get by security vulnerability.
2006-12-04 Allan Saddi First cut of injected metadata support.
2006-12-04 Allan Saddi Add config module, make external component resolution actually work.
2006-12-03 Allan Saddi Add basis for multi-module support.
2006-12-03 Allan Saddi Forgot to skip the 1st '$' in an escaped expansion.pre_multi_module
2006-12-03 Allan Saddi Allow expansions to be escaped.
2006-12-03 Allan Saddi Allow persistent variables to be deleted, which deletes them from the
2006-12-03 Allan Saddi Implement template caching.
2006-12-03 Allan Saddi Switch intra-package imports to absolute references. Clean up main
2006-12-03 Allan Saddi Add the TextArea component.
2006-12-03 Allan Saddi Minor component improvements. Add Foreach component.
2006-12-02 Allan Saddi Add TemplateError, use that instead of RuntimeError within template module.
2006-12-02 Allan Saddi More documentation.
2006-12-02 Allan Saddi Change __revision__ back to __version__ (see PEP 8).
2006-12-02 Allan Saddi Finish up paster page and component commands.
2006-12-02 Allan Saddi Use nose to find tests, add a few template tests.
2006-12-02 Allan Saddi Dummy paster commands for now.
2006-12-01 Allan Saddi Alpha is probably too generous.
2006-12-01 Allan Saddi Add keywords, rST description.
2006-12-01 Allan Saddi Change name of project to Flannel (capital F), improve template setup
2006-12-01 Allan Saddi More setup tweaking.
2006-12-01 Allan Saddi Tweak trove classifiers.
2006-12-01 Allan Saddi Add a few more form input types.
2006-12-01 Allan Saddi Commit changes pending rename.
2006-12-01 Allan Saddi More setup metadata, change __version__ to __revision__.
2006-12-01 Allan Saddi Set svn:keywords.
2006-12-01 Allan Saddi Move render constants into render module.
2006-12-01 Allan Saddi Move component allocation/release to RequestContext to catch pages/components
2006-12-01 Allan Saddi Actually test the script and make a slight grammatical correction.
2006-12-01 Allan Saddi More verbose setup script...
2006-12-01 Allan Saddi Lazy load injected properties.
2006-11-30 Allan Saddi Correct flup SessionMiddleware package.