wrw.git
12 years agoAdded some URL manipulation functions to wrw.proto.
Fredrik Tolf [Sun, 6 Nov 2011 19:56:22 +0000 (20:56 +0100)]
Added some URL manipulation functions to wrw.proto.

12 years agoRemoved __future__ import from wmako for consistency.
Fredrik Tolf [Tue, 1 Nov 2011 05:01:15 +0000 (06:01 +0100)]
Removed __future__ import from wmako for consistency.

12 years agoProperly distribute the built-in Mako library.
Fredrik Tolf [Mon, 31 Oct 2011 18:26:48 +0000 (19:26 +0100)]
Properly distribute the built-in Mako library.

12 years agoAdded a simplifying mako dispatcher.
Fredrik Tolf [Mon, 31 Oct 2011 08:56:26 +0000 (09:56 +0100)]
Added a simplifying mako dispatcher.

12 years agoFixed form handler bug when no POST data is present.
Fredrik Tolf [Mon, 31 Oct 2011 08:47:09 +0000 (09:47 +0100)]
Fixed form handler bug when no POST data is present.

12 years agoAdded a distutils script.
Fredrik Tolf [Mon, 31 Oct 2011 08:13:30 +0000 (09:13 +0100)]
Added a distutils script.

12 years agoCatch cookie errors.
Fredrik Tolf [Mon, 31 Oct 2011 08:09:03 +0000 (09:09 +0100)]
Catch cookie errors.

12 years agoMade requests shallow-cloneable.
Fredrik Tolf [Mon, 30 May 2011 06:50:33 +0000 (08:50 +0200)]
Made requests shallow-cloneable.

12 years agoAdded a simple filesystem handler.
Fredrik Tolf [Sat, 28 May 2011 04:14:04 +0000 (06:14 +0200)]
Added a simple filesystem handler.

12 years agoFixed some typos.
Fredrik Tolf [Sat, 28 May 2011 04:13:45 +0000 (06:13 +0200)]
Fixed some typos.

12 years agoAdded a resp module with basic response restarts.
Fredrik Tolf [Fri, 27 May 2011 06:16:22 +0000 (08:16 +0200)]
Added a resp module with basic response restarts.

12 years agoAdded a proto module with basic utilities without higher dependencies.
Fredrik Tolf [Fri, 27 May 2011 06:15:23 +0000 (08:15 +0200)]
Added a proto module with basic utilities without higher dependencies.

12 years agoAdded a per-session class-based handler wrapper.
Fredrik Tolf [Fri, 27 May 2011 06:14:32 +0000 (08:14 +0200)]
Added a per-session class-based handler wrapper.

12 years agoFixed restart typo.
Fredrik Tolf [Fri, 27 May 2011 00:22:27 +0000 (02:22 +0200)]
Fixed restart typo.

12 years agoDon't send session cookie unless session is dirty.
Fredrik Tolf [Fri, 27 May 2011 00:18:23 +0000 (02:18 +0200)]
Don't send session cookie unless session is dirty.

12 years agoFixed session cleaning bug.
Fredrik Tolf [Wed, 25 May 2011 23:56:45 +0000 (01:56 +0200)]
Fixed session cleaning bug.

12 years agoInitial commit.
Fredrik Tolf [Wed, 25 May 2011 08:16:10 +0000 (10:16 +0200)]
Initial commit.