log pylons_app/config/middleware.py @ 341:1ef52a70f3b7

age author description
Wed, 14 Jul 2010 02:28:32 +0200 Marcin Kuzminski Made config file free configuration based on database and capable of beeing manage via application settings + some code cleanups
Tue, 29 Jun 2010 12:24:25 +0200 Marcin Kuzminski added base path into config
Mon, 07 Jun 2010 14:54:27 +0200 Marcin Kuzminski fixed bug in middleware config
Mon, 24 May 2010 22:20:21 +0200 Marcin Kuzminski Cleaned the way based was used to generate submenu for admin, now it's much more clear to use submenu. Cleaned admin and added comment to middleware
Sun, 23 May 2010 02:07:56 +0200 Marcin Kuzminski bumped version to 0.7.1 added atom and rss feeds. Moved https Fixud middleware before error middleware to proper generate debug page (static imports) rhodecode-0.0.0.7.1
Sun, 23 May 2010 00:54:22 +0200 Marcin Kuzminski Created middleware package. Crated special middleware to handle https requests redirections.
Sat, 22 May 2010 22:40:12 +0200 Marcin Kuzminski dirty fix for https working.
Fri, 21 May 2010 20:50:03 +0200 Marcin Kuzminski Changed auth basic handler only for mercurial request.
Sun, 25 Apr 2010 01:25:54 +0200 Marcin Kuzminski statics moved to pylons.
Sun, 18 Apr 2010 20:06:35 +0200 Marcin Kuzminski Added few options to configs,
Thu, 08 Apr 2010 01:50:46 +0200 Marcin Kuzminski Added sqlalchemy support
Wed, 07 Apr 2010 19:39:31 +0200 Marcin Kuzminski Static files for production fixed
Wed, 07 Apr 2010 15:28:50 +0200 marcink changed for pylons 0.1 / 1.0
Wed, 07 Apr 2010 00:51:55 +0200 Marcin Kuzminski Added app basic auth.
Thu, 04 Mar 2010 23:13:12 +0100 Marcin Kuzminski Tempalting change, bugfix for serving raw files, and diffs. Now raw files are not parsed thruough mako, and diffs are mako safe (not parsed also)
Sun, 28 Feb 2010 02:24:44 +0100 Marcin Kuzminski Wrapped into mako templates,
Sat, 27 Feb 2010 17:28:25 +0100 Marcin Kuzminski Litle code cleanups, This version handles repos correctly.
Sat, 20 Feb 2010 22:45:59 +0100 Marcin Kuzminski change error controller,
Sat, 20 Feb 2010 17:51:51 +0100 Marcin Kuzminski Added pylons manage script
Sat, 20 Feb 2010 14:30:13 +0100 Marcin Kuzminski major app speedup moved the wsgi creation to app globals, in order to make it run only once.
Thu, 18 Feb 2010 13:08:34 +0100 Marcin Kuzminski removed dozer
Thu, 18 Feb 2010 13:01:57 +0100 Marcin Kuzminski initial commit.