log pylons_app/lib/base.py @ 537:48be953851fc

age author description
Sat, 02 Oct 2010 02:56:39 +0200 Marcin Kuzminski extended user logs to create/delete/fork repositories for auditing
Fri, 01 Oct 2010 03:04:52 +0200 Marcin Kuzminski some fixups in cache, added fallback and cache invalidation when key not found in cached repos list,
Fri, 03 Sep 2010 16:18:18 +0200 Marcin Kuzminski reimplemented tags/branches menu.
Sun, 01 Aug 2010 18:36:00 +0200 Marcin Kuzminski cleared global application settings.
Wed, 28 Jul 2010 02:25:47 +0200 Marcin Kuzminski Added permissions check on repo switcher,
Tue, 27 Jul 2010 14:54:41 +0200 Marcin Kuzminski fixed user permissions bug when adding permissions to user who couldn load those because of auth decorators
Sat, 24 Jul 2010 02:17:48 +0200 Marcin Kuzminski version bump to 0.8 rhodecode-0.0.0.8.0
Mon, 28 Jun 2010 13:54:47 +0200 Marcin Kuzminski repos crud controllers - change id into repo_name for compatability, added ajax repo perm user function variuos html fixes, permissions forms and managment fixes.
Thu, 03 Jun 2010 00:04:48 +0200 Marcin Kuzminski Reimplemented way of caching repos list, hg model now get's repos objects right from cached dict, this way we skipp creating instances of MercurialRepository and gain performance. Some import cleanup
Wed, 26 May 2010 00:05:30 +0200 Marcin Kuzminski Added readme, and changed version display
Sat, 22 May 2010 19:18:09 +0200 Marcin Kuzminski moved all cache function out to Base Controller for easier maintainance
Sat, 22 May 2010 00:51:49 +0200 Marcin Kuzminski added version generation to pylons_app and showed it into template. Propagated baseController with some data for acces into each controller. Fixed simplehg middleware to get proper name of application
Fri, 21 May 2010 02:17:13 +0200 Marcin Kuzminski added long term caching of repo_list to the base controller. changed hg and repos to use that cached list.
Sat, 15 May 2010 19:05:13 +0200 Marcin Kuzminski moved sqlalchemy session to base.
Sun, 09 May 2010 13:20:34 +0200 Marcin Kuzminski Moved cached function for easier invalidation
Mon, 26 Apr 2010 00:38:53 +0200 Marcin Kuzminski Added repo switcher, in base and long term caching for this.
Thu, 08 Apr 2010 11:29:14 +0200 marcink fixed sqlalchemy session bug,
Sat, 27 Feb 2010 17:28:25 +0100 Marcin Kuzminski Litle code cleanups, This version handles repos correctly.
Thu, 18 Feb 2010 13:01:57 +0100 Marcin Kuzminski initial commit.