log

age author description
Thu, 30 Jun 2011 01:44:58 +0200 Marcin Kuzminski fixes #217 Seperate Parents on Raw-changeset page beta
Thu, 30 Jun 2011 01:25:37 +0200 Marcin Kuzminski Unicode fixes, added safe_str method for global str() operations +better test sandboxing beta
Wed, 29 Jun 2011 01:49:53 +0200 Marcin Kuzminski Simplified last_login call on user, and changed login to use User model directly beta
Wed, 29 Jun 2011 01:47:59 +0200 Marcin Kuzminski Added info about sys.exit cause beta
Wed, 29 Jun 2011 01:09:44 +0200 Marcin Kuzminski added test for non ascii repositories and fixed users_groups test beta
Wed, 29 Jun 2011 00:41:51 +0200 Marcin Kuzminski Added new random directory for each test to be better sandboxed beta
Wed, 29 Jun 2011 00:25:33 +0200 Marcin Kuzminski cleanup before start testing suite of index and data cache dirs beta
Fri, 24 Jun 2011 16:00:12 +0200 Marcin Kuzminski Fixed issue with dashboard displaying count on repositories that you don't have permission beta
Thu, 23 Jun 2011 23:41:14 +0200 Marcin Kuzminski fixed improper redirect for repos groups beta
Sat, 18 Jun 2011 14:26:18 +0200 Marcin Kuzminski Use scoped session for model base beta
Sat, 18 Jun 2011 01:54:17 +0200 Marcin Kuzminski fixes issue #206 beta
Sat, 18 Jun 2011 01:50:40 +0200 Marcin Kuzminski Removed bolds from colored logs (better readability) beta
Sat, 18 Jun 2011 01:50:01 +0200 Marcin Kuzminski removed color formatter for production logs beta
Fri, 17 Jun 2011 17:38:34 +0200 Marcin Kuzminski fixed tests import beta
Fri, 17 Jun 2011 17:38:07 +0200 Marcin Kuzminski Added basic JsonSerialization into models. beta
Fri, 17 Jun 2011 17:37:18 +0200 Marcin Kuzminski moved json import into lib beta
Fri, 17 Jun 2011 16:48:57 +0200 Marcin Kuzminski Added example wsgi config into docs beta
Thu, 16 Jun 2011 23:00:19 +0200 Marcin Kuzminski #209 Added recursive count on repositories to calculate all repos within all nested groups beta
Thu, 16 Jun 2011 20:05:13 +0200 Marcin Kuzminski fixes #211 beta
Tue, 14 Jun 2011 10:22:25 +0200 dmitri.kuznetsov Added SunOS to the platforms beta
Tue, 14 Jun 2011 09:38:23 +0200 Marcin Kuzminski Added CheckSessionFlash into init. beta
Mon, 13 Jun 2011 18:04:42 +0200 Marcin Kuzminski fixes #204, ldap active checkbox, credits goes to Matt Little. beta
Mon, 13 Jun 2011 16:34:45 +0200 Marcin Kuzminski Fixed problem with new repos, and visibility on the main list. beta
Mon, 13 Jun 2011 14:17:11 +0200 Marcin Kuzminski fixes #205 db value was not set to none after moving out of group beta
Sun, 12 Jun 2011 19:30:19 +0200 Marcin Kuzminski fixes issue #203, added revoke message beta
Sun, 12 Jun 2011 19:13:42 +0200 Marcin Kuzminski fixed daemon typos beta
Sun, 12 Jun 2011 14:13:35 +0200 Marcin Kuzminski fixes issues #202, bad db constraint made impossible to attach same group more than one time. beta
Thu, 09 Jun 2011 17:33:19 +0200 Marcin Kuzminski added tests for forks and followers pages beta
Thu, 09 Jun 2011 15:41:48 +0200 Marcin Kuzminski renamed crawler to not be runned at tests, bug found by slestak. beta
Thu, 09 Jun 2011 15:12:12 +0200 Marcin Kuzminski Fixes issue #201 beta
Thu, 09 Jun 2011 14:04:55 +0200 Marcin Kuzminski Added tests for RhodeCode libs beta
Wed, 08 Jun 2011 22:50:16 +0200 Marcin Kuzminski Fixed desc on test_crawler beta
Wed, 08 Jun 2011 00:44:48 +0200 Marcin Kuzminski Fixed remote pull command from todays code refactoring beta
Wed, 08 Jun 2011 00:36:02 +0200 Marcin Kuzminski removed leftover repr fix beta
Tue, 07 Jun 2011 18:33:31 +0200 Marcin Kuzminski adde short cache for repo_path beta
Tue, 07 Jun 2011 18:08:21 +0200 Marcin Kuzminski fixes issue #199 wrong redirection for non admin users after creating a repository beta
Tue, 07 Jun 2011 17:58:51 +0200 Marcin Kuzminski fixes #200, rewrote the whole caching mechanism to get rid of such problems. Now cached instances are attached beta
Mon, 06 Jun 2011 17:30:34 +0200 Marcin Kuzminski applied caching query update from latest sqlalchemy beta
Sun, 05 Jun 2011 02:12:19 +0200 Marcin Kuzminski removed leftover print beta
Sun, 05 Jun 2011 02:09:27 +0200 Marcin Kuzminski fixed issue with adding new group. template typo fix for empty group beta
Sat, 04 Jun 2011 22:59:05 +0200 Marcin Kuzminski timerproxy will use the same logger as sqlalchemy, in order to be controlled by sqlalchemy logger settings beta
Sat, 04 Jun 2011 22:57:22 +0200 Marcin Kuzminski fixed #47 adding a new repo that have a group chosen had wrong paths. 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
Sat, 04 Jun 2011 01:16:39 +0200 Marcin Kuzminski Removed all string concat for exchange of ''.join() beta
Sat, 04 Jun 2011 00:57:23 +0200 Marcin Kuzminski fixed ldap active checkbox not saving it's state beta
Sat, 04 Jun 2011 00:28:58 +0200 Marcin Kuzminski fixes issue #198 password will require only 3 chars now for login form beta
Sat, 04 Jun 2011 00:14:32 +0200 Marcin Kuzminski Make rhodecode use author/username filter from vcs instead of mercurial beta
Fri, 03 Jun 2011 13:45:10 +0200 Marcin Kuzminski added simple profiling middleware controlled by .ini file flag beta
Fri, 03 Jun 2011 13:44:10 +0200 Marcin Kuzminski fixes issue #197 Relative paths for pidlocks beta
Thu, 02 Jun 2011 15:25:28 +0200 Marcin Kuzminski Tooltip wrapp fix beta
Thu, 02 Jun 2011 15:11:13 +0200 Marcin Kuzminski wrap_paragraph was to slow for toolip generation and was removed. beta
Thu, 26 May 2011 01:48:29 +0200 Marcin Kuzminski Small cache fixes. beta
Thu, 26 May 2011 01:38:40 +0200 Marcin Kuzminski #47 fixed group aware on adding new repo beta
Thu, 26 May 2011 01:28:06 +0200 Marcin Kuzminski #47 added editing of groups, and moving them between. Added check constraint for groups beta
Thu, 26 May 2011 01:06:33 +0200 Marcin Kuzminski translated resource map into full routes map, added validation for repos_group id beta
Wed, 25 May 2011 10:27:29 +0200 Marcin Kuzminski #47 implemented basic edition of groups beta
Mon, 23 May 2011 02:46:43 +0200 Marcin Kuzminski #47 implemented deleting of empty groups. Fixed problem with full paths on nested groups beta
Mon, 23 May 2011 02:22:00 +0200 Marcin Kuzminski #47 implemented Adding of new repo_groups+forms+validators. Fixed sorting of repo groups by main names in multiple locations. Removed some unneeded calls to self.sa for exchange to .query() methods. beta
Mon, 23 May 2011 00:18:32 +0200 Marcin Kuzminski Admin view will see repos_groups in main list beta
Mon, 23 May 2011 00:00:03 +0200 Marcin Kuzminski #47 implemented basic gui for browsing repo groups beta