log

age author description
Thu, 26 Jul 2012 15:36:44 +0200 Marcin Kuzminski sqlalchemy sessions cleanup in admin beta
Wed, 25 Jul 2012 22:21:26 +0200 Marcin Kuzminski fixed test after users table rewrite beta
Wed, 25 Jul 2012 22:03:48 +0200 Marcin Kuzminski redirect to summary page after repo was created beta
Wed, 25 Jul 2012 21:58:44 +0200 Marcin Kuzminski better instructions for git start beta
Wed, 25 Jul 2012 21:54:03 +0200 Marcin Kuzminski implemented admin panel Users table with YUI datatable beta
Wed, 25 Jul 2012 00:38:05 +0200 Marcin Kuzminski fixed api issue with changing username during update_user beta
Tue, 24 Jul 2012 22:15:47 +0200 Marcin Kuzminski added extra logging into API calls beta
Sun, 22 Jul 2012 23:36:48 +0200 Marcin Kuzminski use raw_id in push_local action beta
Sun, 22 Jul 2012 20:14:30 +0200 Marcin Kuzminski small ui fix for pull request page beta
Sun, 22 Jul 2012 01:16:36 +0200 Marcin Kuzminski Implemented #354 added forking option to API beta
Sun, 22 Jul 2012 01:15:53 +0200 Marcin Kuzminski Refactored create fork function to use new RepoModel functions instead of old beta
Sat, 21 Jul 2012 23:25:26 +0200 Marcin Kuzminski implements #507 setup-rhodecode always presents interactive prompt to destroy database, now -q flag fixes that beta
Sat, 21 Jul 2012 14:50:14 +0200 Marcin Kuzminski changed /var/www to /opt as example in installation, it's just a better example. beta
Sat, 21 Jul 2012 14:48:35 +0200 Marcin Kuzminski changelog update beta
Sat, 21 Jul 2012 14:27:28 +0200 Marcin Kuzminski little code cleanup beta
Sat, 21 Jul 2012 14:14:30 +0200 Marcin Kuzminski added Indra Talip to contributors beta
Sat, 21 Jul 2012 14:13:09 +0200 Marcin Kuzminski code garden beta
Sat, 21 Jul 2012 14:10:37 +0200 Marcin Kuzminski merged pull request #60 beta
Sat, 21 Jul 2012 14:08:08 +0200 Marcin Kuzminski fixed tests for search beta
Sat, 21 Jul 2012 08:20:32 +0200 Indra Talip when indexing changesets use the raw_id to locate the point from beta
Sat, 21 Jul 2012 06:01:32 +0200 Indra Talip rename changeset index key to match raw_id rather than path for greater consistency beta
Sat, 21 Jul 2012 01:28:22 +0200 Indra Talip import with_statment to make daemon.py python 2.5 compatible beta
Fri, 20 Jul 2012 12:50:56 +0200 Indra Talip create an index for commit messages and the ability to search them and see results beta
Fri, 20 Jul 2012 20:25:33 +0200 Marcin Kuzminski Added created_on column to changeset comments for proper ordering. beta
Fri, 20 Jul 2012 19:59:45 +0200 Marcin Kuzminski removed tip whoosh version since it fails tests beta
Fri, 20 Jul 2012 19:38:46 +0200 Marcin Kuzminski Reverted delete zombie repos on server start, this can be misleading, and somehow dangerous option. beta
Fri, 20 Jul 2012 12:57:48 +0200 Marcin Kuzminski fixes issue #506 beta
Fri, 20 Jul 2012 12:52:28 +0200 Marcin Kuzminski we must rollback if repo2db mapper cleanup fails ! Session blows up, and that code still throws an error without it beta
Fri, 20 Jul 2012 12:05:32 +0200 Marcin Kuzminski Deprecated validation of operating system, we just care if it's windows, let approve all other beta
Fri, 20 Jul 2012 12:00:57 +0200 Marcin Kuzminski mover verbose logging in readme search function beta
Thu, 19 Jul 2012 11:32:33 -0400 H Waldo G Compressed some assignments and evaluations into a single assignment. beta
Wed, 18 Jul 2012 22:07:46 +0200 Marcin Kuzminski Added quick links for editing permissions for users from permission overview beta
Wed, 18 Jul 2012 19:09:12 +0200 Marcin Kuzminski Merged pull request #56 beta
Wed, 18 Jul 2012 18:42:08 +0200 Marcin Kuzminski Fixed issue #501 error on setting set_as_fork to same repo beta
Wed, 18 Jul 2012 17:59:51 +0200 Marcin Kuzminski fixes issue #502, float division error on setting maxsize of changelog to 0 beta
Mon, 16 Jul 2012 23:47:47 +0200 Marcin Kuzminski Opening pull request shouldn't be accessible by anonymous users beta
Mon, 16 Jul 2012 23:44:50 +0200 Marcin Kuzminski My account pages shouldn't be accessible by anonymous users beta
Mon, 16 Jul 2012 23:41:54 +0200 Marcin Kuzminski Added views for new ajax functions, got somehow lost in previos commit beta
Mon, 16 Jul 2012 23:19:34 +0200 Marcin Kuzminski Improvements to my account page beta
Mon, 16 Jul 2012 18:47:36 +0200 Marcin Kuzminski Use HttpFound response in login. beta
Mon, 16 Jul 2012 16:02:46 +0200 Marcin Kuzminski Do cleanup on repo2db mapper beta
Mon, 16 Jul 2012 16:01:15 +0200 Marcin Kuzminski Removed stupid code that assumed we have vcs instance after just creating it in database. beta
Mon, 16 Jul 2012 14:42:21 +0200 Marcin Kuzminski fixed python2.5 compat and repo mapper issue beta
Mon, 16 Jul 2012 03:02:41 +0200 Marcin Kuzminski Added option to re-install githooks to repo2db mapper, and catch exception on removal so it doesn't break beta
Mon, 16 Jul 2012 02:28:02 +0200 Marcin Kuzminski Created install_git_hook more verbose version of previos code. beta
Mon, 16 Jul 2012 02:26:15 +0200 Marcin Kuzminski Fixed githooks for fetching multiple tags and branches. beta
Mon, 16 Jul 2012 02:24:10 +0200 Marcin Kuzminski Remove GIT_DIT from environ on calling git_command, it can break a lot of stuff beta
Mon, 16 Jul 2012 00:40:34 +0200 Marcin Kuzminski added comments into beaker session, beta
Sun, 15 Jul 2012 21:16:14 +0200 Marcin Kuzminski Added editing of pull-request reviewers. beta
Sun, 15 Jul 2012 19:17:00 +0200 Marcin Kuzminski added option to remove members added using autocomplete widget from pull beta
Sun, 15 Jul 2012 18:49:11 +0200 Marcin Kuzminski Added autocomplete widget for pull request reviewers, in exchange of 90s style beta
Sun, 15 Jul 2012 17:01:31 +0200 Marcin Kuzminski disable animation on autocomplete widget beta
Sun, 15 Jul 2012 04:02:58 +0200 Marcin Kuzminski added mark as read for single notifications beta
Sun, 15 Jul 2012 03:15:43 +0200 Marcin Kuzminski - added action when someone closes pull request in journal beta
Sun, 15 Jul 2012 03:14:58 +0200 Marcin Kuzminski Added option to close pull requests, in future that will be close & merge beta
Sun, 15 Jul 2012 02:01:38 +0200 Marcin Kuzminski removed deprecated ui-button beta
Sat, 14 Jul 2012 20:31:43 +0200 Marcin Kuzminski added readme permalink beta
Sat, 14 Jul 2012 19:59:35 +0200 Marcin Kuzminski small html fix for quick repo switcher beta
Sat, 14 Jul 2012 19:55:35 +0200 Marcin Kuzminski Use simplified cached repos list for quick repo switcher, in some cases it can have 2-3x speed-up since it doesn't need to init the scms beta
Sat, 14 Jul 2012 19:09:35 +0200 Marcin Kuzminski Readme renderer now uses landing_rev parameter to render the readme based on beta