log

age author description
Sat, 09 Oct 2010 17:53:15 +0200 Marcin Kuzminski small fix for setup
Sat, 09 Oct 2010 16:05:14 +0200 Marcin Kuzminski refactor codes and setup for python 2.5
Sat, 09 Oct 2010 02:12:07 +0200 Marcin Kuzminski closed branch celery celery
Sat, 09 Oct 2010 01:38:10 +0200 Marcin Kuzminski extended size of some input fields
Sat, 09 Oct 2010 01:11:44 +0200 Marcin Kuzminski fixed reindexing, and made some optimizations to reuse repo instances from repo scann list.
Sat, 09 Oct 2010 00:22:19 +0200 Marcin Kuzminski rewrote whoosh indexing to run internal repository.walk() instead of filesystem.
Thu, 07 Oct 2010 22:01:51 +0200 Marcin Kuzminski make rhodecode reuse current session when not running on celery
Thu, 07 Oct 2010 19:24:03 +0200 Marcin Kuzminski more error catching on celery run_task
Thu, 07 Oct 2010 18:30:50 +0200 Marcin Kuzminski fixed whoosh indexing possible unicode decode errors
Thu, 07 Oct 2010 17:32:24 +0200 Marcin Kuzminski Added searching for file names within the repository in rhodecode
Wed, 06 Oct 2010 18:26:59 +0200 Marcin Kuzminski added fault tolerant case when celeryconfig is not present in the directory.
Wed, 06 Oct 2010 18:04:27 +0200 Marcin Kuzminski hgignore update
Wed, 06 Oct 2010 18:02:46 +0200 Marcin Kuzminski small fixes for distutils
Wed, 06 Oct 2010 15:37:23 +0200 Marcin Kuzminski removed egg info, update files for distutils build
Wed, 06 Oct 2010 11:36:23 +0200 Marcin Kuzminski fixed initial commit missing parents div,
Wed, 06 Oct 2010 11:27:41 +0200 Marcin Kuzminski fixed creation of cache data dir, on first run
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
Wed, 06 Oct 2010 03:04:14 +0200 Marcin Kuzminski small css fix
Tue, 05 Oct 2010 21:26:44 +0200 Marcin Kuzminski merged
Tue, 05 Oct 2010 18:25:08 +0200 Marcin Kuzminski added limits to single file diffs
Tue, 05 Oct 2010 17:56:06 +0200 Marcin Kuzminski fixes #13 large initial commits and changesets are cut of now to not freeze the application.
Tue, 05 Oct 2010 02:35:41 +0200 Marcin Kuzminski fixed templates
Tue, 05 Oct 2010 01:58:53 +0200 Marcin Kuzminski fixed displaying multi line commit messages,
Sun, 03 Oct 2010 17:37:58 +0200 Marcin Kuzminski fixed some spelling mistakes
Sun, 03 Oct 2010 02:25:39 +0200 Marcin Kuzminski Added tag v0.8.5 for changeset 16ba57d8fe23
Sun, 03 Oct 2010 02:24:38 +0200 Marcin Kuzminski version bump rhodecode-0.0.0.8.5
Sat, 02 Oct 2010 02:56:39 +0200 Marcin Kuzminski extended user logs to create/delete/fork repositories for auditing
Sat, 02 Oct 2010 01:52:43 +0200 Marcin Kuzminski made action logger more global, to be used in other places to log other actions.