ovenfreak

log

age author description
2009-05-23 shadytrees Bugfix: by default, turn Mercurial on and debugging off.default tip
2009-05-23 shadytrees Fix, from the silly department: `re.U`.
2009-05-23 shadytrees Feature: reattach the header_as_title cog to the machine (ticket:21).
2009-05-23 shadytrees Feature: Revamping error messages reported to the user.
2009-05-23 shadytrees Documentation: Mercurial as a dependency.
2009-05-21 shadytrees Documentation: setup.
2009-05-21 shadytrees Bugfix: I have no idea what the ad-clause is, apparently.
2009-05-21 shadytrees Feature: logging out.
2009-03-20 shadytrees License: Easy one-sentence clarification.
2009-03-20 shadytrees Test: New: test_errors.py
2009-03-20 shadytrees Feature: nose testing.
2009-03-14 shadytrees Feature: Implicitly assume self.rays for self.render.
2009-03-14 shadytrees Bugfix: error pages now appear in Chrome (512 bytes).
2009-02-14 shadytrees Bugfix: Debugging code spillover.
2009-02-14 shadytrees Bugs: more Unicode/UTF8 fun.
2009-01-29 shadytrees Bugfix: urllib.unquote magic.
2009-01-29 shadytrees Feature: Breaking Response into initialization and dispatch phases for sexier subclassing.
2009-01-29 shadytrees Feature: HttpError now capable of Response-transformation.
2009-01-29 shadytrees Refactor: merging ovenfreak.application with ovenfreak.handlers and moving ovenfreak.http to ovenfreak.response.
2009-01-29 shadytrees Refactoring: Making everything WSGI, megaboosting http.Response.
2009-01-26 shadytrees Refactor: Renovating request/response architecture in ovenfreak.handlers.
2009-01-26 shadytrees Refactor: headers_out -> headers.
2009-01-23 shadytrees Bugfix: Smarter abspath handling.
2009-01-08 shadytrees nonce documentation.
2009-01-08 shadytrees New nonce.py.
2008-12-28 shadytrees pyflakes.
2008-12-25 shadytrees .neurons to .neurons() for more flexability.
2008-12-24 shadytrees [HUGE] No more global config module.
2008-12-24 shadytrees No need for page.app.
2008-12-24 shadytrees Moved the non-server stuff out of .handlers and into .application.
2008-12-24 shadytrees Moved header_as_title inward, like a pony.
2008-12-24 shadytrees Clever bouncer() semicolon replacement.
2008-12-20 shadytrees Should be LF, not CR.
2008-12-20 shadytrees template.py: Removing useless imports.
2008-12-20 shadytrees Newlines now handled by re and also binary writes.
2008-12-20 shadytrees Editable in the default template.
2008-12-20 shadytrees Only convert plugins once.
2008-12-20 shadytrees Logging in water.
2008-12-20 shadytrees No more reject_edit.
2008-12-20 shadytrees Jinja 2 and SmartyPants are now on PyPI in usable form.
2008-12-01 shadytrees Better config_default config.theme.
2008-12-01 shadytrees Updated the default theme.
2008-12-01 shadytrees Better error(bad login) message.
2008-12-01 shadytrees Changes for the new Serf API.
2008-12-01 shadytrees A better config_default.py.
2008-11-30 shadytrees No more rays['title'] for MainPage.
2008-11-30 shadytrees Decouple MainPage from Serfs.
2008-11-29 shadytrees [NEW] History view.
2008-10-30 shadytrees markdown2 is now on PyPI.
2008-09-02 shadytrees simple_hg: diff.
2008-09-02 shadytrees simple_hg: Logs for a single file.
2008-08-20 shadytrees setup.py: unreliable, but existent markdown2 dependency (ticket:13).
2008-08-20 shadytrees main.py: Refactor delete notice into a plugin. Add heat_up() method. self.initialize() on all __call__s (indirectly prompted by ticket:15).
2008-08-20 shadytrees Remove setup.py pending command.py.
2008-08-19 shadytrees simple_hg: log.
2008-08-15 shadytrees Awful misuse of os.path.join in `ovenfreak.session`.
2008-08-15 shadytrees sun.rays title sticks around on FastCGI.
2008-08-14 shadytrees Refactor out errors.py (ticket:10).
2008-08-14 shadytrees Move neuronizer to post-handlers.get so we can set abspath based on request.
2008-08-14 shadytrees Refactoring out NEMO.