log production.ini @ 1390:8f2bfd315dad beta

age author description
Sat, 18 Jun 2011 01:50:01 +0200 Marcin Kuzminski removed color formatter for production logs beta
Sat, 04 Jun 2011 20:34:30 +0200 Marcin Kuzminski Bumped sqlalchemy version to 0.7, replaced timerproxy with new event system for sqlalchemy. beta
Fri, 03 Jun 2011 13:45:10 +0200 Marcin Kuzminski added simple profiling middleware controlled by .ini file flag beta
Fri, 08 Apr 2011 00:47:20 +0200 Marcin Kuzminski merged some docs, and fixed setup.py platform check
Mon, 28 Mar 2011 22:13:21 +0200 Marcin Kuzminski timperproxy will just measure the time of queries, and formatting will be handled by the new sql_formatter of queries from sqlalchemy itself. Updated ini files for new way logging beta
Sun, 06 Mar 2011 00:06:28 +0100 Marcin Kuzminski Added api_key into user, api key get's generated again after password change beta
Wed, 02 Mar 2011 11:50:13 +0100 Marcin Kuzminski #21 added optional flag to disable gravatar, and use local icon beta
Thu, 24 Feb 2011 23:44:21 +0100 Marcin Kuzminski moved statistics parse_limit into .ini files beta
Sat, 12 Feb 2011 16:21:02 +0100 Marcin Kuzminski updated config files, and changed model repo_followers to followers beta
Wed, 05 Jan 2011 23:39:26 +0100 Marcin Kuzminski Added force https option into config files beta
Sun, 05 Dec 2010 18:29:15 +0100 Marcin Kuzminski fixes #79 cut off limit was added into .ini config files beta
Sat, 27 Nov 2010 01:27:24 +0100 Marcin Kuzminski Celery is configured by the .ini files and run from paster now beta
Sun, 14 Nov 2010 19:57:14 +0100 Marcin Kuzminski fixes #59, notifications for user registrations + some changes to mailer beta
Sat, 13 Nov 2010 02:29:46 +0100 Marcin Kuzminski Implemented whoosh index building as paster command. beta
Sun, 07 Nov 2010 15:06:43 +0100 Marcin Kuzminski fixes #51 deleting a repo didn't delete it's dependent db entries. beta
Mon, 18 Oct 2010 15:29:56 +0200 Marcin Kuzminski Merge with b0a411f5ec7056bc0b32c8263538b308c33b82f6
Tue, 12 Oct 2010 16:39:53 +0200 Marcin Kuzminski moved out sqlalchemy cache from meta to the config files.
Tue, 12 Oct 2010 23:17:25 +0200 Marcin Kuzminski added password validation, second try on paster setup-app, rhodecode-0.0.1.0.0rc4
Tue, 12 Oct 2010 22:25:25 +0200 Marcin Kuzminski #37 fixed json imports for python2.5
Wed, 06 Oct 2010 03:34:18 +0200 Marcin Kuzminski more renames for rhode code !!
Wed, 06 Oct 2010 03:22:52 +0200 Marcin Kuzminski renamed hg_app to rhodecode
Wed, 06 Oct 2010 03:18:16 +0200 Marcin Kuzminski renamed project to rhodecode
Sun, 12 Sep 2010 22:42:03 +0200 Marcin Kuzminski updated config files, and added celery dependency celery
Wed, 01 Sep 2010 23:32:47 +0200 Marcin Kuzminski moved loged in user propagation out of forms,
Sat, 28 Aug 2010 14:53:32 +0200 Marcin Kuzminski updated config files,
Wed, 14 Jul 2010 12:31:11 +0200 Marcin Kuzminski implemented cache for repeated queries in simplehg mercurial requests
Wed, 14 Jul 2010 02:28:51 +0200 Marcin Kuzminski removed unneded options from config files
Sat, 05 Jun 2010 21:35:01 +0200 Marcin Kuzminski configs fixups
Sun, 30 May 2010 22:08:21 +0200 Marcin Kuzminski Made repos path config configurable from pylons app configs. update Readme
Thu, 27 May 2010 16:00:47 +0200 Marcin Kuzminski some beaker cache changes, and added repr to models