Adjust static links in base template for cookbook/style.css, etc.
[cookbook.git] / cookbook / server.py
2011-08-04 W. Trevor KingRewrite to Django from scratch. Now it's much more... v0.2
2010-08-18 W. Trevor KingSort cookbook after adding a new recipe.
2010-07-23 W. Trevor KingAdjust tag hyperlinking to handle .tags == None
2010-07-23 W. Trevor KingHyperlink recipe tag list
2010-07-23 W. Trevor KingPython 2.5 doesn't allow fn(*args, imap=value)
2010-07-22 W. Trevor KingAdded recipe removal link and replaced ' />' -> '/>'
2010-07-22 W. Trevor KingAdded recipe editing pages.
2010-07-22 W. Trevor KingUse CherryPy decoding tool to decode GET/POST arguments
2010-07-21 W. Trevor KingEncode URLs into ASCII.
2010-07-21 W. Trevor KingUse dropdowns (with textbox option for new tags) for...
2010-07-21 W. Trevor KingRedirect for invalid tags too (just don't manipulate...
2010-07-21 W. Trevor KingFix bugs typos in _clean_tag()
2010-07-21 W. Trevor KingMerge branch 'master' of ssh://einstein/~/public_html...
2010-07-21 W. Trevor KingMerge branch 'master' of ssh://einstein/~/public_html...
2010-07-21 W. Trevor KingSanitize input tags
2010-07-21 W. Trevor KingImport with statement so recent server.py changes work...
2010-07-21 W. Trevor KingAdd ability to filter recipe lists by tag
2010-07-21 W. Trevor KingAdded tag display to the recipe page with tag-editing...
2010-06-21 W. Trevor KingRan update_copyright.py
2010-06-21 W. Trevor KingBegan versioning