log

age author description
Sat, 05 Jun 2010 10:49:28 +0200 Marcin Kuzminski fixed sorting in repo switcher
Sat, 05 Jun 2010 10:45:12 +0200 Marcin Kuzminski fixed repo switcher
Fri, 04 Jun 2010 13:49:24 +0200 Marcin Kuzminski doc fix
Fri, 04 Jun 2010 13:22:54 +0200 Marcin Kuzminski docs update, developments serves statics as default
Fri, 04 Jun 2010 13:08:29 +0200 Marcin Kuzminski licensing updates, code cleanups
Fri, 04 Jun 2010 11:29:05 +0200 Marcin Kuzminski Changed licence to gpl
Fri, 04 Jun 2010 00:23:55 +0200 Marcin Kuzminski Pygments code coloring rewrite, annotation was moved to vcs whitch had much better lib for that. Fixed code recognition based on mimetypes of filenodes, for better coloring.
Thu, 03 Jun 2010 21:13:05 +0200 Marcin Kuzminski fixed import errors on db_manage
Thu, 03 Jun 2010 20:28:46 +0200 Marcin Kuzminski Added support for repository located in subdirectories.
Thu, 03 Jun 2010 16:01:47 +0200 Marcin Kuzminski proper sorting fix
Thu, 03 Jun 2010 01:01:36 +0200 Marcin Kuzminski Fixed bug in repos, added dependencies and bumped version rhodecode-0.0.0.7.6
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
Tue, 01 Jun 2010 22:19:03 +0200 Marcin Kuzminski fixed setup and install instructions
Tue, 01 Jun 2010 22:06:48 +0200 Marcin Kuzminski fixed bug when there was no dbfile, and dbmanage raise an exception
Sun, 30 May 2010 22:08:54 +0200 Marcin Kuzminski Added lastlogin to user after login, model db update
Sun, 30 May 2010 22:08:21 +0200 Marcin Kuzminski Made repos path config configurable from pylons app configs. update Readme
Sun, 30 May 2010 21:30:09 +0200 Marcin Kuzminski small fixes
Sun, 30 May 2010 19:49:40 +0200 Marcin Kuzminski Adde draft for permissions systems, made all needed decorators, and checks. For future usage in the system.
Sun, 30 May 2010 17:55:56 +0200 Marcin Kuzminski Rewrite of user managment, improved forms, added some user info
Sun, 30 May 2010 17:52:20 +0200 Marcin Kuzminski Added flash messages support
Sun, 30 May 2010 16:59:18 +0200 Marcin Kuzminski timerprox sqlformatting update for update and delete keywords
Sun, 30 May 2010 00:44:45 +0200 Marcin Kuzminski Fixed access to repos and users.
Thu, 27 May 2010 21:31:30 +0200 Marcin Kuzminski changed naming convention for db modules.
Thu, 27 May 2010 19:20:21 +0200 Marcin Kuzminski Added license
Thu, 27 May 2010 16:00:47 +0200 Marcin Kuzminski some beaker cache changes, and added repr to models
Thu, 27 May 2010 01:20:30 +0200 Marcin Kuzminski Changed configs, server statics to false, and fixed a simply large bug with cache regions typo
Thu, 27 May 2010 00:44:49 +0200 Marcin Kuzminski Admin templating updates, added rest permission controllers
Thu, 27 May 2010 00:26:02 +0200 Marcin Kuzminski db manage added more logging, set custom logger and add optional print sql statments
Thu, 27 May 2010 00:04:29 +0200 Marcin Kuzminski fixed dbmanage script to work as standalone script
Wed, 26 May 2010 23:55:48 +0200 Marcin Kuzminski CHanged form error when user account is disabled.