log pylons_app/lib/app_globals.py @ 165:ea893ffb7f00

age author description
Fri, 21 May 2010 02:07:49 +0200 Marcin Kuzminski implemented pygmentize codes into webhelpers. Together with color_dict caching into pylons globals
Wed, 28 Apr 2010 01:56:11 +0200 Marcin Kuzminski removed ununsed imports
Wed, 28 Apr 2010 01:55:34 +0200 Marcin Kuzminski updated appglobals, to handle only the baseui config. removed hg app from it
Wed, 21 Apr 2010 00:26:11 +0200 Marcin Kuzminski added empty controllers for branches tags files graph, routing and test for them
Sat, 17 Apr 2010 22:17:17 +0200 Marcin Kuzminski reimplemented summary page,
Fri, 09 Apr 2010 00:30:42 +0200 Marcin Kuzminski Added last change translation to 'time ago', added generation of enabled zip archives
Thu, 08 Apr 2010 22:59:49 +0200 Marcin Kuzminski Implemented index page using vcs
Wed, 07 Apr 2010 15:28:50 +0200 marcink changed for pylons 0.1 / 1.0
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 01:52:38 +0100 Marcin Kuzminski Added custom templates, did over check of code to make it work.
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:01:57 +0100 Marcin Kuzminski initial commit.