log

age author description
Mon, 22 Apr 2013 14:11:53 +0200 Marcin Kuzminski cleanup code beta
Mon, 22 Apr 2013 14:11:40 +0200 Marcin Kuzminski Unified the paginators for pylons and YUI. beta
Sun, 21 Apr 2013 23:37:56 +0200 Marcin Kuzminski fixed some issues with paginators on chrome, and made them look nicer beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich invalidation: don't create CacheInvalidation records on startup beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich invalidate: encapsulate how key is generated from repo_name and kind beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich invalidation: merge .invalidate and .set_valid as .test_and_set_valid beta
Sun, 21 Apr 2013 06:10:08 +0200 Marcin Kuzminski removed assertion about ancestor revision. beta
Fri, 19 Apr 2013 16:20:14 +0200 Marcin Kuzminski Updated docs regarding visual settings beta
Wed, 17 Apr 2013 11:10:51 +0200 Marcin Kuzminski update docs about the API access whitelist option beta
Tue, 16 Apr 2013 01:55:58 +0200 Marcin Kuzminski removed broken readme anchor link beta
Tue, 16 Apr 2013 01:45:47 +0200 Marcin Kuzminski sync sqlalchemy migrate with latest changes beta
Tue, 16 Apr 2013 01:42:24 +0200 Marcin Kuzminski h.person, if author name is empty, use email as a fallback beta
Tue, 16 Apr 2013 00:59:14 +0200 Marcin Kuzminski show comments in summary changelog overview beta
Tue, 16 Apr 2013 00:44:48 +0200 Marcin Kuzminski Removed shortlog aka lightweight changelog. beta
Mon, 15 Apr 2013 23:12:09 +0200 Marcin Kuzminski download button looks nicer displayed first beta
Mon, 15 Apr 2013 22:59:09 +0200 Marcin Kuzminski remove obsolete and not used branches/tags extraction on summary page beta
Mon, 15 Apr 2013 22:52:08 +0200 Marcin Kuzminski changelog for file history shows that we're in different changelog view beta
Mon, 15 Apr 2013 21:58:40 +0200 Marcin Kuzminski Use changelog controller for displaying history of files. beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich api: don't report invalidated cache_keys after invalidating a repo beta
Mon, 15 Apr 2013 20:44:18 +0200 Marcin Kuzminski fixed migration of empty usergroups created pre-usergroup delegation permissions beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich invalidate: clear CacheInvalidation when upgrading beta
Fri, 05 Apr 2013 14:03:20 +0200 Marcin Kuzminski #819 review status is showed in the main changelog
Mon, 15 Apr 2013 02:11:06 +0200 Marcin Kuzminski added missing perms check on history call
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich compare: move get_changesets to compare controller where it is used - 2nd half that was lost in 6c79bfcd3b54 beta
Fri, 05 Apr 2013 02:51:37 +0200 Mads Kiilerich Fix inconsistent casing beta
Mon, 08 Apr 2013 17:57:58 +0200 Mads Kiilerich index: always use lightweight - there shouldn't be any reason not to beta
Mon, 15 Apr 2013 01:46:32 +0200 Marcin Kuzminski new feature: API access white list definition from .ini files beta
Mon, 15 Apr 2013 01:01:47 +0200 Marcin Kuzminski moved around some code in changeset controllers to properly log which function was decorated. beta
Mon, 15 Apr 2013 00:46:34 +0200 Marcin Kuzminski auth decorators are not used anymore on __before__ beta
Sat, 13 Apr 2013 12:51:34 +0200 Marcin Kuzminski usage of request.GET is now more consistent beta
Sat, 13 Apr 2013 14:36:02 +0200 Marcin Kuzminski changelog pagination with branch filtering now uses beta
Sat, 13 Apr 2013 13:33:04 +0200 Marcin Kuzminski get_changeset uses now mercurial revrange to filter out branches. beta
Sat, 13 Apr 2013 12:51:34 +0200 Marcin Kuzminski usage of request.GET is now more consistent
Fri, 12 Apr 2013 18:01:00 +0200 Marcin Kuzminski can update context var needs to be defined in __load_defaults
Fri, 12 Apr 2013 18:01:00 +0200 Marcin Kuzminski can update context var needs to be defined in __load_defaults beta
Thu, 11 Apr 2013 21:37:20 +0200 Marcin Kuzminski move pr closed tag to the end, it's not important now to show it, when we have a gray indicator of closed pr beta
Thu, 11 Apr 2013 21:21:59 +0200 Marcin Kuzminski fixed displaying of add user group button for super admins beta
Thu, 11 Apr 2013 16:55:39 +0200 Marcin Kuzminski fixed issue with h.person() function returned prematurly giving only email info from changeset metadata. Thanks to Stevan Radaković beta
Thu, 11 Apr 2013 15:07:42 +0200 Mads Kiilerich pullrequests: fix reversed diff beta
Thu, 11 Apr 2013 03:36:39 +0200 Marcin Kuzminski fixed tests for usersgroups beta
Wed, 10 Apr 2013 23:45:04 +0200 Marcin Kuzminski implemented usergroup permissions checks. beta
Wed, 10 Apr 2013 23:15:00 +0200 Marcin Kuzminski Iteration on default permissions beta
Wed, 10 Apr 2013 18:03:11 +0200 Marcin Kuzminski fixed overwrite default user group permission flag beta
Wed, 10 Apr 2013 14:33:04 +0200 Marcin Kuzminski New default permissions definition for user group create beta
Wed, 10 Apr 2013 02:55:21 +0200 Marcin Kuzminski fixed default permissions population during upgrades beta
Wed, 10 Apr 2013 00:31:10 +0200 Marcin Kuzminski killed some alien JS code that got into pullrequest_data template beta
Tue, 09 Apr 2013 15:52:22 +0200 Marcin Kuzminski throw 404s on empty show functions in ADMIN controllers beta
Tue, 09 Apr 2013 15:39:45 +0200 Marcin Kuzminski make the permission update function idempotent beta
Tue, 09 Apr 2013 01:14:44 +0200 Marcin Kuzminski add repr for UserToPerm beta
Tue, 09 Apr 2013 00:40:48 +0200 Marcin Kuzminski #818: Bookmarks Do Not Display on Changeset View
Tue, 09 Apr 2013 00:40:48 +0200 Marcin Kuzminski #818: Bookmarks Do Not Display on Changeset View beta
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich pullrequests: better handling of cases with more than one ancestor beta
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich pullrequests: optimize locating changeset to compare beta
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich pullrequests: use hashes instead of changecontexts beta
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich pullrequests: handle the case where no matching revisions are found for either end beta
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich pullrequests: simplify handling of null revisions beta
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich compare: move get_changesets to compare controller where it is used beta
Thu, 04 Apr 2013 18:50:08 +0200 Mads Kiilerich pullrequests: fix changesets ordering being reversed when creating new pull requests beta
Fri, 05 Apr 2013 02:49:26 +0200 Mads Kiilerich pullrequests: don't pass unicode strings to Mercurial beta
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich diffs: drop diffs.differ beta
Fri, 05 Apr 2013 02:51:37 +0200 Mads Kiilerich Minor changes beta
Mon, 08 Apr 2013 23:57:14 +0200 Marcin Kuzminski use the same edit button in admin pages for user groups as in repos and repo groups beta
Mon, 08 Apr 2013 23:49:08 +0200 Marcin Kuzminski consistent handling of grant/revoke of permissions widgets beta
Mon, 08 Apr 2013 22:47:35 +0200 Marcin Kuzminski - Manage User’s Groups: create, delete, rename, add/remove users inside. beta
Mon, 08 Apr 2013 20:38:37 +0200 Marcin Kuzminski implement __ne__ beta
Mon, 08 Apr 2013 02:59:50 +0200 Marcin Kuzminski removed obsolete admin_user tmpl context variables beta
Mon, 08 Apr 2013 00:02:00 +0200 Marcin Kuzminski new schema for 1.7 beta
Sun, 07 Apr 2013 23:51:53 +0200 Marcin Kuzminski freeze schema for 1.6 + fixed migration from version 1.4.X+ beta
Sun, 07 Apr 2013 23:56:40 +0200 Marcin Kuzminski Added tag v1.6.0rc1 for changeset c15d7b336af5
Sun, 07 Apr 2013 23:51:53 +0200 Marcin Kuzminski freeze schema for 1.6 + fixed migration from version 1.4.X+ rhodecode-0.0.1.6.0rc1
Sun, 07 Apr 2013 23:11:17 +0200 Marcin Kuzminski shortlog: show all refs (bookmarks,tags,branches) in one dedicated column beta
Sun, 07 Apr 2013 22:18:03 +0200 Marcin Kuzminski codecleaner beta
Sun, 07 Apr 2013 19:55:30 +0200 Marcin Kuzminski always use json from compat module beta
Sun, 07 Apr 2013 19:14:17 +0200 Marcin Kuzminski fixed docstring on cleanup command
Sun, 07 Apr 2013 19:09:52 +0200 Marcin Kuzminski small fixes backported from stable beta
Sun, 07 Apr 2013 19:05:35 +0200 Marcin Kuzminski bump version of development beta
Sun, 07 Apr 2013 18:42:41 +0200 Marcin Kuzminski merged rc1 into dev beta
Sun, 07 Apr 2013 18:37:22 +0200 Marcin Kuzminski merge with rc1
Sun, 07 Apr 2013 16:44:46 +0200 Marcin Kuzminski version bump + changelog beta
Sat, 06 Apr 2013 21:41:52 +0900 Takumi IINO update japanese translation beta
Sat, 06 Apr 2013 21:41:52 +0900 Takumi IINO update japanese translation beta
Sat, 06 Apr 2013 02:50:11 +0200 Marcin Kuzminski codecleaner for rhodecode.js beta
Sat, 06 Apr 2013 02:49:42 +0200 Marcin Kuzminski Implemented preview for comments beta
Fri, 05 Apr 2013 23:16:21 +0200 Marcin Kuzminski repo rescann should detach forks of zombie repos, beta
Wed, 03 Apr 2013 02:35:01 +0200 Marcin Kuzminski removed duplicated logic of how we invalidate caches for repos beta
Fri, 05 Apr 2013 19:42:07 +0200 Marcin Kuzminski added __eq__ operation on vcs Repository objects beta
Fri, 05 Apr 2013 19:21:52 +0200 Marcin Kuzminski merge with rc1 beta
Fri, 05 Apr 2013 19:20:46 +0200 Marcin Kuzminski update i18n beta
Fri, 05 Apr 2013 14:09:23 +0200 Marcin Kuzminski moved the instance id after version, beeing at the end looks odd, and confusing. beta
Fri, 05 Apr 2013 14:03:20 +0200 Marcin Kuzminski bring back review status in main changelog beta
Fri, 05 Apr 2013 13:49:03 +0200 Marcin Kuzminski fixed prefix extractions from cache keys + cleanup beta
Fri, 05 Apr 2013 13:27:28 +0200 Marcin Kuzminski repr of cache inv object show also now cache_active + some better logging beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich invalidation: set_invalidate is (obviously) only used to invalidate the whole repo beta
Thu, 04 Apr 2013 15:55:53 +0200 Mads Kiilerich invalidation: inline _get_or_create_inv_obj beta
Thu, 04 Apr 2013 15:55:53 +0200 Mads Kiilerich invalidation: simplify get_prefix beta
Wed, 27 Mar 2013 19:55:50 +0100 Mads Kiilerich invalidation: some documentation and refactoring, second round beta
Thu, 04 Apr 2013 15:55:53 +0200 Mads Kiilerich api: drop commit - mark_for_invalidation will commit beta
Fri, 05 Apr 2013 12:47:34 +0200 Marcin Kuzminski scm_instance shouldn't be cached in anyway inside object beta
Fri, 05 Apr 2013 00:09:53 +0200 Marcin Kuzminski bumed mercurial version beta
Thu, 04 Apr 2013 22:46:34 +0200 Marcin Kuzminski fixed my account page tabs beta
Thu, 04 Apr 2013 22:39:08 +0200 Marcin Kuzminski small ui fixes for pr page beta
Thu, 04 Apr 2013 22:33:41 +0200 Marcin Kuzminski pagination in pull-requests page + UI beta
Thu, 04 Apr 2013 20:39:26 +0200 Marcin Kuzminski revert name change broken in 28305020a4ed127e8aca2f1a10e30d902efb6238 beta
Thu, 04 Apr 2013 18:31:15 +0200 Marcin Kuzminski fixed ldap tests when ldap lib is installed beta
Thu, 04 Apr 2013 17:49:03 +0200 Marcin Kuzminski fixed broken flash test beta
Thu, 04 Apr 2013 17:45:55 +0200 Mads Kiilerich hooks: make_lock is tristate beta
Thu, 04 Apr 2013 16:51:38 +0200 Mads Kiilerich setup_rhodecode: fix --force-no - force_ask is tri-state beta
Thu, 04 Apr 2013 16:43:21 +0200 Marcin Kuzminski flags are ugly bullets are nice beta
Thu, 04 Apr 2013 16:38:33 +0200 Marcin Kuzminski fixed multiple IP addresses in each of extracted IP. beta
Thu, 04 Apr 2013 14:36:30 +0200 Marcin Kuzminski fix flash link to repos that are in groups beta
Thu, 04 Apr 2013 14:33:22 +0200 Marcin Kuzminski update footer instance id and copyrights beta
Thu, 04 Apr 2013 14:08:58 +0200 Marcin Kuzminski fixed sort of permissions summary it's now perm+name beta
Thu, 04 Apr 2013 13:18:24 +0200 Marcin Kuzminski use placeholders in qfilter, not the ugly JS logic beta
Thu, 04 Apr 2013 02:35:32 +0200 Marcin Kuzminski swap repo-size with settings in summary. It somehow beta
Thu, 04 Apr 2013 02:13:43 +0200 Marcin Kuzminski ishell paster command beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich update_repoinfo: fix invalidation beta
Thu, 04 Apr 2013 00:24:42 +0200 Marcin Kuzminski reduce the size of repo in contextbar, it was too big and looked awkward. beta
Thu, 04 Apr 2013 00:18:06 +0200 Marcin Kuzminski fixed dead links for non-admin users beta
Thu, 04 Apr 2013 00:01:13 +0200 Marcin Kuzminski fixed admin link for creating repos, and refactored the routes name beta
Wed, 03 Apr 2013 19:40:37 +0200 Marcin Kuzminski usermenu beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich user menu: remove Journal link - it is already in the top menu beta
Wed, 03 Apr 2013 19:26:01 +0200 Marcin Kuzminski codecleaner beta
Wed, 03 Apr 2013 17:20:32 +0200 Mads Kiilerich summary: redirect from repo URLs with #branchname to changelog with this branch beta
Wed, 03 Apr 2013 17:19:47 +0200 Mads Kiilerich Fix a lot of casings - use standard casing in most places beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich Fix 'repos group' - it is 'repository group' beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich pullrequests: state "closed" explicitly beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich config: rename options to show_revision_number and show_sha_length beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich config: automatically assign instance_id for host and process if it has been set to * beta
Tue, 02 Apr 2013 19:01:25 +0200 Mads Kiilerich util: remove attempt of renaming get_filesystem_repos while remaining backward compatible beta
Tue, 02 Apr 2013 19:01:25 +0200 Mads Kiilerich css: don't float the paginator - let it take the space it needs beta
Mon, 01 Apr 2013 23:45:25 +0200 Marcin Kuzminski more usage of fixture tools beta
Sun, 31 Mar 2013 21:44:27 +0200 Marcin Kuzminski Use only mustcontain for testing response body beta
Sun, 31 Mar 2013 21:31:36 +0200 Marcin Kuzminski use fixtures for forking beta
Sun, 31 Mar 2013 19:31:50 +0200 Marcin Kuzminski - age tests cannot be dynamic, there are cases when age calculation beta
Sun, 31 Mar 2013 19:26:52 +0200 Marcin Kuzminski fixed nose parametrized when used on objects beta
Sun, 31 Mar 2013 17:01:47 +0200 Marcin Kuzminski added new fixture classes beta
Sun, 31 Mar 2013 16:18:09 +0200 Marcin Kuzminski recursive forks detach beta
Sat, 30 Mar 2013 16:17:56 +0100 Marcin Kuzminski unified flash msg tests beta
Sat, 30 Mar 2013 12:22:07 +0100 Marcin Kuzminski added missing page_nav on forks page beta
Sat, 30 Mar 2013 00:40:28 +0100 Marcin Kuzminski fixed users sorting in admin pannel beta
Fri, 29 Mar 2013 23:58:07 +0100 Marcin Kuzminski tests docs beta
Fri, 29 Mar 2013 23:49:21 +0100 Marcin Kuzminski fixed issues with importing non-ascii repo names beta
Fri, 29 Mar 2013 23:36:53 +0100 Marcin Kuzminski added url quote in clone url. fixes issue #809 beta
Fri, 29 Mar 2013 23:33:02 +0100 Marcin Kuzminski fix unicode issues on logging in SCM middlewares beta
Thu, 28 Mar 2013 04:03:10 +0100 Marcin Kuzminski fixes #807: Remove generic HTML title for repository groups beta
Thu, 28 Mar 2013 01:15:56 +0100 Mads Kiilerich ldap: handle more elegantly that python-ldap isn't installed when trying to use ldap beta
Thu, 28 Mar 2013 03:34:36 +0100 Marcin Kuzminski Don't catch all exceptions beta
Thu, 28 Mar 2013 03:29:38 +0100 Marcin Kuzminski fixed login tests beta
Thu, 28 Mar 2013 02:57:05 +0100 Marcin Kuzminski #749 and #516 Removed dupliciting of repo settings for rhodecode admins and repo admins beta
Thu, 28 Mar 2013 02:11:26 +0100 Marcin Kuzminski moved permission management into separate entity. beta
Thu, 28 Mar 2013 01:10:45 +0100 Mads Kiilerich helpers: show boolean value of value as icon, not just the True and False singletons beta
Thu, 28 Mar 2013 01:10:45 +0100 Mads Kiilerich celery tasks: use None as special value beta
Thu, 28 Mar 2013 01:10:45 +0100 Mads Kiilerich follow Python conventions for boolean values beta
Thu, 28 Mar 2013 01:10:45 +0100 Mads Kiilerich user group: sort lists of current and available members by username beta
Thu, 28 Mar 2013 01:10:45 +0100 Mads Kiilerich sort permission lists by (repository) name beta
Thu, 28 Mar 2013 01:10:45 +0100 Mads Kiilerich spelling: chosen beta
Wed, 27 Mar 2013 21:05:59 +0100 Marcin Kuzminski missing files or bad files revisions should return 404s not redirects - ref #808 beta
Wed, 27 Mar 2013 20:54:12 +0100 Marcin Kuzminski fixed missing page_nav in files edit/add beta
Wed, 27 Mar 2013 19:38:05 +0100 Marcin Kuzminski missing changesets should return 404 not redirect + flash. beta
Wed, 27 Mar 2013 19:37:14 +0100 Marcin Kuzminski Enable flash extraction in error documents beta
Wed, 27 Mar 2013 19:24:59 +0100 Marcin Kuzminski added tests if push set cache invalidation state beta
Wed, 27 Mar 2013 19:06:09 +0100 Marcin Kuzminski added super simple cache_key paster function for showing and cleaning cache keys beta
Wed, 27 Mar 2013 18:54:36 +0100 Marcin Kuzminski move the existing changeset checks bellow other checks else it can throw exceptions for non beta
Wed, 27 Mar 2013 18:50:25 +0100 Marcin Kuzminski fix branch UI issue for git repos beta
Wed, 27 Mar 2013 18:47:40 +0100 Marcin Kuzminski use merge param in compare link for it to work as expected beta
Tue, 26 Mar 2013 23:30:20 +0100 Mads Kiilerich merge the two context menu bar stripes - save some vertical space beta
Tue, 26 Mar 2013 23:29:54 +0100 Mads Kiilerich move repo actions from their own menu line to Options menu beta
Tue, 26 Mar 2013 23:29:54 +0100 Mads Kiilerich compare: reorder columns in changeset list - this feels more natural to me beta
Tue, 26 Mar 2013 23:21:40 +0100 Mads Kiilerich templates: enforce more consistency by being less flexible in templates beta
Mon, 25 Mar 2013 16:30:40 +0100 Mads Kiilerich comments: "Comment on pull request" feels more natural beta
Tue, 26 Mar 2013 23:15:22 +0100 Mads Kiilerich warn when repo path is skipped because it is read-only beta
Tue, 26 Mar 2013 23:15:16 +0100 Mads Kiilerich invalidation: some documentation and refactoring beta
Tue, 26 Mar 2013 23:14:50 +0100 Mads Kiilerich compare: show branch names in changeset list beta
Tue, 26 Mar 2013 23:14:44 +0100 Mads Kiilerich pullrequests: just show first line of description as hint beta
Tue, 26 Mar 2013 17:46:40 +0100 Mads Kiilerich use valid options for the top menu: repositories, journal, search and admin beta
Tue, 26 Mar 2013 23:14:37 +0100 Mads Kiilerich clean-up of breadcrumbs on pages with repo context bar beta
Tue, 26 Mar 2013 17:19:52 +0100 Mads Kiilerich repository pages: cleanup of use of repository context menu beta
Tue, 26 Mar 2013 17:16:04 +0100 Mads Kiilerich repository: cleanup and alignment of repository editing templates beta
Tue, 26 Mar 2013 15:53:11 +0100 Mads Kiilerich breadcrumbs: make repo names link to summary pages beta
Tue, 26 Mar 2013 01:23:35 +0100 Mads Kiilerich pullrequests: only create special select entry for a changeset if it has no symbolic name beta
Tue, 26 Mar 2013 01:23:35 +0100 Mads Kiilerich pullrequests: cleanup of other_repo initialization code beta
Tue, 26 Mar 2013 01:23:35 +0100 Mads Kiilerich pullrequests: use default_other_repo_info for the default other_ref selector beta
Tue, 26 Mar 2013 01:23:35 +0100 Mads Kiilerich pullrequests: fix non-js defaults for repo owner beta
Mon, 25 Mar 2013 16:30:38 +0100 Mads Kiilerich paster cleanup: improve texts beta
Thu, 07 Mar 2013 22:08:33 +0100 Mads Kiilerich pullrequest: use simple link for 'Change style' beta
Fri, 08 Mar 2013 00:50:49 +0100 Mads Kiilerich changelog / compare: adjust titles beta
Tue, 26 Mar 2013 12:59:11 +0100 Marcin Kuzminski don't normalize path if it's empty on adding a file throught web interface beta
Mon, 25 Mar 2013 22:51:06 +0100 Marcin Kuzminski fix GIT env extraction beta
Mon, 25 Mar 2013 22:17:17 +0100 Marcin Kuzminski kill depracated .ui objects on git repos beta
Mon, 25 Mar 2013 14:08:15 +0100 Marcin Kuzminski rename sha_rev to something more understandable beta
Mon, 25 Mar 2013 15:52:55 +0900 Takumi IINO i18n summary beta
Mon, 25 Mar 2013 15:52:51 +0900 Takumi IINO i18n context bar beta
Mon, 25 Mar 2013 12:56:42 +0100 Marcin Kuzminski adjust the width on changelog based on the show_id function output beta
Sun, 24 Mar 2013 22:11:49 +0100 Marcin Kuzminski hide forks as it's in the summary menu beta
Sun, 24 Mar 2013 22:09:50 +0100 Marcin Kuzminski files edit/add is displayed with repo context menu beta
Sun, 24 Mar 2013 22:01:31 +0100 Marcin Kuzminski improved title consistency beta
Sun, 24 Mar 2013 20:46:30 +0100 Marcin Kuzminski show forks in contextbar beta
Sun, 24 Mar 2013 20:24:17 +0100 Marcin Kuzminski show only open pull requests in the counter, and use repo context bar in pull requests view beta
Sun, 24 Mar 2013 19:58:24 +0100 Marcin Kuzminski after hooks cleanup we don't need to have ui injections into repo so we don't need to cache git repos beta
Sun, 24 Mar 2013 19:53:09 +0100 Marcin Kuzminski pep8 unionrepo beta
Sun, 24 Mar 2013 03:07:04 +0100 Marcin Kuzminski Switched handling of RhodeCode extra params in consistent way beta
Thu, 21 Mar 2013 11:26:58 +0100 Mads Kiilerich files: accept URLs with no path and no slash after the revision beta
Wed, 20 Mar 2013 15:32:23 +0100 Mads Kiilerich avoid %r markup of unicode strings in user facing messages beta
Thu, 21 Mar 2013 11:17:01 +0100 Mads Kiilerich avoid displaying repr of internal classes in user facing messages beta
Wed, 20 Mar 2013 16:58:38 +0100 Mads Kiilerich report ChangesetDoesNotExistError as an error but don't lose the repo context beta
Wed, 20 Mar 2013 15:00:31 +0100 Mads Kiilerich settings: 'Advanced setup' is a link to another form, it shouldn't look like a submit button beta
Wed, 20 Mar 2013 15:00:31 +0100 Mads Kiilerich fork: 'Update after clone' only makes sense if the update hook will maintain it beta
Wed, 20 Mar 2013 15:00:31 +0100 Mads Kiilerich settings: simplify handling of form values for hooks and extensions beta
Wed, 20 Mar 2013 15:00:28 +0100 Mads Kiilerich settings: improve texts beta
Wed, 20 Mar 2013 14:01:58 +0100 Mads Kiilerich css: fix truncation of hover menu on last lines of summary page beta
Wed, 20 Mar 2013 14:00:17 +0100 Mads Kiilerich Describe top level groups as 'top level' instead of 'no parent' beta
Wed, 20 Mar 2013 12:22:13 +0100 Mads Kiilerich stay on repo after forking and show full path to new fork beta
Wed, 20 Mar 2013 12:16:58 +0100 Mads Kiilerich consistently capitalize initial letter in flash messages beta
Sun, 24 Mar 2013 02:57:54 +0100 Marcin Kuzminski use show_id also in lightweight changelog beta
Sun, 24 Mar 2013 02:51:18 +0100 Marcin Kuzminski fixed bad raise statement beta
Fri, 22 Mar 2013 01:34:14 +0100 Marcin Kuzminski repo edit UI improvements beta
Thu, 21 Mar 2013 23:56:17 +0100 Marcin Kuzminski made git refs filter configurable ref issue #797 beta
Thu, 21 Mar 2013 23:09:34 +0100 Marcin Kuzminski small ui fixes for summary info block beta
Thu, 21 Mar 2013 22:01:52 +0100 Marcin Kuzminski added more strict checks for file path in add file controller beta
Thu, 21 Mar 2013 21:12:03 +0100 Marcin Kuzminski backward compat: use safe .get on show_id function CONFIG calls beta
Thu, 21 Mar 2013 21:03:22 +0100 Marcin Kuzminski Implemented show_id function that is a configurable way to display sha hashes in the changelog. beta
Wed, 06 Mar 2013 15:25:28 +0100 Marcin Kuzminski added linaro ldap sync script beta
Tue, 19 Mar 2013 22:50:28 +0100 Mads Kiilerich changelog: make it possible to use closed branches in ?branch=... beta
Tue, 12 Mar 2013 13:50:06 +0100 Mads Kiilerich hg: improve 'Such branch %s does not exists' message beta
Tue, 19 Mar 2013 22:50:28 +0100 Mads Kiilerich journal: don't show "error" popup when navigating away from page while lazy info is loading beta
Tue, 19 Mar 2013 21:47:34 +0100 Mads Kiilerich Stylistic cleanup - mostly formatting beta
Wed, 20 Mar 2013 16:41:39 +0100 Marcin Kuzminski codecleaner beta
Wed, 20 Mar 2013 16:21:34 +0100 Marcin Kuzminski Repo size - show just the size without duplicating text beta
Tue, 19 Mar 2013 23:43:40 +0100 Marcin Kuzminski no_cache version of scm is now a function beta
Tue, 19 Mar 2013 22:49:17 +0100 Leonardo Carneiro Fixing user dropdown menu. It now scales acording to the contents. beta
Tue, 19 Mar 2013 15:05:32 +0100 Marcin Kuzminski linkify names on fork/create repos in tooltip messages beta
Tue, 19 Mar 2013 14:26:36 +0100 Marcin Kuzminski small UI changes for dropdowns on upper menu beta
Mon, 18 Mar 2013 18:20:46 +0100 Marcin Kuzminski better logging beta
Mon, 18 Mar 2013 18:18:10 +0100 Marcin Kuzminski codecleaner beta
Mon, 18 Mar 2013 18:17:58 +0100 Marcin Kuzminski merge with UI branch beta
Mon, 18 Mar 2013 18:16:23 +0100 Marcin Kuzminski small new UI fixes beta
Mon, 18 Mar 2013 03:04:35 +0100 Marcin Kuzminski fixed bookmarks error on git beta
Mon, 11 Mar 2013 17:09:43 +0100 Leonardo Merge beta
Mon, 11 Mar 2013 16:43:41 +0100 Leonardo Carneiro Style clean up, and comments removal. beta
Mon, 11 Mar 2013 16:26:44 +0100 Leonardo Carneiro Tweaks to Changelog and Summary view, removing excess information, and improving layout. beta
Thu, 07 Mar 2013 14:48:23 +0100 Leonardo Tweaks to Changelog view, removing excess information, and improving layout. beta
Thu, 07 Mar 2013 14:48:23 +0100 Leonardo WIP: Changelog view beta
Thu, 07 Mar 2013 14:38:40 +0100 Leonardo Fixing graphs for IE9 and probably above. beta
Wed, 06 Mar 2013 17:29:23 +0100 Leonardo Fixing typo beta
Wed, 06 Mar 2013 17:28:18 +0100 Leonardo Adding context bar to the changeset page beta
Tue, 05 Mar 2013 10:39:37 +0100 Leonardo Fixing missing icons. beta
Mon, 04 Mar 2013 18:56:02 +0100 leonardo Bugfix: On the changelog page, its possible that the some changeset is already checked out by the browser. So we check for that on page load. beta
Mon, 04 Mar 2013 18:42:14 +0100 leonardo Merge beta
Mon, 04 Mar 2013 18:30:50 +0100 leonardo Addding context bar to more repo related pages. beta
Mon, 04 Mar 2013 12:18:34 +0100 Leonardo hiding the unfinished branch/revision changer beta
Mon, 04 Mar 2013 12:15:34 +0100 Leonardo Adding the context bar too all pages related to a Repository. beta
Mon, 25 Feb 2013 20:56:01 +0100 Leonardo Small wording improvement. beta
Mon, 11 Mar 2013 17:59:38 +0100 Marcin Kuzminski Pass in old groups data to CanWriteToGroup validator for later skipping group checks.
Mon, 11 Mar 2013 17:59:38 +0100 Marcin Kuzminski Pass in old groups data to CanWriteToGroup validator for later skipping group checks. beta
Mon, 11 Mar 2013 15:31:30 +0100 Marcin Kuzminski add --invalidate-cache option to update-repoinfo command beta
Sun, 10 Mar 2013 22:53:25 +0100 Marcin Kuzminski configurable locking codes. beta
Sun, 10 Mar 2013 21:24:11 +0100 Marcin Kuzminski codecleaner beta
Fri, 08 Mar 2013 00:51:25 +0100 Mads Kiilerich changelog: let 'Open new pull request' use the currently topmost changeset beta
Fri, 08 Mar 2013 00:51:13 +0100 Mads Kiilerich changelog: fix page state after clearing selection beta
Thu, 07 Mar 2013 21:51:21 +0100 Mads Kiilerich pullrequests: show changesets with highest revision on top, like in most other lists beta
Sat, 09 Mar 2013 01:09:53 +0100 Mads Kiilerich diff_block: fix link to file revisions beta
Thu, 07 Mar 2013 21:45:40 +0100 Mads Kiilerich fix casings beta
Wed, 06 Mar 2013 01:06:33 +0100 Mads Kiilerich pullrequest selection list: emphasize named branches that are neighbours beta
Wed, 06 Mar 2013 15:40:58 +0100 Mads Kiilerich pullrequest: separate js actions for 'update preview' from 'destination repo changed' beta
Thu, 07 Mar 2013 19:06:21 +0100 Mads Kiilerich pullrequest: don't do in the ajax callback what can be done in no time right now beta
Thu, 07 Mar 2013 19:00:28 +0100 Mads Kiilerich pullrequest: just replace children of other_ref when other_repo changes beta
Sat, 09 Mar 2013 15:10:05 +0100 Marcin Kuzminski only use errormator if it's actually turned on in .ini file beta
Sun, 10 Mar 2013 20:28:54 +0100 Marcin Kuzminski sync changelog beta
Sun, 10 Mar 2013 20:10:51 +0100 Marcin Kuzminski Added tag v1.5.4 for changeset 3447862ad8c9
Sun, 10 Mar 2013 19:26:42 +0100 Marcin Kuzminski changelog update rhodecode-0.0.1.5.4
Tue, 26 Feb 2013 02:29:02 +0100 Marcin Kuzminski show correct values for compare view when multiple git tags are pushed beta
Wed, 06 Mar 2013 20:18:41 +0100 Marcin Kuzminski use short id in ancestor beta
Fri, 08 Mar 2013 01:19:39 +0100 Marcin Kuzminski nicer pr email beta
Thu, 07 Mar 2013 14:38:40 +0100 Leonardo Fixing graphs for IE9 and probably above. beta
Thu, 07 Mar 2013 15:23:36 +0100 Mads Kiilerich root.html: IE do not like extra ',' in maps beta
Thu, 07 Mar 2013 20:06:45 +0100 Marcin Kuzminski get_locks API function draft beta
Thu, 07 Mar 2013 20:06:25 +0100 Marcin Kuzminski fixed edge case in tests when we run them from virtualmachine and not as owner of files beta
Thu, 07 Mar 2013 15:06:40 +0100 Marcin Kuzminski codecleaner beta
Thu, 07 Mar 2013 15:05:46 +0100 Marcin Kuzminski fix import beta
Thu, 07 Mar 2013 15:05:02 +0100 Marcin Kuzminski fixed tests
Mon, 04 Mar 2013 19:23:43 +0100 Marcin Kuzminski catch errors in obfuscate password function
Thu, 07 Mar 2013 13:46:24 +0100 Marcin Kuzminski Speed up of last_changeset extraction in VCS, in edge cases for git we can get 10x speed improvement by limiting the history extraction if we only need last changeset beta
Thu, 07 Mar 2013 12:25:05 +0100 Marcin Kuzminski version bump
Thu, 07 Mar 2013 12:20:03 +0100 Marcin Kuzminski handle all cases with proxy IP addresses, not only for X_FORWARDED_FOR
Thu, 07 Mar 2013 12:20:03 +0100 Marcin Kuzminski handle all cases with proxy IP addresses, not only for X_FORWARDED_FOR beta
Wed, 06 Mar 2013 19:54:36 +0100 Mads Kiilerich fix spelling of committer beta
Wed, 06 Mar 2013 15:40:58 +0100 Mads Kiilerich vcs: fix typo in MercurialChangeset.committer beta
Wed, 06 Mar 2013 18:47:59 +0100 Marcin Kuzminski initial version of #788 tarball cache beta
Wed, 06 Mar 2013 18:12:09 +0100 Marcin Kuzminski moved time measure of request to separate middleware for better results (the last one in stack) beta
Wed, 06 Mar 2013 16:31:22 +0100 Marcin Kuzminski fixed some unicode problems with archive downloads beta
Wed, 06 Mar 2013 16:20:28 +0100 Marcin Kuzminski it's safer to user user_id for IMC beta
Tue, 05 Mar 2013 11:55:01 +0100 Mads Kiilerich compare/pullrequest: introduce merge parameter beta
Fri, 01 Mar 2013 17:16:24 +0100 Mads Kiilerich pullrequest: pullrequest from changelog view beta
Mon, 04 Mar 2013 17:38:34 +0100 Mads Kiilerich compare: drop unused rev_start and rev_end beta
Wed, 06 Mar 2013 15:04:09 +0100 Marcin Kuzminski disallow cloning from different URI's that http[s]/svn/git/hg
Wed, 06 Mar 2013 15:04:09 +0100 Marcin Kuzminski disallow cloning from different URI's that http[s]/svn/git/hg beta
Wed, 06 Mar 2013 14:52:25 +0100 Marcin Kuzminski If commit operation is used out of pylons request scope use blank request instead beta
Wed, 06 Mar 2013 14:14:57 +0100 Marcin Kuzminski again they channged git return commands :/ and i need to fix the tests. Now running agains 1.8.1 beta
Wed, 06 Mar 2013 13:52:55 +0100 Marcin Kuzminski synced test.ini with latest changes beta
Wed, 06 Mar 2013 13:47:14 +0100 Marcin Kuzminski webinterface file commiting executes push hooks ref #594 beta
Wed, 06 Mar 2013 13:37:42 +0100 Marcin Kuzminski Moved inject ui into base vcs classe beta
Wed, 06 Mar 2013 13:36:55 +0100 Marcin Kuzminski CHanges to UI object injection after lazy property changes beta
Wed, 06 Mar 2013 13:36:01 +0100 Marcin Kuzminski refactored lazy properties little bit for ThreadecLocal to work better beta
Wed, 06 Mar 2013 02:03:16 +0100 Marcin Kuzminski codecleaner spaces on : beta
Wed, 06 Mar 2013 01:53:55 +0100 Marcin Kuzminski codecleaner beta
Wed, 06 Mar 2013 00:20:13 +0100 Marcin Kuzminski fixed issue with renaming repos group together with changing parents with multiple nested trees
Mon, 04 Mar 2013 18:44:36 +0100 Marcin Kuzminski use password obfuscate in when clonning a remote repo with credentials
Thu, 14 Feb 2013 23:34:59 +0100 Marcin Kuzminski fixes #762, LDAP and container created users are now activated based on
Tue, 12 Feb 2013 23:15:55 +0100 Marcin Kuzminski #763 gravatar helper function should fallback into default image if somehow email provided is empty.
Mon, 25 Feb 2013 21:27:52 +0100 Marcin Kuzminski moved out password reset tasks from celery, it doesn't make any sense to keep them there, additionally they are broken
Tue, 26 Feb 2013 13:36:38 +0100 Marcin Kuzminski fix webtest dependency
Wed, 06 Mar 2013 00:34:16 +0100 Marcin Kuzminski bump mercurial version beta
Tue, 05 Mar 2013 17:12:30 +0100 Mads Kiilerich changelog: "compare fork with parent" should only be shown when no changesets selected beta
Mon, 04 Mar 2013 18:56:02 +0100 Leonardo Carneiro Bugfix: On the changelog page, its possible that some changeset is already checked out by the browser. So we check for that on page load. beta
Tue, 05 Mar 2013 17:11:15 +0100 Mads Kiilerich changelog: fix invalid url name left over from cherry picking beta
Tue, 05 Mar 2013 17:09:46 +0100 Mads Kiilerich css: consistent spacing around : beta
Tue, 05 Mar 2013 17:09:46 +0100 Mads Kiilerich css: consistent space before { beta
Tue, 05 Mar 2013 17:09:46 +0100 Mads Kiilerich fix SyntaxWarning: name 'CELERY_ON' is used prior to global declaration beta
Wed, 06 Mar 2013 00:20:13 +0100 Marcin Kuzminski fixed issue with renaming repos group together with changing parents with multiple nested trees beta
Tue, 05 Mar 2013 22:37:58 +0100 Marcin Kuzminski better detection of deleting groups with subgroups inside. beta
Tue, 05 Mar 2013 20:03:33 +0100 Marcin Kuzminski calling lock function without lock attribute, will return lock state beta
Tue, 05 Mar 2013 19:42:08 +0100 Marcin Kuzminski Added get_hook_location method for easier hook extraction beta
Tue, 05 Mar 2013 11:39:30 +0100 Marcin Kuzminski show ip for my account, and only in editing your user, showing in all users next to API key is misleading beta
Mon, 04 Mar 2013 19:23:43 +0100 Marcin Kuzminski catch errors in obfuscate password function beta
Mon, 04 Mar 2013 18:46:02 +0100 Marcin Kuzminski codecleaner beta
Mon, 04 Mar 2013 18:44:36 +0100 Marcin Kuzminski use password obfuscate in when clonning a remote repo with credentials beta
Mon, 04 Mar 2013 16:15:34 +0100 Marcin Kuzminski scrool into multi line selection in file view beta
Mon, 04 Mar 2013 14:49:46 +0100 Marcin Kuzminski use str2bool on lock api calls beta
Mon, 04 Mar 2013 12:17:15 +0100 Marcin Kuzminski codecleaner, fix tabs -> spaces beta
Mon, 04 Mar 2013 12:12:38 +0100 Marcin Kuzminski notification model should only send html emails not generating multipart ones beta
Sun, 03 Mar 2013 23:35:39 +0100 Marcin Kuzminski whitespace cleanup beta
Sun, 03 Mar 2013 23:35:09 +0100 Marcin Kuzminski fixing typo beta
Fri, 01 Mar 2013 00:04:28 +0100 Mads Kiilerich changelog: improve texts and functionality regarding selecting changesets beta
Thu, 28 Feb 2013 23:23:09 +0100 Mads Kiilerich pullrequests: refactor changeset selectors, tip is special and not a real tag beta
Thu, 28 Feb 2013 23:23:09 +0100 Mads Kiilerich compare: minor refactoring and comments beta
Thu, 28 Feb 2013 17:54:42 +0100 Mads Kiilerich compare: cleanup of as_form handling beta
Thu, 28 Feb 2013 23:21:46 +0100 Mads Kiilerich pullrequests: use stable revisions in compare urls instead of bookmark/branch/tag beta
Sun, 03 Mar 2013 23:20:58 +0100 Marcin Kuzminski check if given f_path in diff is not a dir by any chance beta
Thu, 28 Feb 2013 23:17:56 +0100 Mads Kiilerich pullrequest: show 'details' link immediately - don't wait for changeset list beta
Thu, 28 Feb 2013 23:17:26 +0100 Mads Kiilerich pullrequest: show 'loading' while waiting for compare_url to load beta
Thu, 28 Feb 2013 17:52:44 +0100 Mads Kiilerich home: don't crash in branch_tag_switcher when an invalid repo name is given beta
Thu, 28 Feb 2013 23:05:28 +0100 Mads Kiilerich css: fix invalid values beta
Thu, 28 Feb 2013 23:05:28 +0100 Mads Kiilerich css: linear-gradient do not have 'top' but 'to bottom' beta
Thu, 28 Feb 2013 23:05:28 +0100 Mads Kiilerich css: there is no such thing as vertical-align: right beta
Thu, 28 Feb 2013 23:05:28 +0100 Mads Kiilerich css: opacity is a float and cannot be px beta
Thu, 28 Feb 2013 23:05:28 +0100 Mads Kiilerich css: drop -moz-border-radius and -moz-box-shadow beta
Sat, 02 Mar 2013 21:31:02 +0100 Marcin Kuzminski notification inbox show subject beta
Sat, 02 Mar 2013 21:26:38 +0100 Marcin Kuzminski notifications changes beta
Sat, 02 Mar 2013 21:23:10 +0100 Marcin Kuzminski bump sqlalchemy version beta
Sat, 02 Mar 2013 20:35:49 +0100 Marcin Kuzminski fix to strict permission check on notification messages beta
Sat, 02 Mar 2013 20:25:14 +0100 Marcin Kuzminski in case we turn on celery, and connection fails, set the global flag CELERY_ON to false, helps with odd beta
Sat, 02 Mar 2013 16:41:52 +0100 Marcin Kuzminski updated contributors beta
Sat, 02 Mar 2013 16:36:14 +0100 Marcin Kuzminski added same switch to logic for tags and bookmarks containing /. beta
Sat, 02 Mar 2013 14:17:52 +0100 Dennis Brakhane switch to branch: handle slashes in branch names beta
Sat, 02 Mar 2013 16:27:56 +0100 Marcin Kuzminski added template context into Notification templates beta
Fri, 01 Mar 2013 18:36:07 +0100 Marcin Kuzminski fixed login input sizes beta
Fri, 01 Mar 2013 18:04:44 +0100 Marcin Kuzminski css fixes beta
Fri, 01 Mar 2013 17:56:31 +0100 Marcin Kuzminski Update changeset cache should use non-cache version of repo if given attribute is empty, it's easier to controll how changesets are udpated beta
Fri, 01 Mar 2013 15:25:36 +0100 Marcin Kuzminski collapsable diff container in changeset, makes quick review easier beta
Thu, 28 Feb 2013 16:13:38 +0100 Marcin Kuzminski iterate over repos groups for bool() calls to actually work on it. beta
Wed, 27 Feb 2013 17:18:43 +0100 Mads Kiilerich further cleanup of UsersGroup beta
Wed, 27 Feb 2013 17:18:41 +0100 Mads Kiilerich follow-up on texts missing from 'users groups'/'repositories group' cleanup beta
Wed, 27 Feb 2013 02:27:09 +0100 Marcin Kuzminski fixed tests and missing replacements from 5f1850e4712a beta
Wed, 27 Feb 2013 02:18:45 +0100 Marcin Kuzminski removed requires.txt it was out-of-sync and don't like to keep two dependecies files to maintain beta
Wed, 27 Feb 2013 02:17:52 +0100 Marcin Kuzminski whitespace cleanup beta
Wed, 27 Feb 2013 01:28:29 +0100 Mads Kiilerich compare: highlight linked line in diffs beta
Wed, 27 Feb 2013 01:28:23 +0100 Mads Kiilerich changelog: don't select all checkboxes in the middle beta
Wed, 27 Feb 2013 01:28:00 +0100 Mads Kiilerich "Users groups" is grammatically incorrect English - rename to "user groups" beta
Wed, 27 Feb 2013 01:27:31 +0100 Mads Kiilerich user edit: fix labels beta
Thu, 13 Dec 2012 14:01:24 +0100 Mads Kiilerich settings ui: improve texts beta
Wed, 27 Feb 2013 01:26:38 +0100 Mads Kiilerich update unionrepo for Mercurial 2.5.1 beta
Tue, 26 Feb 2013 13:36:38 +0100 Marcin Kuzminski fix webtest dependency beta
Tue, 26 Feb 2013 00:11:59 +0100 Marcin Kuzminski fixed urlify changesets regex + tests beta
Mon, 25 Feb 2013 23:17:33 +0100 Marcin Kuzminski Hide closed pull requests on my page. beta
Mon, 25 Feb 2013 23:16:36 +0100 Marcin Kuzminski extra params in pyroutes now generate GET params beta
Mon, 25 Feb 2013 22:11:04 +0100 Marcin Kuzminski show pull request status, together with review status beta
Mon, 25 Feb 2013 21:27:52 +0100 Marcin Kuzminski moved out password reset tasks from celery, it doesn't make any sense to keep them there, additionally they are broken beta
Mon, 25 Feb 2013 21:00:22 +0100 Marcin Kuzminski use shorter revs in diff block beta
Mon, 25 Feb 2013 20:48:52 +0100 Marcin Kuzminski don't use double literal() calls on urlify functions beta
Mon, 25 Feb 2013 17:55:18 +0100 Marcin Kuzminski urlify commit function also should extract normal links beta
Mon, 25 Feb 2013 17:16:45 +0100 Marcin Kuzminski --version command should be safe, and bare no modifications beta
Mon, 25 Feb 2013 16:49:05 +0100 Marcin Kuzminski use cache repo when creating GitRepository instances beta
Thu, 21 Feb 2013 02:39:37 +0100 Marcin Kuzminski fixed cleanup command beta
Thu, 21 Feb 2013 02:31:21 +0100 Marcin Kuzminski whitespace cleanup beta
Thu, 21 Feb 2013 02:30:56 +0100 Marcin Kuzminski do not use vcs_full_cache flag for tests, this should be controlled by test env somehow beta
Thu, 21 Feb 2013 01:53:15 +0100 Marcin Kuzminski unified breadcrumbs display beta
Thu, 21 Feb 2013 00:41:48 +0100 Marcin Kuzminski implemented #689 Deleting Repositories with Forks Should Be Easier beta
Wed, 20 Feb 2013 23:44:27 +0100 Marcin Kuzminski performance section docs update beta
Wed, 20 Feb 2013 02:15:12 +0100 Marcin Kuzminski show flags, and desc sort pull request based on created_date ref #765 beta
Wed, 20 Feb 2013 01:59:50 +0100 Marcin Kuzminski review members are dynamically changed based on selected other_repo owner beta
Tue, 19 Feb 2013 23:42:37 +0100 Marcin Kuzminski better handling of EmptyChangeset case in cherry pick pull request beta
Tue, 19 Feb 2013 20:47:55 +0100 Marcin Kuzminski rev_start for compare should use parents only if there are present beta
Tue, 19 Feb 2013 20:35:25 +0100 Marcin Kuzminski revision extraction function shouldn't be so eager, just extract commits that are beta
Tue, 19 Feb 2013 19:48:45 +0100 Marcin Kuzminski cleanup would recurse into every leaf and could thus not be used on lots of beta
Tue, 19 Feb 2013 19:44:30 +0100 Marcin Kuzminski cleanup: remove superfluous os.path.join on absolute path beta
Tue, 12 Feb 2013 17:03:10 +0100 Marcin Kuzminski don't use global pylons config beta
Tue, 19 Feb 2013 01:58:12 +0100 Marcin Kuzminski sync test.ini file with upstream beta
Tue, 19 Feb 2013 01:57:59 +0100 Marcin Kuzminski fixed pull-requests with cherry picking changesets beta
Mon, 18 Feb 2013 22:56:54 +0100 Marcin Kuzminski some tests fixes for compare view beta
Mon, 18 Feb 2013 10:28:53 +0100 Marcin Kuzminski fix dateutil import beta
Sun, 17 Feb 2013 22:58:27 +0100 Marcin Kuzminski fixed registration test beta
Sun, 17 Feb 2013 22:58:09 +0100 Marcin Kuzminski git executable is now configurable via .ini files beta
Sun, 17 Feb 2013 21:21:45 +0100 Marcin Kuzminski Add option to define custom lexers for custom extensions for code highlight in rcextension module beta
Tue, 29 Jan 2013 17:56:11 +0900 Takumi IINO i18n improve beta
Tue, 29 Jan 2013 17:35:03 +0900 Takumi IINO i18n fix beta
Fri, 15 Feb 2013 01:27:18 +0100 Marcin Kuzminski move permission check of write access to repo groups inside a form. beta
Fri, 15 Feb 2013 00:53:47 +0100 Marcin Kuzminski Show admin dropdown for users who are admin of repo groups beta
Thu, 14 Feb 2013 23:34:59 +0100 Marcin Kuzminski fixes #762, LDAP and container created users are now activated based on beta
Thu, 14 Feb 2013 23:09:17 +0100 Marcin Kuzminski added "add group" shortcuts for admins, and group admins beta
Wed, 13 Feb 2013 22:36:24 +0100 Marcin Kuzminski bump mercurial version beta
Tue, 12 Feb 2013 23:15:55 +0100 Marcin Kuzminski #763 gravatar helper function should fallback into default image if somehow email provided is empty. beta
Tue, 12 Feb 2013 23:09:24 +0100 Marcin Kuzminski fix some small unicode issues with logging on differ beta
Tue, 12 Feb 2013 22:58:51 +0100 Marcin Kuzminski sync docs changes from stable beta
Tue, 12 Feb 2013 22:53:47 +0100 Marcin Kuzminski Added tag v1.5.3 for changeset 1a498b11f154
Tue, 12 Feb 2013 22:42:26 +0100 Marcin Kuzminski Docs updates rhodecode-0.0.1.5.3
Tue, 12 Feb 2013 22:05:35 +0100 Marcin Kuzminski version bump
Tue, 12 Feb 2013 22:03:54 +0100 Marcin Kuzminski mysql indexed keys cannot be larger thatn 256 chars, but 250 is enough for this purpose beta
Sun, 10 Feb 2013 21:05:53 +0100 Marcin Kuzminski non-lightweight dashboard mode is now more error proof when it stumbles across bad or damaged repositories beta
Sun, 10 Feb 2013 20:35:35 +0100 Marcin Kuzminski make the htsts headers optional and stored in .ini file. beta
Sun, 10 Feb 2013 17:52:29 +0100 Marcin Kuzminski installation win document updates beta
Sun, 10 Feb 2013 17:13:25 +0100 Marcin Kuzminski show links to files on compare data at other and org refs beta
Fri, 08 Feb 2013 22:11:23 +0100 Marcin Kuzminski fixes issue #756 cleanup repos didn't properly compose paths of repos to be cleaned up.
Fri, 01 Feb 2013 00:07:23 +0100 Marcin Kuzminski fixed #746 unicodeDedode errors on feed controllers
Thu, 31 Jan 2013 01:51:42 +0100 Marcin Kuzminski git hook handler shouldn't ever use cache instances
Thu, 31 Jan 2013 01:37:38 +0100 Marcin Kuzminski don't invalidate cache before handling hook
Sat, 26 Jan 2013 22:08:16 +0100 Marcin Kuzminski added argparse for python version <2.7
Sat, 26 Jan 2013 20:11:55 +0100 Marcin Kuzminski reposcann should skip directories with starting with '.'
Fri, 25 Jan 2013 16:42:02 +0100 Marcin Kuzminski fixes for issue #731, update-repoinfo sometimes failed to update data when changesets
Fri, 25 Jan 2013 02:33:52 +0100 Marcin Kuzminski update repo-info shouldn't allow setting empty values NEVER !
Fri, 25 Jan 2013 00:30:25 +0100 Marcin Kuzminski recursive mode of setting permission should skip private repositories, they should remain private, it's proper thing to do !
Thu, 24 Jan 2013 01:20:03 +0100 Marcin Kuzminski safe_int should also catch TypeError
Thu, 24 Jan 2013 12:09:55 +0100 Marcin Kuzminski fix private flag switching default permission
Wed, 23 Jan 2013 23:51:57 +0100 Marcin Kuzminski IP restrictions now also enabled for IPv6
Wed, 23 Jan 2013 20:22:08 +0100 Marcin Kuzminski fixes stupid git ci call that can break on systems that don't have this alias
Mon, 21 Jan 2013 23:14:43 +0100 Marcin Kuzminski improved extraction of user from changeset when sending notification.
Mon, 21 Jan 2013 01:51:16 +0100 Marcin Kuzminski readme update
Sat, 09 Feb 2013 22:37:45 +0100 Marcin Kuzminski drop down hover menu now fixes whole page padding beta
Sat, 09 Feb 2013 22:21:31 +0100 Marcin Kuzminski unified RhodeCode paster commands beta
Sat, 09 Feb 2013 19:45:10 +0100 Marcin Kuzminski pasters RhodeCode commands help text improvements beta
Fri, 08 Feb 2013 22:16:25 +0100 Marcin Kuzminski whitespace cleanup beta
Fri, 08 Feb 2013 22:16:07 +0100 Marcin Kuzminski fixes #753 inform about some problems with antivirus software in RhodeCode beta
Fri, 08 Feb 2013 22:11:23 +0100 Marcin Kuzminski fixes issue #756 cleanup repos didn't properly compose paths of repos to be cleaned up. beta
Fri, 08 Feb 2013 19:24:07 +0100 Marcin Kuzminski docs updates beta
Fri, 08 Feb 2013 19:08:52 +0100 Marcin Kuzminski fixed description of update-repoinfo command beta
Tue, 05 Feb 2013 03:04:46 +0100 Marcin Kuzminski Implemented #738 Giving a user WRITE+ permissions on folder should not allow repo creation in root folder. beta
Tue, 05 Feb 2013 01:57:37 +0100 Marcin Kuzminski forbid removing yourself as beeing an admin of a group beta
Tue, 05 Feb 2013 01:02:36 +0100 Marcin Kuzminski added some failing tests for compare using cherry pick changesets, to be fixed later beta
Mon, 04 Feb 2013 22:34:47 +0100 Mads Kiilerich pull request: don't show fake path with owner names - and owner avatars is also not relevant beta
Mon, 04 Feb 2013 22:32:16 +0100 Mads Kiilerich pull request: select 'tip' by default ... and show what it means right now beta
Mon, 04 Feb 2013 22:21:26 +0100 Mads Kiilerich pull request: for consistency use org_repo when info is available in several places beta
Mon, 04 Feb 2013 22:19:32 +0100 Mads Kiilerich pull request: move code around and rename default variables beta
Mon, 04 Feb 2013 15:59:01 +0100 Mads Kiilerich pull request: update changeset list automatically - remove refresh icon beta
Mon, 04 Feb 2013 15:54:35 +0100 Mads Kiilerich pull request: only bind action to other_repo change once beta
Mon, 04 Feb 2013 14:24:25 +0100 Mads Kiilerich compare: drop target_repo - it is always other_repo beta
Fri, 01 Feb 2013 23:13:10 +0100 Mads Kiilerich compare: show aggregated diff of what will be merged to other repo, using merge ancestor beta
Fri, 01 Feb 2013 23:13:10 +0100 Mads Kiilerich compare: swap org and other when they refer to different repos, ie are pull request style beta
Mon, 04 Feb 2013 21:26:01 +0100 Marcin Kuzminski be more explicit about constructing compare url beta
Mon, 04 Feb 2013 02:18:44 +0100 Marcin Kuzminski fixed broken swap url, and added a test to detect it in feature beta
Mon, 04 Feb 2013 02:07:57 +0100 Marcin Kuzminski change status box css fix (was trimmed sometimes) beta
Mon, 04 Feb 2013 02:07:38 +0100 Marcin Kuzminski fixed tests after last refactoring beta
Fri, 01 Feb 2013 23:13:10 +0100 Mads Kiilerich compare: rename optional compare_url parameter repo to other_repo beta
Mon, 04 Feb 2013 02:00:48 +0100 Marcin Kuzminski fixed anchor links on compare view beta
Sun, 03 Feb 2013 23:33:41 +0100 Marcin Kuzminski whitespace cleanup beta
Sun, 03 Feb 2013 23:29:59 +0100 Marcin Kuzminski fix reset statistics call if there are no statistics yet beta
Sun, 03 Feb 2013 23:19:42 +0100 Marcin Kuzminski refactor check_Location => check_location beta
Sun, 03 Feb 2013 22:58:20 +0100 Marcin Kuzminski show full diff option should preserve current GET params beta
Sun, 03 Feb 2013 21:11:01 +0100 Marcin Kuzminski be more explicit how to change status of changeset beta
Sun, 03 Feb 2013 21:06:03 +0100 Marcin Kuzminski fixed broken syntax in setup.py beta
Sun, 03 Feb 2013 21:03:40 +0100 Marcin Kuzminski Added missing migrations, and move update_repoinfo to RepoModel beta
Wed, 30 Jan 2013 04:10:58 +0100 Marcin Kuzminski repository extra fields implementation beta
Fri, 01 Feb 2013 18:24:49 +0100 Marcin Kuzminski Bring back rss icon for atom: beta
Fri, 01 Feb 2013 13:48:06 +0100 Marcin Kuzminski Fixed README spelling beta
Fri, 01 Feb 2013 13:47:25 +0100 Marcin Kuzminski Updated description beta
Thu, 31 Jan 2013 23:27:21 +0100 Mads Kiilerich compare and diff: remove unused "bundle" functionality beta
Thu, 03 Jan 2013 18:05:18 +0100 Mads Kiilerich pull request: use unionrepo instead of outgoing beta
Tue, 22 Jan 2013 14:08:08 +0100 Mads Kiilerich introduce unionrepo repository class for viewing union of repositories beta
Thu, 31 Jan 2013 23:27:21 +0100 Mads Kiilerich pull requeset: move stuff around, preparing for next change beta
Thu, 31 Jan 2013 23:27:21 +0100 Mads Kiilerich pull request: shuffle different-repo and hg-git conditionals around, no code change beta
Thu, 31 Jan 2013 23:27:21 +0100 Mads Kiilerich header: don't use fixed position beta
Fri, 01 Feb 2013 01:21:12 +0100 Marcin Kuzminski add condition check for old search url in admin beta
Fri, 01 Feb 2013 01:16:45 +0100 Marcin Kuzminski make unread also a link, constantly was clicking that beta
Fri, 01 Feb 2013 01:02:58 +0100 Marcin Kuzminski make the yellow border indicator only for comments, it breaks other things beta
Thu, 31 Jan 2013 23:27:21 +0100 Mads Kiilerich don't show rss links - atom is the present and the future beta
Thu, 31 Jan 2013 23:27:21 +0100 Mads Kiilerich show group: this is more of a 'Repositories' thing than an 'Admin' thing beta
Thu, 31 Jan 2013 23:27:21 +0100 Mads Kiilerich user edit and journal: drop "Add repo" - it has a more natural location in the "group" beta
Fri, 01 Feb 2013 00:07:23 +0100 Marcin Kuzminski fixed #746 unicodeDedode errors on feed controllers beta
Thu, 31 Jan 2013 23:23:56 +0100 Marcin Kuzminski fixed tests beta
Thu, 31 Jan 2013 23:20:28 +0100 Marcin Kuzminski move old shortlog as lightweight changelog into option, it's still useful to have since it's less resources to generate data for it. beta
Wed, 30 Jan 2013 21:17:03 +0100 Mads Kiilerich search: repo search is a repo thing - show it that way in ui and url beta
Wed, 30 Jan 2013 21:13:47 +0100 Mads Kiilerich repo edit: it is a repo thing more than an admin thing - show it that way in ui and url beta
Wed, 30 Jan 2013 20:30:37 +0100 Mads Kiilerich top menu: make 'alt' texts / tool tips more descriptive beta
Wed, 30 Jan 2013 18:34:29 +0100 Mads Kiilerich summary: show "Show by ID" toggler after the clone url beta
Wed, 30 Jan 2013 18:32:54 +0100 Mads Kiilerich summary: "shortlog" is not a word ... and the changelog is always better beta
Wed, 30 Jan 2013 18:32:54 +0100 Mads Kiilerich quick repo list: public/private icon control should only control icons, not repo visibility beta
Wed, 30 Jan 2013 18:32:54 +0100 Mads Kiilerich summary: don't link explicitly to /summary beta
Thu, 24 Jan 2013 12:23:52 +0100 Mads Kiilerich top menu: 'Repositories' is really also a 'Home' button beta
Wed, 30 Jan 2013 18:32:54 +0100 Mads Kiilerich admin menu: call it 'admin journal' - it is different from normal 'journal' beta
Wed, 30 Jan 2013 18:32:54 +0100 Mads Kiilerich user menu: call 'notifications' for what it is in the rest of the system - not 'inbox' beta
Thu, 31 Jan 2013 02:09:50 +0100 Marcin Kuzminski fixes issue #747, load changeset cache after forking to refresh lightweight dashboard caches beta
Thu, 31 Jan 2013 01:51:42 +0100 Marcin Kuzminski git hook handler shouldn't ever use cache instances beta
Thu, 31 Jan 2013 01:37:38 +0100 Marcin Kuzminski don't invalidate cache before handling hook beta
Wed, 30 Jan 2013 22:30:52 +0100 Marcin Kuzminski added recursion limit for stats gathering, sometimes it did >1000 loops which lead to python throwing max recursion depth exceeded error. beta
Wed, 30 Jan 2013 22:10:07 +0100 Marcin Kuzminski protect against empty branch on edit file beta
Wed, 30 Jan 2013 22:08:28 +0100 Marcin Kuzminski laste_review status should only return if there are any statuses beta
Wed, 30 Jan 2013 04:32:07 +0100 Marcin Kuzminski fix patch view for GIT, don't escape stuff to much beta
Wed, 30 Jan 2013 04:29:01 +0100 Marcin Kuzminski don't escape any html in patch view beta
Wed, 30 Jan 2013 02:08:55 +0100 Mads Kiilerich css: set min-height on form fields beta
Wed, 30 Jan 2013 01:46:19 +0100 Mads Kiilerich fix a couple of typos beta
Wed, 30 Jan 2013 01:22:44 +0100 Mads Kiilerich html: use &gt; instead of > beta
Wed, 30 Jan 2013 01:22:44 +0100 Mads Kiilerich css: consistent use of space around { and , beta
Wed, 30 Jan 2013 01:22:44 +0100 Mads Kiilerich coding style: fix trailing and leading spaces and tabs beta
Wed, 30 Jan 2013 00:06:36 +0100 Marcin Kuzminski added show full diff into cut off message ref #745 beta
Wed, 30 Jan 2013 01:09:55 +0100 Marcin Kuzminski bump waitress version beta
Wed, 30 Jan 2013 00:33:28 +0100 Marcin Kuzminski Add new attr to pull request beta
Wed, 30 Jan 2013 00:32:34 +0100 Marcin Kuzminski show status of pull requests and if it's closed beta
Wed, 30 Jan 2013 00:11:35 +0100 Marcin Kuzminski fix order of pull-requests in show all page beta
Tue, 29 Jan 2013 23:51:53 +0100 Marcin Kuzminski fixed AGE funtion for future dates, testa are now cleaner with dateutil usage beta
Tue, 29 Jan 2013 22:50:43 +0100 Marcin Kuzminski use label for auto status change beta
Tue, 29 Jan 2013 22:49:04 +0100 Marcin Kuzminski some formatting on list of pull-requests beta
Tue, 29 Jan 2013 22:41:05 +0100 Marcin Kuzminski Fix bold beeing not escaped in emails and make the email form more consistent beta
Tue, 29 Jan 2013 22:40:29 +0100 Marcin Kuzminski Don't send notification email for auto-status changes beta
Tue, 29 Jan 2013 03:47:30 +0100 Mads Kiilerich changeset comments: attempt to highlight the linked comment beta
Tue, 29 Jan 2013 03:21:21 +0100 Mads Kiilerich notification: don't expand %(when)s in usernames beta
Tue, 29 Jan 2013 03:21:08 +0100 Mads Kiilerich changeset comment: new uncommitted comments can be cancelled - not just hidden beta
Tue, 29 Jan 2013 03:20:59 +0100 Mads Kiilerich pull requests: drop [] around status beta
Tue, 29 Jan 2013 03:20:59 +0100 Mads Kiilerich pull requests: don't show the branch label as a (double) tag beta
Tue, 29 Jan 2013 03:19:51 +0100 Mads Kiilerich pull request: mention title of pull request in notifications beta
Tue, 29 Jan 2013 03:19:28 +0100 Mads Kiilerich pull requeset: use #pr and title in comment notifications beta
Tue, 29 Jan 2013 03:19:20 +0100 Mads Kiilerich changeset comments: use #pr beta
Tue, 29 Jan 2013 01:14:34 +0100 Mads Kiilerich pull request: show summary and creation date in table beta
Mon, 28 Jan 2013 23:51:59 +0100 Marcin Kuzminski disallow triggering repo size action more than once after loading beta
Mon, 28 Jan 2013 23:33:19 +0100 Marcin Kuzminski implemented #83 show repo size on summary page beta
Mon, 28 Jan 2013 21:14:46 +0100 Marcin Kuzminski fixes issue #739 Delete/Edit repositories should only point to admin links if the user is an super admin. beta
Mon, 28 Jan 2013 20:52:57 +0100 Marcin Kuzminski fixes #741 add note that VS2008 is the ONLY supported Visual Studio version beta
Mon, 28 Jan 2013 14:38:01 +0100 Marcin Kuzminski switch to SSL configuration example on nginx beta
Mon, 28 Jan 2013 00:25:12 +0100 Marcin Kuzminski translation updates beta
Mon, 28 Jan 2013 00:13:01 +0100 Marcin Kuzminski hide add repository button when you don't have at least write permission in group beta
Mon, 28 Jan 2013 00:06:30 +0100 Marcin Kuzminski troubleshooting docs, added modwsgi unicode problems link from django beta
Mon, 28 Jan 2013 00:02:09 +0100 Marcin Kuzminski filter out repo groups choices to only ones that you have write+ access to. Before it was read+ access and you got proper beta
Sun, 27 Jan 2013 22:37:55 +0100 Marcin Kuzminski added HSTS headers when using SSL for RhodeCode beta
Sun, 27 Jan 2013 00:18:49 +0100 Marcin Kuzminski disable file editing when not on branch head fixes issue #462 beta
Sat, 26 Jan 2013 23:18:51 +0100 Marcin Kuzminski fixes #732 beta
Sat, 26 Jan 2013 23:12:50 +0100 Marcin Kuzminski API invalidate_cache function ref #733 beta
Sat, 26 Jan 2013 23:11:40 +0100 Marcin Kuzminski Return a list of invlidated keys on mark_for_invalidation func beta
Sat, 26 Jan 2013 22:32:25 +0100 Marcin Kuzminski use the GET parent_group param to pre-fill the group choice beta
Sat, 26 Jan 2013 22:19:26 +0100 Marcin Kuzminski run waitress check on startup beta
Sat, 26 Jan 2013 22:15:40 +0100 Marcin Kuzminski be blunt about that error message to not confuse people beta
Sat, 26 Jan 2013 22:08:16 +0100 Marcin Kuzminski added argparse for python version <2.7 beta
Sat, 26 Jan 2013 21:21:11 +0100 Marcin Kuzminski added a flag for generating pull-request comments, and force display on pull-requests beta
Sat, 26 Jan 2013 20:11:55 +0100 Marcin Kuzminski reposcann should skip directories with starting with '.' beta
Fri, 25 Jan 2013 16:42:02 +0100 Marcin Kuzminski fixes for issue #731, update-repoinfo sometimes failed to update data when changesets beta
Fri, 25 Jan 2013 02:33:52 +0100 Marcin Kuzminski update repo-info shouldn't allow setting empty values NEVER ! beta
Fri, 25 Jan 2013 02:32:00 +0100 Marcin Kuzminski little improvements for debian init.d script beta
Fri, 25 Jan 2013 02:31:17 +0100 Marcin Kuzminski whitespace cleanup beta
Fri, 25 Jan 2013 02:30:48 +0100 Marcin Kuzminski remove ipdb trace beta
Fri, 25 Jan 2013 01:40:09 +0100 Marcin Kuzminski Group management delegation: beta
Fri, 25 Jan 2013 00:30:25 +0100 Marcin Kuzminski recursive mode of setting permission should skip private repositories, they should remain private, it's proper thing to do ! beta
Fri, 25 Jan 2013 00:13:01 +0100 Marcin Kuzminski Global permission update with "overwrite existing settings" shouldn't override private repositories. beta
Thu, 24 Jan 2013 22:41:53 +0100 Marcin Kuzminski added test for setting repo as private which should set perm => None for default user beta
Thu, 24 Jan 2013 01:20:03 +0100 Marcin Kuzminski safe_int should also catch TypeError beta
Thu, 24 Jan 2013 12:09:55 +0100 Marcin Kuzminski fix private flag switching default permission beta
Thu, 24 Jan 2013 00:46:40 +0100 Marcin Kuzminski whitespace cleanup beta
Thu, 24 Jan 2013 00:45:51 +0100 Marcin Kuzminski fixed tests beta
Thu, 24 Jan 2013 00:37:46 +0100 Marcin Kuzminski Show pull request id in tooltip of associated pull request beta
Thu, 24 Jan 2013 00:32:20 +0100 Marcin Kuzminski updated api docs beta
Wed, 23 Jan 2013 23:51:57 +0100 Marcin Kuzminski IP restrictions now also enabled for IPv6 beta
Wed, 23 Jan 2013 22:48:04 +0100 Marcin Kuzminski autofocus when quick repo switcher is on beta
Wed, 23 Jan 2013 22:17:51 +0100 Marcin Kuzminski Killed home button. It's a wast of space, and every other major service simply doesn't have a home button. Getting to home can be beta
Wed, 23 Jan 2013 22:16:54 +0100 Marcin Kuzminski Implements #734 repo switcher should be available in all views beta
Wed, 23 Jan 2013 22:03:39 +0100 Marcin Kuzminski Set current pages indication for search and journal beta
Wed, 23 Jan 2013 21:55:15 +0100 Marcin Kuzminski make gravatar icon little bit bigger, re-use same img src like on other menu items, beta
Wed, 23 Jan 2013 20:26:34 +0100 Mads Kiilerich top menu: show user menu when hovering instead of using js - like other menus beta
Wed, 23 Jan 2013 20:26:34 +0100 Mads Kiilerich top menu: show user menu as a menu option like others, now also with login name beta
Wed, 23 Jan 2013 20:26:33 +0100 Mads Kiilerich top menu: make 'Home' current for 'Home' beta
Wed, 23 Jan 2013 20:26:33 +0100 Mads Kiilerich top menu: highlight current menu item - reusing hover beta
Wed, 23 Jan 2013 20:26:33 +0100 Mads Kiilerich top menu: use 'Repositories' instead of down arrow beta
Tue, 22 Jan 2013 23:44:38 +0100 Mads Kiilerich html: don't hardcode uppercase texts beta
Wed, 23 Jan 2013 20:54:05 +0100 Marcin Kuzminski remove comments associated to pull request from single changesets, it's too confusing. beta
Wed, 23 Jan 2013 20:22:08 +0100 Marcin Kuzminski fixes stupid git ci call that can break on systems that don't have this alias beta
Tue, 22 Jan 2013 23:44:38 +0100 Mads Kiilerich html: random indentation fixes beta
Tue, 22 Jan 2013 23:44:38 +0100 Mads Kiilerich html: don't use tabs beta
Tue, 22 Jan 2013 23:44:38 +0100 Mads Kiilerich my_account: change markup so permission list get perms.table style beta
Tue, 22 Jan 2013 11:56:47 +1100 aparkar Added repository followers to the get_repo api function result. beta
Tue, 22 Jan 2013 00:54:29 +0100 Marcin Kuzminski Edit groups is more consistent on how we edit objects in admin panels beta
Tue, 22 Jan 2013 00:49:01 +0100 Marcin Kuzminski Add new quick link to created child groups within a group beta
Wed, 02 Jan 2013 13:56:22 +0100 Mads Kiilerich refactoring: drop unused 'discovery data' in pull request and compare diffs beta
Mon, 21 Jan 2013 19:47:11 +0100 Mads Kiilerich css: one do not just uppercase case sensitive identifiers beta
Tue, 22 Jan 2013 00:01:47 +0100 Marcin Kuzminski Show pull request link also on regular comments that are now attached to separate changesets beta
Mon, 21 Jan 2013 19:47:11 +0100 Mads Kiilerich convert style.css to unix line endings beta
Mon, 21 Jan 2013 19:47:11 +0100 Mads Kiilerich make "Open new pull request" option lower case like other options are beta
Mon, 21 Jan 2013 19:47:11 +0100 Mads Kiilerich user edit: make email address box float correctly beta
Mon, 21 Jan 2013 19:47:11 +0100 Mads Kiilerich make email validation regexp match the error description - single letter is ok beta
Mon, 21 Jan 2013 23:14:43 +0100 Marcin Kuzminski improved extraction of user from changeset when sending notification. beta
Mon, 21 Jan 2013 01:51:16 +0100 Marcin Kuzminski readme update beta
Mon, 21 Jan 2013 01:10:30 +0100 Marcin Kuzminski version bump beta
Mon, 21 Jan 2013 00:54:28 +0100 Marcin Kuzminski Added tag v1.5.2 for changeset efe23d6c178c
Mon, 21 Jan 2013 00:49:59 +0100 Marcin Kuzminski merged with beta rhodecode-0.0.1.5.2
Mon, 21 Jan 2013 00:30:58 +0100 Marcin Kuzminski fixed ip restriction tests when runned multiple times. beta
Mon, 21 Jan 2013 00:03:44 +0100 Marcin Kuzminski merged with beta
Sun, 20 Jan 2013 23:17:45 +0100 Marcin Kuzminski fixed bad merge on git fetch fix beta
Sun, 20 Jan 2013 22:40:28 +0100 Marcin Kuzminski updated changelog beta
Sat, 19 Jan 2013 20:57:19 +0100 Marcin Kuzminski show comments from pull requests into associated changesets beta
Sat, 19 Jan 2013 19:42:37 +0100 Marcin Kuzminski set the status of changesets initially on pull request, and make sure we care of version collisions. beta
Sat, 19 Jan 2013 18:20:52 +0100 Marcin Kuzminski added last_changeset information in get_repo API function beta
Sat, 19 Jan 2013 16:35:06 +0100 Marcin Kuzminski adde cleanup username flag into get_container_username function beta
Sat, 19 Jan 2013 16:28:18 +0100 Marcin Kuzminski added some more logging into get_container_username function beta
Sat, 19 Jan 2013 12:46:53 +0100 Marcin Kuzminski updated polish translations beta
Fri, 18 Jan 2013 01:48:07 +0100 Marcin Kuzminski implemented #725 Pull Request View - Show origin repo URL beta
Fri, 18 Jan 2013 01:11:28 +0100 Marcin Kuzminski added my gist script for another detailed installation instructions beta
Fri, 18 Jan 2013 01:05:23 +0100 Marcin Kuzminski whitespace cleanup beta
Fri, 18 Jan 2013 01:01:22 +0100 Marcin Kuzminski fixed issue with displaying repos in groups view (without lightweight dashboard), added tests for this case beta
Fri, 18 Jan 2013 00:50:06 +0100 Marcin Kuzminski remove log.exception call beta
Wed, 16 Jan 2013 00:20:45 +0100 Marcin Kuzminski fixes issue #702 API methods without arguments fail when "args":null beta
Tue, 15 Jan 2013 11:39:31 +0800 xpol Enable all Markdown Extra in Python markdown library. beta
Mon, 14 Jan 2013 00:38:24 +0100 Marcin Kuzminski API methods create_repo, fork_repo, delete_repo, get_repo, get_repos beta
Sun, 13 Jan 2013 23:11:55 +0100 Marcin Kuzminski API method get_user can be executed by non-admin users ref #539 beta
Sun, 13 Jan 2013 22:55:56 +0100 Marcin Kuzminski Implemented API calls for non-admin users for locking/unlocking repositories beta
Sun, 13 Jan 2013 20:03:15 +0100 Marcin Kuzminski fixed issue #719 Journal revision ID tooltip AJAX query path is incorrect when running in a subdir beta
Thu, 10 Jan 2013 23:09:17 +0100 Marcin Kuzminski fixes issue #658, my account edit was missing this functionality beta
Thu, 10 Jan 2013 20:39:22 +0100 Marcin Kuzminski revert pdb trace on error tests beta
Thu, 10 Jan 2013 17:38:34 +0100 Marcin Kuzminski fixed fetch command for git repos, now it properly fetches from remotes beta
Thu, 10 Jan 2013 02:50:39 +0100 Marcin Kuzminski fixes issue #715 Meta-Tagging [requires => Repo-123] not working beta
Wed, 09 Jan 2013 22:43:57 +0100 Marcin Kuzminski fixes issues with groups paginator beta
Wed, 09 Jan 2013 01:59:43 +0100 Marcin Kuzminski Use common function for generation of grid data beta
Tue, 08 Jan 2013 20:42:48 +0100 Marcin Kuzminski fix multiple ips addresses in X_FORWARDER_FOR header beta
Tue, 08 Jan 2013 15:47:37 +0100 Marcin Kuzminski fixed issues with getting repos by path on windows beta
Sat, 05 Jan 2013 03:30:24 +0100 Marcin Kuzminski fixes issue #710 File view stripping empty lines from begininng and end of the file. Fixed by setting default Pygment lexer option to not do that beta
Sat, 05 Jan 2013 02:40:21 +0100 Marcin Kuzminski always update changeset cache after invalidation signal beta
Sat, 05 Jan 2013 02:26:39 +0100 Marcin Kuzminski white space cleanup beta
Sat, 05 Jan 2013 02:20:35 +0100 Marcin Kuzminski Migration upgrades cache for lightweight dashboard beta
Sat, 05 Jan 2013 01:58:29 +0100 Marcin Kuzminski Added full last changeset info to lightweight dashboard beta
Fri, 04 Jan 2013 23:34:53 +0100 Marcin Kuzminski Full IP restrictions enabled beta
Fri, 04 Jan 2013 00:24:22 +0100 Marcin Kuzminski nicer representation of list of rescanned repositories beta
Thu, 03 Jan 2013 17:55:44 +0100 Mads Kiilerich diff view: don't mix css classes for new and old line numbers beta
Thu, 03 Jan 2013 17:25:40 +0100 Mads Kiilerich compare: more helpful error messages when a repo wasn't found beta
Thu, 03 Jan 2013 17:25:40 +0100 Mads Kiilerich admin settings: show numbers in rescan flash message instead of python lists beta
Wed, 02 Jan 2013 13:56:44 +0100 Mads Kiilerich access control: fix owner checks - they were always true beta
Wed, 02 Jan 2013 13:56:40 +0100 Mads Kiilerich admin, email test: fix test for test_email recipients beta
Wed, 02 Jan 2013 13:56:34 +0100 Mads Kiilerich email: fail nicely when no SMTP server has been configured beta
Wed, 02 Jan 2013 13:56:29 +0100 Mads Kiilerich html templates: escape '>' as '&gt;' beta
Thu, 13 Dec 2012 14:01:24 +0100 Mads Kiilerich logging: include more info in grant/deny log entries beta
Wed, 02 Jan 2013 13:54:31 +0100 Mads Kiilerich logging: clarify logging of db logging beta
Wed, 02 Jan 2013 13:54:26 +0100 Mads Kiilerich logging: include more info in action logging beta
Wed, 02 Jan 2013 13:54:24 +0100 Mads Kiilerich logging: make 'Creating a cache key for...' more readable beta
Wed, 02 Jan 2013 13:54:20 +0100 Mads Kiilerich logging: make 'settings ui from db' look more like Mercurial ini file notation beta
Thu, 03 Jan 2013 20:18:28 +0100 Marcin Kuzminski fixed bad date calculations beta
Thu, 03 Jan 2013 00:44:06 +0100 Marcin Kuzminski added integration tests for IP restriction option beta
Wed, 02 Jan 2013 13:45:10 +0100 Marcin Kuzminski bumped mercurial version beta
Wed, 02 Jan 2013 00:32:36 +0100 Marcin Kuzminski Merged translation from pullrequest #92 beta
Wed, 02 Jan 2013 01:45:44 +0900 Takumi IINO Update japanese translation beta
Mon, 31 Dec 2012 16:52:16 +0100 Marcin Kuzminski add ipaddresses to repo data on API calls beta
Mon, 31 Dec 2012 01:51:30 +0100 Marcin Kuzminski added API method for checking IP beta
Sun, 30 Dec 2012 23:06:03 +0100 Marcin Kuzminski Added UserIpMap interface for allowed IP addresses and IP restriction access beta
Thu, 20 Dec 2012 20:05:54 +0100 Marcin Kuzminski fixed issue with padding fix breaks history on firefox beta
Wed, 19 Dec 2012 23:33:56 +0100 Marcin Kuzminski fixes #693 Opening changeset from pull request fails beta
Wed, 19 Dec 2012 23:27:10 +0100 Marcin Kuzminski #699: fix missing fork docs for API beta
Wed, 19 Dec 2012 23:12:33 +0100 Marcin Kuzminski fixes #691: Notifications for pull requests: move link to pull request to the top beta
Wed, 19 Dec 2012 00:30:16 +0100 Marcin Kuzminski fix small issue with anchor autolinks beta
Wed, 19 Dec 2012 00:29:38 +0100 Marcin Kuzminski fixes #687 Lazy loaded tooltip bug with simultaneous ajax requests beta
Tue, 18 Dec 2012 18:44:33 +0100 Marcin Kuzminski made update repoinfo script more failsafe when dealing with database entries not synced with filesystem beta
Tue, 18 Dec 2012 18:42:06 +0100 Marcin Kuzminski updated contributors beta
Tue, 18 Dec 2012 16:47:35 +0000 Dan Sheridan Recreate the pull request URL each time a checkbox is checked beta
Mon, 17 Dec 2012 22:46:50 +0100 Marcin Kuzminski Default parameters are now also used for creating repos using API calls, and initial repo scanner beta
Sat, 15 Dec 2012 17:20:25 +0100 Marcin Kuzminski version bump beta
Fri, 14 Dec 2012 04:45:03 +0100 Marcin Kuzminski Added tag v1.5.1 for changeset 3259dc7caea4
Fri, 14 Dec 2012 04:26:15 +0100 Marcin Kuzminski merge with beta rhodecode-0.0.1.5.1
Fri, 14 Dec 2012 04:20:18 +0100 Marcin Kuzminski i18n update beta
Fri, 14 Dec 2012 04:19:12 +0100 Marcin Kuzminski - #683 fixed difference between messages about not mapped repositories beta
Fri, 14 Dec 2012 04:03:46 +0100 Marcin Kuzminski i18n updates beta
Fri, 14 Dec 2012 04:01:33 +0100 Marcin Kuzminski fixes #682 Translation difficult for multi-line text beta
Fri, 14 Dec 2012 03:40:35 +0100 Marcin Kuzminski changelog update beta
Fri, 14 Dec 2012 03:31:44 +0100 Marcin Kuzminski remove reviewers button removes them without need of hitting save button. beta
Fri, 14 Dec 2012 03:24:30 +0100 Marcin Kuzminski fixed labels in reviewers list beta
Fri, 14 Dec 2012 03:19:15 +0100 Marcin Kuzminski Implemented #670 Implementation of Roles in Pull Request beta
Fri, 14 Dec 2012 02:27:48 +0100 Marcin Kuzminski implements #677: Don't allow to close pull requests when they are under-review state beta
Fri, 14 Dec 2012 02:09:19 +0100 Marcin Kuzminski fixed changeset status labels, they now select radio buttons beta
Fri, 14 Dec 2012 02:05:12 +0100 Marcin Kuzminski default permissions can get duplicated after migration from 1.4.X. check and verify again it, notify user that he should re-check it. beta
Thu, 13 Dec 2012 23:22:36 +0100 Marcin Kuzminski version bump beta
Thu, 13 Dec 2012 23:20:38 +0100 Marcin Kuzminski Added tag v1.5.0 for changeset a5f0bc867edc
Thu, 13 Dec 2012 22:54:21 +0100 Marcin Kuzminski merge with beta rhodecode-0.0.1.5.0
Thu, 13 Dec 2012 22:30:17 +0100 Marcin Kuzminski fixed issue with passing IP address to log action logger for git beta
Thu, 13 Dec 2012 14:38:45 +0100 Marcin Kuzminski switch to defaultdict for counter implementation beta
Thu, 13 Dec 2012 04:44:51 +0100 Marcin Kuzminski move tests temp folders to special prefix beta
Wed, 12 Dec 2012 23:17:10 +0100 Marcin Kuzminski fixed issue #644 When a user is both in read and write group, the permission taken in account is the last saved permission beta
Thu, 13 Dec 2012 03:49:31 +0100 Marcin Kuzminski changelog and contributors update beta
Wed, 12 Dec 2012 18:13:31 +0100 Mads Kiilerich remove unused function get_repo_paths beta
Wed, 12 Dec 2012 18:12:18 +0100 Mads Kiilerich rename search_recursively to search_up - that is what it is beta
Wed, 12 Dec 2012 18:11:33 +0100 Mads Kiilerich don't recurse into '.hg' of removed repositories beta
Thu, 13 Dec 2012 03:34:19 +0100 Marcin Kuzminski Fixed some issues with edit form beta
Thu, 13 Dec 2012 00:09:59 +0100 Marcin Kuzminski Changelog update beta
Wed, 12 Dec 2012 23:38:10 +0100 Marcin Kuzminski added option to ini file to define lightweight dashboard items per page before pagination beta
Wed, 12 Dec 2012 23:26:30 +0100 Marcin Kuzminski fixed migrations beta
Tue, 11 Dec 2012 01:15:30 +0100 Marcin Kuzminski fixes issue #678 Incorrect diff markup when diff contains >, <, or & symbols beta
Tue, 11 Dec 2012 00:02:23 +0100 Marcin Kuzminski added delete button into repository settings form, it makes more natural to have it there. beta
Sun, 09 Dec 2012 18:33:35 +0100 Marcin Kuzminski fixes issue #675 Don't Re-direct from "My Repos" page when deleting a repository beta
Sun, 09 Dec 2012 16:40:10 +0100 Marcin Kuzminski remove scroll from new admin drop-down menu beta
Sun, 09 Dec 2012 16:21:02 +0100 Marcin Kuzminski fixed source selection link pop-up tooltip beta
Sat, 08 Dec 2012 19:09:12 +0100 Marcin Kuzminski fixes issue #674, alternative gravatar url had an error when there was no valid email in commit data beta
Sat, 08 Dec 2012 14:57:13 +0100 Marcin Kuzminski fix enumerate call for python2.5 beta
Sat, 08 Dec 2012 03:19:10 +0100 Marcin Kuzminski Reordered parents/children links ref #650 beta
Sat, 08 Dec 2012 01:41:34 +0100 Marcin Kuzminski implemented children for git changesets beta
Sat, 08 Dec 2012 00:57:18 +0100 Marcin Kuzminski fixes #668 cherry picking of changeset should also work now on picking single changesets, and the ones from top beta
Fri, 07 Dec 2012 02:31:02 +0100 Marcin Kuzminski fixed issue with public journal rss/atom feeds after journal filter implementation beta
Fri, 07 Dec 2012 02:15:34 +0100 Marcin Kuzminski python2.5 safe parsing of datetime string with microseconds beta
Fri, 07 Dec 2012 02:09:33 +0100 Marcin Kuzminski added simple subrepos docs beta
Fri, 07 Dec 2012 01:04:17 +0100 Marcin Kuzminski fixed tests, made the journal filter consistent accross different databases beta
Fri, 07 Dec 2012 00:31:04 +0100 Marcin Kuzminski python 2.5 tests fix beta
Thu, 06 Dec 2012 23:55:12 +0100 Marcin Kuzminski final implementation of #210 journal filtering. beta
Thu, 06 Dec 2012 21:57:24 +0100 Marcin Kuzminski added help on how to filter the journal beta
Thu, 06 Dec 2012 01:49:18 +0100 Marcin Kuzminski added handling of deleted users in journal data beta
Thu, 06 Dec 2012 01:34:45 +0100 Marcin Kuzminski fixed issue with cascade deleting of following entries beta
Thu, 06 Dec 2012 01:20:57 +0100 Marcin Kuzminski JS cleanup beta
Thu, 06 Dec 2012 00:53:49 +0100 Marcin Kuzminski remove not null from user_id column for users log archiving beta
Thu, 06 Dec 2012 00:38:02 +0100 Marcin Kuzminski fix repo_edit form beta
Wed, 05 Dec 2012 23:59:13 +0100 Marcin Kuzminski Implemented better support for Wildcard queries beta
Wed, 05 Dec 2012 21:14:31 +0100 Marcin Kuzminski Implemented filtering of admin journal based on Whoosh Query language beta
Wed, 05 Dec 2012 17:32:56 +0100 Marcin Kuzminski fixed issue #671 commenting on pull requests sometimes used old JSON encoder and broke. This changeset replaces it's with RhodeCode json encoder to ensure all data is properly serializable beta
Tue, 04 Dec 2012 01:59:17 +0100 Marcin Kuzminski bump mercurial version beta
Mon, 03 Dec 2012 03:04:07 +0100 Marcin Kuzminski i18n updates beta
Mon, 03 Dec 2012 02:59:13 +0100 Marcin Kuzminski fix string formatting beta
Mon, 03 Dec 2012 02:56:57 +0100 Marcin Kuzminski whitespace and formatting beta
Mon, 03 Dec 2012 02:55:08 +0100 Marcin Kuzminski Implemented #379 defaults settings page for creation of repositories beta
Sat, 01 Dec 2012 15:17:36 +0100 Marcin Kuzminski fixes #666 move lockkey path location to cache_dir to ensure this path is always writable for rhodecode server beta
Sat, 01 Dec 2012 00:20:39 +0100 Marcin Kuzminski added i18n to email templates beta
Sat, 01 Dec 2012 00:14:47 +0100 Marcin Kuzminski fixed some tests after recent changes on default group permissions beta
Fri, 30 Nov 2012 00:59:49 +0100 Marcin Kuzminski implemented #663 Admin/permission: specify default repogroup perms beta
Fri, 30 Nov 2012 00:19:20 +0100 Marcin Kuzminski fixed ignore of dev .ini files beta
Fri, 30 Nov 2012 00:09:04 +0100 Marcin Kuzminski Use ThreadLocal storage for dulwich cached repos, finally fixes issues on concurent opening git pack files via dulwich beta
Thu, 29 Nov 2012 22:23:44 +0100 Marcin Kuzminski updated CONTRIBUTORS beta
Thu, 29 Nov 2012 16:09:42 -0500 philip j Added uri encoding to the username so that usernames with '@' in them (such as email address/users from LDAP) will beta
Thu, 29 Nov 2012 22:19:16 +0100 Marcin Kuzminski fixed issue with no-cached dulwich repos beta
Thu, 29 Nov 2012 21:35:59 +0100 Marcin Kuzminski bring back cached Repo() instance due to some other issues it generated beta
Thu, 29 Nov 2012 21:35:08 +0100 Marcin Kuzminski fixed tests beta
Thu, 29 Nov 2012 19:59:47 +0100 Marcin Kuzminski fixes #652 switch to generator approach when doing file annotation to prevent huge memory consumption when executed on large files. Thanks to ALexey Larikov for patch. beta
Thu, 29 Nov 2012 19:29:33 +0100 Marcin Kuzminski Don't cache dulwich Repos, in pararell multithreaded evniroment dulwich pack file openers beta
Thu, 29 Nov 2012 19:24:44 +0100 Marcin Kuzminski fix shortlog status generation, just fetch for page, not whole set ! beta
Wed, 28 Nov 2012 01:45:34 +0100 Marcin Kuzminski fixed pager link for file history page beta
Wed, 28 Nov 2012 01:34:59 +0100 Marcin Kuzminski added global fix for stripping multiple slashes from f_path variable beta
Wed, 28 Nov 2012 01:27:21 +0100 Marcin Kuzminski Implemented file history page for showing detailed changelog for a given file beta
Tue, 27 Nov 2012 23:57:00 +0100 Marcin Kuzminski Fixed url escaping issues in history.js beta
Tue, 27 Nov 2012 22:53:06 +0100 Marcin Kuzminski fix error when diff path is a directory, edge case generated by google bots beta
Tue, 27 Nov 2012 22:48:28 +0100 Marcin Kuzminski updated codemirror version beta
Tue, 27 Nov 2012 22:20:31 +0100 Marcin Kuzminski fix tests for python2.5 beta
Tue, 27 Nov 2012 20:57:32 +0100 Marcin Kuzminski bumped dulwich version beta
Tue, 27 Nov 2012 20:56:57 +0100 Marcin Kuzminski General translation updates. beta
Mon, 26 Nov 2012 20:39:45 +0100 Marcin Kuzminski version bump beta
Tue, 27 Nov 2012 20:02:42 +0100 Marcin Kuzminski added polish translation beta
Mon, 26 Nov 2012 20:18:13 +0100 Marcin Kuzminski fix safe_int default arg beta
Mon, 26 Nov 2012 20:14:40 +0100 Marcin Kuzminski White space cleanup beta
Mon, 26 Nov 2012 20:14:12 +0100 Marcin Kuzminski Implemented #661 Add option to include diff in RSS feed beta
Mon, 26 Nov 2012 15:20:49 +0800 xpol zhCN translation catch up with the new code. beta
Sat, 24 Nov 2012 02:12:48 +0100 Marcin Kuzminski fixed tests for databases that have FKs. Thank you sqlite... beta
Sat, 24 Nov 2012 01:59:14 +0100 Marcin Kuzminski Added option to ini files for controlling full cache of VCS instances. beta
Sat, 24 Nov 2012 00:42:48 +0100 Marcin Kuzminski Cleanup leftover print statements beta
Sat, 24 Nov 2012 00:29:38 +0100 Marcin Kuzminski Basic implementation of cherry picking changesets beta
Fri, 23 Nov 2012 23:01:27 +0100 Marcin Kuzminski Fixed issue with inproper handling of diff parsing that could lead to infinit loops. beta
Fri, 23 Nov 2012 21:57:40 +0100 Marcin Kuzminski Implemented #658 Changing username in LDAP-Mode should not be allowed. beta
Fri, 23 Nov 2012 16:59:30 +0100 Marcin Kuzminski Cleaned the way cache keys are invalidated beta
Fri, 23 Nov 2012 13:27:34 +0100 Marcin Kuzminski implements #657 added table rendering support for markdown beta
Fri, 23 Nov 2012 11:54:14 +0100 Marcin Kuzminski added caching layer into RSS/ATOM feeds beta
Thu, 22 Nov 2012 23:04:34 +0100 Marcin Kuzminski fixes #651 Pull request I participate - empty for some cases beta
Wed, 21 Nov 2012 23:01:37 +0100 Marcin Kuzminski fixed issues some people had with whoosh indexers and unicode decode beta
Sun, 18 Nov 2012 23:17:02 +0100 Marcin Kuzminski Multiple changes for compare system beta
Sun, 18 Nov 2012 21:27:41 +0100 Marcin Kuzminski Changed affected to changed, sounds better, and added ungettext translations for this beta
Sun, 18 Nov 2012 20:07:45 +0100 Marcin Kuzminski merge ext_json with upstream beta
Sun, 18 Nov 2012 00:38:35 +0100 Marcin Kuzminski extend helper for better breadcrumbs for repo groups beta
Sat, 17 Nov 2012 17:14:02 +0100 Marcin Kuzminski Optimized look of compare view of changesets. beta
Fri, 16 Nov 2012 21:27:04 +0100 Marcin Kuzminski Enabled compare engine for tags beta
Fri, 16 Nov 2012 21:09:50 +0100 Marcin Kuzminski fixed file history tests beta
Thu, 15 Nov 2012 00:57:52 +0100 Marcin Kuzminski Implemented #647, option to pass list of default encoding used to encode to/decode from unicode beta
Wed, 14 Nov 2012 23:22:38 +0100 Marcin Kuzminski parse metatags for lightweight dashboard beta
Wed, 14 Nov 2012 22:42:58 +0100 Marcin Kuzminski Implements #648 write Script for updating last modification time for lightweight dashboard beta
Wed, 14 Nov 2012 21:52:50 +0100 Marcin Kuzminski removed garbage return statement beta
Wed, 14 Nov 2012 21:44:47 +0100 Marcin Kuzminski implements #649 added two seperate method for author and commiter to VCS changeset class beta
Tue, 13 Nov 2012 23:52:14 +0100 Marcin Kuzminski fire tooltips after loading the history beta
Tue, 13 Nov 2012 23:49:04 +0100 Marcin Kuzminski small change to is_binary function logic so it always skips the unicode conversions to perform this simple check beta
Tue, 13 Nov 2012 22:26:06 +0100 Marcin Kuzminski implements #636, lazy loading of history and authors to speed up page responsiveness. beta
Sat, 10 Nov 2012 19:04:23 +0100 Marcin Kuzminski bumped dependencies versions beta
Sat, 10 Nov 2012 18:55:50 +0100 Marcin Kuzminski bump dulwich version beta
Sat, 10 Nov 2012 14:50:11 +0100 Marcin Kuzminski fixes #645 Fix git handler when doing delete remote branch beta
Sat, 10 Nov 2012 03:21:31 +0100 Marcin Kuzminski fix strict version of git check if we have 1.7.4 it's ok ! beta
Sat, 10 Nov 2012 03:17:24 +0100 Marcin Kuzminski new patch function, and urls schema. beta
Mon, 05 Nov 2012 19:57:29 +0100 Marcin Kuzminski Implemented generation of changesets based beta
Fri, 09 Nov 2012 19:33:20 +0100 Marcin Kuzminski fixed bad age tests beta
Fri, 09 Nov 2012 19:21:16 +0100 Marcin Kuzminski fixed way of creating notification template for better translations beta
Thu, 08 Nov 2012 14:24:31 +0100 Marcin Kuzminski git hook installation should be only executed for git backend beta
Wed, 07 Nov 2012 23:36:28 +0100 Marcin Kuzminski added missing installation of git hooks when doing a fork beta
Wed, 07 Nov 2012 20:50:58 +0100 Marcin Kuzminski small anchor cleanup beta
Wed, 07 Nov 2012 19:38:46 +0100 Marcin Kuzminski fix for issue #602, enforce str when setting mercurial UI object. When this is used together with mercurial internal translation system beta
Wed, 07 Nov 2012 19:10:09 +0100 Marcin Kuzminski fixed typo in email notification beta
Tue, 06 Nov 2012 23:26:42 +0100 Marcin Kuzminski Implemented #638 permissions overview to groups beta
Tue, 06 Nov 2012 21:58:29 +0100 Marcin Kuzminski fixed missing permission for being able to write to group on repository settings ref #468 beta
Mon, 05 Nov 2012 01:04:15 +0100 Marcin Kuzminski bumped mercurial version beta
Mon, 05 Nov 2012 17:59:58 +0100 Marcin Kuzminski fixed extras params from remote pull action beta
Sun, 04 Nov 2012 14:55:13 +0100 Marcin Kuzminski Added children function for VCS for mercurial backend beta
Sun, 04 Nov 2012 14:54:30 +0100 Marcin Kuzminski remove duplicated code for generating UI objects beta
Sun, 04 Nov 2012 14:34:34 +0100 Marcin Kuzminski Let the function calculating changeset history do all the work beta
Sun, 04 Nov 2012 13:43:21 +0100 Marcin Kuzminski implements #632, beta
Sun, 04 Nov 2012 13:28:03 +0100 Marcin Kuzminski - add loading message on lazy loaded toolips for journals beta
Sun, 04 Nov 2012 13:16:11 +0100 Marcin Kuzminski hanlde stripped or removed changesets on changeset info function beta
Sun, 04 Nov 2012 13:08:27 +0100 Marcin Kuzminski Fixed issue when node didn't exists at 'tip' and we tried calculate history based on that assumption. beta
Tue, 30 Oct 2012 20:56:04 +0100 Marcin Kuzminski Optimized new tooltip, and fixed events on lazy loaded ones beta
Mon, 29 Oct 2012 22:26:44 +0100 Marcin Kuzminski fixes #625 Git-Tags are not displayed in Shortlog beta
Mon, 29 Oct 2012 21:29:52 +0100 Marcin Kuzminski disable tooltip links beta
Mon, 29 Oct 2012 21:27:05 +0100 Marcin Kuzminski whitespace cleanup beta
Mon, 29 Oct 2012 21:26:34 +0100 Marcin Kuzminski garbage collecting console.log from rhodecode.js beta
Mon, 29 Oct 2012 21:18:14 +0100 Marcin Kuzminski new tooltip implementation beta
Sun, 28 Oct 2012 22:56:48 +0100 Marcin Kuzminski fixed badRequest on views decorated by @jsonify beta
Sat, 27 Oct 2012 15:36:53 +0200 Marcin Kuzminski Implemented #628: Pass server URL to rc-extensions hooks beta
Sat, 27 Oct 2012 15:07:01 +0200 Marcin Kuzminski fixes #630 git statistics do too much work making them slow. beta
Sat, 27 Oct 2012 14:33:29 +0200 Marcin Kuzminski fixes #612 Double quotes to Single quotes result in 4; to 9; in a visual Diff. Markupsafe.escape method usage beta
Sat, 27 Oct 2012 00:51:08 +0200 Marcin Kuzminski yet another fix for commit linkifications beta
Sat, 27 Oct 2012 00:09:07 +0200 Marcin Kuzminski fixed #623: Lang meta-tag doesn't work with C#/C++ beta
Sat, 27 Oct 2012 17:24:08 +0900 Takumi IINO Update japanese translation beta
Fri, 26 Oct 2012 00:26:20 +0200 Marcin Kuzminski use str() on os.walk passing unicode can lead to UnicodeDecode errors when iterating beta
Fri, 26 Oct 2012 00:25:21 +0200 Marcin Kuzminski cleanup script walks recursive on dirs to find repos to cleanup beta
Fri, 26 Oct 2012 00:13:55 +0200 Marcin Kuzminski deleting a group now does same archive operation like deleting repositories. Improve prompt that show number of repos that will beta
Thu, 25 Oct 2012 23:40:16 +0200 Marcin Kuzminski fixes issue #614 Include repo name in delete confirmation for my repos page beta
Wed, 24 Oct 2012 23:50:15 +0200 Marcin Kuzminski fix missing c.user reference beta
Tue, 23 Oct 2012 18:21:56 +0200 Marcin Kuzminski Use lightweight revisions in journal by default beta
Tue, 23 Oct 2012 18:10:07 +0200 Marcin Kuzminski latest git version fixes issue with handling locking beta
Tue, 23 Oct 2012 17:09:28 +0200 Marcin Kuzminski don't check for url issue links, since we always want to linkify changeset into a repo link, fixes issue beta
Tue, 23 Oct 2012 15:27:06 +0200 Marcin Kuzminski don't use config for visual settings. It totally doesn't work on multi instance mode beta
Tue, 23 Oct 2012 14:33:06 +0200 Marcin Kuzminski shorten the journal compare tooltip beta
Tue, 23 Oct 2012 14:25:00 +0200 Marcin Kuzminski Add compare button into quick menu beta
Tue, 23 Oct 2012 11:09:27 +0200 Marcin Kuzminski Added lightweight journal option for visual beta
Tue, 23 Oct 2012 00:02:59 +0200 Marcin Kuzminski Lazy loading on my journal page beta
Mon, 22 Oct 2012 22:47:07 +0200 Marcin Kuzminski added experimental lightweight param to journal beta
Mon, 22 Oct 2012 14:26:00 +0200 Marcin Kuzminski Fixed issue with rm__ system that put removed repos in root location, it can lead to making a heavy copy, and remove operation. beta
Mon, 15 Oct 2012 22:00:01 +0300 Aras Pranckevicius graph: thinner lines/circles beta
Sat, 20 Oct 2012 17:20:16 +0200 Marcin Kuzminski fixed some tests after last iteration beta
Sat, 20 Oct 2012 16:50:00 +0200 Marcin Kuzminski add test for enabling lightweight dashboard beta
Sat, 20 Oct 2012 14:50:38 +0200 Marcin Kuzminski lightweight dashboard fix for repos group beta
Sat, 20 Oct 2012 13:49:16 +0200 Marcin Kuzminski Journal was missing a dt.repo_name change beta
Sat, 20 Oct 2012 13:48:13 +0200 Marcin Kuzminski fixed issue with file history for new added files beta
Fri, 19 Oct 2012 23:44:35 +0200 Marcin Kuzminski get_or_404 method does validation for ID beeing an INT beta
Fri, 19 Oct 2012 23:39:43 +0200 Marcin Kuzminski my account page should use new dt.repo_name format beta
Fri, 19 Oct 2012 00:03:58 +0200 Marcin Kuzminski simplify errormator config beta
Thu, 18 Oct 2012 23:54:46 +0200 Marcin Kuzminski Added Errormator and Sentry support part of pull request #71 beta
Tue, 16 Oct 2012 11:39:47 +0800 xpol [zhCN] Update, bug fixes and enhance to the zhCN translation. beta
Thu, 18 Oct 2012 20:54:25 +0200 Marcin Kuzminski Update last_change from VCS data on request. beta
Thu, 18 Oct 2012 20:16:00 +0200 Marcin Kuzminski Added lightweight dashboard option. ref #500 beta
Thu, 18 Oct 2012 02:14:30 +0200 Marcin Kuzminski user lowernames of repos for better sorting beta
Wed, 17 Oct 2012 23:12:49 +0200 Marcin Kuzminski compare button in changelog uses the choosen branch from the dropdown beta
Wed, 17 Oct 2012 21:34:52 +0200 Marcin Kuzminski pull requests throw an error if parent of fork didn't have any changesets yet. Now it's filter out from list of available sources beta
Wed, 17 Oct 2012 21:27:46 +0200 Marcin Kuzminski add locking state icon into summary page beta
Wed, 17 Oct 2012 21:13:04 +0200 Marcin Kuzminski fixed issue with show at revision button. Some JS were not properly loaded due to ajaxified files view. beta
Wed, 17 Oct 2012 20:46:54 +0200 Marcin Kuzminski smarter calculation of showed associated changeset in file source view beta
Wed, 17 Oct 2012 20:32:25 +0200 Marcin Kuzminski Calculate file history always from latest changeset to always show full history. beta
Tue, 16 Oct 2012 23:34:34 +0200 Marcin Kuzminski fix routing regex for compare branches with / and other special chars beta
Tue, 16 Oct 2012 00:39:24 +0200 Marcin Kuzminski Don't allow cherry picking changesets from the changelog using checkboxes. beta
Mon, 15 Oct 2012 23:17:02 +0200 Marcin Kuzminski Changeset range shows branch/tags/bookmarks beta
Mon, 15 Oct 2012 22:49:59 +0200 Marcin Kuzminski fix unicode issues on cleanup-repos script beta
Mon, 15 Oct 2012 16:33:57 +0300 Aras Pranckevicius graph: fix counting of "heads" for graph, condense graph into more narrow lines instead of trying to increase its width (past certain width produces really bad html layout) beta
Mon, 15 Oct 2012 16:01:29 +0300 Aras Pranckevicius graph: replaced some super complicated looking math with something that tries to make sense beta
Mon, 15 Oct 2012 15:46:14 +0300 Aras Pranckevicius graph: remove unused stuff, simplify beta
Mon, 15 Oct 2012 15:42:03 +0300 Aras Pranckevicius graph: remove unused stuff, simplify beta
Thu, 11 Oct 2012 22:11:00 +0200 Marcin Kuzminski log LDAP_BIND_DN for debugging beta
Thu, 11 Oct 2012 20:56:01 +0200 Marcin Kuzminski Implemented proposed changes from pull request #77 beta
Thu, 11 Oct 2012 20:31:37 +0200 Marcin Kuzminski use normpath when comparing paths used to determine if directory is a symlink, it's a part of pull-request #77 beta
Thu, 11 Oct 2012 20:23:37 +0200 Marcin Kuzminski Update contributors beta
Thu, 11 Oct 2012 20:23:28 +0200 Marcin Kuzminski Updated docs about LDAP failover server list option beta
Thu, 11 Oct 2012 15:05:47 +0200 Raoul Thill LDAP fail-over using multiple server addresses from host field seperated by comma. beta
Tue, 09 Oct 2012 21:39:26 +0200 Marcin Kuzminski formatting change on helper, remove str() call beta
Tue, 09 Oct 2012 19:39:26 +0200 Marcin Kuzminski #589 search urlgenerator didn't properly escape special chars on url beta
Tue, 09 Oct 2012 19:26:30 +0200 Marcin Kuzminski patched basic auth function to overcome git issues with proxy that doesn't send both username and password. ref #586 beta
Tue, 09 Oct 2012 01:32:07 +0200 Marcin Kuzminski fixed check git version function, git sometimes uses 4 element version numbering which breaks the system that function beta
Tue, 09 Oct 2012 01:00:26 +0200 Marcin Kuzminski version bump beta
Tue, 09 Oct 2012 00:57:07 +0200 Marcin Kuzminski Added tag v1.4.4 for changeset 3148c08cf86f
Tue, 09 Oct 2012 00:41:32 +0200 Marcin Kuzminski merge with beta rhodecode-0.0.1.4.4
Tue, 09 Oct 2012 00:14:41 +0200 Marcin Kuzminski white space cleanup beta
Tue, 09 Oct 2012 00:14:14 +0200 Marcin Kuzminski docs update beta
Tue, 09 Oct 2012 00:08:47 +0200 Marcin Kuzminski fixed typo in lib tests beta
Tue, 09 Oct 2012 00:08:35 +0200 Marcin Kuzminski #595 add rcextension hook for repository delete beta
Mon, 08 Oct 2012 23:38:07 +0200 Marcin Kuzminski fixed #598 API docs methods had wrong members parameter as returned data beta
Mon, 08 Oct 2012 23:28:38 +0200 Marcin Kuzminski fixed #597 commits in future get negative age. beta
Mon, 08 Oct 2012 23:08:46 +0200 Marcin Kuzminski updated contributors beta
Mon, 08 Oct 2012 00:11:25 +0200 Andrew Shadura Rephrase the message. beta
Mon, 08 Oct 2012 00:08:46 +0200 Andrew Shadura Fix typos. beta
Mon, 08 Oct 2012 23:00:31 +0200 Marcin Kuzminski fixed validator tests beta
Mon, 08 Oct 2012 22:37:09 +0200 Marcin Kuzminski Merge with beta
Mon, 08 Oct 2012 22:21:33 +0200 Marcin Kuzminski changelog update beta
Mon, 08 Oct 2012 21:55:03 +0200 Marcin Kuzminski made concurrency test also for git beta
Wed, 03 Oct 2012 20:20:16 +0200 Marcin Kuzminski fixes #591 git backend was causing encoding errors when handling binary files beta
Wed, 03 Oct 2012 19:02:40 +0200 Marcin Kuzminski Fixed #585, checks for status of revision where to strict, and made opening pull request with those revision impossible due to previosly set status. beta
Wed, 03 Oct 2012 18:41:57 +0200 Marcin Kuzminski #590 Add GET flag that controls the way the diff are generated, for pull requests we want to use non-bundle based diffs, beta
Tue, 02 Oct 2012 23:24:41 +0200 Marcin Kuzminski fix files quick filter links beta
Tue, 02 Oct 2012 21:32:00 +0200 Marcin Kuzminski Add git version detection to warn users that Git used in system is to old. ref #588 beta
Tue, 02 Oct 2012 20:15:07 +0200 Marcin Kuzminski Bumped mercurial version beta
Tue, 02 Oct 2012 11:40:37 +0200 Vincent Duvert Updated French translation. beta
Tue, 02 Oct 2012 13:48:03 +0800 xpol Change the translated term for 'fork', its now translated as '复刻'. (Thanks Hanlei Qin <qinhanlei@gmail.com>) beta
Sun, 30 Sep 2012 15:30:03 +0200 Marcin Kuzminski remember selected tab in my account page beta
Sat, 29 Sep 2012 23:19:25 +0200 Marcin Kuzminski made compare button nicer on changelog view beta
Sat, 29 Sep 2012 23:12:30 +0200 Marcin Kuzminski #574 Show pull request status also in shortlog (if any) beta
Sat, 29 Sep 2012 23:00:21 +0200 Marcin Kuzminski Show that all reviewers reviewed pull request beta
Sat, 29 Sep 2012 19:16:00 +0200 Marcin Kuzminski obfuscate password in logs for engine connection string beta
Sat, 29 Sep 2012 14:32:26 +0200 Marcin Kuzminski version bump beta
Fri, 28 Sep 2012 23:33:32 +0200 Marcin Kuzminski Added tag v1.4.3 for changeset 3f5d40b9dd99
Fri, 28 Sep 2012 23:30:34 +0200 Marcin Kuzminski Merge with 5de92b1242f8220f17ca283651bde21ac5d7ddd6 rhodecode-0.0.1.4.3
Fri, 28 Sep 2012 23:28:53 +0200 Marcin Kuzminski more changelog updates beta
Fri, 28 Sep 2012 23:28:10 +0200 Marcin Kuzminski merged beta into stable
Fri, 28 Sep 2012 22:36:11 +0200 Marcin Kuzminski update changelog beta
Fri, 28 Sep 2012 16:26:32 +0200 Marcin Kuzminski more logging in pygrack beta
Fri, 28 Sep 2012 15:57:57 +0200 Marcin Kuzminski protect agains pull requests on empty repositories beta
Wed, 26 Sep 2012 23:10:51 +0200 Marcin Kuzminski Updated CONTRIBUTORS beta
Tue, 25 Sep 2012 21:11:23 +0200 Stefan Engel Make detecting bare Git repositories more robust beta
Wed, 26 Sep 2012 21:25:40 +0200 Marcin Kuzminski moved refresh of pull request overview to left, it's more intuitive to be there beta
Wed, 26 Sep 2012 21:04:27 +0200 Marcin Kuzminski There's no need to use special env variable for config file, it's already passed in in extras now beta
Wed, 26 Sep 2012 20:59:37 +0200 Marcin Kuzminski fix for issue #578 git hooks sometimes cannot be executed due to different python they runned under, this commit tries to fix that by altering the PATH env variable using current python that rhodecode is running beta
Sun, 23 Sep 2012 23:34:09 +0200 Marcin Kuzminski Add highlight class for future multiline comments beta
Sun, 23 Sep 2012 22:52:30 +0200 Marcin Kuzminski fix selection links on files sources beta
Sun, 23 Sep 2012 17:33:53 +0200 Marcin Kuzminski #518 multiple issues patterns beta
Thu, 20 Sep 2012 20:30:55 -0400 Zachary Auclair Allowing multiple issue servers to be autolinked in the changeset view; beta
Sun, 23 Sep 2012 13:04:53 +0200 Marcin Kuzminski fixed #570 explicit users group permissions can overwrite owner permissions beta
Sun, 23 Sep 2012 13:04:02 +0200 Marcin Kuzminski windows deserves a mercurial version bump also ! beta
Sat, 22 Sep 2012 18:43:47 +0200 Marcin Kuzminski bumped mercurial version to 2.3.1 beta
Sat, 22 Sep 2012 16:42:40 +0200 Marcin Kuzminski updated codemirror to 2.34 beta
Fri, 21 Sep 2012 15:29:50 +0800 xpol update zh_CN translation for 1.4.2. beta
Thu, 20 Sep 2012 23:06:23 +0200 Marcin Kuzminski Changelog+Contributors beta
Thu, 20 Sep 2012 15:35:55 +0200 Vincent Caron Also export config filename via extras.config in simplegit middleware (juste like for the simplehg one) beta
Fri, 07 Sep 2012 22:59:08 +0200 Vincent Caron Pass on RhodeCode config file down to a python-based Hg hook via the extras pseudo-config key, see https://bitbucket.org/marcinkuzminski/rhodecode/issue/558/access-to-rhodecode-config-from-a-hg beta
Wed, 19 Sep 2012 23:05:42 +0200 Marcin Kuzminski version bump beta
Wed, 19 Sep 2012 23:02:36 +0200 Marcin Kuzminski Added tag v1.4.2 for changeset d998cc84cf72
Wed, 19 Sep 2012 22:38:12 +0200 Marcin Kuzminski Merge branch beta into stable rhodecode-0.0.1.4.2
Wed, 19 Sep 2012 22:34:38 +0200 Marcin Kuzminski changelog+ contributors update beta
Wed, 19 Sep 2012 13:30:15 +0800 xpol fixes 3 translation strings for zh_CN. beta
Wed, 19 Sep 2012 11:49:26 +0800 xpol Complete translation of zh_CN. beta
Wed, 19 Sep 2012 20:21:35 +0200 Marcin Kuzminski fix for #569 add version to static files for rhodecode to overcome cache problems beta
Wed, 19 Sep 2012 00:38:21 +0200 Marcin Kuzminski fixed few issues with autoselection of revisions on pull requests beta
Wed, 19 Sep 2012 00:04:07 +0200 Marcin Kuzminski Better name of repo settings beta
Wed, 19 Sep 2012 00:03:43 +0200 Marcin Kuzminski swap the select values with revisions dynamically when switching the repos on pull request view beta
Mon, 17 Sep 2012 22:19:55 +0200 Marcin Kuzminski fixed gravatar test typo beta
Mon, 17 Sep 2012 22:17:25 +0200 Marcin Kuzminski failsafe the GET `page` argument beta
Mon, 17 Sep 2012 21:26:32 +0200 Marcin Kuzminski autofix largefiles hggit hgsubversion options if they are not in the database beta
Sun, 16 Sep 2012 20:04:23 +0200 Marcin Kuzminski fixes #567 diff non-unicode encoding missmatch beta
Sat, 15 Sep 2012 22:05:49 +0200 Marcin Kuzminski fixes issues #566 non-ascii search params are crashing paginator beta
Sat, 15 Sep 2012 21:26:23 +0200 Marcin Kuzminski fixed problems with re-indexing non-ascii names of repositories beta
Sat, 15 Sep 2012 21:17:23 +0200 Marcin Kuzminski fixed logging messages on whoosh indexer beta
Sat, 15 Sep 2012 21:08:53 +0200 Marcin Kuzminski Fix possible exception about repo_name not defined, on whoosh indexer when using index-only option beta
Thu, 13 Sep 2012 21:14:11 +0200 Marcin Kuzminski updated windows installation with note of 32 bit system used in example beta
Thu, 13 Sep 2012 21:09:56 +0200 Marcin Kuzminski changelog update beta
Thu, 13 Sep 2012 20:07:43 +0200 Marcin Kuzminski Implemented patch from andrewsh ref #565 Add support for {netloc} and {scheme} beta
Thu, 13 Sep 2012 19:36:56 +0200 Marcin Kuzminski Implemented permissions for writing to repo beta
Wed, 12 Sep 2012 22:20:56 +0200 Marcin Kuzminski travis configu updates beta
Wed, 12 Sep 2012 17:15:25 +0200 Marcin Kuzminski Add quick toggle link for locking for users with write or admin permissions beta
Wed, 12 Sep 2012 16:37:10 +0200 Marcin Kuzminski typo fix beta
Wed, 12 Sep 2012 12:54:46 +0200 Marcin Kuzminski Wraps group listing with permissions check so they don't get displayed beta
Sat, 08 Sep 2012 00:50:42 +0200 Marcin Kuzminski version bump beta
Sat, 08 Sep 2012 00:39:00 +0200 Marcin Kuzminski Added tag v1.4.1 for changeset 909143a4dde5
Sat, 08 Sep 2012 00:17:33 +0200 Marcin Kuzminski merge with beta rhodecode-0.0.1.4.1
Sat, 08 Sep 2012 00:17:06 +0200 Marcin Kuzminski warn user about not using waitress on python2.5 beta
Sat, 08 Sep 2012 00:07:07 +0200 Marcin Kuzminski python2.5 fixes ! beta
Fri, 07 Sep 2012 23:20:33 +0200 Marcin Kuzminski merge with beta
Fri, 07 Sep 2012 18:51:09 +0200 Marcin Kuzminski fully automated setup script beta
Fri, 07 Sep 2012 18:02:38 +0200 Marcin Kuzminski changelog update beta
Fri, 07 Sep 2012 18:00:31 +0200 Marcin Kuzminski fixed issue #559 fixed bug in routing that mapped repo names with <name>_<num> in name as beta
Fri, 07 Sep 2012 17:53:14 +0200 Marcin Kuzminski fixed issue #560 require push ssl checkbox wasn't shown when option was enabled beta
Fri, 07 Sep 2012 02:20:02 +0200 Marcin Kuzminski Permissions on group can be set in recursive mode setting defined permission to all children beta
Thu, 06 Sep 2012 17:59:45 +0200 Marcin Kuzminski Detect symlink in given repository path, and ask user if stored path should be were the symlink points beta
Thu, 06 Sep 2012 17:54:08 +0200 Marcin Kuzminski raise na OSERROR if repository data sent from git hook to hook handler is somehow invalid beta
Thu, 06 Sep 2012 11:32:36 +0200 Marcin Kuzminski fix ext-json extension issue when exception is raised for non-serializable objects beta
Thu, 06 Sep 2012 00:43:44 +0200 Marcin Kuzminski fixed tests for mysql and postgres beta
Thu, 06 Sep 2012 00:10:34 +0200 Marcin Kuzminski White space cleanup beta
Thu, 06 Sep 2012 00:06:39 +0200 Marcin Kuzminski fixed kwargs ->email_kwargs beta
Thu, 06 Sep 2012 00:03:29 +0200 Marcin Kuzminski Fixed mercurial backend doesn't take bare parameter when forking beta
Wed, 05 Sep 2012 23:55:29 +0200 Marcin Kuzminski fixes #557 follower counter always counts up beta
Wed, 05 Sep 2012 23:10:32 +0200 Marcin Kuzminski #551 show breadcrumbs in summary view for repositories inside a group beta
Wed, 05 Sep 2012 23:03:37 +0200 Marcin Kuzminski fixes #555 issues when comparing non-related repositories on pull requests or compare view beta
Wed, 05 Sep 2012 22:40:07 +0200 Marcin Kuzminski Show cache keys in admin settings of repository beta
Wed, 05 Sep 2012 22:09:25 +0200 Marcin Kuzminski Fixing issues of cache invalidation for multiple instances running in rhodecode. beta
Wed, 05 Sep 2012 20:24:21 +0200 Marcin Kuzminski git forks were not created as bare repos beta
Wed, 05 Sep 2012 12:31:15 -0400 H Waldo G fleshing out the Upgrade doc, and modified the references to Cheeseshop in the Install doc beta
Wed, 05 Sep 2012 01:39:13 +0200 Marcin Kuzminski fix missing email_kwargs beta
Wed, 05 Sep 2012 00:56:37 +0200 Marcin Kuzminski changelog update beta
Wed, 05 Sep 2012 00:55:37 +0200 Marcin Kuzminski Fixed status of changesets in preview windows beta
Wed, 05 Sep 2012 00:08:38 +0200 Marcin Kuzminski part2 of pull-request notification improvements beta
Tue, 04 Sep 2012 22:46:05 +0200 Marcin Kuzminski fixes #550 mercurial repositories comparision failed when origin repo had beta
Tue, 04 Sep 2012 02:54:02 +0200 Marcin Kuzminski updated apache wsgi example ref #535 beta
Tue, 04 Sep 2012 02:18:59 +0200 Marcin Kuzminski Nicer email notifications about pull-request beta
Tue, 04 Sep 2012 01:45:57 +0200 Marcin Kuzminski auto-healing of permissions for default user after upgrading from some old versions. beta
Tue, 04 Sep 2012 01:07:34 +0200 Marcin Kuzminski Remove null from revision column as for comments inside pull requests to work properly beta
Tue, 04 Sep 2012 00:34:39 +0200 Marcin Kuzminski always post text about status changes of code-review beta
Tue, 04 Sep 2012 00:27:31 +0200 Marcin Kuzminski fix default permissions migrations that can cause troubles for some old users beta
Mon, 03 Sep 2012 22:23:58 +0200 Marcin Kuzminski version bump beta
Mon, 03 Sep 2012 22:22:58 +0200 Marcin Kuzminski Added tag v1.4.0 for changeset 9ae95fdeca18
Mon, 03 Sep 2012 21:59:31 +0200 Marcin Kuzminski merge with beta rhodecode-0.0.1.4.0
Mon, 03 Sep 2012 20:34:23 +0200 Marcin Kuzminski UnicodeText make mysql more happy beta
Mon, 03 Sep 2012 19:47:23 +0200 Marcin Kuzminski more py2.5 compatibility patches beta
Mon, 03 Sep 2012 18:21:42 +0200 Marcin Kuzminski Fixing inline comment for IE. beta
Mon, 03 Sep 2012 17:52:51 +0200 Marcin Kuzminski Don't scan for readmes if changeset is an EmptyChangeset beta
Mon, 03 Sep 2012 17:33:21 +0200 Marcin Kuzminski Don't use .innerHTML for tr field, I'm looking at you IE beta
Mon, 03 Sep 2012 17:22:33 +0200 Marcin Kuzminski Filter more special chars in validation of repo name beta
Mon, 03 Sep 2012 08:25:38 +0200 Marcin Kuzminski urlify group description also beta
Sun, 02 Sep 2012 23:29:39 +0200 Marcin Kuzminski merge with beta
Sun, 02 Sep 2012 23:29:07 +0200 Marcin Kuzminski Added huge diff protection for RSS/ATOM feeds. beta
Sun, 02 Sep 2012 23:09:00 +0200 Marcin Kuzminski merge with beta
Sun, 02 Sep 2012 23:08:39 +0200 Marcin Kuzminski migration: set new UI options as in old version beta
Sun, 02 Sep 2012 22:26:46 +0200 Marcin Kuzminski merge with beta
Sun, 02 Sep 2012 22:17:21 +0200 Marcin Kuzminski migrations: fix old hook values beta
Sun, 02 Sep 2012 21:32:17 +0200 Marcin Kuzminski merge with beta
Sun, 02 Sep 2012 21:32:03 +0200 Marcin Kuzminski freeze mercurial version beta
Sun, 02 Sep 2012 21:19:54 +0200 Marcin Kuzminski Merge beta branch into stable
Sun, 02 Sep 2012 20:53:09 +0200 Marcin Kuzminski docs improvements beta
Sun, 02 Sep 2012 20:32:19 +0200 Marcin Kuzminski translations updates beta
Sun, 02 Sep 2012 20:21:44 +0200 Marcin Kuzminski hide open pull request for git repos beta
Sun, 02 Sep 2012 18:16:52 +0200 Marcin Kuzminski fixed condition for installing unittests2 beta
Sat, 01 Sep 2012 21:56:56 +0200 Marcin Kuzminski really check if last status is from pull request beta
Sat, 01 Sep 2012 21:33:31 +0200 Marcin Kuzminski Hide add/delete pull request members when you don't have permission for it beta
Sat, 01 Sep 2012 21:06:51 +0200 Marcin Kuzminski typos+docs. beta
Sat, 01 Sep 2012 20:56:53 +0200 Marcin Kuzminski typo-fix beta
Sat, 01 Sep 2012 20:30:19 +0200 Marcin Kuzminski More fixes to upgrade procedure, beta
Sat, 01 Sep 2012 19:44:02 +0200 Marcin Kuzminski That should be here ! beta
Sat, 01 Sep 2012 19:31:31 +0200 Marcin Kuzminski Step6a for migrations from 1.3.6 beta
Fri, 31 Aug 2012 14:48:38 +0200 Marcin Kuzminski fixed #545, exception during cloning of non-bare repositories beta
Thu, 30 Aug 2012 19:35:32 +0200 Marcin Kuzminski #548 Fixed issue with non-ascii paths in whoosh indexer beta
Thu, 30 Aug 2012 01:47:09 +0200 Marcin Kuzminski new dulwich based implementation of added/modified/removed beta
Thu, 30 Aug 2012 00:57:51 +0200 Marcin Kuzminski re implemented affected_files function for git using dulwich beta
Thu, 30 Aug 2012 00:03:48 +0200 Marcin Kuzminski get stderr also for git commands, pass in shell = False beta
Wed, 29 Aug 2012 01:07:21 +0200 Marcin Kuzminski #538 form for permissions can handle multiple users at once beta
Wed, 29 Aug 2012 00:56:00 +0200 Marcin Kuzminski fixed passing password via API create_user beta
Wed, 29 Aug 2012 00:52:31 +0200 Marcin Kuzminski Fixed edit by groups names routing beta
Wed, 29 Aug 2012 00:40:08 +0200 Marcin Kuzminski added bootstrap script for my tests beta
Tue, 28 Aug 2012 21:45:03 +0200 Marcin Kuzminski inherit locking from parent beta
Tue, 28 Aug 2012 10:23:31 +0200 Marcin Kuzminski fixed tests for new locking flag of repos groups beta
Tue, 28 Aug 2012 10:14:02 +0200 Marcin Kuzminski added test for alternative gravatar beta
Tue, 28 Aug 2012 09:28:09 +0200 Marcin Kuzminski added new suite of tests for VCS operations beta
Tue, 28 Aug 2012 09:05:27 +0200 Marcin Kuzminski fixes issue #543, un-broken alternative gravatar option beta
Tue, 28 Aug 2012 09:04:02 +0200 Marcin Kuzminski Fixed issue with mixed locking notification and bad username beta
Tue, 28 Aug 2012 00:17:42 +0200 Marcin Kuzminski Recursive set locking on all children of a group. beta
Mon, 27 Aug 2012 23:33:43 +0200 Marcin Kuzminski Added example of root directive for serving static files via nginx beta
Mon, 27 Aug 2012 10:15:36 +0200 Marcin Kuzminski catch errors on renderers, and display plain if critical rendering error is present beta
Sun, 26 Aug 2012 01:04:43 +0200 Marcin Kuzminski Authors of pull-requests can now delete them beta
Sun, 26 Aug 2012 00:26:59 +0200 Marcin Kuzminski fixed tests beta
Sat, 25 Aug 2012 23:53:23 +0200 Marcin Kuzminski fixed changed details helper beta
Sat, 25 Aug 2012 22:14:31 +0200 Marcin Kuzminski remove GIT before installing this ppa to fix upgrade issues beta
Sat, 25 Aug 2012 21:00:33 +0200 Marcin Kuzminski Take that travis ! beta
Sat, 25 Aug 2012 20:43:32 +0200 Marcin Kuzminski fixed test from failing under different conditions beta
Sat, 25 Aug 2012 20:15:03 +0200 Marcin Kuzminski changed the tests for search. beta
Sat, 25 Aug 2012 19:39:53 +0200 Marcin Kuzminski added dates to search commits results page beta
Sat, 25 Aug 2012 19:06:46 +0200 Marcin Kuzminski DRY ! beta
Sat, 25 Aug 2012 19:00:59 +0200 Marcin Kuzminski added API call for locking/unlocking repositories beta
Sat, 25 Aug 2012 17:19:23 +0200 Marcin Kuzminski sync alternative gravatar options to other .ini files beta
Fri, 24 Aug 2012 14:58:26 +0200 Marcin Kuzminski Merged in domruf/rhodecode (pull request #66) beta
Fri, 24 Aug 2012 10:37:17 +0200 domruf use dict for replacing parts of avatar URL and add example to ini template beta
Tue, 14 Aug 2012 15:21:50 +0200 domruf allow alternative gravatar URL beta
Thu, 23 Aug 2012 22:30:28 +0200 Marcin Kuzminski again #531 forgot to replace other occurences of h.email call beta
Thu, 23 Aug 2012 22:22:46 +0200 Marcin Kuzminski Implemented #532. beta
Wed, 22 Aug 2012 13:30:52 +0200 Marcin Kuzminski more py25 compat fixes beta
Wed, 22 Aug 2012 12:09:49 +0200 Marcin Kuzminski added deque with maxlen for py2.5 compat beta
Wed, 22 Aug 2012 02:14:27 +0200 Marcin Kuzminski rewrote test_scm_operations, now run by nosetests beta
Wed, 22 Aug 2012 00:40:24 +0200 Marcin Kuzminski Forbid adding files and editing from web interface while repo is locked beta
Wed, 22 Aug 2012 00:30:02 +0200 Marcin Kuzminski Implemented basic locking functionality. beta
Tue, 21 Aug 2012 19:36:21 +0200 Marcin Kuzminski fixes issue #531, when extracting user email, we check it against the database, beta
Mon, 20 Aug 2012 21:40:25 +0200 Marcin Kuzminski added highlight lines field in ChangesetComments, will be used beta
Tue, 21 Aug 2012 14:11:22 +1000 Dies Koper fixed comment addition and deletion functionality on IE9 beta
Mon, 20 Aug 2012 18:10:23 +0200 Marcin Kuzminski fixed missing div on my_account + added nothing here yet when there are no beta
Sun, 19 Aug 2012 01:17:39 +0200 Marcin Kuzminski Add test for NotReviewed validator beta
Sun, 19 Aug 2012 01:02:06 +0200 Marcin Kuzminski Load generated revs while switching to other sources of pull-requests. beta
Sun, 19 Aug 2012 01:00:47 +0200 Marcin Kuzminski Changed v.Set validation into our own that actually raises exceptions on missing values. beta
Thu, 16 Aug 2012 11:05:04 +0200 Marcin Kuzminski fixes issue #524 beta
Wed, 15 Aug 2012 18:25:38 +0200 Marcin Kuzminski Added optional flag to make_ui to not clean sqlalchemy Session. beta
Wed, 15 Aug 2012 00:22:53 +0200 Marcin Kuzminski use os.environ as a fallback for getting special info from hooks, this will allow beta
Tue, 14 Aug 2012 01:16:29 +0200 Marcin Kuzminski requirements updates beta
Tue, 14 Aug 2012 01:02:53 +0200 Marcin Kuzminski fixed error when disabled anonymous access lead to error on server beta
Sat, 11 Aug 2012 18:16:31 +0200 Marcin Kuzminski show who's pending for review in tooltip beta
Sat, 11 Aug 2012 18:12:04 +0200 Marcin Kuzminski new summary for opened pull requests beta
Sat, 11 Aug 2012 17:47:17 +0200 Marcin Kuzminski added more validations when opening pull request beta
Sat, 11 Aug 2012 17:19:08 +0200 Marcin Kuzminski fixed selecting quick compare view for tags/bookmarks in pull-request form beta
Fri, 10 Aug 2012 03:09:36 +0200 Marcin Kuzminski RhodeCode now has a option to explicitly set forking permissions. ref #508 beta
Wed, 08 Aug 2012 23:30:55 +0200 Marcin Kuzminski Added form for controlling mercurial extensions beta
Wed, 08 Aug 2012 22:38:01 +0200 Marcin Kuzminski fix redirection on repo create failures beta
Wed, 08 Aug 2012 22:37:40 +0200 Marcin Kuzminski Fixed validators for remote repos beta
Wed, 08 Aug 2012 22:35:05 +0200 Marcin Kuzminski Add hgsubversion entry for RhodeCode UI (disabled by default) beta
Wed, 08 Aug 2012 21:32:05 +0200 Marcin Kuzminski Added url validator for git beta
Wed, 08 Aug 2012 20:03:53 +0200 Marcin Kuzminski Added Dominik Ruf run into contributors beta
Wed, 08 Aug 2012 19:56:34 +0200 Marcin Kuzminski Merged in domruf/rhodecode (pull request #64) beta
Tue, 07 Aug 2012 13:05:29 +0200 domruf remove redundant logic beta
Wed, 01 Aug 2012 14:10:26 +0200 domruf allow cloning with hgsubversion (reimplementing pull request 46) beta
Tue, 07 Aug 2012 23:02:50 +0200 Marcin Kuzminski fixed sorting by last_login in users admin page beta
Tue, 07 Aug 2012 22:10:44 +0200 Marcin Kuzminski ie8 fixes for inline comments :/ beta
Tue, 07 Aug 2012 02:55:15 +0200 Marcin Kuzminski API: Added option to rescann repositories via api call beta
Tue, 07 Aug 2012 00:07:10 +0200 Marcin Kuzminski fix vcs test after get_user_home patch beta
Mon, 06 Aug 2012 22:15:01 +0200 Marcin Kuzminski Fixed issue with get_user_home function returned None, and some code didn't like that. We really don't need this since it's VCS cli beta
Sun, 05 Aug 2012 00:56:00 +0200 Marcin Kuzminski Add cache to ypjax calls to overcome chrome caching issues of requests beta
Sat, 04 Aug 2012 21:39:05 +0200 Marcin Kuzminski Extended commit search schema with date of commit beta
Sat, 04 Aug 2012 21:02:24 +0200 Marcin Kuzminski switched repo_name to non greedy match. beta
Sat, 04 Aug 2012 20:21:40 +0200 Marcin Kuzminski fixed issues with non-ascii chars in new file browser beta
Sat, 04 Aug 2012 19:42:00 +0200 Marcin Kuzminski fix leftover error coloring after ypjax failure beta
Sat, 04 Aug 2012 19:28:38 +0200 Marcin Kuzminski fixed the push_ssl issues after mercurial 2.3 upgrade. beta
Sat, 04 Aug 2012 18:55:20 +0200 Marcin Kuzminski better instructions for adding online files beta
Sat, 04 Aug 2012 18:43:47 +0200 Marcin Kuzminski Disable the html4 history mock for old browsers. beta
Sat, 04 Aug 2012 17:46:45 +0200 Marcin Kuzminski Reimplemented file-browser using partial-ajax beta
Sat, 04 Aug 2012 01:29:15 +0200 Marcin Kuzminski version bump on mercurial beta
Sat, 04 Aug 2012 01:20:38 +0200 Marcin Kuzminski Bumped mercurial version to 2.3 beta
Fri, 03 Aug 2012 23:07:26 +0200 Marcin Kuzminski add option to disable whoosh index in tests via an enviroment variable. beta
Fri, 03 Aug 2012 18:02:33 +0200 Marcin Kuzminski add example when having chunking module for nginx enabled. beta
Thu, 02 Aug 2012 17:09:55 +0200 Marcin Kuzminski ldap requires only string attributes, fixes #435 ldap-does-not-work-with-non-latin-symbols beta
Thu, 02 Aug 2012 20:12:16 +0200 Marcin Kuzminski doc fixes beta
Tue, 31 Jul 2012 12:15:54 +0200 Marcin Kuzminski removed ftp from allowed schemas beta
Tue, 31 Jul 2012 00:27:22 +0200 Marcin Kuzminski security fix, inspired by django security beta
Mon, 30 Jul 2012 23:29:03 +0200 Marcin Kuzminski Forbid changing changset status when it is associated with a closed pull request beta
Mon, 30 Jul 2012 22:45:43 +0200 Marcin Kuzminski switched git_command to subprocession for non-blocking Popen. beta
Fri, 27 Jul 2012 01:36:01 +0200 Marcin Kuzminski added James Rhodes to contributors beta
Fri, 27 Jul 2012 01:21:07 +0200 Marcin Kuzminski merged + fixed pull request #62: Implemented metatags and visualisation options. beta
Fri, 27 Jul 2012 01:06:50 +0200 Marcin Kuzminski white space cleanup beta
Fri, 27 Jul 2012 01:01:02 +0200 Marcin Kuzminski fixed possible unicode errors on repo get function beta
Thu, 26 Jul 2012 23:38:16 +0200 Marcin Kuzminski i18n update beta
Thu, 26 Jul 2012 23:12:33 +0200 Marcin Kuzminski updated changelog beta
Thu, 26 Jul 2012 23:09:24 +0200 Marcin Kuzminski Added some help text into settings page beta
Thu, 26 Jul 2012 23:03:26 +0200 Marcin Kuzminski Implementes #509 require SSL flag now works for both git and mercurial. beta
Thu, 26 Jul 2012 22:22:31 +0200 Marcin Kuzminski fixed wrong repo reference in my pull-requests page beta
Thu, 26 Jul 2012 22:14:40 +0200 Marcin Kuzminski cascade fixes for comments/pull-requests/reviewers beta
Thu, 26 Jul 2012 22:08:26 +0200 Marcin Kuzminski cascade delete comments when deleting repo, else it's a error preventing deletion beta
Thu, 26 Jul 2012 22:03:40 +0200 Marcin Kuzminski rewrote admin repos page. beta
Thu, 26 Jul 2012 22:01:41 +0200 Marcin Kuzminski No more raw html inside users controller. beta
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
Sat, 14 Jul 2012 18:53:39 +0200 Marcin Kuzminski Added cleanup repos script that allows to cleanup removed repos from rhodecode beta
Sat, 14 Jul 2012 13:03:34 +0200 Marcin Kuzminski Added troubleshooting section to docs beta
Sat, 14 Jul 2012 12:56:36 +0200 Marcin Kuzminski updated contributing with tox info beta
Sat, 14 Jul 2012 06:40:47 +0000 Takumi IINO Update japanese translation beta
Sat, 14 Jul 2012 06:40:40 +0000 Takumi IINO i18n beta
Fri, 13 Jul 2012 21:17:38 +0200 Marcin Kuzminski Switch to waitress wsgi server by default in rhodecode. beta
Fri, 13 Jul 2012 14:32:45 +0200 Marcin Kuzminski fixed issue #497 missing landing rev on second edit repo page beta
Thu, 12 Jul 2012 17:14:59 +0200 Marcin Kuzminski renamed some leftover name -> firstname beta
Thu, 12 Jul 2012 16:54:46 +0200 Marcin Kuzminski fix http NotFound call in pygrack beta
Wed, 11 Jul 2012 23:24:38 +0200 Marcin Kuzminski Add check for existing revisions in compare view beta
Wed, 11 Jul 2012 22:49:44 +0200 Marcin Kuzminski fill miliseconds with 0 since it can return <6 digit number beta
Wed, 11 Jul 2012 19:31:44 +0200 Marcin Kuzminski add commit messaged and gravatar to split compare view beta
Wed, 11 Jul 2012 19:23:04 +0200 Marcin Kuzminski fix for issues #493 CSS fix for super old browsers beta
Wed, 11 Jul 2012 10:48:41 +0200 Marcin Kuzminski small test fix to fix rare travis build issues beta
Wed, 11 Jul 2012 01:38:19 +0200 Marcin Kuzminski added status column to pull request + some small refactoring of models beta
Wed, 11 Jul 2012 01:37:11 +0200 Marcin Kuzminski added optional args to tox script, and fixed mysql commands beta
Wed, 11 Jul 2012 00:31:09 +0200 Marcin Kuzminski little love for pull-requests list beta
Wed, 11 Jul 2012 00:11:45 +0200 Marcin Kuzminski fixed sorting in recipients query of notifications beta
Tue, 10 Jul 2012 23:40:47 +0200 Marcin Kuzminski fix url in notification inbox for opened pull request beta
Tue, 10 Jul 2012 23:28:09 +0200 Marcin Kuzminski don't use requirements.txt file in travis beta
Tue, 10 Jul 2012 23:13:28 +0200 Marcin Kuzminski use whoosh latest branch to fix py25 tests beta
Tue, 10 Jul 2012 23:04:21 +0200 Marcin Kuzminski reset charset for git rpc cals also beta
Tue, 10 Jul 2012 22:52:39 +0200 Marcin Kuzminski Added compare link in forks list beta
Tue, 10 Jul 2012 22:42:42 +0200 Marcin Kuzminski reset response charset to fix Egit/JGit issues beta
Mon, 09 Jul 2012 03:38:18 +0200 Marcin Kuzminski Fixed issue with gzipped streams for large git pushes. beta
Sun, 08 Jul 2012 16:01:15 +0200 Marcin Kuzminski added format check command into i18n how_to beta
Sun, 08 Jul 2012 15:44:05 +0200 Marcin Kuzminski added japanese as possible language option in .ini config beta
Sun, 08 Jul 2012 15:43:18 +0200 Marcin Kuzminski Updated i18n files beta
Sun, 08 Jul 2012 15:38:42 +0200 Marcin Kuzminski fixed syntax errors in translation files beta
Sun, 08 Jul 2012 03:28:27 +0000 Takumi IINO Add Japanese translation beta
Sat, 07 Jul 2012 19:35:18 +0200 Marcin Kuzminski dont format errors to string in subprocessio beta
Sat, 07 Jul 2012 16:00:56 +0200 Marcin Kuzminski added --config option into rhodecode-api script for optional path for beta
Sat, 07 Jul 2012 17:13:31 +0000 Takumi IINO i18n improve beta
Sat, 07 Jul 2012 13:54:37 +0200 Marcin Kuzminski Little better logging in whoosh indexer beta
Sat, 07 Jul 2012 13:43:16 +0200 Marcin Kuzminski pidlock always create dirs for lock file beta
Fri, 06 Jul 2012 20:29:36 +0200 Marcin Kuzminski fixed issue #492 missing `\ No newline at end of file` test at the end of new chunk beta
Fri, 06 Jul 2012 20:05:31 +0200 Marcin Kuzminski fix strikethrough issues on `No new line at end of file` beta
Fri, 06 Jul 2012 19:30:16 +0200 Marcin Kuzminski I failed at import :] beta
Fri, 06 Jul 2012 19:05:50 +0200 Marcin Kuzminski py25 compatibility for subprocession module beta
Fri, 06 Jul 2012 18:28:13 +0200 Marcin Kuzminski removed import rhodecode from setup.py beta
Fri, 06 Jul 2012 18:12:14 +0200 Marcin Kuzminski cascade delete extra emails on user delete beta
Fri, 06 Jul 2012 16:25:34 +0200 Marcin Kuzminski tox+travis with multiple dbs beta
Fri, 06 Jul 2012 16:24:26 +0200 Marcin Kuzminski Added option to swap the db connection uri based on ENV TEST_DB string beta
Fri, 06 Jul 2012 15:55:10 +0200 Marcin Kuzminski Remove beta tag build, it's now defined by 4th param in __version__ beta
Fri, 06 Jul 2012 15:54:33 +0200 Marcin Kuzminski Sync test.ini with development.ini beta
Fri, 06 Jul 2012 00:13:20 +0200 Marcin Kuzminski skip failures for two tests in validators beta
Fri, 06 Jul 2012 00:12:29 +0200 Marcin Kuzminski fixed nose_parametrized for py25 compat beta
Fri, 06 Jul 2012 00:11:28 +0200 Marcin Kuzminski ignore tox stuff beta
Fri, 06 Jul 2012 00:10:15 +0200 Marcin Kuzminski removed bad filename beta
Fri, 06 Jul 2012 00:09:10 +0200 Marcin Kuzminski removed %f from datetime formatting doesn't work on py25 :/ beta
Fri, 06 Jul 2012 00:01:09 +0200 Marcin Kuzminski Moved BytesIO into compat because of py25 compatibility issue beta
Thu, 05 Jul 2012 23:58:08 +0200 Marcin Kuzminski updated codemirror css ! beta
Thu, 05 Jul 2012 19:39:51 +0200 Marcin Kuzminski space fix beta
Thu, 05 Jul 2012 19:39:07 +0200 Marcin Kuzminski added dummy revision 6 for db upgrade beta
Thu, 05 Jul 2012 16:48:56 +0200 Marcin Kuzminski Fixed sorting by data when using custom date format from settings beta
Thu, 05 Jul 2012 13:39:02 +0200 Marcin Kuzminski Updated codemirror script beta
Wed, 04 Jul 2012 21:55:47 +0200 Marcin Kuzminski add tox config beta
Wed, 04 Jul 2012 18:13:55 +0200 Marcin Kuzminski fix resubmition issues when there are errors in user edit form beta
Wed, 04 Jul 2012 18:13:25 +0200 Marcin Kuzminski Renamed name to firstname in forms beta
Wed, 04 Jul 2012 11:42:16 +0200 Marcin Kuzminski Synced vcs with upstream beta
Tue, 03 Jul 2012 03:27:48 +0200 Marcin Kuzminski mock changeset status(to under review) if there's opened pull request but not yet with a status beta
Tue, 03 Jul 2012 03:07:15 +0200 Marcin Kuzminski Added dynamic data loading for other repo we open pull request against beta
Tue, 03 Jul 2012 01:35:12 +0200 Marcin Kuzminski Add open pull-request button into repo options menu beta
Tue, 03 Jul 2012 00:53:41 +0200 Marcin Kuzminski Invalidate gits parsed_refs cache after commit, tagging or tag remove beta
Tue, 03 Jul 2012 00:20:12 +0200 Marcin Kuzminski Use actual names in branch-tag switcher beta
Tue, 03 Jul 2012 00:19:02 +0200 Marcin Kuzminski When using tags in git use the link to Commit instead of messing with Tag object beta
Mon, 02 Jul 2012 23:28:21 +0200 Marcin Kuzminski Fixed lookup by Tag sha in git backend beta
Mon, 02 Jul 2012 21:13:44 +0200 Marcin Kuzminski Get tags and branches using _parsed_refs beta
Mon, 02 Jul 2012 19:32:24 +0200 Marcin Kuzminski Updated i18n beta
Mon, 02 Jul 2012 00:59:46 +0200 Marcin Kuzminski redirect to pull-request overview after creation beta
Mon, 02 Jul 2012 00:22:57 +0200 Marcin Kuzminski Better descriptions of given permission overview in edit user view beta
Sun, 01 Jul 2012 23:36:03 +0200 Marcin Kuzminski return proper id from users_group beta
Sun, 01 Jul 2012 18:06:56 +0200 Marcin Kuzminski better error message in checkSession in tests beta
Sun, 01 Jul 2012 18:06:34 +0200 Marcin Kuzminski Added functional test create repo with a group beta
Sun, 01 Jul 2012 17:49:42 +0200 Marcin Kuzminski Simplified ext_json thing, for better scope resolution in pydev beta
Sun, 01 Jul 2012 16:24:15 +0200 Marcin Kuzminski orginized test module beta
Sun, 01 Jul 2012 16:22:38 +0200 Marcin Kuzminski Refactored API beta
Sun, 01 Jul 2012 16:11:38 +0200 Marcin Kuzminski Don't always return action, raise an Exception if we cannot check what the action is beta
Sun, 01 Jul 2012 15:47:54 +0200 Marcin Kuzminski New repo model create function beta
Sun, 01 Jul 2012 12:45:21 +0200 Marcin Kuzminski added get_api_data into UsersGroup beta
Sun, 01 Jul 2012 12:44:54 +0200 Marcin Kuzminski Added associated classes into child models beta
Sun, 01 Jul 2012 12:40:00 +0200 Marcin Kuzminski Added get_all method to BaseModel, requires to define cls variable in child models beta
Sun, 01 Jul 2012 02:44:23 +0200 Marcin Kuzminski Fixed calls to Session in db model beta
Sat, 30 Jun 2012 23:32:52 +0200 Marcin Kuzminski add highlight of current filter in notifications beta
Sat, 30 Jun 2012 23:12:34 +0200 Marcin Kuzminski Remember filtering on notifications filters beta
Sat, 30 Jun 2012 22:48:14 +0200 Marcin Kuzminski Added simple docs for optimizing RhodeCode performance beta
Tue, 26 Jun 2012 22:23:41 +0200 Marcin Kuzminski removed top pagination from notifications as it's breaking the UI beta
Tue, 26 Jun 2012 22:20:08 +0200 Marcin Kuzminski fixed few test failures beta
Tue, 26 Jun 2012 22:01:05 +0200 Marcin Kuzminski fixed pull method repo lookup beta
Tue, 26 Jun 2012 21:57:31 +0200 Marcin Kuzminski Updated create_or_update method to not change API key when password is not updated beta
Tue, 26 Jun 2012 04:11:10 +0200 Marcin Kuzminski fixed compare view for git (by changed to use raw_id) beta
Tue, 26 Jun 2012 03:42:37 +0200 Marcin Kuzminski Fixed create function landing_rev. default branch can actually be different for new imported repos. Tip is always there beta
Tue, 26 Jun 2012 03:40:24 +0200 Marcin Kuzminski Change return paremeters for get_api_data in user and repo beta
Tue, 26 Jun 2012 03:39:34 +0200 Marcin Kuzminski Show proper error on argument parse when using api-cli beta
Tue, 26 Jun 2012 02:21:06 +0200 Marcin Kuzminski Added functions for getting API data to repo and user models beta
Mon, 25 Jun 2012 23:20:27 +0200 Marcin Kuzminski API: update_user returns new updated user data beta
Mon, 25 Jun 2012 23:16:14 +0200 Marcin Kuzminski Add list of all emails that user may have into get_user call beta
Mon, 25 Jun 2012 23:08:06 +0200 Marcin Kuzminski don't make a api call after doing create_config beta
Mon, 25 Jun 2012 22:58:33 +0200 Marcin Kuzminski fixed docs ref pull-request #53 beta
Mon, 25 Jun 2012 22:40:04 +0200 Marcin Kuzminski Added filtering on inbox by comments beta
Sat, 23 Jun 2012 11:43:07 +0200 Marcin Kuzminski fix pygrack call on non-bare repos beta
Thu, 21 Jun 2012 17:51:01 +0200 Marcin Kuzminski make get_action always return action beta
Thu, 21 Jun 2012 17:48:41 +0200 Marcin Kuzminski possible fix for #486 undefined variable username beta
Thu, 21 Jun 2012 01:34:11 +0200 Marcin Kuzminski fixed git diff function when initial revision had no parents to compare with beta
Wed, 20 Jun 2012 22:16:02 +0200 Marcin Kuzminski updated contributors beta
Wed, 20 Jun 2012 22:13:23 +0200 Marcin Kuzminski Fixed bug in repos group discovery, when inner folder of bare git repos were detected as a group beta
Wed, 20 Jun 2012 21:42:05 +0200 Marcin Kuzminski use get_or_404 where possible beta
Wed, 20 Jun 2012 21:12:56 +0200 Marcin Kuzminski Use local_hostname in mailer beta
Wed, 20 Jun 2012 21:10:40 +0200 Marcin Kuzminski small fix for lazy property beta
Wed, 20 Jun 2012 11:57:44 +0000 Takumi IINO i18n friendly search page title beta
Wed, 20 Jun 2012 11:56:14 +0000 Takumi IINO i18n 'Home' in breadcrumbs beta
Wed, 20 Jun 2012 00:06:00 +0200 Marcin Kuzminski fixed ico for pull request comment beta
Wed, 20 Jun 2012 00:01:06 +0200 Marcin Kuzminski better path extraction method. beta
Tue, 19 Jun 2012 23:07:23 +0200 Marcin Kuzminski Enabled inline comments in pull-requests beta
Tue, 19 Jun 2012 22:28:44 +0200 Marcin Kuzminski fix crypt password on update my account beta
Tue, 19 Jun 2012 22:13:32 +0200 Marcin Kuzminski Fixed origin repo in pull-request view beta
Tue, 19 Jun 2012 21:42:14 +0200 Marcin Kuzminski add IP into base logging, and change a little IP extraction login, if some header is passed as empty beta
Tue, 19 Jun 2012 20:27:53 +0200 Marcin Kuzminski added landing revision into fork create form beta
Tue, 19 Jun 2012 20:13:31 +0200 Marcin Kuzminski fixed typo in repo create beta
Tue, 19 Jun 2012 19:49:12 +0200 Marcin Kuzminski added example supervisord config to init scripts beta
Tue, 19 Jun 2012 19:48:57 +0200 Marcin Kuzminski small UI changes for pull-request view beta
Tue, 19 Jun 2012 00:43:55 +0200 Marcin Kuzminski Adde pull request voting recalculation beta
Mon, 18 Jun 2012 21:31:03 +0200 Marcin Kuzminski User active flag should be default to True beta
Mon, 18 Jun 2012 21:25:49 +0200 Marcin Kuzminski Added validation into user email map beta
Mon, 18 Jun 2012 00:41:10 +0200 Marcin Kuzminski white space cleanup beta
Mon, 18 Jun 2012 00:35:51 +0200 Marcin Kuzminski Closing branch clodereview codereview
Mon, 18 Jun 2012 00:35:13 +0200 Marcin Kuzminski merge branch codereview into beta beta
Mon, 18 Jun 2012 00:33:19 +0200 Marcin Kuzminski merge beta
Mon, 18 Jun 2012 00:15:52 +0200 Marcin Kuzminski merge with beta codereview
Fri, 15 Jun 2012 00:06:26 +0200 Marcin Kuzminski whitespace cleanup beta
Fri, 15 Jun 2012 00:05:20 +0200 Marcin Kuzminski validating choices for landing_rev beta
Thu, 14 Jun 2012 23:19:26 +0200 Marcin Kuzminski Initial version of landing revisions ref #483 beta
Thu, 14 Jun 2012 13:32:58 +0200 Marcin Kuzminski Little more verbose logging for auth beta
Thu, 14 Jun 2012 13:29:00 +0200 Marcin Kuzminski moved login required into seperate calls for files due to optional API access option beta
Thu, 14 Jun 2012 22:41:06 -0700 hppj Fix repo_root for grouped repos beta
Sun, 17 Jun 2012 21:37:07 +0200 Marcin Kuzminski Switched forms to new validators codereview
Sun, 17 Jun 2012 21:31:31 +0200 Marcin Kuzminski Added rewritten validators module + tests codereview
Sun, 17 Jun 2012 21:30:26 +0200 Marcin Kuzminski Add nose paratetrized decorator for running configurable tests codereview
Sun, 17 Jun 2012 21:29:30 +0200 Marcin Kuzminski bumped sqlalchemy version codereview
Fri, 15 Jun 2012 00:24:14 +0200 Marcin Kuzminski Added some DB indexes to optimize queries codereview
Fri, 15 Jun 2012 00:08:06 +0200 Marcin Kuzminski merge with beta codereview
Fri, 15 Jun 2012 00:06:26 +0200 Marcin Kuzminski whitespace cleanup beta
Fri, 15 Jun 2012 00:05:20 +0200 Marcin Kuzminski validating choices for landing_rev beta
Thu, 14 Jun 2012 23:19:26 +0200 Marcin Kuzminski Initial version of landing revisions ref #483 beta
Thu, 14 Jun 2012 13:32:58 +0200 Marcin Kuzminski Little more verbose logging for auth beta
Thu, 14 Jun 2012 13:29:00 +0200 Marcin Kuzminski moved login required into seperate calls for files due to optional API access option beta
Thu, 14 Jun 2012 11:48:51 +0200 Marcin Kuzminski Add authors into file view beta
Thu, 14 Jun 2012 02:41:05 +0200 Marcin Kuzminski i18n beta
Thu, 14 Jun 2012 02:15:57 +0200 Marcin Kuzminski fix issue #458 wrong count when no repos are present beta
Thu, 14 Jun 2012 02:06:35 +0200 Marcin Kuzminski whitespace cleanup beta
Wed, 13 Jun 2012 23:44:32 +0200 Marcin Kuzminski fixes #481 rhodecode emails are sent without Date header beta
Wed, 13 Jun 2012 23:27:33 +0200 Marcin Kuzminski Added vcs testsuite for better integration tests + added fetching beta
Wed, 13 Jun 2012 21:48:00 +0200 Marcin Kuzminski Fixed deprecation warning on dulwich commit api + fixed commit message add blank at the end beta
Wed, 13 Jun 2012 19:43:03 +0200 Marcin Kuzminski added discovery by branches and tags for git beta
Wed, 13 Jun 2012 19:35:45 +0200 Marcin Kuzminski fixed git annotate beta
Mon, 11 Jun 2012 23:28:22 +0200 Marcin Kuzminski merge with beta codereview
Mon, 11 Jun 2012 23:27:27 +0200 Marcin Kuzminski Linkify changesets in compare view for easier jumping to changesets for code-review beta
Mon, 11 Jun 2012 23:23:32 +0200 Marcin Kuzminski Format datetime in notifications according to unified function beta
Mon, 11 Jun 2012 23:10:34 +0200 Marcin Kuzminski data checks codereview
Mon, 11 Jun 2012 00:58:24 +0200 Marcin Kuzminski - added commenting to pull requests codereview
Sun, 10 Jun 2012 23:18:27 +0200 Marcin Kuzminski small refactoring, moved shared for diff generation of code into pull-request model codereview
Sun, 10 Jun 2012 18:22:45 +0200 Marcin Kuzminski merge with beta codereview
Sun, 10 Jun 2012 18:15:00 +0200 Marcin Kuzminski - pull request generates overview based on it's params codereview
Sun, 10 Jun 2012 16:44:06 +0200 Marcin Kuzminski Refactoring of changeset_file_comments for more generic usage. In both It enables sharing code between changeset, and pull requests discussions codereview
Sun, 10 Jun 2012 16:39:52 +0200 Marcin Kuzminski css fixes for inline forms codereview
Sun, 10 Jun 2012 18:18:30 +0200 Marcin Kuzminski fixed race condition in autocomplete widget on inlines comments beta
Sun, 10 Jun 2012 02:26:02 +0200 Marcin Kuzminski merge with beta codereview
Sun, 10 Jun 2012 02:24:19 +0200 Marcin Kuzminski #478 permissions overview for admin in user edit view beta
Sun, 10 Jun 2012 02:08:10 +0200 Marcin Kuzminski Added basic models for saving open pull requests codereview
Sun, 10 Jun 2012 00:08:29 +0200 Marcin Kuzminski Added pull requests filter into notification inbox. codereview
Sat, 09 Jun 2012 20:23:48 +0200 Marcin Kuzminski Share common getter functions in base model, and remove duplicated functions from other models codereview
Sat, 09 Jun 2012 18:10:59 +0200 Marcin Kuzminski Improved cross-repo diff using bundlerepo codereview
Sat, 09 Jun 2012 15:30:22 +0200 Marcin Kuzminski merge with beta codereview
Fri, 08 Jun 2012 22:33:36 +0200 Marcin Kuzminski changelog update beta
Fri, 08 Jun 2012 22:26:39 +0200 Marcin Kuzminski removed JSON array envelope from filter files function beta
Fri, 08 Jun 2012 21:54:50 +0200 Marcin Kuzminski Added h.tooltip to all places that tooltip_title is used. beta
Fri, 08 Jun 2012 02:50:47 +0200 Marcin Kuzminski removed wrap paragraphs from commit messages as it broke formatting. beta
Fri, 08 Jun 2012 02:25:04 +0200 Marcin Kuzminski Update permissions from admin permissions menu, also overwrites defaults beta
Thu, 07 Jun 2012 22:23:39 +0200 Marcin Kuzminski merge with VinDuV fork beta
Wed, 06 Jun 2012 21:02:21 +0200 Vincent Duvert Merge with latest changes beta
Tue, 05 Jun 2012 20:49:12 +0200 Vincent Duvert Updated French translation (new translations and some fixes). beta
Tue, 05 Jun 2012 20:44:32 +0200 Vincent Duvert Updated source messages file. beta
Tue, 05 Jun 2012 20:40:43 +0200 Vincent Duvert Added localization for the “quick filter” menu item and improved localization on the followers page. beta
Tue, 05 Jun 2012 00:25:31 +0200 Vincent Duvert Also use the date formatter on the feeds. beta
Tue, 29 May 2012 07:58:18 +0200 Vincent Duvert The ‘default’ username on the permission panels is now translatable. beta
Mon, 28 May 2012 22:17:51 +0200 Vincent Duvert Better i18n for page titles. beta
Tue, 05 Jun 2012 00:17:28 +0200 Vincent Duvert Added a translatable date formatter for every date displayed. beta
Mon, 28 May 2012 21:56:56 +0200 Vincent Duvert Small addition to render the Download button translatable. beta
Sun, 27 May 2012 23:04:05 +0200 Vincent Duvert Corrected default user filtering on the user administration page. beta
Thu, 07 Jun 2012 14:23:28 +0200 Marcin Kuzminski added discoverable rss/atom links in pages beta
Thu, 07 Jun 2012 13:09:59 +0200 Marcin Kuzminski fix feed icon mistake beta
Thu, 07 Jun 2012 13:09:07 +0200 Marcin Kuzminski chmod the hooks to 755, like all other githooks. beta
Wed, 06 Jun 2012 23:46:40 +0200 Marcin Kuzminski Add API access to personal journal, and forbid anonymous access on them beta
Wed, 06 Jun 2012 23:33:27 +0200 Marcin Kuzminski whitespace cleanup beta
Wed, 06 Jun 2012 23:31:52 +0200 Marcin Kuzminski fixed issue with git-hook when pushing new heads beta
Wed, 06 Jun 2012 22:23:27 +0200 Marcin Kuzminski Change git & hg hooks to post. They shouldn't block as they are used just for logging actions. Futhermore post hooks have access to changesets, so it's much better flexible beta
Wed, 06 Jun 2012 21:48:53 +0200 Marcin Kuzminski changed scope of calling EXTENSIONS from rhodecode for githooks to be able to execute them beta
Wed, 06 Jun 2012 21:32:53 +0200 Marcin Kuzminski removed global tmpl call from make_rcextensions script beta
Wed, 06 Jun 2012 21:32:19 +0200 Marcin Kuzminski Git Hooks are automatically installed in new repos beta
Wed, 06 Jun 2012 19:53:43 +0200 Marcin Kuzminski updated header instructions for rcextensions beta
Wed, 06 Jun 2012 19:51:16 +0200 Marcin Kuzminski Added handling of git hooks, extract pushed revisions and store them inside beta
Wed, 06 Jun 2012 19:19:21 +0200 Marcin Kuzminski Removed hardcoded hooks names from settings. beta
Wed, 06 Jun 2012 18:03:53 +0200 Marcin Kuzminski Add method for fetching repos by full path beta
Wed, 06 Jun 2012 17:55:19 +0200 Marcin Kuzminski Add optional parameters to subprocessio that allow passing params to Popen beta
Wed, 06 Jun 2012 14:23:40 +0200 Marcin Kuzminski fix pygrack for non bare git repos beta
Wed, 06 Jun 2012 13:50:38 +0200 Marcin Kuzminski added rss/atom feeds into personalized journal beta
Wed, 06 Jun 2012 01:23:02 +0200 Marcin Kuzminski added link for detailed overview in pull-request form codereview
Wed, 06 Jun 2012 01:07:48 +0200 Marcin Kuzminski created pull-request overview codereview
Wed, 06 Jun 2012 01:01:33 +0200 Marcin Kuzminski Moved select widget to rhodecode.js codereview
Tue, 05 Jun 2012 22:00:40 +0200 Marcin Kuzminski added changeset review status into repo/branch compare view codereview
Tue, 05 Jun 2012 21:36:42 +0200 Marcin Kuzminski link changeset comments into db model for cascade deletes codereview
Tue, 05 Jun 2012 21:22:23 +0200 Marcin Kuzminski merge with beta codereview
Tue, 05 Jun 2012 01:06:40 +0200 Marcin Kuzminski public journal feed updates. fixes errors beta
Tue, 05 Jun 2012 00:48:20 +0200 Marcin Kuzminski UI fixes for searching beta
Tue, 05 Jun 2012 00:27:59 +0200 Marcin Kuzminski #453 added ID field in whoosh SCHEMA that solves the issue of reindexing modified files beta
Mon, 04 Jun 2012 22:03:40 +0200 Marcin Kuzminski Don't send emails to person who comment on changeset beta
Mon, 04 Jun 2012 21:37:41 +0200 Marcin Kuzminski Add support for vcs Changeset objects in get_diff method beta
Mon, 04 Jun 2012 18:40:39 +0200 Marcin Kuzminski Improved RSS/ATOM feeds beta
Mon, 04 Jun 2012 17:26:34 +0200 Marcin Kuzminski Added diff option into git and hg changeset objects, representing git formated patch against parent1 beta
Mon, 04 Jun 2012 03:55:28 +0200 Marcin Kuzminski Don't do git pull on remote repos since they are bare now, we need to use git fetch on them beta
Mon, 04 Jun 2012 02:56:09 +0200 Marcin Kuzminski changed dulwich git interface to gitweb + subprocessio beta
Mon, 04 Jun 2012 01:33:48 +0200 Marcin Kuzminski Added optional --format=json into api cli. That will return pure JSON data from server beta
Mon, 04 Jun 2012 01:21:15 +0200 Marcin Kuzminski Unified DAG generation for hg and git beta
Sun, 03 Jun 2012 20:35:13 +0200 Marcin Kuzminski created rhodecode-api binary script for working with api via cli beta
Sun, 03 Jun 2012 20:24:02 +0200 Marcin Kuzminski API: create_repo returns now repo object after creation beta
Sun, 03 Jun 2012 01:09:28 +0200 Marcin Kuzminski Update requires to hg 2.2.2 beta
Sun, 03 Jun 2012 01:07:36 +0200 Marcin Kuzminski Updated Journal messages + i18n beta
Sun, 03 Jun 2012 00:40:14 +0200 Marcin Kuzminski Implemented #467 Journal logs comments on changesets beta
Sun, 03 Jun 2012 00:37:12 +0200 Marcin Kuzminski Add ip reference into BaseController beta
Sat, 02 Jun 2012 18:01:56 +0200 Marcin Kuzminski #469 added --update-only option to whoosh to re-index only given list beta
Sat, 02 Jun 2012 16:53:21 +0200 Marcin Kuzminski fixed issue with whoosh always re-indexing non-ascii filenames even if they didn't change beta
Sat, 02 Jun 2012 00:10:11 +0200 Marcin Kuzminski fixed stupid test condition beta
Fri, 01 Jun 2012 23:47:16 +0200 Marcin Kuzminski implemented #464 users groups links inside permission box (only for admins) beta
Fri, 01 Jun 2012 23:29:41 +0200 Marcin Kuzminski Autocomplete fixes beta
Fri, 01 Jun 2012 18:34:32 +0200 Marcin Kuzminski Added mentions autocomplete into main comments form beta
Fri, 01 Jun 2012 17:59:57 +0200 Marcin Kuzminski white space cleanup beta
Fri, 01 Jun 2012 17:59:31 +0200 Marcin Kuzminski added #readme anchor link beta
Thu, 31 May 2012 18:42:49 +0200 Marcin Kuzminski API, added delete_user method. beta
Wed, 30 May 2012 23:12:24 +0200 Marcin Kuzminski code garden codereview
Wed, 30 May 2012 23:12:16 +0200 Marcin Kuzminski Rewrote url routes to make all validations and parsing for compare view + added compare fork button into forked repos codereview
Wed, 30 May 2012 22:23:23 +0200 Marcin Kuzminski Improved cross repos diffs codereview
Wed, 30 May 2012 21:19:22 +0200 Marcin Kuzminski merge with beta codereview
Wed, 30 May 2012 21:12:04 +0200 Marcin Kuzminski fixed issue with git's `no new line..` messages inside diff block. It might sometimes happen that showed html diff was short one line because of this beta
Wed, 30 May 2012 20:46:37 +0200 Marcin Kuzminski Alwas show initial context on html diffs. beta
Tue, 29 May 2012 23:38:33 +0200 Marcin Kuzminski added detailed step-by-step installation instruction for windows beta
Mon, 28 May 2012 23:35:30 +0200 Marcin Kuzminski merge with beta codereview
Mon, 28 May 2012 23:31:17 +0200 Marcin Kuzminski typo fix + code garden beta
Mon, 28 May 2012 23:21:43 +0200 Marcin Kuzminski added basic comparision of two repositories using bundles codereview
Mon, 28 May 2012 16:52:13 +0200 Marcin Kuzminski fixed default sorting on main page with sorting using wrapped lower() call on database level beta
Mon, 28 May 2012 16:51:22 +0200 Marcin Kuzminski highly improved performance of my_account page by removing super heavy htmlfill call on whole page beta
Mon, 28 May 2012 16:26:47 +0200 Marcin Kuzminski Implemented cache-map on main page to save executing select beta
Mon, 28 May 2012 14:42:07 +0200 Marcin Kuzminski fix doc typo beta
Mon, 28 May 2012 02:00:14 +0200 Marcin Kuzminski Changed compare-view of remote repos to use incoming option instead of outgoing. codereview
Mon, 28 May 2012 00:09:39 +0200 Marcin Kuzminski fixed bug with inline changes highlighter. codereview
Sun, 27 May 2012 23:29:18 +0200 Marcin Kuzminski Implemented basic compare view(for pull requests) for mercurial. codereview
Sun, 27 May 2012 23:28:22 +0200 Marcin Kuzminski added stats of line changes and operation (A/M/D) into diffs lib codereview
Sun, 27 May 2012 18:37:23 +0200 Marcin Kuzminski merge with beta codereview
Sun, 27 May 2012 18:28:57 +0200 Marcin Kuzminski changelog update beta
Sun, 27 May 2012 18:27:59 +0200 Marcin Kuzminski fixed issue #459. Changed the way of obtaining logger in reindex task. beta
Sun, 27 May 2012 17:57:43 +0200 Marcin Kuzminski updated 1.4 changelog beta
Sun, 27 May 2012 17:53:01 +0200 Marcin Kuzminski wrap user name into shorter since super long names just break ui there beta
Sun, 27 May 2012 17:44:20 +0200 Marcin Kuzminski updated i18n beta
Sat, 26 May 2012 01:28:07 +0200 Marcin Kuzminski typo fix ref #461 beta
Fri, 25 May 2012 18:59:15 +0200 Marcin Kuzminski Added optional repo_name into issue tracker url to get just the name of repo without group prefix beta
Fri, 25 May 2012 18:44:07 +0200 Marcin Kuzminski Updated API to return clone_uri, private, created_on beta
Fri, 25 May 2012 18:29:31 +0200 Marcin Kuzminski Created base for diffing two repositories inside rhodecode codereview
Thu, 24 May 2012 23:19:17 +0200 Marcin Kuzminski merge with beta codereview
Thu, 24 May 2012 22:29:07 +0200 Marcin Kuzminski added list of languages to ini template beta
Thu, 24 May 2012 22:25:16 +0200 Marcin Kuzminski General i18n update. Now it's going to be a part of BUILD process so it's always upto-date beta
Thu, 24 May 2012 22:16:03 +0200 Marcin Kuzminski Merged in mikespook/rhodecode (pull request #45) beta
Wed, 23 May 2012 09:51:07 +0800 mikespook Simple Chinese Translation beta
Thu, 24 May 2012 09:28:31 -0300 Augusto Herrmann Updated pt_BR l10n on beta branch beta
Wed, 23 May 2012 00:58:37 +0200 Marcin Kuzminski Added simple UI for admin to manage emails map codereview
Wed, 23 May 2012 00:11:45 +0200 Marcin Kuzminski Added email-map for alternative email addresses for users codereview
Tue, 22 May 2012 22:15:29 +0200 Marcin Kuzminski merged beta into code-review codereview
Tue, 22 May 2012 20:35:54 +0200 Marcin Kuzminski don't disable .git directory for bare repos on deleting, ref #413 beta
Tue, 22 May 2012 20:23:30 +0200 Marcin Kuzminski fixed readme rendering bug. beta
Tue, 22 May 2012 20:12:58 +0200 Marcin Kuzminski fix for issue #417, git execution was broken on windows for certain commands. beta
Tue, 22 May 2012 00:16:07 +0200 Marcin Kuzminski save full raw id in push log data for much faster revision lookup beta
Tue, 22 May 2012 00:15:38 +0200 Marcin Kuzminski fix for issue #450. Rhodecode no longer will crash when bad revision is present in journal data. beta
Mon, 21 May 2012 20:44:08 +0200 Marcin Kuzminski comments on git-operations mapp beta
Mon, 21 May 2012 20:42:21 +0200 Marcin Kuzminski init bare repos for git now by default. This is recommended setup for remotes repositories beta
Mon, 21 May 2012 20:41:15 +0200 Marcin Kuzminski fixed issues with support of bare-repos by vcs lib beta
Sun, 20 May 2012 16:38:00 +0200 Marcin Kuzminski fixes issue #454 Search results under Windows include preceeding backslash beta
Sun, 20 May 2012 14:41:03 +0200 Marcin Kuzminski fixes issue #455 Creating an archive generates an exception on Windows beta
Sun, 20 May 2012 14:34:45 +0200 Marcin Kuzminski Fixed tests for new i18n changes beta
Sun, 20 May 2012 11:47:38 +0200 Vincent Duvert Updated French translation (new translations and various fixes). beta
Sun, 20 May 2012 11:46:13 +0200 Vincent Duvert Updated source messages file. beta
Sun, 20 May 2012 11:45:26 +0200 Vincent Duvert Added i18n to the repository group delete button and the save/reset buttons on the repository settings page. beta
Sun, 20 May 2012 11:29:24 +0200 Vincent Duvert Updated source messages file. beta
Sun, 20 May 2012 11:27:10 +0200 Vincent Duvert Improved i18n on changelog and user group administration pages. beta
Sun, 20 May 2012 10:49:53 +0200 Vincent Duvert Updated source messages file. beta
Sun, 20 May 2012 10:47:33 +0200 Vincent Duvert Improved i18n for the comment count (use of ngettext for pluralisation). beta
Sun, 20 May 2012 10:25:39 +0200 Vincent Duvert Updated French translation. beta
Sun, 20 May 2012 10:16:40 +0200 Vincent Duvert Updated source messages file. beta
Sun, 20 May 2012 10:14:08 +0200 Vincent Duvert Fixed i18n of the second comment help block. beta
Sat, 19 May 2012 23:55:25 +0200 Vincent Duvert Added French translation (complete but not completely checked and proofread) beta
Sat, 19 May 2012 23:47:02 +0200 Vincent Duvert Updated source messages file beta
Sat, 19 May 2012 12:13:58 +0200 Vincent Duvert Renaming template directory _data_table to data_table so it can be scanned by extract_messages beta
Sat, 19 May 2012 22:56:32 +0200 Vincent Duvert Rewrite of the age() utility function so it can be translated. beta
Sat, 19 May 2012 23:32:08 +0200 Vincent Duvert Improved i18n of the changeset inline comment section. beta
Sat, 19 May 2012 14:54:50 +0200 Marcin Kuzminski Added tag v1.3.6 for changeset edfff9f37916
Thu, 17 May 2012 14:27:51 +0200 Marcin Kuzminski merge with beta rhodecode-0.0.1.3.6
Thu, 17 May 2012 14:26:43 +0200 Marcin Kuzminski Don't clear dbsessions when celery_eager is turned on beta
Thu, 17 May 2012 14:04:20 +0200 Marcin Kuzminski merge with beta
Thu, 17 May 2012 14:03:35 +0200 Marcin Kuzminski safe_unicode never fails. No need to catch decode exceptions beta
Thu, 17 May 2012 12:54:44 +0200 Marcin Kuzminski Add changeset status change into emails codereview
Thu, 17 May 2012 02:44:45 +0200 Marcin Kuzminski merge with beta
Thu, 17 May 2012 02:44:10 +0200 Marcin Kuzminski Use paste fileapp to properly send the archive size beta
Thu, 17 May 2012 01:45:05 +0200 Marcin Kuzminski updated requires for stable
Thu, 17 May 2012 01:28:37 +0200 Marcin Kuzminski merge with beta
Thu, 17 May 2012 01:28:25 +0200 Marcin Kuzminski archive file fixes for python 2.5 beta
Thu, 17 May 2012 00:55:35 +0200 Marcin Kuzminski merged with beta
Thu, 17 May 2012 00:53:20 +0200 Marcin Kuzminski renamed setup module into a setup_rhodecode. beta
Thu, 17 May 2012 00:49:53 +0200 Marcin Kuzminski changelog update beta
Thu, 17 May 2012 00:47:45 +0200 Marcin Kuzminski Added simple versioning for changeset status codereview
Thu, 17 May 2012 00:02:52 +0200 Marcin Kuzminski Show changes of status inside comments codereview
Wed, 16 May 2012 23:17:13 +0200 Marcin Kuzminski merge with beta codereview
Wed, 16 May 2012 23:16:04 +0200 Marcin Kuzminski new setup-rhodecode command with optional defaults beta
Wed, 16 May 2012 19:01:55 +0200 Marcin Kuzminski safe_unicode never fails so it's not needed to wrap it in Unicode exceptions codereview
Wed, 16 May 2012 18:54:42 +0200 Marcin Kuzminski merge with beta codereview
Wed, 16 May 2012 18:52:26 +0200 Marcin Kuzminski fixed bug with improper stripping of commit messages beta
Wed, 16 May 2012 13:29:40 +0200 Marcin Kuzminski merge beta into codereview codereview
Wed, 16 May 2012 01:25:00 +0200 Marcin Kuzminski merge with beta
Wed, 16 May 2012 01:24:23 +0200 Marcin Kuzminski print statement cleanup beta
Wed, 16 May 2012 01:20:52 +0200 Marcin Kuzminski fixed tests, and archival method beta
Wed, 16 May 2012 00:37:50 +0200 Marcin Kuzminski better regex for history beta
Wed, 16 May 2012 00:06:43 +0200 Marcin Kuzminski merge with beta
Wed, 16 May 2012 00:06:23 +0200 Marcin Kuzminski fixes #449 bad regex could get more than revisions from parsing history beta
Tue, 15 May 2012 23:36:02 +0200 Marcin Kuzminski typo fix
Tue, 15 May 2012 23:32:01 +0200 Marcin Kuzminski merge with beta
Tue, 15 May 2012 23:31:46 +0200 Marcin Kuzminski update contributors beta
Tue, 15 May 2012 23:27:52 +0200 Marcin Kuzminski merge with beta
Tue, 15 May 2012 23:07:59 +0200 Marcin Kuzminski small issue fixes beta
Tue, 15 May 2012 23:07:59 +0200 Marcin Kuzminski small issue fixes
Tue, 15 May 2012 19:29:02 +0200 Marcin Kuzminski cleanup code of get archive for repositories beta
Mon, 14 May 2012 22:25:49 +0200 Marcin Kuzminski fix * rendering in README file beta
Wed, 09 May 2012 22:48:39 +0800 nansenat16 add zh_TW beta
Sun, 13 May 2012 21:21:06 +0200 Marcin Kuzminski Merged in nansenat16/rhodecode/default (pull request #41)
Wed, 09 May 2012 22:48:39 +0800 nansenat16 add zh_TW
Sun, 13 May 2012 17:11:50 +0200 Marcin Kuzminski Added tag v1.3.5 for changeset 0e2792e04bd3
Sun, 13 May 2012 17:10:06 +0200 Marcin Kuzminski merge with beta rhodecode-0.0.1.3.5
Sun, 13 May 2012 17:08:32 +0200 Marcin Kuzminski fix py2.5 compatibility for rcext beta
Fri, 11 May 2012 01:33:38 +0200 Marcin Kuzminski merge with beta
Fri, 11 May 2012 01:30:19 +0200 Marcin Kuzminski Fixed simplejson import on python 2.5 beta
Thu, 10 May 2012 20:27:45 +0200 Marcin Kuzminski merged beta into stable
Thu, 10 May 2012 20:21:05 +0200 Marcin Kuzminski Beta Version bump beta
Thu, 10 May 2012 20:16:04 +0200 Marcin Kuzminski fixes for tests on Windows beta
Thu, 10 May 2012 19:52:11 +0200 Marcin Kuzminski fix windows test issue with tzset() beta
Wed, 09 May 2012 21:19:25 +0200 Marcin Kuzminski doh remove print beta
Wed, 09 May 2012 21:17:51 +0200 Marcin Kuzminski don't use db-repo instance on readme file fetching, use regular scm get_repo that doesn't hide exceptions beta
Wed, 09 May 2012 20:53:22 +0200 Marcin Kuzminski fixed issue with getting README files from git repositories beta
Wed, 09 May 2012 14:22:27 +0200 Marcin Kuzminski typo fix beta
Wed, 09 May 2012 00:09:49 +0200 Marcin Kuzminski fixed UnicodeWarning on pushing from sqlalchemy beta
Tue, 08 May 2012 23:59:27 +0200 Marcin Kuzminski fixed issue with empty APIKEYS on registration #438 beta
Tue, 08 May 2012 22:18:46 +0200 Marcin Kuzminski #421 bookmarks in changlog view beta
Tue, 08 May 2012 21:53:36 +0200 Marcin Kuzminski added arrow image for pull-request codereview
Tue, 08 May 2012 02:10:49 +0200 Marcin Kuzminski simplified compare url logic for outside repos codereview
Tue, 08 May 2012 02:04:28 +0200 Marcin Kuzminski pull requests draft UI codereview
Mon, 07 May 2012 22:51:26 +0200 Marcin Kuzminski Added compare buttons into branch views codereview
Mon, 07 May 2012 22:07:55 +0200 Marcin Kuzminski Use webob exception as often as possible codereview
Sun, 06 May 2012 19:24:50 +0200 Marcin Kuzminski Basic compare-view controller with ref parsing codereview
Sat, 05 May 2012 23:12:49 +0200 Marcin Kuzminski added changeset status into changeset range codereview
Sat, 05 May 2012 22:59:43 +0200 Marcin Kuzminski added changeset status into changelog view codereview
Sat, 05 May 2012 22:22:53 +0200 Marcin Kuzminski merge with beta codereview
Fri, 04 May 2012 14:13:28 +0200 Marcin Kuzminski Bumped Mercurial version beta
Fri, 04 May 2012 14:13:17 +0200 Marcin Kuzminski fixes issue #436 git push error beta
Fri, 04 May 2012 00:42:02 +0200 Marcin Kuzminski changelog update + whitespace cleanup beta
Fri, 04 May 2012 00:26:16 +0200 Marcin Kuzminski Added EmptyChangeset into VCS module beta
Fri, 04 May 2012 00:14:58 +0200 Marcin Kuzminski fixed issues with gitsubmodule diffs beta
Thu, 03 May 2012 23:15:47 +0200 Marcin Kuzminski Implements subrepos view inside filebrowser beta
Thu, 03 May 2012 21:17:30 +0200 Marcin Kuzminski Fixed empty git commit message issue beta
Thu, 03 May 2012 20:58:08 +0200 Marcin Kuzminski fixed repo count on main page beta
Thu, 03 May 2012 12:48:27 +0200 Marcin Kuzminski whoosh version bump beta
Thu, 03 May 2012 01:21:34 +0200 Marcin Kuzminski backout revision e5abb9efaf2c beta
Thu, 03 May 2012 01:05:08 +0200 Marcin Kuzminski merged beta into code-review branch codereview
Thu, 03 May 2012 00:59:42 +0200 Marcin Kuzminski improvements for rhodecode crawler beta
Thu, 03 May 2012 00:45:34 +0200 Marcin Kuzminski changelog update beta
Thu, 03 May 2012 00:45:01 +0200 Marcin Kuzminski show date in tooltip for file changeset beta
Thu, 03 May 2012 00:17:17 +0200 Marcin Kuzminski fix ordering of system packages info beta
Wed, 02 May 2012 18:19:10 +0200 Marcin Kuzminski add option for graphmod to support both hg 2.2 and hg 2.1 beta
Tue, 01 May 2012 22:32:53 +0200 Marcin Kuzminski fixed small issue with changeset changed files details when clicking to load details via ajax removed info about comments codereview
Tue, 01 May 2012 22:35:06 +0200 Marcin Kuzminski added changeset status icons codereview
Tue, 01 May 2012 22:32:53 +0200 Marcin Kuzminski fixed small issue with changeset changed files details when clicking to load details via ajax removed info about comments beta
Tue, 01 May 2012 22:27:35 +0200 Marcin Kuzminski fixed translation function for models codereview
Tue, 01 May 2012 22:24:41 +0200 Marcin Kuzminski Implemented initial code-review status of changesets codereview
Mon, 30 Apr 2012 16:07:08 +0200 Marcin Kuzminski dummy ChangesetStatus model codereview
Mon, 30 Apr 2012 12:32:29 +0200 Marcin Kuzminski code-review initial codereview
Sat, 28 Apr 2012 11:15:47 +0200 Marcin Kuzminski Starting RhodeCode 1.4 Branch codereview
Mon, 30 Apr 2012 17:25:01 +0200 Marcin Kuzminski added more repos to crawler beta
Mon, 30 Apr 2012 14:10:58 +0200 Marcin Kuzminski exclude the actual grep command in memwatch beta
Mon, 30 Apr 2012 13:46:14 +0200 Marcin Kuzminski small improvements in rhodecode_crawler beta
Fri, 27 Apr 2012 00:10:30 +0200 Marcin Kuzminski pass in url for remote pull in git beta
Thu, 26 Apr 2012 23:55:33 +0200 Marcin Kuzminski Implemented pull command for remote repos for git beta
Thu, 26 Apr 2012 21:22:13 +0200 Marcin Kuzminski fixed mising scm key for remote-pulls execution beta
Mon, 23 Apr 2012 18:32:30 +0200 Marcin Kuzminski white space cleanup beta
Mon, 23 Apr 2012 18:31:51 +0200 Marcin Kuzminski fixed migration bug
Mon, 23 Apr 2012 18:21:40 +0200 Marcin Kuzminski autogenerate year for docs/conf.py beta
Mon, 23 Apr 2012 18:21:19 +0200 Marcin Kuzminski Bumped mercurial to 2.2 and fixed code for this release ref #429 beta
Thu, 19 Apr 2012 01:27:37 +0200 Marcin Kuzminski added emulation of pull hook for git-backend, and dummy git-push hook beta
Wed, 18 Apr 2012 02:07:38 +0200 Marcin Kuzminski changelog update beta
Wed, 18 Apr 2012 02:07:22 +0200 Marcin Kuzminski #426 fixed mention extracting regex beta
Tue, 17 Apr 2012 23:50:32 +0200 Marcin Kuzminski fixed git-command wrapper beta
Tue, 17 Apr 2012 23:00:36 +0200 Marcin Kuzminski various fixes for git and mercurial with InMemoryCommit backend and non-ascii files beta
Tue, 17 Apr 2012 21:44:26 +0200 Marcin Kuzminski display current heads of branches for git in changelog and shortlog beta
Tue, 17 Apr 2012 21:41:46 +0200 Marcin Kuzminski Synced SimpleGitUploadPackHandler with latest dulwich code beta
Tue, 17 Apr 2012 21:40:49 +0200 Marcin Kuzminski made repo-size hook more generic beta
Mon, 16 Apr 2012 19:27:27 +0200 Marcin Kuzminski fixed migration import error beta
Sun, 15 Apr 2012 21:26:32 +0200 Marcin Kuzminski fixed tests beta
Sun, 15 Apr 2012 20:30:17 +0200 Marcin Kuzminski fixed #374 LDAP config is now saved but deactivated if python-ldap lib is missing beta
Sun, 15 Apr 2012 03:21:04 +0200 Marcin Kuzminski added useful system info + packages to settings page. beta
Sat, 14 Apr 2012 23:48:20 +0200 Marcin Kuzminski changelog update beta
Sat, 14 Apr 2012 23:42:43 +0200 Marcin Kuzminski notification inbox improvements beta
Sat, 14 Apr 2012 22:40:47 +0200 Marcin Kuzminski fixed main comments, prevent from sending inline comments if text is empty beta
Sat, 14 Apr 2012 22:15:45 +0200 Marcin Kuzminski white space cleanup beta
Sat, 14 Apr 2012 22:13:07 +0200 Marcin Kuzminski #415: Adding comment to changeset causes reload beta
Fri, 13 Apr 2012 21:12:42 +0200 Marcin Kuzminski permission comments + out identation for better readability beta
Fri, 13 Apr 2012 00:30:06 +0200 Marcin Kuzminski fixed repo_create hooks for forks beta
Thu, 12 Apr 2012 22:49:13 +0200 Marcin Kuzminski Added HTTP_X_FORWARDED_FOR as another method of extracting IP for pull/push logs. beta
Wed, 11 Apr 2012 23:10:46 +0200 Marcin Kuzminski Extend GIT command wrapper with GIT_CONFIG_NOGLOBAL=1 to bypass gitconfig global beta
Wed, 11 Apr 2012 19:11:15 +0200 Marcin Kuzminski fix initial instructions for git beta
Tue, 03 Apr 2012 00:02:25 +0200 Marcin Kuzminski #419 don't strip passwords for login forms, make rhodecode more compatible with LDAP servers beta
Tue, 03 Apr 2012 00:01:29 +0200 Marcin Kuzminski fixed annotate tests beta
Mon, 02 Apr 2012 20:59:44 +0200 Marcin Kuzminski bumped requirements for dulwich and mako beta
Sun, 01 Apr 2012 01:43:40 +0300 Marcin Kuzminski Notification fixes beta
Sun, 01 Apr 2012 01:05:15 +0300 Marcin Kuzminski unified annotation view with file source view beta
Thu, 29 Mar 2012 21:21:29 +0200 Marcin Kuzminski fixed missing permissions check on forks page beta
Thu, 29 Mar 2012 16:22:26 +0200 Marcin Kuzminski Make copy permission checkbox checked by default beta
Wed, 28 Mar 2012 23:19:58 +0200 Marcin Kuzminski ws cleanup, +changelog beta
Wed, 28 Mar 2012 23:11:49 +0200 Marcin Kuzminski add ext_json module beta
Wed, 28 Mar 2012 22:59:41 +0200 Marcin Kuzminski merge
Wed, 28 Mar 2012 22:53:51 +0200 Marcin Kuzminski add dev version only for beta beta
Wed, 28 Mar 2012 22:41:51 +0200 Marcin Kuzminski version bump beta
Wed, 28 Mar 2012 22:32:03 +0200 Marcin Kuzminski Added tag v1.3.4 for changeset af21362474e3
Wed, 28 Mar 2012 22:28:39 +0200 Marcin Kuzminski merge rhodecode-0.0.1.3.4
Wed, 28 Mar 2012 22:28:15 +0200 Marcin Kuzminski docfix beta
Wed, 28 Mar 2012 22:25:52 +0200 Marcin Kuzminski fixed requirements
Wed, 28 Mar 2012 19:54:16 +0200 Marcin Kuzminski merged beta into default branch
Mon, 26 Mar 2012 20:42:52 +0200 Marcin Kuzminski #409 fixes scrolling issues on long horizontal changesets beta
Sun, 25 Mar 2012 13:12:16 +0200 Marcin Kuzminski IE ui fixes ref #349 beta
Sat, 24 Mar 2012 13:11:54 +0200 Marcin Kuzminski imported patch 2260 beta
Fri, 23 Mar 2012 23:52:12 +0200 Marcin Kuzminski added hidden fulldiff GET param for disabling big diff cut off limit. beta
Fri, 23 Mar 2012 21:36:36 +0200 Marcin Kuzminski improvements for extended json serializer beta
Fri, 23 Mar 2012 15:52:36 +0200 Marcin Kuzminski fixes #407 wrong url to edit repo on admin page beta
Fri, 23 Mar 2012 00:04:18 +0200 Marcin Kuzminski don't use vcs _rev if rhodecode codes are not under version controll beta
Thu, 22 Mar 2012 02:48:47 +0200 Marcin Kuzminski Cascade delete comments and notifications when removing user. beta
Thu, 22 Mar 2012 02:44:42 +0200 Marcin Kuzminski Use __unicode__ instead of __repr__ in models. beta
Thu, 22 Mar 2012 02:35:50 +0200 Marcin Kuzminski Don't cast to string on warning about deleting an user who still owns repositories beta
Thu, 22 Mar 2012 02:29:43 +0200 Marcin Kuzminski fixed email prefix sent as None beta
Thu, 22 Mar 2012 01:45:58 +0200 Marcin Kuzminski Improved message about deleting user who owns repositories beta
Wed, 21 Mar 2012 21:54:30 +0200 Marcin Kuzminski extended JSON encoder to use __json__ method if available beta
Wed, 21 Mar 2012 21:00:55 +0200 Marcin Kuzminski #404 API extensions for showing permission for users beta
Wed, 21 Mar 2012 19:19:22 +0200 Marcin Kuzminski White space cleanup beta
Wed, 21 Mar 2012 19:19:00 +0200 Marcin Kuzminski Mysql fixes beta
Wed, 21 Mar 2012 17:59:59 +0200 Marcin Kuzminski fixed comments issue on non-ascii file names beta
Tue, 20 Mar 2012 23:28:41 +0200 Marcin Kuzminski - #347 when running multiple RhodeCode instances, properly invalidates cache beta
Tue, 20 Mar 2012 23:26:02 +0200 Marcin Kuzminski Api docs fixes beta
Tue, 20 Mar 2012 13:23:38 +0200 Marcin Kuzminski autocomplete overflow fixes beta
Tue, 20 Mar 2012 12:29:18 +0200 Marcin Kuzminski ac + ie style fixes beta
Mon, 19 Mar 2012 21:23:13 +0200 Marcin Kuzminski API docs improvement. beta
Mon, 19 Mar 2012 21:04:36 +0200 Marcin Kuzminski Added gravatars into permissions view and permissions autocomplete beta
Mon, 19 Mar 2012 19:04:45 +0200 Marcin Kuzminski disabled ext canvas for >ie9 beta
Sun, 18 Mar 2012 21:39:41 +0200 Marcin Kuzminski run master branch of dulwich until release beta
Sun, 18 Mar 2012 21:27:48 +0200 Marcin Kuzminski Merged in codingtony/rhodecode (pull request #36) beta
Mon, 12 Mar 2012 19:49:00 -0700 Tony Bussieres changed dulwich version in __init__.py beta
Mon, 12 Mar 2012 19:03:08 -0700 Tony Bussieres Making RhodeCode ready for dulwich 0.8.4 beta
Sun, 18 Mar 2012 16:03:58 +0200 Marcin Kuzminski pep386 versioning beta
Sat, 17 Mar 2012 18:29:00 +0200 Marcin Kuzminski bump sqlalchemy version beta
Sat, 17 Mar 2012 18:26:20 +0200 Marcin Kuzminski bump mako version beta
Sat, 17 Mar 2012 14:43:25 +0200 Marcin Kuzminski #402 removed group prefix from repository name when listing repositories inside a group beta
Fri, 16 Mar 2012 23:58:05 +0200 Marcin Kuzminski Alternative HTTP response codes when client failed to Authenticate correctly beta
Fri, 16 Mar 2012 18:49:31 +0200 Marcin Kuzminski don't show empty permissions on my account page beta
Fri, 16 Mar 2012 13:21:17 +0200 Marcin Kuzminski #401 repository group is automatically pre-selected when adding repos inside a repository group beta
Wed, 14 Mar 2012 18:51:00 +0200 Marcin Kuzminski #399 added inheritance of permissions for users group on repos groups beta
Tue, 13 Mar 2012 06:52:15 +0200 Marcin Kuzminski linkify perms and make global ones display better beta
Tue, 13 Mar 2012 06:36:53 +0200 Marcin Kuzminski implemented #377 Users view own permissions beta
Tue, 13 Mar 2012 04:24:45 +0200 Marcin Kuzminski fixed #396 fixed problems with revoking users in nested groups beta
Tue, 13 Mar 2012 02:40:34 +0200 Marcin Kuzminski more detailed logging on auth system beta
Tue, 13 Mar 2012 02:39:31 +0200 Marcin Kuzminski fixed #397 Private repository groups shows up before login beta
Mon, 12 Mar 2012 21:32:58 +0200 Marcin Kuzminski fixes for #393 py2.5 compatability for url generators beta
Mon, 12 Mar 2012 20:33:13 +0200 Marcin Kuzminski git+hg middleware do repo verification at earliest possible state, giving 404 as fast as possible. If repo is not found. beta
Mon, 12 Mar 2012 20:21:52 +0200 Marcin Kuzminski fixes count on main page broken after py2.5 compatibility fixes beta
Sun, 11 Mar 2012 17:51:23 +0200 Marcin Kuzminski Resolve error occurring during recursive group creation in API create-repo function beta
Sun, 11 Mar 2012 04:28:23 +0200 Marcin Kuzminski docs about debugging beta
Fri, 09 Mar 2012 22:12:00 +0200 Marcin Kuzminski ui beta
Fri, 09 Mar 2012 20:28:00 +0200 Marcin Kuzminski readme update, write rhodecode works on windows ! beta
Thu, 08 Mar 2012 22:01:51 +0200 Marcin Kuzminski temporarly fixed git _get_id_for_path problem in vcs. beta
Thu, 08 Mar 2012 21:58:45 +0200 Marcin Kuzminski added info to ugprade docs to restart celery beta
Thu, 08 Mar 2012 05:30:41 +0200 Marcin Kuzminski added arch example init.d beta
Wed, 07 Mar 2012 20:25:01 +0200 Marcin Kuzminski bump sqlalchemy version beta
Wed, 07 Mar 2012 18:46:06 +0200 Marcin Kuzminski force and check for absolute path on rhodecode setup beta
Wed, 07 Mar 2012 05:26:33 +0200 Marcin Kuzminski fixed issue with escaping < and > in changeset commits beta
Wed, 07 Mar 2012 05:15:33 +0200 Marcin Kuzminski updated test.ini to latest ini format beta
Wed, 07 Mar 2012 02:18:22 +0200 Marcin Kuzminski utils/conf beta
Wed, 07 Mar 2012 00:27:43 +0200 Marcin Kuzminski for the sake let's wrap the template joins with unicode mapping beta
Wed, 07 Mar 2012 00:26:25 +0200 Marcin Kuzminski added logging info about loaded rcext beta
Wed, 07 Mar 2012 00:14:33 +0200 Marcin Kuzminski ignore rcextensions beta
Tue, 06 Mar 2012 23:03:10 +0200 Marcin Kuzminski added initial rc-extension module beta
Mon, 05 Mar 2012 16:58:55 +0200 Marcin Kuzminski fixed #390 cache invalidation problems on repos inside group beta
Mon, 05 Mar 2012 05:17:07 +0200 Marcin Kuzminski UI beta
Mon, 05 Mar 2012 02:46:08 +0200 Marcin Kuzminski Whoosh logging is now controlled by the .ini files logging setup beta
Sun, 04 Mar 2012 19:57:42 +0000 Marcin Kuzminski code garden beta
Sun, 04 Mar 2012 03:08:54 +0000 Marcin Kuzminski fixed some unicode problems with waitress beta
Sun, 04 Mar 2012 03:01:02 +0000 Marcin Kuzminski fixes issue #385 clone by ID url was loosing proxy prefix in URL beta
Sun, 04 Mar 2012 02:28:31 +0000 Marcin Kuzminski bumped webhelpers version beta
Sat, 03 Mar 2012 03:41:19 +0200 Marcin Kuzminski Added tag v1.3.3 for changeset 934906f028b5
Sat, 03 Mar 2012 03:20:55 +0200 Marcin Kuzminski merge with beta rhodecode-0.0.1.3.3
Fri, 02 Mar 2012 22:14:03 +0200 Marcin Kuzminski docs beta
Fri, 02 Mar 2012 22:07:07 +0200 Marcin Kuzminski docs beta
Fri, 02 Mar 2012 22:02:44 +0200 Marcin Kuzminski version bump beta
Fri, 02 Mar 2012 21:57:01 +0200 Marcin Kuzminski merged beta into stable
Fri, 02 Mar 2012 21:56:00 +0200 Marcin Kuzminski changelog update beta
Fri, 02 Mar 2012 21:53:19 +0200 Marcin Kuzminski fixes issue #372 beta
Fri, 02 Mar 2012 20:20:42 +0200 Marcin Kuzminski bring back cs id for node history in git as it improves performance. Adding format prevents from crashes of modified gitconfigs beta
Fri, 02 Mar 2012 17:09:41 +0200 Marcin Kuzminski quick_repo_menu changed from mouseclick to popup beta
Fri, 02 Mar 2012 07:02:52 +0200 Marcin Kuzminski disallow opening multiple quick-menus on home page beta
Thu, 01 Mar 2012 19:40:42 +0200 Marcin Kuzminski fixed missing commit after hook delete beta
Thu, 01 Mar 2012 19:38:21 +0200 Marcin Kuzminski fixed test after last fixes beta
Thu, 01 Mar 2012 17:11:26 +0200 Marcin Kuzminski fixed vcs issue with last_changeset for filenodes beta
Thu, 01 Mar 2012 06:34:37 +0200 Marcin Kuzminski fixed raw_changeset for git, accidentally it was generated with hg patch headers beta
Thu, 01 Mar 2012 02:52:46 +0200 Marcin Kuzminski code garden beta
Thu, 01 Mar 2012 02:45:47 +0200 Marcin Kuzminski bumbed beaker version that fixes #375 leap error bug beta
Thu, 01 Mar 2012 01:16:10 +0200 Marcin Kuzminski changelog update beta
Thu, 01 Mar 2012 01:15:14 +0200 Marcin Kuzminski fixed sorting of repos in group beta
Thu, 01 Mar 2012 01:01:22 +0200 Marcin Kuzminski fixes issue when user tried to resubmit same permission into user/user_groups beta
Thu, 01 Mar 2012 00:30:41 +0200 Marcin Kuzminski code garden beta
Wed, 29 Feb 2012 23:16:20 +0200 Marcin Kuzminski docs on apache WSGI update beta
Wed, 29 Feb 2012 23:13:06 +0200 Marcin Kuzminski changelog+CONTRIBUTORS beta
Wed, 29 Feb 2012 23:11:13 +0200 Marcin Kuzminski merge beta into stable
Wed, 29 Feb 2012 21:43:54 +0100 Erwin Kroon Fix for #378 beta
Wed, 29 Feb 2012 16:39:07 +0200 Marcin Kuzminski fixes #376 Cannot edit user (using container auth) beta
Wed, 29 Feb 2012 03:48:29 +0200 Marcin Kuzminski upgrade docs update beta
Wed, 29 Feb 2012 21:43:54 +0100 Erwin Kroon Fix for #378
Wed, 29 Feb 2012 02:57:57 +0200 Marcin Kuzminski fixed issues with removed repos was accidentally added as groups, after beta
Wed, 29 Feb 2012 02:38:14 +0200 Marcin Kuzminski p2.5 fixes beta
Tue, 28 Feb 2012 20:56:32 +0200 Marcin Kuzminski version bump beta
Tue, 28 Feb 2012 20:54:53 +0200 Marcin Kuzminski Added tag v1.3.2 for changeset 9ab21c5ddb84
Tue, 28 Feb 2012 20:21:35 +0200 Marcin Kuzminski merge with beta rhodecode-0.0.1.3.2
Tue, 28 Feb 2012 19:59:16 +0200 Marcin Kuzminski added tests for users_group and issue #373 beta
Tue, 28 Feb 2012 19:18:35 +0200 Marcin Kuzminski fixed #373 missing cascade drop on user_group_to_perm table beta
Tue, 28 Feb 2012 18:25:30 +0200 Marcin Kuzminski fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys beta
Tue, 28 Feb 2012 17:44:17 +0200 Marcin Kuzminski merge pull request #32 from codingtony beta
Tue, 28 Feb 2012 07:08:42 +0200 Marcin Kuzminski reverted git fix as it broke pushing beta
Tue, 28 Feb 2012 07:05:03 +0200 Marcin Kuzminski fixes issue #366 setting null on parent_group didn't propagate to actually db field. beta
Tue, 28 Feb 2012 05:25:16 +0200 Marcin Kuzminski updated CONTRIBUTORS beta
Mon, 27 Feb 2012 18:15:39 -0800 Tony Bussieres let the is_git method exists so it is more similar to the hg backend. beta
Mon, 27 Feb 2012 17:35:12 -0800 Tony Bussieres No more relying on user agent to check if the request is for a git action. Patch candidate for issue #368 beta
Tue, 28 Feb 2012 01:37:20 +0200 Marcin Kuzminski fixed issue #370 beta
Mon, 27 Feb 2012 19:14:21 +0200 Marcin Kuzminski extended https fixup middleware. beta
Mon, 27 Feb 2012 18:58:47 +0200 Marcin Kuzminski fixed issue with remote repos on git beta
Mon, 27 Feb 2012 07:46:52 +0200 Marcin Kuzminski fixes git-protocol with beta
Mon, 27 Feb 2012 05:14:08 +0200 Marcin Kuzminski merge
Mon, 27 Feb 2012 05:13:40 +0200 Marcin Kuzminski version bump beta
Mon, 27 Feb 2012 05:12:32 +0200 Marcin Kuzminski Added tag v1.3.1 for changeset 79a95f338fd0
Mon, 27 Feb 2012 05:08:31 +0200 Marcin Kuzminski merge beta fixes into stable rhodecode-0.0.1.3.1
Mon, 27 Feb 2012 05:06:59 +0200 Marcin Kuzminski Git fixes beta
Mon, 27 Feb 2012 05:05:59 +0200 Marcin Kuzminski remove branch from git filenode history drop-down beta
Mon, 27 Feb 2012 04:28:40 +0200 Marcin Kuzminski fixed issue with sessions that lead to redirection loops beta
Sun, 26 Feb 2012 21:56:03 +0200 Marcin Kuzminski merge
Sun, 26 Feb 2012 21:53:36 +0200 Marcin Kuzminski reverted accidentally removed function in safe_str beta
Sun, 26 Feb 2012 21:41:44 +0200 Marcin Kuzminski changelog update
Sun, 26 Feb 2012 21:38:38 +0200 Marcin Kuzminski docs updates for release beta
Sun, 26 Feb 2012 21:31:04 +0200 Marcin Kuzminski version bump for beta beta
Sun, 26 Feb 2012 21:29:09 +0200 Marcin Kuzminski Added tag v1.3.0 for changeset dbc82e3362a2
Sun, 26 Feb 2012 21:17:45 +0200 Marcin Kuzminski quiet down vcs info for stable branch rhodecode-0.0.1.3.0
Sun, 26 Feb 2012 19:31:17 +0200 Marcin Kuzminski merge beta into default
Sun, 26 Feb 2012 19:30:47 +0200 Marcin Kuzminski don't crash whole migrations if we cannot drop constraints. Those aren't so important. It might happen beta
Sun, 26 Feb 2012 19:15:30 +0200 Marcin Kuzminski merge beta into stable
Sun, 26 Feb 2012 19:05:04 +0200 Marcin Kuzminski readme update beta
Sun, 26 Feb 2012 18:09:28 +0200 Marcin Kuzminski merged beta into stable
Sun, 26 Feb 2012 18:08:37 +0200 Marcin Kuzminski merged changes from stable into beta beta
Sun, 26 Feb 2012 17:25:09 +0200 Marcin Kuzminski merge 1.3 into stable
Sun, 26 Feb 2012 01:25:38 +0200 Marcin Kuzminski Added session wrapper, for rc 1.2.X compatibility. Adds backwards compatability beta
Sat, 25 Feb 2012 17:10:06 +0200 Marcin Kuzminski urlify the commit message in file block + small css fixes beta
Fri, 24 Feb 2012 20:53:11 +0200 Marcin Kuzminski fixed issues when urlify commit created empty links when link_ param was empty beta
Thu, 23 Feb 2012 04:04:00 +0200 Marcin Kuzminski fixed logging issue on non-ascii repos beta
Thu, 23 Feb 2012 03:51:39 +0200 Marcin Kuzminski improved logging in git/hg middlewares beta
Thu, 23 Feb 2012 03:39:35 +0200 Marcin Kuzminski more work on improving info logging beta
Thu, 23 Feb 2012 02:48:32 +0200 Marcin Kuzminski fixes in doc about waitress wsgi beta
Thu, 23 Feb 2012 02:34:58 +0200 Marcin Kuzminski docs updates on git support beta
Wed, 22 Feb 2012 21:26:08 +0200 Marcin Kuzminski more docs beta
Wed, 22 Feb 2012 21:20:50 +0200 Marcin Kuzminski better logging beta
Wed, 22 Feb 2012 21:20:29 +0200 Marcin Kuzminski docs updates beta
Wed, 22 Feb 2012 04:42:58 +0200 Marcin Kuzminski removed fixups for groups/permiossions on repos groups beta
Wed, 22 Feb 2012 04:41:52 +0200 Marcin Kuzminski changelog update beta
Wed, 22 Feb 2012 04:35:07 +0200 Marcin Kuzminski updated setup docs about encoding beta
Wed, 22 Feb 2012 04:30:26 +0200 Marcin Kuzminski implements #212 moved default encoding variable into rhodecode-config. It's now possible to change beta
Wed, 22 Feb 2012 04:11:29 +0200 Marcin Kuzminski fixed groups log message beta
Tue, 21 Feb 2012 20:16:08 +0200 Marcin Kuzminski fixed cs_links for deleted repos beta
Tue, 21 Feb 2012 20:09:18 +0200 Marcin Kuzminski fixed issue with hybrid property for ldap_active beta
Tue, 21 Feb 2012 20:01:05 +0200 Marcin Kuzminski speed up generating changesets in journal log beta
Tue, 21 Feb 2012 03:47:21 +0200 Marcin Kuzminski fix text on donate button beta
Tue, 21 Feb 2012 02:51:28 +0200 Marcin Kuzminski API get_user and get_repo methods can fetch by id or names beta
Tue, 21 Feb 2012 02:35:43 +0200 Marcin Kuzminski API updates beta
Tue, 21 Feb 2012 01:18:00 +0200 Marcin Kuzminski API: allowed password field to be null when used with ldap_dn ref #362 beta
Mon, 20 Feb 2012 23:00:54 +0200 Marcin Kuzminski Added VCS into rhodecode core for faster and easier deployments of new versions beta
Sun, 19 Feb 2012 20:50:00 +0200 Marcin Kuzminski added clone_uri to API method for creating users beta
Sun, 19 Feb 2012 20:21:14 +0200 Marcin Kuzminski backported to stable #355 LDAP passwords stored
Sun, 19 Feb 2012 20:16:51 +0200 Marcin Kuzminski enabled grant/revoke api functions for users and users groups beta
Sun, 19 Feb 2012 20:12:01 +0200 Marcin Kuzminski implements #361 API method for deleting repositories beta
Sun, 19 Feb 2012 20:00:18 +0200 Marcin Kuzminski API added explicit method for updating user account beta
Sun, 19 Feb 2012 19:36:42 +0200 Marcin Kuzminski made upper menu always hover, looks nicer and produces less troubles beta
Sun, 19 Feb 2012 17:41:07 +0200 Marcin Kuzminski added migrations from 1.2.X to 1.3 beta
Sun, 19 Feb 2012 05:15:04 +0200 Marcin Kuzminski fixed css broken during replacement beta
Sun, 19 Feb 2012 05:08:38 +0200 Marcin Kuzminski fixed css issues for opera beta
Fri, 17 Feb 2012 22:19:31 +0200 Marcin Kuzminski requires updates beta
Fri, 17 Feb 2012 01:03:02 +0200 Marcin Kuzminski activate codehilite extension on markdown renderer, inspired by bitbucket blog ;) beta
Thu, 16 Feb 2012 05:41:58 +0200 Marcin Kuzminski bumbed whoosh to 2.3.X series beta
Thu, 16 Feb 2012 04:56:33 +0200 Marcin Kuzminski removed id param from required api params. It was left over by mistake
Tue, 14 Feb 2012 23:33:08 +0200 Marcin Kuzminski added optional password type in password generator beta
Tue, 14 Feb 2012 23:30:40 +0200 Marcin Kuzminski #355 replaced stored LDAP password with some random generated one beta
Tue, 14 Feb 2012 23:09:25 +0200 Marcin Kuzminski changed warning log message for reading hgrc files, it was confusing. It's just an indication of the fact beta
Tue, 14 Feb 2012 23:04:09 +0200 Marcin Kuzminski removed depracated method from db models beta
Tue, 14 Feb 2012 23:02:23 +0200 Marcin Kuzminski API changes beta
Wed, 08 Feb 2012 02:54:13 +0200 Marcin Kuzminski db unique constraints fixes beta
Tue, 07 Feb 2012 07:38:11 +0200 Marcin Kuzminski fixed found issues in upgrade script beta
Tue, 07 Feb 2012 07:32:16 +0200 Marcin Kuzminski added re-creation of permissions into step4 upgrade beta
Tue, 07 Feb 2012 07:23:31 +0200 Marcin Kuzminski Added group permission autofix for older version of rhodecode which didn't have default permissions for repos groups beta
Tue, 07 Feb 2012 07:22:47 +0200 Marcin Kuzminski fixed tests after latest changes to history list beta
Tue, 07 Feb 2012 06:38:10 +0200 Marcin Kuzminski - added branch to history list for file beta
Sat, 28 Jan 2012 01:06:29 +0200 Marcin Kuzminski #227 Initial version of repository groups permissions system beta
Sun, 05 Feb 2012 21:45:15 +0200 Aras Pranckevicius UI: percentage of stats gathered doesn't seem like important enough to need a large font beta
Sun, 05 Feb 2012 21:33:29 +0200 Marcin Kuzminski Merged in aras_p/rhodecode (pull request #28) beta
Sun, 05 Feb 2012 21:26:34 +0200 Aras Pranckevicius journal: polish beta
Thu, 02 Feb 2012 00:32:15 +0200 Marcin Kuzminski code garden, pep8 beta
Thu, 02 Feb 2012 00:31:16 +0200 Marcin Kuzminski fixed exception in rhodecode_crawler beta
Thu, 02 Feb 2012 00:31:00 +0200 Marcin Kuzminski garden beta
Sun, 05 Feb 2012 19:10:08 +0200 Aras Pranckevicius quick login: add link to Journal to popup menu beta
Wed, 01 Feb 2012 22:50:10 +0200 Marcin Kuzminski bumped mercurial to 2.1 beta
Wed, 01 Feb 2012 22:46:57 +0200 Marcin Kuzminski fixed issue with logger crashing on mixed str and unicode beta
Tue, 31 Jan 2012 04:41:00 +0200 Marcin Kuzminski #348 added post-create repository hook beta
Sat, 28 Jan 2012 19:57:52 +0200 Marcin Kuzminski ignore sqlite files beta
Sat, 28 Jan 2012 19:56:02 +0200 Marcin Kuzminski syncec changelog from stable branch beta
Sat, 28 Jan 2012 19:54:13 +0200 Marcin Kuzminski Added tag v1.2.5 for changeset b6b611e7722e
Sat, 28 Jan 2012 19:42:44 +0200 Marcin Kuzminski requires file update rhodecode-0.0.1.2.5
Sat, 28 Jan 2012 19:42:00 +0200 Marcin Kuzminski changelog update
Sat, 28 Jan 2012 18:15:45 +0200 Marcin Kuzminski code cleanup beta
Sat, 28 Jan 2012 18:11:45 +0200 Marcin Kuzminski freeze hg version to 2.0.1 for windows due to a bug in mercurial that breaks forking in rhodecode-win
Sat, 28 Jan 2012 18:07:20 +0200 Marcin Kuzminski fixed requires files, added distinction on win vs other platforms beta
Sat, 28 Jan 2012 07:14:34 +0200 Marcin Kuzminski white space cleanup beta
Sat, 28 Jan 2012 07:14:01 +0200 Marcin Kuzminski backported fix for issue with uploading files from web interface
Sat, 28 Jan 2012 00:51:13 +0200 Marcin Kuzminski code cleanup beta
Sat, 28 Jan 2012 00:07:46 +0200 Marcin Kuzminski fix typo in db models beta
Sat, 28 Jan 2012 00:00:51 +0200 Marcin Kuzminski optimized speed for browsing git changesets beta
Fri, 27 Jan 2012 05:33:06 +0200 Marcin Kuzminski renamed repo groups table beta
Fri, 27 Jan 2012 08:11:35 +0200 Aras Pranckevicius changeset: do not mix font sizes/padding of hash vs. date there, looks very distracting beta
Fri, 27 Jan 2012 08:05:50 +0200 Aras Pranckevicius changeset: do not uppercase the hash in breadcrumbs beta
Fri, 27 Jan 2012 08:02:34 +0200 Aras Pranckevicius merge upstream beta
Fri, 27 Jan 2012 08:01:57 +0200 Aras Pranckevicius Backed out changeset af01b0020901 (similar change made upstream) beta
Thu, 26 Jan 2012 22:57:59 +0200 Aras Pranckevicius changeset: never uppercase changeset hash (uppercased one cant be copied and pasted into hg) beta
Fri, 27 Jan 2012 05:07:57 +0200 Marcin Kuzminski show members in user groups with avatars beta
Fri, 27 Jan 2012 04:51:08 +0200 Marcin Kuzminski usergroup form has active checkec by default beta
Fri, 27 Jan 2012 04:46:00 +0200 Marcin Kuzminski #344 optional firstname lastname on user creation beta
Fri, 27 Jan 2012 04:14:01 +0200 Marcin Kuzminski user lowercase (copy safe) hash in changeset beta
Tue, 24 Jan 2012 20:02:21 +0200 Marcin Kuzminski get_dict function garden beta
Tue, 24 Jan 2012 20:01:09 +0200 Marcin Kuzminski fixes missing email attribute. Bug introduced after applying setters and getter for sqlalchemy
Mon, 23 Jan 2012 18:29:05 +0200 Marcin Kuzminski changelog fix beta
Mon, 23 Jan 2012 17:20:32 +0200 Marcin Kuzminski semicolon fix for registration email beta
Sun, 22 Jan 2012 21:23:32 +0200 Marcin Kuzminski white space cleanup beta
Sun, 22 Jan 2012 21:22:43 +0200 Marcin Kuzminski backported fix from beta to disable hooks, on archive with subrepos
Sun, 22 Jan 2012 21:16:55 +0200 Marcin Kuzminski fixed changelog test beta
Sun, 22 Jan 2012 21:11:30 +0200 Marcin Kuzminski fix leftover bad code on fork function beta
Sun, 22 Jan 2012 03:33:43 +0200 Marcin Kuzminski fixed percentage in stats beta
Sat, 21 Jan 2012 07:15:16 +0200 Marcin Kuzminski docs update beta
Sat, 21 Jan 2012 07:15:03 +0200 Marcin Kuzminski issue and commits linking added also for shortlog beta
Sat, 21 Jan 2012 07:09:18 +0200 Marcin Kuzminski backported #340 session cleanup for celery tasks
Sat, 21 Jan 2012 07:08:43 +0200 Marcin Kuzminski backported #341
Sat, 21 Jan 2012 06:51:50 +0200 Marcin Kuzminski user menu fixes beta
Sat, 21 Jan 2012 01:18:06 +0200 Marcin Kuzminski fixes expand button on changeset beta
Sat, 21 Jan 2012 00:55:09 +0200 Marcin Kuzminski changed default issue tracker links pattern beta
Fri, 20 Jan 2012 23:31:05 +0200 Marcin Kuzminski fixes issue with initial grant/revoke permissions for users group beta
Fri, 20 Jan 2012 08:27:36 +0200 Marcin Kuzminski display unread notifications only if present, make icon bigger on menu beta
Fri, 20 Jan 2012 08:14:32 +0200 Marcin Kuzminski cleanup task session only if celery is on beta
Fri, 20 Jan 2012 08:11:00 +0200 Marcin Kuzminski fixes #340 session cleanup for celery tasks beta
Fri, 20 Jan 2012 08:08:41 +0200 Marcin Kuzminski new menu css fixes for chrome beta
Fri, 20 Jan 2012 08:07:46 +0200 Marcin Kuzminski gravatar fix to match supported sizes beta
Fri, 20 Jan 2012 07:51:17 +0200 Marcin Kuzminski removed upper menu to save space and did little rip off menu similar to G+ beta
Fri, 20 Jan 2012 01:47:16 +0200 Marcin Kuzminski fixes issue #341, logger outputed invalid path name beta
Thu, 19 Jan 2012 20:22:34 +0200 Marcin Kuzminski merge with bitbucket beta
Thu, 19 Jan 2012 18:26:24 +0200 Marcin Kuzminski docfix beta
Fri, 20 Jan 2012 02:17:42 +0800 Vladislav Poluhin labels "commit activity" using format beta
Fri, 20 Jan 2012 00:28:18 +0800 Vladislav Poluhin labels for users in "commit activity" beta
Fri, 20 Jan 2012 00:20:04 +0800 Vladislav Poluhin label for "with subrepos" checkbox beta
Thu, 19 Jan 2012 07:24:06 +0200 Marcin Kuzminski backported 1.2.4 changelog into beta docs beta
Thu, 19 Jan 2012 07:20:58 +0200 Marcin Kuzminski Added tag v1.2.4 for changeset a7a282a902b2
Thu, 19 Jan 2012 07:11:28 +0200 Marcin Kuzminski nicer setup question about repo path rhodecode-0.0.1.2.4
Thu, 19 Jan 2012 07:11:18 +0200 Marcin Kuzminski fixes #316
Thu, 19 Jan 2012 06:46:25 +0200 Marcin Kuzminski fixes for release 1.2.4
Thu, 19 Jan 2012 05:43:58 +0200 Marcin Kuzminski docs fix beta
Thu, 19 Jan 2012 05:43:27 +0200 Marcin Kuzminski added links to revisions in commit messages beta
Thu, 19 Jan 2012 03:47:48 +0200 Marcin Kuzminski fixes issue with whitespace for referenced tasks in commit messages beta
Tue, 17 Jan 2012 23:13:19 +0200 Marcin Kuzminski docs update beta
Tue, 17 Jan 2012 20:53:25 +0200 Marcin Kuzminski updated api docs for stable docs
Tue, 17 Jan 2012 20:51:42 +0200 Marcin Kuzminski create user api_doc update beta
Tue, 17 Jan 2012 20:41:30 +0200 Marcin Kuzminski code garden beta
Tue, 17 Jan 2012 20:40:36 +0200 Marcin Kuzminski marked ldap_dn in user edit form as readonly ref #292
Tue, 17 Jan 2012 20:37:32 +0200 Marcin Kuzminski marked ldap_dn in user edit form as readonly ref #292 beta
Sun, 15 Jan 2012 20:22:57 +0200 Marcin Kuzminski mail response garden beta
Sun, 15 Jan 2012 20:19:56 +0200 Marcin Kuzminski fixed BCC problem in mailing library beta
Sat, 14 Jan 2012 17:20:04 +0200 Marcin Kuzminski bumbed sqlalchemy version beta
Sat, 14 Jan 2012 17:10:51 +0200 Marcin Kuzminski added tooltips into diff icons beta
Sat, 14 Jan 2012 01:15:20 +0200 Marcin Kuzminski changelog update beta
Sat, 14 Jan 2012 01:12:21 +0200 Marcin Kuzminski fixed tests
Sat, 14 Jan 2012 01:08:21 +0200 Marcin Kuzminski backported fix for #337
Sat, 14 Jan 2012 00:56:37 +0200 Marcin Kuzminski added validation to repo groups to check for conflicting repository name fixes #337 beta
Fri, 13 Jan 2012 21:31:01 +0200 Marcin Kuzminski added short_id to feeds, and made it more compact beta
Fri, 13 Jan 2012 07:36:07 +0200 Marcin Kuzminski more user friendly message for repo path on setup beta
Fri, 13 Jan 2012 06:38:36 +0200 Marcin Kuzminski test fixes for latest changes beta
Fri, 13 Jan 2012 04:58:14 +0200 Marcin Kuzminski adapt codes to latest vcs beta
Fri, 13 Jan 2012 03:09:28 +0200 Marcin Kuzminski ignore coverage and my local dev.ini file beta
Fri, 13 Jan 2012 00:26:26 +0200 Marcin Kuzminski changelog update beta
Fri, 13 Jan 2012 00:24:48 +0200 Marcin Kuzminski backported fix for issue #271
Fri, 13 Jan 2012 00:18:10 +0200 Marcin Kuzminski fixes issue #271 beta
Fri, 13 Jan 2012 00:15:31 +0200 Marcin Kuzminski deactivated enrypted cookies by default. beta
Thu, 12 Jan 2012 06:32:40 +0200 Marcin Kuzminski White-space cleanup beta
Thu, 12 Jan 2012 06:21:48 +0200 Marcin Kuzminski backported fixes for statistics from beta branch, try to fix issue #271
Thu, 12 Jan 2012 05:51:13 +0200 Marcin Kuzminski code garden beta
Thu, 12 Jan 2012 05:23:52 +0200 Marcin Kuzminski ui touch ups beta
Wed, 11 Jan 2012 17:59:15 +0200 Marcin Kuzminski Added number of comments in changelog for each changeset beta
Tue, 10 Jan 2012 07:01:12 +0200 Marcin Kuzminski fix for latest vcs beta
Mon, 09 Jan 2012 23:28:22 +0200 Aras Pranckevicius changelog: styling "show more" expander beta
Mon, 09 Jan 2012 22:58:53 +0200 Aras Pranckevicius changelog: make date display less heavy beta
Mon, 09 Jan 2012 22:54:34 +0200 Aras Pranckevicius graph: fix null check lost in last merge beta
Mon, 09 Jan 2012 22:52:13 +0200 Aras Pranckevicius changelog: simplify row expansion and fix for Firefox (parentElement->parentNode) beta
Mon, 09 Jan 2012 22:40:10 +0200 Aras Pranckevicius changelog: make messages be links again, and somewhat co-exist with issue tracker links (those are bold now) beta
Mon, 09 Jan 2012 09:37:15 +0200 Aras Pranckevicius merge upstream (keeping my graph.js changes) beta
Mon, 09 Jan 2012 09:33:36 +0200 Aras Pranckevicius Backed out changeset 6300364efc35 (upstream did same changes) beta
Mon, 09 Jan 2012 09:31:49 +0200 Aras Pranckevicius Backed out changeset 303ef179f750 (upstream did same changes) beta
Mon, 09 Jan 2012 09:26:03 +0200 Aras Pranckevicius changelog: repaint graph when expanding tall messages beta
Mon, 09 Jan 2012 09:16:43 +0200 Aras Pranckevicius graph: make it handle different row heights while still doing dots in the middle of each row beta
Mon, 09 Jan 2012 09:01:37 +0200 Aras Pranckevicius changelog: expand clipped messages on click (graph part todo) beta
Mon, 09 Jan 2012 07:48:45 +0200 Aras Pranckevicius changelog: fixed lost pre-wrap on commit message beta
Mon, 09 Jan 2012 04:04:58 +0200 Marcin Kuzminski docs update beta
Mon, 09 Jan 2012 04:00:44 +0200 Marcin Kuzminski white space cleanup beta
Mon, 09 Jan 2012 04:00:12 +0200 Marcin Kuzminski added repository name into issue tracker link to support different projects issues tracker mapping beta
Mon, 09 Jan 2012 03:51:05 +0200 Marcin Kuzminski added aras_p to contributors beta
Mon, 09 Jan 2012 03:48:17 +0200 Marcin Kuzminski merge with bb beta
Mon, 09 Jan 2012 03:46:56 +0200 Marcin Kuzminski UI fixes beta
Mon, 09 Jan 2012 03:45:21 +0200 Marcin Kuzminski revert default to 20, for large repositories it's better to go less and have it faster. beta
Sun, 08 Jan 2012 12:34:09 +0200 Aras Pranckevicius graph: bezier curve for curved merge lines beta
Sun, 08 Jan 2012 12:19:43 +0200 Aras Pranckevicius changelog: remove date, it's moved to tooltip in upstream as well beta
Sun, 08 Jan 2012 12:18:16 +0200 Aras Pranckevicius merge upstream beta
Sat, 07 Jan 2012 21:44:18 +0200 Aras Pranckevicius changeset: simplifying comments beta
Sat, 07 Jan 2012 19:07:00 +0200 Aras Pranckevicius changeset: replace diff/whitespace/context popup menu with icons beta
Fri, 06 Jan 2012 22:12:22 +0200 Aras Pranckevicius changeset: styling a bit beta
Fri, 06 Jan 2012 21:57:31 +0200 Aras Pranckevicius changeset: styling parents beta
Fri, 06 Jan 2012 21:55:18 +0200 Aras Pranckevicius css: merge/branch/tag blurbs beta
Fri, 06 Jan 2012 21:31:26 +0200 Aras Pranckevicius css: styling file change counts beta
Fri, 06 Jan 2012 21:11:19 +0200 Aras Pranckevicius css: less rounding/border around gravatars beta
Fri, 06 Jan 2012 21:08:09 +0200 Aras Pranckevicius changelog: more polish beta
Fri, 06 Jan 2012 19:13:06 +0200 Aras Pranckevicius changelog: center graph points vertically, now that each row is same size beta
Fri, 06 Jan 2012 08:01:09 +0200 Aras Pranckevicius changeset: clean up UI beta
Thu, 05 Jan 2012 21:40:05 +0200 Aras Pranckevicius changelog: more commits by default; tweak top header layout beta
Thu, 05 Jan 2012 21:05:42 +0200 Aras Pranckevicius changelog: making less noisy beta
Thu, 05 Jan 2012 20:21:32 +0200 Aras Pranckevicius changelog: make graph center be slighly inside vertical commit space; center being in top corner looks confusing beta
Sun, 08 Jan 2012 16:57:56 +0200 Marcin Kuzminski garbage collector beta
Sat, 07 Jan 2012 23:55:24 +0200 Marcin Kuzminski Changed default recipients separator for mails to ', ' beta
Sat, 07 Jan 2012 22:22:16 +0200 Marcin Kuzminski fixed show inline comments, broken after some html refactoring beta
Sat, 07 Jan 2012 04:23:43 +0200 Marcin Kuzminski typo fix beta
Sat, 07 Jan 2012 02:27:52 +0200 Marcin Kuzminski api review beta
Sat, 07 Jan 2012 01:42:18 +0200 Marcin Kuzminski fixes #333 mismatch of argument for get_repo API method
Sat, 07 Jan 2012 01:33:21 +0200 Marcin Kuzminski docs fix beta
Fri, 06 Jan 2012 23:04:52 +0200 Marcin Kuzminski added class into issue tracker link beta
Fri, 06 Jan 2012 21:50:52 +0200 Marcin Kuzminski docs update beta
Fri, 06 Jan 2012 19:37:36 +0200 Marcin Kuzminski docs update beta
Fri, 06 Jan 2012 19:27:32 +0200 Marcin Kuzminski #73 mapping of commited issues from commit message into issue tracker url. beta
Fri, 06 Jan 2012 06:39:54 +0200 Marcin Kuzminski normalize path using os.sep beta
Fri, 06 Jan 2012 06:19:04 +0200 Marcin Kuzminski added warning on sqlite when using migration. beta
Fri, 06 Jan 2012 06:09:12 +0200 Marcin Kuzminski backported fixes for issue #318
Thu, 05 Jan 2012 19:29:08 +0200 Aras Pranckevicius hg ignore Paste*.egg beta
Thu, 05 Jan 2012 17:02:42 +0200 Marcin Kuzminski fixed problem with anchor links that contains non ascii chars beta
Thu, 05 Jan 2012 16:47:48 +0200 Marcin Kuzminski removed default encryption in inis to not require AES beta
Wed, 04 Jan 2012 04:43:31 +0200 Marcin Kuzminski changelog update beta
Wed, 04 Jan 2012 04:41:50 +0200 Marcin Kuzminski fixes issue when owner of a repo couldn't revoke permissions for users and groups
Wed, 04 Jan 2012 04:41:50 +0200 Marcin Kuzminski fixes issue when owner of a repo couldn't revoke permissions for users and groups beta
Wed, 04 Jan 2012 04:21:34 +0200 Marcin Kuzminski more verbose removal messages beta
Wed, 04 Jan 2012 04:01:35 +0200 Marcin Kuzminski changelog update beta
Wed, 04 Jan 2012 03:59:52 +0200 Marcin Kuzminski backporting fix for issue #298 conflicting-e-mail-addresses-for-ldap
Wed, 04 Jan 2012 03:50:07 +0200 Marcin Kuzminski 2012 copyrights beta
Wed, 04 Jan 2012 03:30:16 +0200 Marcin Kuzminski changelog update beta
Wed, 04 Jan 2012 03:21:36 +0200 Marcin Kuzminski added requires.txt file beta
Wed, 04 Jan 2012 03:12:30 +0200 Marcin Kuzminski fixes issue #331 RC mangles repository names if the a repository group contains the "full path" to the repositories
Wed, 04 Jan 2012 03:12:30 +0200 Marcin Kuzminski fixes issue #331 RC mangles repository names if the a repository group contains the "full path" to the repositories beta
Thu, 29 Dec 2011 07:36:53 +0200 Marcin Kuzminski sphinx doc cleanup beta
Thu, 29 Dec 2011 07:35:51 +0200 Marcin Kuzminski auto white-space removal beta
Thu, 29 Dec 2011 06:59:07 +0200 Marcin Kuzminski - fixed issue with mark all read button for notifications and listeners on delete buttons beta
Thu, 29 Dec 2011 01:24:21 +0200 Marcin Kuzminski added Matt Zuba into contributors beta
Thu, 29 Dec 2011 00:02:42 +0200 Marcin Kuzminski merge with bb beta
Thu, 29 Dec 2011 00:02:26 +0200 Marcin Kuzminski small change for post update hook that displays repository size beta
Thu, 29 Dec 2011 00:01:05 +0200 Marcin Kuzminski implements #285: Implemented non changeable urls for clone url, and web views beta
Wed, 28 Dec 2011 23:57:57 +0200 Marcin Kuzminski Added instruction on enabling the API access to web views beta
Wed, 28 Dec 2011 11:21:04 -0700 Matt Zuba Add Celery upstart file and fix post-stop for rhodecode upstart beta
Wed, 28 Dec 2011 04:12:27 +0200 Marcin Kuzminski implements #330 api method for listing nodes at particular revision beta
Sat, 24 Dec 2011 02:21:22 +0200 Marcin Kuzminski fix archive download for git beta
Sat, 24 Dec 2011 01:07:03 +0200 Marcin Kuzminski fix issue #323 auth by suername only if container auth is enabled beta
Fri, 23 Dec 2011 04:47:48 +0200 Marcin Kuzminski - fixed issue with missing commits on some repos commands beta
Wed, 21 Dec 2011 20:22:32 +0200 Marcin Kuzminski merge with bb fork beta
Wed, 21 Dec 2011 20:16:50 +0200 Marcin Kuzminski nicer diff beta
Wed, 21 Dec 2011 11:16:17 -0700 Matt Zuba Wrap remember me in translation function beta
Wed, 21 Dec 2011 10:30:38 -0700 Matt Zuba Debian/Ubuntu upstart script beta
Wed, 21 Dec 2011 10:08:32 -0700 Matt Zuba Remember Me option on login beta
Wed, 21 Dec 2011 06:19:28 +0200 Marcin Kuzminski fixed problem with uploading files into rhodecode that wasn't detected as streams beta
Wed, 21 Dec 2011 02:56:39 +0200 Marcin Kuzminski pep8ify beta
Wed, 21 Dec 2011 02:47:39 +0200 Marcin Kuzminski fixes issue with unbound session, thanks to slafs for patch
Wed, 21 Dec 2011 02:26:15 +0200 Marcin Kuzminski fixes testing email in settings beta
Wed, 21 Dec 2011 02:13:28 +0200 Marcin Kuzminski enabled largefiles for stable release
Wed, 21 Dec 2011 02:07:41 +0200 Marcin Kuzminski fixed RPC call for api that was missing request id beta
Wed, 21 Dec 2011 02:06:09 +0200 Marcin Kuzminski garbage collector :> beta
Wed, 21 Dec 2011 02:05:31 +0200 Marcin Kuzminski backporting #329 into stable
Wed, 21 Dec 2011 01:53:01 +0200 Marcin Kuzminski implements #329 beta
Mon, 19 Dec 2011 19:53:08 +0200 Marcin Kuzminski code garden beta
Mon, 19 Dec 2011 02:31:22 +0200 Marcin Kuzminski mark all read button for notifications beta
Mon, 19 Dec 2011 00:12:50 +0200 Marcin Kuzminski bumped up beaker version beta
Mon, 19 Dec 2011 00:11:20 +0200 Marcin Kuzminski implements #308 rewrote diffs to enable displaying full diff on each file beta
Sun, 18 Dec 2011 04:41:52 +0200 Marcin Kuzminski test fixes beta
Sun, 18 Dec 2011 04:24:53 +0200 Marcin Kuzminski code garden for changeset ranges and comments beta
Sun, 18 Dec 2011 00:12:58 +0200 Marcin Kuzminski fixed instructions for git beta
Sat, 17 Dec 2011 22:46:19 +0200 Marcin Kuzminski removed duplicate arrow image beta
Sat, 17 Dec 2011 21:54:48 +0200 Marcin Kuzminski added missing images for sorting beta
Sat, 17 Dec 2011 21:47:08 +0200 Marcin Kuzminski fixes #324 proper largefiles extension enable beta
Sat, 17 Dec 2011 21:31:54 +0200 Marcin Kuzminski added sorting to bookmarks tags and branches beta
Sat, 17 Dec 2011 16:35:11 +0200 Marcin Kuzminski fixes #326 some html special chars where not escaped in diffs + code garden in helpers beta
Sat, 17 Dec 2011 05:17:12 +0200 Marcin Kuzminski Translations fixes for Data table beta
Fri, 16 Dec 2011 22:01:44 +0200 Marcin Kuzminski Added sorting into journal and admin pages beta
Fri, 16 Dec 2011 20:13:23 +0200 Marcin Kuzminski fixes #229 repo sorting is not working. beta
Sun, 11 Dec 2011 00:52:37 +0200 Marcin Kuzminski removed deprecated self.fid function beta
Sun, 11 Dec 2011 00:51:53 +0200 Marcin Kuzminski implements #307, configurable diffs beta
Sat, 10 Dec 2011 14:49:12 +0200 Marcin Kuzminski changed links with diff options into a pop-up menu. Saves space on long filenames and looks better beta
Sat, 10 Dec 2011 01:22:16 +0200 Marcin Kuzminski diff line fix no# beta
Sat, 10 Dec 2011 01:06:15 +0200 Marcin Kuzminski diff line numbers fix beta
Sat, 10 Dec 2011 00:48:05 +0200 Marcin Kuzminski - diff.css merge to main style.css beta
Fri, 09 Dec 2011 13:45:48 +0200 Marcin Kuzminski default session settings was reverted to file. beta
Thu, 08 Dec 2011 04:32:42 +0200 Marcin Kuzminski Implements #304 beta
Thu, 08 Dec 2011 03:36:13 +0200 Marcin Kuzminski @mention highlighting beta
Thu, 08 Dec 2011 02:25:23 +0200 Marcin Kuzminski added line context control to diffs beta
Thu, 08 Dec 2011 01:47:11 +0200 Marcin Kuzminski garden beta
Thu, 08 Dec 2011 01:35:50 +0200 Marcin Kuzminski garden beta
Thu, 08 Dec 2011 01:31:11 +0200 Marcin Kuzminski fix small issue in forms beta
Thu, 08 Dec 2011 01:23:11 +0200 Marcin Kuzminski fixes issue #320. beta
Thu, 08 Dec 2011 01:17:37 +0200 Marcin Kuzminski logger name update beta
Wed, 07 Dec 2011 23:02:07 +0200 Marcin Kuzminski migration fix for mysql beta
Wed, 07 Dec 2011 22:08:12 +0200 Marcin Kuzminski Wrapped calls for git and hg middleware in extra block that clears db Session. beta
Wed, 07 Dec 2011 20:43:16 +0200 Marcin Kuzminski case insensitive fix for issue #298 beta
Wed, 07 Dec 2011 20:17:12 +0200 Marcin Kuzminski inline comment button fix beta
Tue, 06 Dec 2011 04:06:01 +0200 Marcin Kuzminski fixed repo_create permission by adding missing commit statements beta
Tue, 06 Dec 2011 01:18:27 +0200 Marcin Kuzminski fixes #298, ldap email addresses created by rhodecode automatically during first login didn't get converted to lower case, which lead to lookup failures and than wrong checks for uniqueness. Fixed that by putting a setter on db model column that will enforce converting to lowercase. beta
Mon, 05 Dec 2011 03:31:23 +0200 Marcin Kuzminski UI ! beta
Mon, 05 Dec 2011 03:29:05 +0200 Marcin Kuzminski implements #239 manual marking of repos as forks for admins beta
Sun, 04 Dec 2011 23:44:25 +0200 Marcin Kuzminski banned git-repos to use bookmarks views beta
Sun, 04 Dec 2011 23:39:32 +0200 Marcin Kuzminski moved soon-to-be-deleted code from vcs to rhodecode beta
Sat, 03 Dec 2011 21:00:36 +0200 Marcin Kuzminski Added handling of ignore whitespace flag in changesets beta
Sat, 03 Dec 2011 04:14:41 +0200 Marcin Kuzminski Summary page downloads limited to zip. beta
Sat, 03 Dec 2011 04:12:44 +0200 Marcin Kuzminski updated docs beta
Fri, 02 Dec 2011 22:31:13 +0200 Marcin Kuzminski commit less models beta
Fri, 02 Dec 2011 00:15:26 +0200 Marcin Kuzminski implements #135 bookmark support for UI beta
Thu, 01 Dec 2011 03:11:26 +0200 Marcin Kuzminski implements #193 journal stores information about deleting of repos beta
Thu, 01 Dec 2011 02:35:29 +0200 Marcin Kuzminski Journal refresh button beta
Thu, 01 Dec 2011 01:25:48 +0200 Marcin Kuzminski fixes #305 User guide suggests sub-optimal nginx configuration beta
Thu, 01 Dec 2011 00:40:28 +0200 Marcin Kuzminski remove cache from default perms. In some cases of concurrent repo removal it crashed. beta
Thu, 01 Dec 2011 00:26:09 +0200 Marcin Kuzminski fixed view for repos groups beta
Wed, 30 Nov 2011 23:11:30 +0200 Marcin Kuzminski added option to do a checkout after cloning a repository beta
Tue, 29 Nov 2011 09:55:30 +0200 Marcin Kuzminski personal Journal UI beta
Mon, 28 Nov 2011 19:55:36 +0200 Marcin Kuzminski fixes initial state of repo counter on main page beta
Mon, 28 Nov 2011 02:20:33 +0200 Marcin Kuzminski forbid notifications view for anonymous users beta
Sun, 27 Nov 2011 03:20:28 +0200 Marcin Kuzminski added forking into quick menu on main page beta
Sun, 27 Nov 2011 03:17:17 +0200 Marcin Kuzminski new files views beta
Sun, 27 Nov 2011 01:36:39 +0200 Marcin Kuzminski added quickstart page for new repos beta
Sun, 27 Nov 2011 01:03:12 +0200 Marcin Kuzminski small fixes for detection of groups that already exists beta
Sun, 27 Nov 2011 00:50:19 +0200 Marcin Kuzminski another major refactoring with session management beta
Sat, 26 Nov 2011 23:40:41 +0200 Marcin Kuzminski fixed bug with eager deletes in notifications beta
Sat, 26 Nov 2011 21:50:08 +0200 Marcin Kuzminski test fixes beta
Sat, 26 Nov 2011 21:13:33 +0200 Marcin Kuzminski implements #222 registration feedback beta
Sat, 26 Nov 2011 19:26:24 +0200 Marcin Kuzminski fixed fork journal entry beta
Sat, 26 Nov 2011 18:51:16 +0200 Marcin Kuzminski implements #236 forking copy permission option beta
Sat, 26 Nov 2011 17:51:03 +0200 Marcin Kuzminski - fixes celery sqlalchemy session issues for async forking beta
Sat, 26 Nov 2011 03:01:08 +0200 Marcin Kuzminski fixed caching query on repos path beta
Sat, 26 Nov 2011 02:23:28 +0200 Marcin Kuzminski moved pylons config out of global scope for celerypylons beta
Sat, 26 Nov 2011 02:17:47 +0200 Marcin Kuzminski reverted whoosh for tests beta
Sat, 26 Nov 2011 02:16:39 +0200 Marcin Kuzminski some small optimizations on summary page beta
Sat, 26 Nov 2011 02:16:21 +0200 Marcin Kuzminski - refactoring to overcome poor usage of global pylons config beta
Sat, 26 Nov 2011 00:11:32 +0200 Marcin Kuzminski #235 forking page repo group selection beta
Fri, 25 Nov 2011 20:48:16 +0200 Marcin Kuzminski css fixes for new summary page beta
Fri, 25 Nov 2011 20:23:47 +0200 Marcin Kuzminski button style fix on edit and add files beta
Fri, 25 Nov 2011 20:05:59 +0200 Marcin Kuzminski optimized summary page for disabled stats beta
Fri, 25 Nov 2011 19:25:10 +0200 Marcin Kuzminski reduce cookie size for better support of client side sessions beta
Fri, 25 Nov 2011 17:41:42 +0200 Marcin Kuzminski Notification fixes beta
Wed, 23 Nov 2011 22:46:14 +0200 Marcin Kuzminski notification to commit author + gardening beta
Wed, 23 Nov 2011 22:26:54 +0200 Marcin Kuzminski tests for changeset comments beta
Wed, 23 Nov 2011 16:37:50 +0200 Marcin Kuzminski added httponly and secure cookie into ini files beta
Wed, 23 Nov 2011 15:36:57 +0200 Marcin Kuzminski Tests updates, Session refactoring beta
Wed, 23 Nov 2011 00:55:05 +0200 Marcin Kuzminski Notification system improvements beta
Tue, 22 Nov 2011 14:10:33 +0200 Marcin Kuzminski fixes issue with whoosh reindexing files that were removed or renamed beta
Mon, 21 Nov 2011 19:31:23 +0200 Marcin Kuzminski changed session to client side encrypted cookie, for better horizontal scalability of rhodecode beta
Mon, 21 Nov 2011 03:26:48 +0200 Marcin Kuzminski fixed tests beta
Mon, 21 Nov 2011 03:08:09 +0200 Marcin Kuzminski changed API to match fully JSON-RPC specs beta
Mon, 21 Nov 2011 02:53:17 +0200 Marcin Kuzminski fixes timezone issues with tests beta
Mon, 21 Nov 2011 00:56:59 +0200 Marcin Kuzminski ui fixes beta
Mon, 21 Nov 2011 00:29:14 +0200 Marcin Kuzminski added reply comment button on top of inline comments beta
Sun, 20 Nov 2011 23:53:25 +0200 Marcin Kuzminski inline comment form is displayed now under all comments. beta
Sun, 20 Nov 2011 22:26:55 +0200 Marcin Kuzminski notification fixes and improvements beta
Sun, 20 Nov 2011 01:53:00 +0200 Marcin Kuzminski #302 - basic notification system, models+tests beta
Sat, 19 Nov 2011 21:37:54 +0200 Marcin Kuzminski fixed inline comment indicator. beta
Sat, 19 Nov 2011 21:23:29 +0200 Marcin Kuzminski js cleanup beta
Sat, 19 Nov 2011 21:00:02 +0200 Marcin Kuzminski cleaned up JS files in files templates. beta
Fri, 18 Nov 2011 16:31:36 +0200 Marcin Kuzminski fixes GIT issues with branch page beta
Fri, 18 Nov 2011 15:35:32 +0200 Marcin Kuzminski remove cache from default user lookup beta
Fri, 18 Nov 2011 14:48:10 +0200 Marcin Kuzminski overcomes git push issues with errormiddleware and debug off beta
Fri, 18 Nov 2011 01:15:57 +0200 Marcin Kuzminski updated changelog beta
Fri, 18 Nov 2011 01:13:44 +0200 Marcin Kuzminski enabled largefiles extension by default in rhodecode beta
Thu, 17 Nov 2011 18:52:48 +0200 Marcin Kuzminski fix for api key lookup, reuse same function in user model beta
Thu, 17 Nov 2011 18:33:44 +0200 Marcin Kuzminski fixed typo beta
Wed, 16 Nov 2011 23:50:36 +0200 Marcin Kuzminski removed lame js hover to css hover ! beta
Wed, 16 Nov 2011 21:31:14 +0200 Marcin Kuzminski fixed issues with not unique emails when using ldap or container auth. beta
Wed, 16 Nov 2011 21:25:41 +0200 Marcin Kuzminski fix fo empty email passed in attributes of ldap account. beta
Tue, 15 Nov 2011 00:15:19 +0200 Marcin Kuzminski changeset ranges use new fileid method. beta
Tue, 15 Nov 2011 00:08:03 +0200 Marcin Kuzminski fixed issue with new files and removed files with using inline comments beta
Mon, 14 Nov 2011 22:58:08 +0200 Marcin Kuzminski show inline comments option beta
Mon, 14 Nov 2011 22:31:05 +0200 Marcin Kuzminski fixed typo in linenumber calculation on inline comments beta
Mon, 14 Nov 2011 22:24:07 +0200 Marcin Kuzminski touch up padding on inline comments beta
Mon, 14 Nov 2011 22:20:04 +0200 Marcin Kuzminski inline comments gui beta
Mon, 14 Nov 2011 22:10:02 +0200 Marcin Kuzminski #71 code review beta
Sun, 13 Nov 2011 18:19:31 +0200 Marcin Kuzminski fixes inline comments double entries beta
Sun, 13 Nov 2011 18:05:44 +0200 Marcin Kuzminski added rst help link beta
Sun, 13 Nov 2011 16:56:41 +0200 Marcin Kuzminski fixed inline comment file parsing beta
Sun, 13 Nov 2011 16:38:34 +0200 Marcin Kuzminski remove inline comments forms for anonymous users beta
Sun, 13 Nov 2011 02:16:12 +0200 Marcin Kuzminski #71 code-review beta
Sat, 12 Nov 2011 20:24:07 +0200 Marcin Kuzminski fixed some anchor id problems for changeset ranges beta
Sat, 12 Nov 2011 17:30:12 +0200 Marcin Kuzminski code refactoring beta
Sat, 12 Nov 2011 17:09:17 +0200 Marcin Kuzminski #71 code review beta
Sat, 12 Nov 2011 12:20:50 +0200 Marcin Kuzminski Added email sending test site beta
Sat, 12 Nov 2011 12:04:17 +0200 Marcin Kuzminski Added explicit error message about running celeryd without enable_celery flag set to true. beta
Fri, 11 Nov 2011 20:45:16 +0200 Marcin Kuzminski Added Jonas to contributors, since few things are inspired by his fork work. beta
Fri, 11 Nov 2011 20:41:53 +0200 Marcin Kuzminski #77 code review beta
Fri, 11 Nov 2011 19:42:10 +0200 Marcin Kuzminski moved caching query to libs beta
Fri, 11 Nov 2011 19:01:57 +0200 Marcin Kuzminski removed obsolete css browser selector javascript beta
Fri, 11 Nov 2011 19:00:48 +0200 Marcin Kuzminski fixed repo counter on main page beta
Fri, 11 Nov 2011 18:46:39 +0200 Marcin Kuzminski test concurency script updates beta
Fri, 11 Nov 2011 18:45:48 +0200 Marcin Kuzminski Added cache options to some db getters beta
Fri, 11 Nov 2011 18:16:14 +0200 Marcin Kuzminski fixes issue with mercurial 2.0 and archival of subrepos. beta
Thu, 10 Nov 2011 21:25:36 +0200 Marcin Kuzminski fixes #299 beta
Tue, 08 Nov 2011 17:13:59 +0200 Marcin Kuzminski Automated merge with https://bitbucket.org/marcinkuzminski/rhodecode beta
Tue, 08 Nov 2011 17:13:46 +0200 Marcin Kuzminski API returns proper JSON response beta
Tue, 08 Nov 2011 03:05:00 +0200 Marcin Kuzminski db based session example for .ini beta
Mon, 07 Nov 2011 16:06:24 -0500 Shawn K. O'Shea Reject LDAP authentication requests with blank password. Per RFC4513 these should be treated as anonymous binds. See the Security Considerations (Section 6.3.1) for more details on this issue. beta
Mon, 07 Nov 2011 15:37:58 +0200 Marcin Kuzminski small changelog update beta
Mon, 07 Nov 2011 15:16:32 +0200 Liad Shani Added documentation for container-based and proxy pass-through authentication beta
Sat, 05 Nov 2011 14:38:26 +0200 Marcin Kuzminski implemented #44 - branch filtering in changelog, aka branch browser beta
Sat, 05 Nov 2011 01:57:51 +0200 Marcin Kuzminski fixes for DAG renderer on chrome beta
Fri, 04 Nov 2011 21:27:53 +0200 Marcin Kuzminski added quick filters into branches and tags beta
Fri, 04 Nov 2011 21:18:46 +0200 Marcin Kuzminski one generic qfilter function. beta
Thu, 03 Nov 2011 03:00:53 +0200 Marcin Kuzminski configurable clone url beta
Thu, 03 Nov 2011 02:52:38 +0200 Marcin Kuzminski Display error on ypjax fail beta
Thu, 03 Nov 2011 02:15:25 +0200 Marcin Kuzminski ui fixes beta
Wed, 02 Nov 2011 23:26:49 +0200 Marcin Kuzminski API create user use UserModel new method beta
Wed, 02 Nov 2011 23:23:53 +0200 Marcin Kuzminski Added tag v1.2.3 for changeset 1ff606a7858d
Wed, 02 Nov 2011 23:20:26 +0200 Marcin Kuzminski version bump rhodecode-0.0.1.2.3
Wed, 02 Nov 2011 22:47:45 +0200 Marcin Kuzminski changelog update for release 1.2.3
Wed, 02 Nov 2011 22:43:55 +0200 Marcin Kuzminski changelog update for 1.2.3 release beta
Wed, 02 Nov 2011 22:41:02 +0200 Marcin Kuzminski typo fixes beta
Mon, 31 Oct 2011 23:10:11 +0200 Marcin Kuzminski implements #293 gravatar link should be disabled when use_gravatar = false
Sun, 30 Oct 2011 20:30:24 +0200 Marcin Kuzminski implements #291 email notification sent to all admin users
Sat, 29 Oct 2011 17:44:46 +0200 Marcin Kuzminski Fixed problems with unicode cache keys in celery
Thu, 27 Oct 2011 00:26:24 +0200 Marcin Kuzminski Changed order of add file form inputs.
Wed, 02 Nov 2011 22:19:47 +0200 Marcin Kuzminski merged upto rev 019026a8cf67
Wed, 02 Nov 2011 20:33:02 +0200 Marcin Kuzminski removed call to window location in some cases when request end up to early it showed a bad page. beta
Wed, 02 Nov 2011 20:33:02 +0200 Marcin Kuzminski removed call to window location in some cases when request end up to early it showed a bad page.
Wed, 02 Nov 2011 16:57:44 +0200 Marcin Kuzminski Bumped beaker beta
Wed, 02 Nov 2011 16:20:07 +0200 Marcin Kuzminski Mercurial 2.0 compatibility beta
Wed, 02 Nov 2011 16:19:51 +0200 Marcin Kuzminski User usermodel instead of db model to manage accounts beta
Wed, 02 Nov 2011 03:08:33 +0200 Marcin Kuzminski refactoring of models names for repoGroup permissions beta
Wed, 02 Nov 2011 03:04:54 +0200 Marcin Kuzminski Synced with latest sqlalchemy-migrate, added new upcomming migration for 1.3 beta
Wed, 02 Nov 2011 02:42:44 +0200 Marcin Kuzminski freeze of models for future migrations using small schema files snapshoting current model state beta
Tue, 01 Nov 2011 01:31:24 +0200 Liad Shani Improved container-based auth support for middleware beta
Mon, 31 Oct 2011 23:10:11 +0200 Marcin Kuzminski implements #293 gravatar link should be disabled when use_gravatar = false beta
Mon, 31 Oct 2011 21:42:41 +0200 Marcin Kuzminski Some code cleanups and fixes beta
Mon, 31 Oct 2011 20:52:33 +0200 Marcin Kuzminski debug options for nosetest beta
Mon, 31 Oct 2011 20:51:29 +0200 Marcin Kuzminski merge from bb beta
Mon, 31 Oct 2011 20:50:34 +0200 Marcin Kuzminski fixed ldap_user active flag hardcoded beta
Mon, 31 Oct 2011 03:12:12 +0200 Marcin Kuzminski fixes small css issues with chrome beta
Mon, 31 Oct 2011 19:10:21 +0200 Marcin Kuzminski Merged in liads/rhodecode (pull request #14) beta
Sat, 29 Oct 2011 19:26:43 +0200 Liad Shani Merge with upstream beta
Sat, 29 Oct 2011 17:03:33 +0200 Liad Shani Added basic automatic user creation for container auth beta
Sat, 29 Oct 2011 16:36:26 +0200 Liad Shani Fixed middleware to prevent deactivated users from authenticating beta
Thu, 27 Oct 2011 21:01:16 +0200 Liad Shani Added container-based authentication support to git middleware beta
Thu, 27 Oct 2011 20:40:49 +0200 Liad Shani Added automatic logout of deactivated/deleted users beta
Wed, 26 Oct 2011 21:59:22 +0200 Liad Shani Improved container-based auth implementation and added support for a reverse-proxy setup (using the X-Forwarded-User header) beta
Tue, 25 Oct 2011 21:17:29 +0200 Liad Shani Merge with upstream beta
Mon, 17 Oct 2011 20:08:59 +0200 Liad Shani Merge with upstream beta
Sun, 09 Oct 2011 23:49:00 +0200 Liad Shani Merge with upstream beta
Tue, 27 Sep 2011 22:20:24 +0300 Liad Shani Added container-based authentication support beta
Sun, 30 Oct 2011 20:30:24 +0200 Marcin Kuzminski implements #291 email notification sent to all admin users beta
Sat, 29 Oct 2011 17:44:46 +0200 Marcin Kuzminski Fixed problems with unicode cache keys in celery beta
Sat, 29 Oct 2011 02:54:27 +0200 Marcin Kuzminski stay-on-top menu beta
Sat, 29 Oct 2011 01:40:14 +0200 Marcin Kuzminski fixed xhr check for tags-branches view beta
Sat, 29 Oct 2011 00:57:09 +0200 Marcin Kuzminski lazy load of branches and tags menu beta
Fri, 28 Oct 2011 02:40:22 +0200 Marcin Kuzminski Cached readme generation beta
Thu, 27 Oct 2011 19:05:37 +0200 Marcin Kuzminski bumped codemirror to latest version beta
Thu, 27 Oct 2011 03:26:02 +0200 Marcin Kuzminski implements #215 Repository view uses a README (text/markdown + rst) beta
Thu, 27 Oct 2011 03:21:05 +0200 Marcin Kuzminski initial version of markup renderer beta
Thu, 27 Oct 2011 00:26:24 +0200 Marcin Kuzminski Changed order of add file form inputs. beta
Wed, 26 Oct 2011 20:14:38 +0200 Marcin Kuzminski Ui fixes for tables beta
Wed, 26 Oct 2011 20:13:20 +0200 Marcin Kuzminski Added Request time tracking beta
Wed, 26 Oct 2011 13:37:03 +0200 Marcin Kuzminski changelog links no decoration beta
Wed, 26 Oct 2011 13:35:21 +0200 Marcin Kuzminski image less css beta
Wed, 26 Oct 2011 13:25:34 +0200 Marcin Kuzminski beatify alert messages, css fixes beta
Tue, 25 Oct 2011 03:02:28 +0200 Marcin Kuzminski implements #237 added password confirmation for my account and admin edit user. beta
Mon, 24 Oct 2011 23:28:04 +0200 Marcin Kuzminski fixed test_hg_push operations beta
Mon, 24 Oct 2011 23:07:06 +0200 Marcin Kuzminski #286 raise HttpForbidden if username lookup failed instead of internal server error beta
Mon, 24 Oct 2011 22:40:43 +0200 Marcin Kuzminski fixes #288 beta
Sun, 23 Oct 2011 01:16:55 +0200 Nicolas VINOT Correct code style beta
Sat, 22 Oct 2011 23:18:03 +0200 Nicolas VINOT [API] Update doc beta
Wed, 19 Oct 2011 01:47:56 +0200 Nicolas VINOT Merge with upstream beta
Fri, 07 Oct 2011 21:57:24 +0200 Nicolas VINOT Merge with upstream beta
Fri, 07 Oct 2011 21:49:28 +0200 Nicolas VINOT [API] Create groups needed when creating repo beta
Fri, 07 Oct 2011 01:55:51 +0200 Nicolas VINOT Merge with upstream beta
Fri, 07 Oct 2011 01:53:59 +0200 Nicolas VINOT Implement all CRUD API operation for repo beta
Sun, 02 Oct 2011 17:39:52 +0200 Nicolas VINOT Add API for repositories and groups (creation, permission) beta
Sat, 01 Oct 2011 16:38:51 +0200 Nicolas VINOT Remove dead code beta
Sat, 01 Oct 2011 16:34:07 +0200 Nicolas VINOT Improve API with user/group/repo CRUD methods beta
Fri, 21 Oct 2011 13:28:32 +0200 Marcin Kuzminski made auth type optional in constructor beta
Fri, 21 Oct 2011 13:26:54 +0200 Marcin Kuzminski Updated ini files for new auth flag for mailing beta
Thu, 20 Oct 2011 11:58:11 -0400 Les Peabody applied smth_auth options update patch beta
Thu, 20 Oct 2011 00:36:11 +0200 Marcin Kuzminski Automated merge with https://bitbucket.org/marcinkuzminski/rhodecode beta
Thu, 20 Oct 2011 00:35:01 +0200 Marcin Kuzminski fix for issue #277, beta
Wed, 19 Oct 2011 10:13:10 +0200 Marcin Kuzminski Catch all exception on get_current_revision beta
Wed, 19 Oct 2011 02:38:31 +0200 Marcin Kuzminski Proper patch for issue #276 beta
Mon, 17 Oct 2011 15:48:19 +0200 Marcin Kuzminski fixes #276, when adding an single user into users group with id >= 10 a call to set was invoked on string instead of a list which lead to creating an set from digits that id was combined with. beta
Wed, 19 Oct 2011 14:48:08 -0200 Augusto Herrmann Corrected some label-input linking in templates beta
Mon, 17 Oct 2011 01:58:22 +0200 Marcin Kuzminski Added tag v1.2.2 for changeset 22273bec00ba
Mon, 17 Oct 2011 01:49:10 +0200 Marcin Kuzminski disabled error messages in get_current_revision for stable branch rhodecode-0.0.1.2.2
Mon, 17 Oct 2011 01:48:36 +0200 Marcin Kuzminski Merge with a9888895b60d1af2a16fecfe670a3e39327ed290
Mon, 17 Oct 2011 01:48:00 +0200 Marcin Kuzminski added quiet flag into get_current_revision beta
Mon, 17 Oct 2011 01:42:55 +0200 Marcin Kuzminski Merge with ff41d5f00e28d296303e39f29125e83a01157330
Mon, 17 Oct 2011 01:40:22 +0200 Marcin Kuzminski updated sources for vcs beta
Mon, 17 Oct 2011 01:30:14 +0200 Marcin Kuzminski ekhem, Removed obsolete code... beta
Mon, 17 Oct 2011 01:10:53 +0200 Marcin Kuzminski Merge with 5539b0eb2cfc023c7f91d6769352d0fbd79d3a90
Mon, 17 Oct 2011 01:08:29 +0200 Marcin Kuzminski webob for beta should not use 1.1.1 beta
Mon, 17 Oct 2011 01:04:06 +0200 Marcin Kuzminski updated contributors and setup accordingly to stable branch beta
Mon, 17 Oct 2011 01:01:18 +0200 Marcin Kuzminski Merge with beta
Mon, 17 Oct 2011 00:22:45 +0200 Marcin Kuzminski lib freeze beta
Mon, 17 Oct 2011 00:18:26 +0200 Marcin Kuzminski docs update beta
Mon, 17 Oct 2011 00:18:12 +0200 Marcin Kuzminski added validation of params on settings table beta
Thu, 13 Oct 2011 04:36:08 +0200 Marcin Kuzminski Merged in herrmann/rhodecode (pull request #10) beta
Wed, 12 Oct 2011 22:45:04 -0300 Augusto Herrmann Syntax correction on the recently changed documentation. beta
Wed, 12 Oct 2011 22:01:35 -0300 Augusto Herrmann Improvements to mod_wsgi setup documentation. beta
Thu, 13 Oct 2011 04:32:19 +0200 Marcin Kuzminski fixes issue with auto create of groups on windows beta
Thu, 13 Oct 2011 04:26:43 +0200 Marcin Kuzminski fixes issue #248 cannot edit repos inside a group on windows beta
Thu, 13 Oct 2011 03:20:28 +0200 Marcin Kuzminski webob library freeze beta
Thu, 13 Oct 2011 03:19:30 +0200 Marcin Kuzminski fixes #245 Rescan of the repositories on Windows beta
Wed, 12 Oct 2011 19:35:01 +0200 Marcin Kuzminski UX improvements beta
Wed, 12 Oct 2011 19:07:43 +0200 Marcin Kuzminski ui fixes beta
Wed, 12 Oct 2011 18:51:24 +0200 Marcin Kuzminski fixed requirements beta
Wed, 12 Oct 2011 14:43:46 +0200 Marcin Kuzminski fixes #266 Rhodecode allows to create repo with the same name and in the same parent as group beta
Tue, 11 Oct 2011 20:59:41 -0500 Marcin Kuzminski moved kill function to compat beta
Wed, 12 Oct 2011 00:29:13 +0200 Marcin Kuzminski fixed tests for new vcs localtime changes beta
Tue, 11 Oct 2011 23:39:03 +0200 Marcin Kuzminski unified generation of repo groups choices beta
Tue, 11 Oct 2011 21:38:27 +0200 Marcin Kuzminski fixes #265 ldap save fails sometimes on converting attributes to booleans, added getter and setter beta
Tue, 11 Oct 2011 08:39:18 +0200 Marcin Kuzminski Added header for redhat init.d script beta
Tue, 11 Oct 2011 08:36:52 +0200 Marcin Kuzminski Automated merge with https://bitbucket.org/marcinkuzminski/rhodecode beta
Tue, 11 Oct 2011 08:02:51 +0200 Marcin Kuzminski Added friendly message about removing a group that still contains subgroups. beta
Tue, 11 Oct 2011 02:13:32 -0400 Les Peabody added a RedHat-based init.d startup script beta
Tue, 11 Oct 2011 02:14:42 +0200 Marcin Kuzminski fixes rhodecode upgrade problem that caused setuptool to crash on importing sqlalchemy models beta
Tue, 11 Oct 2011 01:08:23 +0200 Marcin Kuzminski fixes #258 RhodeCode 1.2 assumes egg folder is writable beta
Mon, 10 Oct 2011 03:27:31 +0200 Marcin Kuzminski fixes #260 Put repo in group, then move group to another group -> repo becomes unavailable beta
Mon, 10 Oct 2011 02:09:52 +0200 Marcin Kuzminski implements #226 repo groups available by path beta
Sat, 08 Oct 2011 16:29:05 +0200 Marcin Kuzminski updated changelog beta
Sat, 08 Oct 2011 16:26:29 +0200 Marcin Kuzminski Added tag v1.2.1 for changeset 0b8fba8ab90b
Sat, 08 Oct 2011 16:26:18 +0200 Marcin Kuzminski fixes for 1.2.1 release rhodecode-0.0.1.2.1
Sat, 08 Oct 2011 15:19:28 +0200 Marcin Kuzminski fixes problem with basic auth and pushes beta
Sat, 08 Oct 2011 03:00:26 +0200 Marcin Kuzminski fixed hardcoded admin prefix check in forms beta
Sat, 08 Oct 2011 03:00:03 +0200 Marcin Kuzminski updated docstrings beta
Sat, 08 Oct 2011 02:09:42 +0200 Marcin Kuzminski ui fixes beta
Sat, 08 Oct 2011 02:02:25 +0200 Marcin Kuzminski Refactoring of model get functions beta
Fri, 07 Oct 2011 23:17:45 +0200 Marcin Kuzminski Fixed test_hg_operations test and added concurency test beta
Fri, 07 Oct 2011 22:50:20 +0200 Marcin Kuzminski fixed action logger beta
Fri, 07 Oct 2011 22:37:10 +0200 Marcin Kuzminski Added tag v1.2.0 for changeset c252049af24c
Fri, 07 Oct 2011 22:36:34 +0200 Marcin Kuzminski Removed tag 1.2.0
Fri, 07 Oct 2011 20:01:13 +0200 Marcin Kuzminski bumbped vcs dep for beta beta
Fri, 07 Oct 2011 19:59:47 +0200 Marcin Kuzminski version bump beta
Fri, 07 Oct 2011 19:12:18 +0200 Marcin Kuzminski Added tag 1.2.0 for changeset c252049af24c
Fri, 07 Oct 2011 18:39:25 +0200 Marcin Kuzminski merge beta fixes into stable rhodecode-0.0.1.2.0
Fri, 07 Oct 2011 18:39:08 +0200 Marcin Kuzminski docs update beta
Fri, 07 Oct 2011 18:26:30 +0200 Marcin Kuzminski merge beta fixes into stable
Fri, 07 Oct 2011 18:25:39 +0200 Marcin Kuzminski screenshot updates beta
Fri, 07 Oct 2011 17:54:21 +0200 Marcin Kuzminski merge beta fixes into stable
Fri, 07 Oct 2011 16:33:01 +0200 Marcin Kuzminski assure that we don't have an empty description when creating a repo beta
Fri, 07 Oct 2011 13:47:55 +0200 Marcin Kuzminski fixes #256 fixes non ascii chars problems in base_dn on LDAP user creation beta
Fri, 07 Oct 2011 02:53:29 +0200 Marcin Kuzminski merge stable with beta
Fri, 07 Oct 2011 02:51:18 +0200 Marcin Kuzminski fixed issues with python2.5 beta
Fri, 07 Oct 2011 01:13:36 +0200 Marcin Kuzminski fixed template after merge
Fri, 07 Oct 2011 01:08:50 +0200 Marcin Kuzminski merge beta in stable branch
Wed, 05 Oct 2011 00:10:42 +0200 Marcin Kuzminski fixes #231 Added formencode version freeze to setup.py <1.2.4 was buggy beta
Tue, 04 Oct 2011 22:43:26 +0200 Marcin Kuzminski added default ldap option into migration beta
Tue, 04 Oct 2011 14:11:42 +0200 Marcin Kuzminski migration schema fix beta
Sun, 02 Oct 2011 02:06:23 +0200 Marcin Kuzminski API added checks for a valid repository on pull command beta
Sat, 01 Oct 2011 21:51:28 +0300 Marcin Kuzminski changed check_... functions from their stupid names to something less retarded :) beta
Sat, 01 Oct 2011 21:40:34 +0300 Marcin Kuzminski fixed broken check_repo on middlewares beta
Sat, 01 Oct 2011 19:05:47 +0300 Marcin Kuzminski Fixed methods for checking if path in routes is a repo beta
Sat, 01 Oct 2011 16:44:54 +0300 Marcin Kuzminski Added optional arguments into API beta
Fri, 30 Sep 2011 18:42:35 +0300 Marcin Kuzminski Changed db_manage functions to use new User model create method beta
Fri, 30 Sep 2011 18:11:50 +0300 Marcin Kuzminski fixes safe_unicode raise UnicodeDecodeError without any parameters beta
Fri, 30 Sep 2011 18:07:03 +0300 Marcin Kuzminski Deprecated UserModel removals beta
Fri, 30 Sep 2011 18:03:20 +0300 Marcin Kuzminski Extended API beta
Fri, 30 Sep 2011 01:50:21 +0300 Marcin Kuzminski changed list comprehesion into generator beta
Fri, 30 Sep 2011 00:14:31 +0300 Marcin Kuzminski updated test_hg_operation script beta
Thu, 29 Sep 2011 23:57:44 +0300 Marcin Kuzminski Removed deprecated usage of UserModel() in simplehg and simplegit beta
Thu, 29 Sep 2011 23:34:47 +0300 Marcin Kuzminski Rewrote git middleware with the same pattern as recent fix for #176 beta
Thu, 29 Sep 2011 23:32:13 +0300 Marcin Kuzminski #176 LookupError: 00changelog.i@66f0739d7517: no node beta
Thu, 29 Sep 2011 22:55:32 +0300 Marcin Kuzminski fixes safe_str method beta
Thu, 29 Sep 2011 03:38:45 +0300 Marcin Kuzminski Automated merge with https://secure.rhodecode.org/rhodecode beta
Wed, 28 Sep 2011 13:36:25 +0200 Marcin Kuzminski fixed exception message beta
Thu, 29 Sep 2011 03:34:01 +0300 Marcin Kuzminski API docs update beta
Thu, 29 Sep 2011 03:23:53 +0300 Marcin Kuzminski extended safe_str and safe_unicode with chardet fallback. beta
Thu, 29 Sep 2011 03:12:16 +0300 Marcin Kuzminski API fixes beta
Sat, 24 Sep 2011 22:21:43 +0300 Marcin Kuzminski Updated docs and contributors beta
Sat, 24 Sep 2011 22:15:05 +0300 Marcin Kuzminski fixed hover on small buttons beta
Sat, 24 Sep 2011 22:12:30 +0300 Marcin Kuzminski hide add new file button if user has no permission for it beta
Fri, 23 Sep 2011 01:52:48 +0300 Marcin Kuzminski added uploading of files from web interface directly into repo beta
Thu, 22 Sep 2011 15:03:12 +0300 Marcin Kuzminski fixed small issues with adding new filenodes beta
Thu, 22 Sep 2011 04:33:29 +0300 Marcin Kuzminski Added initial support for creating new nodes in repos beta
Thu, 22 Sep 2011 03:08:02 +0300 Marcin Kuzminski removed obsolete sort code beta
Thu, 22 Sep 2011 03:06:08 +0300 Marcin Kuzminski test fixes for vcs update beta
Thu, 22 Sep 2011 02:46:36 +0300 Marcin Kuzminski fixes for vcs settings module beta
Thu, 22 Sep 2011 02:35:56 +0300 Marcin Kuzminski freeze webob version beta
Wed, 21 Sep 2011 20:47:16 +0300 Liad Shani Fixed user avatar display when gravatar use is disabled beta
Wed, 14 Sep 2011 22:40:01 +0300 Marcin Kuzminski Automated merge with https://bitbucket.org/marcinkuzminski/rhodecode beta
Wed, 14 Sep 2011 02:07:34 +0300 Marcin Kuzminski removed obsolete static files, and fixed hover over short icons beta
Wed, 14 Sep 2011 01:28:32 +0300 Marcin Kuzminski fixes code view issue on chrome beta
Wed, 14 Sep 2011 15:55:06 -0300 Augusto Herrmann Wrapped 1 missing i18n call & fixed typo in pt_BR l10n beta
Wed, 14 Sep 2011 15:41:23 -0300 Augusto Herrmann Merged pt_BR localization beta
Mon, 12 Sep 2011 00:51:53 -0300 Augusto Herrmann Added pt_BR localization, added i18n wrappers on some places missing, fixed css in settings screen for longer labels. beta
Wed, 14 Sep 2011 00:43:12 +0300 Marcin Kuzminski simplify ! beta
Wed, 14 Sep 2011 00:35:01 +0300 Marcin Kuzminski beatify ! beta
Tue, 13 Sep 2011 20:53:42 +0300 Marcin Kuzminski #244 fixed my account page beta
Tue, 13 Sep 2011 20:48:13 +0300 Marcin Kuzminski #243 add register link to login dropdown beta
Mon, 12 Sep 2011 03:05:44 +0300 Marcin Kuzminski doc update - hooks beta
Mon, 12 Sep 2011 02:42:06 +0300 Marcin Kuzminski Code cleanup beta
Mon, 12 Sep 2011 02:24:52 +0300 Marcin Kuzminski Added smart color generator to rhodecode.js beta
Mon, 12 Sep 2011 02:23:21 +0300 Marcin Kuzminski fixed chrome DAG graph rendering issue - simplified graph.js beta
Mon, 12 Sep 2011 02:22:01 +0300 Marcin Kuzminski fixed chrome DAG graph rendering issue beta
Sat, 10 Sep 2011 12:43:53 +0300 Marcin Kuzminski updated rhodecode link for vcs beta beta
Fri, 09 Sep 2011 21:04:23 +0300 Marcin Kuzminski removed colorsys import beta
Fri, 09 Sep 2011 20:30:14 +0300 Marcin Kuzminski Added more advanced hook management into rhodecode admin settings beta
Fri, 09 Sep 2011 19:54:23 +0300 Marcin Kuzminski added author to main page tooltip beta
Fri, 09 Sep 2011 19:47:17 +0300 Marcin Kuzminski added author to main page tooltip beta
Wed, 07 Sep 2011 02:20:36 +0300 Marcin Kuzminski updated version of libs in setup file beta
Wed, 07 Sep 2011 02:14:38 +0300 Marcin Kuzminski fixed setup so it'll fetch tip of vcs for easier installation of beta version beta
Mon, 29 Aug 2011 22:12:22 +0000 Marcin Kuzminski fixes autocomplete on groups in non admin repository settings page beta
Sun, 28 Aug 2011 02:30:38 +0300 Marcin Kuzminski updated changelog beta
Sun, 28 Aug 2011 02:18:20 +0300 Marcin Kuzminski fixed timeout reset on active filters searches, should work faster now ! beta
Sun, 28 Aug 2011 02:17:42 +0300 Marcin Kuzminski Implemented #111 copy github node finder solution beta
Sat, 27 Aug 2011 17:55:58 +0300 Marcin Kuzminski removed buggy iteration over file nodes in whoosh indexer, this greatly improves speed of indexing. beta
Sat, 27 Aug 2011 00:59:12 +0300 Marcin Kuzminski fixes #214 added support for downloading subrepos in download menu. beta
Fri, 26 Aug 2011 22:44:20 +0300 Marcin Kuzminski whoosh lib freeze beta
Sat, 20 Aug 2011 20:08:52 +0300 Marcin Kuzminski fixes #206 beta
Sat, 20 Aug 2011 18:47:40 +0300 Marcin Kuzminski api doc fixes beta
Sat, 20 Aug 2011 18:34:25 +0300 Marcin Kuzminski API docs beta
Sat, 20 Aug 2011 18:13:54 +0300 Marcin Kuzminski Beginning of API implementation for rhodecode beta
Mon, 15 Aug 2011 19:53:43 +0300 Marcin Kuzminski AD fix when search could return empty dn beta
Sun, 14 Aug 2011 23:51:40 +0300 Marcin Kuzminski Added example connection string for other databases beta
Sun, 14 Aug 2011 23:51:21 +0300 Marcin Kuzminski update migrations for 1.2 beta
Tue, 09 Aug 2011 12:59:33 +0530 Ankit Solanki Fixing a small error in the repo settings screen beta
Sat, 06 Aug 2011 23:13:23 +0300 Marcin Kuzminski implements #195 added closed branches to detailed branches view beta
Fri, 05 Aug 2011 21:21:51 +0300 Marcin Kuzminski added info about minimum client version for rhodecode. Fixes #224 beta
Fri, 05 Aug 2011 21:17:59 +0300 Marcin Kuzminski Links in summary page are now active beta
Fri, 22 Jul 2011 20:06:40 +0200 Marcin Kuzminski added welcome message if no repositories are present in current view beta
Wed, 20 Jul 2011 01:47:56 +0200 Marcin Kuzminski removed users_group controller in replace for model methods, beta
Tue, 19 Jul 2011 17:10:34 +0200 Marcin Kuzminski fixes #228 - added detection of assigned groups to prevent errors on sqlite beta
Mon, 18 Jul 2011 17:28:25 +0200 Marcin Kuzminski fixes issues with new dag graph for mercurial 1.9 beta
Sun, 17 Jul 2011 17:44:12 +0200 Marcin Kuzminski Fixed typo in manifest beta
Sun, 17 Jul 2011 17:35:25 +0200 Marcin Kuzminski fixed manifest beta
Sat, 16 Jul 2011 19:30:38 +0200 Marcin Kuzminski changelog uses lazy loading of affected files details, in some scenarios this can improve speed beta
Sat, 16 Jul 2011 14:07:11 +0200 Marcin Kuzminski fixes graph y axis problem beta
Sat, 16 Jul 2011 12:33:40 +0200 Marcin Kuzminski improved rendering of dag (they are not trimmed anymore when number of heads exceeds 5) beta
Sat, 16 Jul 2011 12:02:14 +0200 Marcin Kuzminski fixed some issues with cache invalidation, and simplified invalidation codes beta
Fri, 15 Jul 2011 19:34:56 +0200 Marcin Kuzminski fixed a bug in cache invalidation beta
Sun, 10 Jul 2011 16:26:42 +0200 Marcin Kuzminski Fixed show more links. beta
Sun, 10 Jul 2011 15:50:31 +0200 Marcin Kuzminski fixes #173, many thanks for slestak for contributing into this one. beta
Sun, 10 Jul 2011 13:15:23 +0200 Marcin Kuzminski removed obsolete class from quick menu beta
Sun, 10 Jul 2011 13:07:35 +0200 Marcin Kuzminski Added quick menu for each repo in main page. beta
Sat, 09 Jul 2011 20:22:52 +0200 Marcin Kuzminski fixed issues with repo pager beta
Sat, 09 Jul 2011 20:07:59 +0200 Marcin Kuzminski Javascripts rewrite: updated yui to latest 2.9, simplified ajax loading for multiple pages. Removed YUI dev package beta
Wed, 06 Jul 2011 14:43:54 +0200 Marcin Kuzminski Updated nginx proxy example to work better with large pushes beta
Mon, 04 Jul 2011 18:07:49 +0200 Marcin Kuzminski merge beta
Mon, 04 Jul 2011 14:58:18 +0200 Marcin Kuzminski Fixes tests beta
Mon, 04 Jul 2011 10:59:01 +0200 Marcin Kuzminski fixes #223 improve password reset form beta
Sat, 02 Jul 2011 20:38:54 +0200 Marcin Kuzminski test env update beta
Sat, 02 Jul 2011 19:16:39 +0200 Marcin Kuzminski fixed hooks for mercurial 1.9 beta
Sat, 02 Jul 2011 18:17:31 +0200 Marcin Kuzminski fixed Python2.5 socket error beta
Sat, 02 Jul 2011 14:56:18 +0000 Marcin Kuzminski updated required libs beta
Sat, 02 Jul 2011 14:42:41 +0000 Marcin Kuzminski Bumped Mercurial to 1.9 and fixed graphlog for this version beta
Sat, 02 Jul 2011 14:40:27 +0000 Marcin Kuzminski Fixed whoosh index location bug beta
Sat, 02 Jul 2011 14:47:07 +0200 Marcin Kuzminski freeze mercurial version beta
Sat, 02 Jul 2011 01:56:49 +0200 Marcin Kuzminski Updated contributors and fixed index line length beta
Fri, 01 Jul 2011 17:46:01 -0500 Jared Bunting Adding documentation for indexer's self-resolving repos location. beta
Fri, 01 Jul 2011 17:38:37 -0500 Jared Bunting Allowing indexing job to resolve repos path on its own if not given. beta
Sat, 02 Jul 2011 00:10:49 +0200 Marcin Kuzminski fixes #220 repos groups are not detected on Windows beta
Fri, 01 Jul 2011 19:41:55 +0200 Marcin Kuzminski Docs updates beta
Fri, 01 Jul 2011 16:25:20 +0200 Marcin Kuzminski fixes #218 os.kill patch for windows was missing sig param beta
Thu, 30 Jun 2011 21:44:31 +0200 Marcin Kuzminski fixes #209, repos groups and index page now share same common page. beta
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
Sun, 22 May 2011 21:09:02 +0200 Marcin Kuzminski When creating a remote repository, with credentials filled, it's good to hide username and password from the clone url. Only administrators can see this in repository settings page beta
Sun, 15 May 2011 19:13:08 +0200 Marcin Kuzminski small fixes for test crawler beta
Sun, 15 May 2011 18:29:33 +0200 Marcin Kuzminski reverted copy of cached instance: beta
Sun, 15 May 2011 18:22:02 +0200 Marcin Kuzminski update caching_query from latest sqlalchemy beta
Sun, 15 May 2011 18:20:53 +0200 Marcin Kuzminski Updated test_crawler to scan paths in more sensible order using ordered tuple. beta
Sun, 15 May 2011 18:18:00 +0200 Marcin Kuzminski Changed OrderedDict implementation to pypy odict, in general it's the fastest and most reliable solution. Added OrderedTuple from python foundation. beta
Sun, 15 May 2011 13:49:14 +0200 Marcin Kuzminski Do a redirect to login for anonymous users beta
Sun, 15 May 2011 13:20:07 +0200 Marcin Kuzminski fixed redirection link in notAnonymous decorator beta
Fri, 13 May 2011 19:08:37 +0200 Marcin Kuzminski Added mem_watch script. Test can also walk on file tree. Fixed some path issues beta
Fri, 13 May 2011 18:20:28 +0200 Marcin Kuzminski refactor of routing to use one common prefix for admin, this way it's easier to change beta
Fri, 13 May 2011 17:30:54 +0200 Marcin Kuzminski added test for crawling and memory usage beta
Fri, 13 May 2011 16:53:46 +0200 Marcin Kuzminski fixed error when given page in pagination was out of range in changelog view beta
Thu, 12 May 2011 21:12:18 +0200 Marcin Kuzminski Anonymous user shouldn't use gravatar, changed gravatar into regular hosted image. beta
Thu, 12 May 2011 19:50:48 +0200 Marcin Kuzminski merged fix for #189
Thu, 12 May 2011 19:49:22 +0200 Marcin Kuzminski fixes issue #189 beta
Thu, 12 May 2011 18:11:01 +0200 Marcin Kuzminski merged fix for #188 into default
Thu, 12 May 2011 18:07:24 +0200 Marcin Kuzminski fixed css issues with action icons beta
Thu, 12 May 2011 18:03:25 +0200 Marcin Kuzminski fixes #188 - relationship delete of repo_to_perm entry on user removal beta
Thu, 12 May 2011 00:37:40 +0200 Marcin Kuzminski fixed regresion made in previos commit, that introduced bug in handling regular repositories beta
Thu, 12 May 2011 00:31:17 +0200 Marcin Kuzminski fixed saving settings on repositories inside groups, also fixes #187 beta
Sun, 08 May 2011 20:11:26 +0200 Marcin Kuzminski fixed small bug in selection links when sorting messes up for <10 numbers beta
Sun, 08 May 2011 20:04:35 +0200 Marcin Kuzminski fixed local hgrc settings, patch introduced by Marc Villetard beta
Sun, 08 May 2011 19:58:42 +0200 Marcin Kuzminski Fixed problem with anchor link positioning when passed in ranges. beta
Sat, 07 May 2011 16:21:53 +0200 Marcin Kuzminski foucs on quick login username after activation beta
Fri, 06 May 2011 23:22:53 +0200 Marcin Kuzminski quick login toggle beta
Fri, 06 May 2011 22:49:47 +0200 Marcin Kuzminski merge with quick login beta
Fri, 06 May 2011 18:00:41 +0200 Marcin Kuzminski added draft for quick login menu beta
Thu, 05 May 2011 18:50:13 +0200 Marcin Kuzminski Part one from patch introduced by Marc Villetard beta
Thu, 05 May 2011 15:07:32 +0200 Marcin Kuzminski bumped vcs to latest dev beta
Wed, 04 May 2011 19:19:00 +0200 Marcin Kuzminski disabled edition of binary files beta
Wed, 04 May 2011 19:06:56 +0200 Marcin Kuzminski logged local commit with special action via action_logger, beta
Wed, 04 May 2011 18:37:32 +0200 Marcin Kuzminski moved out commit into scm model, and added cache invalidation after commit. beta
Wed, 04 May 2011 16:57:27 +0200 Marcin Kuzminski fixed white-space formatting for description in summary page beta
Tue, 03 May 2011 21:52:38 +0200 Marcin Kuzminski small docs updates beta
Tue, 03 May 2011 21:27:57 +0200 Marcin Kuzminski changes for archivals in rhodecode. Also made it work for git that way beta
Tue, 03 May 2011 16:54:43 +0200 Marcin Kuzminski pep8ify beta
Tue, 03 May 2011 16:20:06 +0200 Marcin Kuzminski Added support for ascendent characters for inMemoryCommit beta
Tue, 03 May 2011 14:13:37 +0200 Marcin Kuzminski Added server side file editing with commit beta
Mon, 02 May 2011 19:07:18 +0200 Marcin Kuzminski gui-improvments beta
Mon, 02 May 2011 15:01:29 +0200 Marcin Kuzminski whoosh errors don't crash entire app now, just display an error and log exception instead beta
Mon, 02 May 2011 14:42:51 +0200 Marcin Kuzminski moved LANGUAGE_EXTENSION_MAP to lib, and made whoosh indexer use the same map beta
Mon, 02 May 2011 13:02:58 +0200 Marcin Kuzminski Added simple forks page, resolves issue #179 beta
Mon, 02 May 2011 12:40:57 +0200 Marcin Kuzminski fixed problem with `Cannot operate on a closed database` error, by forcing NullPool when using sqlite database. beta
Mon, 02 May 2011 11:45:54 +0200 Marcin Kuzminski small fixes for interactive prompt in setup beta
Sun, 01 May 2011 22:21:19 +0200 Marcin Kuzminski fixed http/s validation for clone_uri, and missing return value. beta
Sun, 01 May 2011 22:03:01 +0200 Marcin Kuzminski fixed problem with quick filter mixed case search patterns beta
Wed, 27 Apr 2011 21:45:21 +0200 Marcin Kuzminski small fixes to test_hg_operations script beta
Wed, 27 Apr 2011 20:16:03 +0200 Marcin Kuzminski fixes #183 decoding of paths in changes beta
Wed, 27 Apr 2011 01:29:49 +0200 Marcin Kuzminski updated contributors beta
Wed, 27 Apr 2011 01:27:39 +0200 Marcin Kuzminski fixed issue #181, and small fix in gitmiddleware beta
Wed, 27 Apr 2011 01:19:17 +0200 Marcin Kuzminski added some fixes to LDAP form re-submition, new simples ldap-settings getter. beta
Tue, 26 Apr 2011 20:28:46 +0200 Marcin Kuzminski Merge with 74685a31cc43600646843697dfa8bb2094eb1ea5 - contributions to LDAP made by Lorenzo M. Catucci beta
Tue, 26 Apr 2011 19:17:06 +0200 Lorenzo M. Catucci Enable start_tls connection encryption. beta
Tue, 26 Apr 2011 14:03:00 +0200 Lorenzo M. Catucci Automated merge with https://rhodecode.org/rhodecode beta
Tue, 26 Apr 2011 14:02:53 +0200 Lorenzo M. Catucci Set a default value for needed attributes. beta
Tue, 26 Apr 2011 14:02:18 +0200 Lorenzo M. Catucci Fetch entry after successful bind for being able to read its attributes. beta
Tue, 26 Apr 2011 19:21:11 +0200 Marcin Kuzminski fixes #182
Tue, 26 Apr 2011 19:19:18 +0200 Marcin Kuzminski changelog update beta
Tue, 26 Apr 2011 19:05:19 +0200 Marcin Kuzminski fixes #182 beta
Sun, 24 Apr 2011 23:20:58 +0200 Marcin Kuzminski small fixes for gitmiddleware beta
Sun, 24 Apr 2011 17:36:09 +0200 Marcin Kuzminski fixed condition evaluated for gitrepo that returned null, simplified scm functions beta
Sun, 24 Apr 2011 16:59:27 +0200 Marcin Kuzminski small fixes for git support beta
Sat, 23 Apr 2011 17:22:50 +0200 Marcin Kuzminski pep8ify + small fixes for followers page + added tooltips for followers beta
Sat, 23 Apr 2011 17:11:12 +0200 Marcin Kuzminski #179 Added followers page beta
Sat, 23 Apr 2011 16:38:10 +0200 Marcin Kuzminski changed dafault to use sqlite for dev beta
Sat, 23 Apr 2011 15:56:17 +0200 Marcin Kuzminski fixed path for .ini file in test hg operations beta
Sat, 23 Apr 2011 15:52:32 +0200 Marcin Kuzminski small rewrite for injecting rhodecode_extras into ui. instead of injecting to hgweb instance, inject to ui and pass to hgweb. It's simpler and more readable. beta
Sat, 23 Apr 2011 15:17:42 +0200 Marcin Kuzminski pep8ify middlewares beta
Sat, 23 Apr 2011 14:52:44 +0200 Marcin Kuzminski Added extra check for very large diffs in changesets, sometimes for very large diffs the diff parser could kill CPU. beta
Sat, 23 Apr 2011 14:23:13 +0200 Marcin Kuzminski Added show as raw into big diff beta
Thu, 21 Apr 2011 00:06:06 +0200 Marcin Kuzminski updated pot file, and bumped dulwich version beta
Tue, 19 Apr 2011 17:28:42 +0200 Marcin Kuzminski Fixed permissions for users groups, group can have create repo permission now. beta
Tue, 19 Apr 2011 17:23:02 +0200 Marcin Kuzminski removed extra query for default user beta
Tue, 19 Apr 2011 17:21:19 +0200 Marcin Kuzminski tries to fix issue #177 by fallback to user.user_id instead of fetching from db, user.user_id beta
Mon, 18 Apr 2011 20:59:14 +0200 Marcin Kuzminski fixes #172 beta
Mon, 18 Apr 2011 20:55:37 +0200 Marcin Kuzminski user defined permission will update the global permissions, and overwrite default settings. beta
Mon, 18 Apr 2011 20:18:12 +0200 Marcin Kuzminski Fixed #161 form saves the create repository permission. beta
Sun, 17 Apr 2011 16:26:40 +0200 Marcin Kuzminski added some info to corrupted repo message that helps diagnose the cause from log itself. beta
Sun, 17 Apr 2011 14:45:16 +0200 Marcin Kuzminski moved locking of commit stats into the task itself to remove race conditions when lock was not removed before starting another task. beta
Sat, 16 Apr 2011 22:03:19 +0200 Marcin Kuzminski added quick filter into repo switcher list beta
Sat, 16 Apr 2011 21:11:49 +0200 Marcin Kuzminski simplified example init.d script beta
Sat, 16 Apr 2011 21:05:21 +0200 Marcin Kuzminski added dump validation of cloneurl, it can still freeze if server will ask for auth. beta
Fri, 15 Apr 2011 01:00:29 +0200 Marcin Kuzminski removed bad import beta
Thu, 14 Apr 2011 10:52:12 +0200 Marcin Kuzminski fixed problem with binary files, and for files that were deleted. beta
Thu, 14 Apr 2011 01:07:18 +0200 Marcin Kuzminski fixed possible float division, and changeset ranges bug introduced in stat changeset. beta
Thu, 14 Apr 2011 00:43:23 +0200 Marcin Kuzminski Implemented --stat for changelog beta
Wed, 13 Apr 2011 01:18:08 +0200 Marcin Kuzminski added flattr button to docs
Wed, 13 Apr 2011 00:39:15 +0200 Marcin Kuzminski fixes issue #163 RhodeCode will check and report a corrupted repo. A rescan with destroy old data should be perform after such operations beta
Wed, 13 Apr 2011 00:10:09 +0200 Marcin Kuzminski small merges from default beta
Wed, 13 Apr 2011 00:04:47 +0200 Marcin Kuzminski Added tag v1.1.8 for changeset c8974135732a
Tue, 12 Apr 2011 23:51:04 +0200 Marcin Kuzminski docs, and changelog update rhodecode-0.0.1.1.8
Tue, 12 Apr 2011 21:08:09 +0200 Marcin Kuzminski removed leftover print beta
Tue, 12 Apr 2011 20:10:47 +0200 Marcin Kuzminski merged latest fixes for stable
Tue, 12 Apr 2011 19:48:02 +0200 Marcin Kuzminski fixes issue #166, made clone-uri use the pylons build in url generators, that way it's more safe. beta
Tue, 12 Apr 2011 01:30:00 +0200 Marcin Kuzminski fixed some buttons text issues. Reported by Thomas Waldmann beta
Tue, 12 Apr 2011 00:17:00 +0200 Marcin Kuzminski made rhodecode compatible with 1024px displays beta
Mon, 11 Apr 2011 23:04:52 +0200 Marcin Kuzminski PEP8ify beta
Mon, 11 Apr 2011 22:47:27 +0200 Marcin Kuzminski PEP8ify - controllers beta
Mon, 11 Apr 2011 22:24:04 +0200 Marcin Kuzminski fixed issue #165 trending source files are now stored in cache as ext only, and translated to description only when displaying, so future changes of mappings will take affect right away. beta
Sun, 10 Apr 2011 23:34:28 +0200 Marcin Kuzminski removed leftover print beta
Sun, 10 Apr 2011 20:03:23 +0200 Marcin Kuzminski fixes #164 beta
Sun, 10 Apr 2011 19:54:49 +0200 Marcin Kuzminski changed raw action to show images instead of saying about binary file beta
Sun, 10 Apr 2011 00:01:04 +0200 Marcin Kuzminski fixes issue #159, thanks to Thomas Waldmann beta
Sat, 09 Apr 2011 23:53:12 +0200 Marcin Kuzminski changelog update
Sat, 09 Apr 2011 20:46:15 +0200 Marcin Kuzminski fixed archives headers, Thanks to Thomas Waldmann
Sat, 09 Apr 2011 20:15:18 +0200 Marcin Kuzminski fixed archive names, added setup command to contributing docs.
Sat, 09 Apr 2011 19:59:40 +0200 Marcin Kuzminski added egg-info,and .egg in hgignore
Sat, 09 Apr 2011 19:12:43 +0200 Marcin Kuzminski fixed broken yui script during one of the merges
Sat, 09 Apr 2011 19:02:51 +0200 Marcin Kuzminski Added tag v1.1.7 for changeset bd102f45950f
Sat, 09 Apr 2011 18:48:12 +0200 Marcin Kuzminski Added tag v1.1.7 for changeset 7327a0d1584c beta
Sat, 09 Apr 2011 18:38:18 +0200 Marcin Kuzminski merges for stable
Sat, 09 Apr 2011 17:13:15 +0200 Marcin Kuzminski fixes for stable
Sat, 09 Apr 2011 11:23:12 +0200 Marcin Kuzminski merge beta
Fri, 08 Apr 2011 15:12:10 +0200 Marcin Kuzminski change the way of detection of corrupted repos. sqlalchemy objects needs to be checkec `is None`. beta
Sat, 09 Apr 2011 11:22:32 +0200 Marcin Kuzminski merges for stable
Fri, 08 Apr 2011 00:47:20 +0200 Marcin Kuzminski merged some docs, and fixed setup.py platform check
Thu, 07 Apr 2011 22:59:43 +0200 Marcin Kuzminski update docs for setup beta
Thu, 07 Apr 2011 22:51:43 +0200 Marcin Kuzminski refreshed how_to on translations beta
Thu, 07 Apr 2011 09:01:11 +0200 Marcin Kuzminski files: fixes error when passing a diff without parameters and caused server crash beta
Wed, 06 Apr 2011 20:35:50 +0200 Marcin Kuzminski fixed setup.py file to use same platform as defined in main rhodecode PLATFORM_OTHERS, beta
Wed, 06 Apr 2011 20:25:51 +0200 Marcin Kuzminski simplified safe_unicode function beta
Wed, 06 Apr 2011 20:16:02 +0200 Marcin Kuzminski strip os.sep instead of '/' in repo scanner beta
Wed, 06 Apr 2011 20:06:28 +0200 Marcin Kuzminski fixes issue #153 beta
Tue, 05 Apr 2011 20:09:34 +0200 Marcin Kuzminski fixed tests for stable
Tue, 05 Apr 2011 18:51:34 +0200 Marcin Kuzminski fixes for stable
Tue, 05 Apr 2011 18:04:06 +0200 Marcin Kuzminski fixes for issue #149
Tue, 05 Apr 2011 18:01:19 +0200 Marcin Kuzminski fixes for stable
Tue, 05 Apr 2011 17:34:04 +0200 Marcin Kuzminski fixes #140
Tue, 05 Apr 2011 17:27:23 +0200 Marcin Kuzminski fixed removed route during pep8ify beta
Tue, 05 Apr 2011 17:16:47 +0200 Marcin Kuzminski #150 fixes for errors on repositories mapped in db but corrupted in filesystem beta
Tue, 05 Apr 2011 13:12:38 +0200 Marcin Kuzminski pep8ify beta
Tue, 05 Apr 2011 12:32:50 +0200 Marcin Kuzminski pep8ify beta
Tue, 05 Apr 2011 12:23:12 +0200 Marcin Kuzminski pep8ify beta
Tue, 05 Apr 2011 12:08:34 +0200 Marcin Kuzminski merges for upcoming release
Tue, 05 Apr 2011 02:16:07 +0200 Marcin Kuzminski removed obsolete celerypylons commands beta
Tue, 05 Apr 2011 02:04:59 +0200 Marcin Kuzminski changed the way of generating url for came_from beta
Mon, 04 Apr 2011 20:01:45 +0200 Marcin Kuzminski fixed license issue #149 beta
Mon, 04 Apr 2011 19:43:31 +0200 Marcin Kuzminski added __license__ into main of rhodecode, PEP8ify beta
Sun, 03 Apr 2011 18:49:12 +0200 Marcin Kuzminski pep8ify root py files beta
Sun, 03 Apr 2011 18:23:15 +0200 Marcin Kuzminski source code cleanup: remove trailing white space, normalize file endings beta
Sun, 03 Apr 2011 12:43:29 +0200 Marcin Kuzminski added focus to login register password reminder forms beta
Sun, 03 Apr 2011 11:44:19 +0200 Marcin Kuzminski quick filter will update repo count beta
Sat, 02 Apr 2011 21:29:50 +0200 Marcin Kuzminski added os.sep for files controller beta
Sat, 02 Apr 2011 21:19:16 +0200 Marcin Kuzminski Added os.sep in models for better win support beta
Sat, 02 Apr 2011 21:12:27 +0200 Marcin Kuzminski fixed issue with latest webhelpers pagination module beta
Sat, 02 Apr 2011 21:02:54 +0200 Marcin Kuzminski fixed issues with action icons beta
Sat, 02 Apr 2011 00:55:26 +0200 Marcin Kuzminski fixes for issue #148 beta
Sat, 02 Apr 2011 00:44:13 +0200 Marcin Kuzminski merged freebsd support issue from default beta
Sat, 02 Apr 2011 00:42:17 +0200 Marcin Kuzminski fixes for issue #133 beta
Fri, 01 Apr 2011 18:46:24 +0200 Marcin Kuzminski Added repo group page showing what reposiories are inside a group beta
Fri, 01 Apr 2011 18:08:30 +0200 Marcin Kuzminski added repo count to dashboard beta
Fri, 01 Apr 2011 16:35:03 +0200 Marcin Kuzminski let timerproxy use logging module beta
Thu, 31 Mar 2011 08:00:24 +0200 Marcin Kuzminski use cs get history instead of node.history, node history have to much reference calls beta
Wed, 30 Mar 2011 12:59:49 +0200 Marcin Kuzminski fixes for rawfile, annotation, download. It will check now if it's a filenode. beta
Tue, 29 Mar 2011 00:11:18 +0200 Marcin Kuzminski update setup.py and frozen dateutils beta
Mon, 28 Mar 2011 23:47:12 +0200 Marcin Kuzminski fixed problem with tooltips flickering. beta
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
Mon, 28 Mar 2011 21:28:16 +0200 Marcin Kuzminski applied patch from issue #138 beta
Mon, 28 Mar 2011 20:44:49 +0200 Marcin Kuzminski fixed missing ) in safe unicode beta
Mon, 28 Mar 2011 17:59:12 +0200 Marcin Kuzminski fixes issue #146 beta
Mon, 28 Mar 2011 17:55:14 +0200 Marcin Kuzminski fixes for #143 beta
Mon, 28 Mar 2011 00:06:18 +0200 Marcin Kuzminski added percentage of progress of gathered commit activity statistics beta
Sun, 27 Mar 2011 17:12:59 +0200 Marcin Kuzminski small fixes to summary page beta
Sun, 27 Mar 2011 14:46:38 +0200 Marcin Kuzminski Added CONTRIBUTORS, with listed all contributors to the project. beta
Sun, 27 Mar 2011 01:34:37 +0100 Marcin Kuzminski merge with unicode fixes beta
Sun, 27 Mar 2011 01:34:14 +0100 Marcin Kuzminski frozen version of python dateutil since series 2.X are not python 2.X compatible beta
Thu, 24 Mar 2011 16:35:53 +0100 Marcin Kuzminski fixes for issues #137 and #116 safe_unicode is now default for handling file names beta
Sun, 27 Mar 2011 00:23:44 +0100 Marcin Kuzminski Journal Should not return 500 errors on failure, rather better is to return bad request error beta
Wed, 23 Mar 2011 20:58:12 +0100 Marcin Kuzminski update changelog from default beta
Wed, 23 Mar 2011 20:56:05 +0100 Marcin Kuzminski Added tag v1.1.7 for changeset 2ab211e0aecd beta
Wed, 23 Mar 2011 20:43:44 +0100 Marcin Kuzminski changes for release 1.1.7 rhodecode-0.0.1.1.7
Wed, 23 Mar 2011 20:38:51 +0100 Marcin Kuzminski changes for #56 beta
Tue, 22 Mar 2011 21:50:54 +0100 Marcin Kuzminski pep8 beta
Tue, 22 Mar 2011 18:10:37 +0100 Marcin Kuzminski control mailer debug with the .ini file beta
Tue, 22 Mar 2011 12:05:34 +0100 Marcin Kuzminski fixes #136 leftover patch
Mon, 21 Mar 2011 23:13:40 +0100 Marcin Kuzminski fixed license in setup file, readme fixes beta
Mon, 21 Mar 2011 23:06:07 +0100 Marcin Kuzminski Added tag v1.1.6 for changeset c5af1d3c861f
Mon, 21 Mar 2011 22:34:13 +0100 Marcin Kuzminski changes for rhodecode release 1.1.6 rhodecode-0.0.1.1.6
Sun, 20 Mar 2011 16:24:32 +0100 Marcin Kuzminski pep8 beta
Sun, 20 Mar 2011 16:23:48 +0100 Marcin Kuzminski added check for python <2.5 in setup file beta
Sun, 20 Mar 2011 16:17:04 +0100 Marcin Kuzminski fixed wrong order of changes in feeds beta
Sat, 19 Mar 2011 22:10:10 +0100 Marcin Kuzminski added proper groups names in add repo from settings beta
Sat, 19 Mar 2011 20:38:21 +0100 Marcin Kuzminski bugfix for empty groups beta
Sat, 19 Mar 2011 18:52:27 +0100 Marcin Kuzminski Changes for repo groups beta
Sat, 19 Mar 2011 01:07:53 +0100 Marcin Kuzminski implemented repo switcher list as dynamically loaded by xhr requestt. beta
Fri, 18 Mar 2011 23:44:27 +0100 Marcin Kuzminski rewrote templates, all small pages will inherit from root for easier changes and controll beta
Fri, 18 Mar 2011 22:24:42 +0100 Marcin Kuzminski removed obsolete id from <html> beta
Fri, 18 Mar 2011 22:04:21 +0100 Marcin Kuzminski Added handy methods to Repository model for fetching groups with parents beta
Fri, 18 Mar 2011 19:39:48 +0100 Marcin Kuzminski simplified str2bool, and moved safe_unicode out of helpers since it was not html specific function beta
Fri, 18 Mar 2011 19:09:41 +0100 Marcin Kuzminski Added tag v1.1.5 for changeset 008bdfdd95c8
Fri, 18 Mar 2011 19:02:11 +0100 Marcin Kuzminski fixed str2bool typo rhodecode-0.0.1.1.5
Fri, 18 Mar 2011 16:43:36 +0100 Marcin Kuzminski fixed problems with archives beta
Fri, 18 Mar 2011 15:41:48 +0100 Marcin Kuzminski Added better looking revision for filebrowser beta
Fri, 18 Mar 2011 02:34:45 +0100 Marcin Kuzminski memory optimizations, call diffs only when needed ie. after checking for binary, and cutoff limit. beta
Thu, 17 Mar 2011 21:48:00 +0100 Marcin Kuzminski fixed routing from previos merge beta
Thu, 17 Mar 2011 21:34:48 +0100 Marcin Kuzminski Added tag v1.1.5 for changeset cb77867d69d3
Thu, 17 Mar 2011 21:34:21 +0100 Marcin Kuzminski fixed changelog release date
Thu, 17 Mar 2011 21:05:14 +0100 Marcin Kuzminski fixed ldap form, it doesn't validate the baseDN until enable checkbox is set
Thu, 17 Mar 2011 20:41:16 +0100 Marcin Kuzminski fixed ldap settings
Thu, 17 Mar 2011 03:04:17 +0100 Marcin Kuzminski added changes made in production branch back into beta beta
Thu, 17 Mar 2011 02:55:37 +0100 Marcin Kuzminski added footer link to the main site
Thu, 17 Mar 2011 02:47:07 +0100 Marcin Kuzminski fixed manifest, and changed info site
Thu, 17 Mar 2011 02:42:10 +0100 Marcin Kuzminski removed deprecated celeryd init.d stript
Thu, 17 Mar 2011 02:41:11 +0100 Marcin Kuzminski Release 1.1.5 fixes:
Thu, 17 Mar 2011 01:31:15 +0100 Marcin Kuzminski fixed ldap settings creation, we need to fill in some bool defaults properly to make it work fine beta
Thu, 17 Mar 2011 01:21:07 +0100 Marcin Kuzminski clean and fixes in files controller beta
Thu, 17 Mar 2011 01:13:48 +0100 Marcin Kuzminski changes for release 1.1.5
Tue, 15 Mar 2011 23:34:14 +0100 Marcin Kuzminski fixed some config bool converter problems with ldap beta
Mon, 14 Mar 2011 01:34:08 +0100 Marcin Kuzminski fixed issue with vcs stream beta
Sun, 13 Mar 2011 17:43:16 +0100 Marcin Kuzminski updated migration schema beta
Sun, 13 Mar 2011 17:20:39 +0100 Marcin Kuzminski fixed files diffs to use gitdiff enabled diffs beta
Sun, 13 Mar 2011 15:01:49 +0100 Marcin Kuzminski merge with sorted tags beta
Sun, 13 Mar 2011 13:38:07 +0100 Marcin Kuzminski fixed some limits in changesets and changelogs beta
Sun, 13 Mar 2011 11:34:57 +0100 Marcin Kuzminski limited calculation of added/changed/removed files for large changesets, saving a lot of memory beta
Sun, 13 Mar 2011 01:22:29 +0100 Marcin Kuzminski let action always return pull command for better security on pull restricted repos beta
Sat, 12 Mar 2011 22:35:08 +0100 Marcin Kuzminski docs update beta
Fri, 11 Mar 2011 15:56:52 +0100 Marcin Kuzminski sorted tags by date in tag view beta
Thu, 10 Mar 2011 23:21:16 +0100 Marcin Kuzminski changed all instances of udiff into gitdiff, for vcs issue #49 beta
Wed, 09 Mar 2011 22:58:43 +0100 Marcin Kuzminski template fixes beta
Wed, 09 Mar 2011 20:46:43 +0100 Marcin Kuzminski docs update beta
Wed, 09 Mar 2011 20:46:20 +0100 Marcin Kuzminski disabled api key for anonymous users, and added api_key to rss/atom links for other users beta
Wed, 09 Mar 2011 20:26:02 +0100 Marcin Kuzminski replaced all global calls to template context (rhodecode_user), into instance attributes beta
Wed, 09 Mar 2011 19:47:52 +0100 Marcin Kuzminski fixed some bugs in api key auth, added access by api key into rss/atom feeds in global journal beta
Wed, 09 Mar 2011 19:29:12 +0100 Marcin Kuzminski fixes #126, all credits go to cejones <chad.jones@milwaukeetool.com> beta
Wed, 09 Mar 2011 19:08:34 +0100 Marcin Kuzminski Fixed Windows installation based on work of Mantis406 fork: "Replace py-bcrypt to make Windows installation easier" beta
Wed, 09 Mar 2011 16:34:29 +0100 Marcin Kuzminski Major rewrite of auth objects. Moved parts of filling user data into user model. 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
Sat, 05 Mar 2011 23:02:15 +0100 Marcin Kuzminski merge with optional gravatars beta
Sat, 05 Mar 2011 22:59:41 +0100 Marcin Kuzminski #109, added manual pull of changes for repositories that have remote location filled in. beta
Sat, 05 Mar 2011 22:00:53 +0100 Marcin Kuzminski added clone_uri,api_key into models. Fixed models for mysql compatibilty beta
Sat, 05 Mar 2011 21:59:47 +0100 Marcin Kuzminski #109, added optional clone uri when creating repo. beta
Sat, 05 Mar 2011 17:21:07 +0100 Marcin Kuzminski added base for repo creation forms, both templates will share the same form. beta
Wed, 02 Mar 2011 11:50:13 +0100 Marcin Kuzminski #21 added optional flag to disable gravatar, and use local icon beta
Tue, 01 Mar 2011 14:14:10 +0100 Marcin Kuzminski small fixes, and optimization for changelog graph beta
Tue, 01 Mar 2011 13:47:47 +0100 Marcin Kuzminski reverted removed list casting beta
Tue, 01 Mar 2011 10:10:28 +0100 Marcin Kuzminski small simplification in changelog beta
Tue, 01 Mar 2011 10:07:36 +0100 Marcin Kuzminski fixed percentage indicator of build stats,added branch filter to changelog controller beta
Tue, 01 Mar 2011 10:05:43 +0100 Marcin Kuzminski Added branch filter to repo pager beta
Sun, 27 Feb 2011 22:25:06 +0100 Marcin Kuzminski added backup to docs beta
Sun, 27 Feb 2011 03:31:01 +0100 Marcin Kuzminski changelog update, bumped mako version in setup beta
Sun, 27 Feb 2011 03:24:04 +0100 Marcin Kuzminski fixed problem with rawfile content_disposition attachment, beta
Sun, 27 Feb 2011 03:18:23 +0100 Marcin Kuzminski fixed problem with int. chars in gravatars beta
Sun, 27 Feb 2011 02:43:44 +0100 Marcin Kuzminski replaced all decode('utf-8') instances with .decode('utf-8','replace') for more error prof setup, beta
Sun, 27 Feb 2011 02:03:49 +0100 Marcin Kuzminski fixed test env creator beta
Sun, 27 Feb 2011 01:57:17 +0100 Marcin Kuzminski Added dedicated repo pager to support reversed new way slicing method of vcs and get_changesets method beta
Sun, 27 Feb 2011 00:38:28 +0100 Marcin Kuzminski merge changelog with default (added 1.1.4 version) beta
Sun, 27 Feb 2011 00:37:38 +0100 Marcin Kuzminski updated changelog beta
Sun, 27 Feb 2011 00:35:11 +0100 Marcin Kuzminski fixed sphinx build errors
Sun, 27 Feb 2011 00:31:43 +0100 Marcin Kuzminski fixes #120 websetup command runs os.access on given path checking for write access beta
Sat, 26 Feb 2011 23:41:42 +0100 Marcin Kuzminski readme update beta
Sat, 26 Feb 2011 23:40:55 +0100 Marcin Kuzminski merge docs in beta with those corrected by Jason Harris beta
Sat, 26 Feb 2011 20:44:32 +0100 jfh - Further corrections.
Sat, 26 Feb 2011 19:55:40 +0100 jfh - Further corrections to the setup page.
Sat, 26 Feb 2011 17:27:58 +0100 jfh - First cut at some documentation corrections.
Sat, 26 Feb 2011 17:49:52 +0100 Marcin Kuzminski made simple global rss and atom feed beta
Sat, 26 Feb 2011 16:04:38 +0100 Marcin Kuzminski fixed unicode problems with file paths. beta
Fri, 25 Feb 2011 19:14:12 +0100 Marcin Kuzminski updated translations templates beta
Fri, 25 Feb 2011 18:47:09 +0100 Marcin Kuzminski implemented public journal for anonymous users, admin can control which repositories beta
Fri, 25 Feb 2011 01:36:17 +0100 Marcin Kuzminski fixed breadcrumbs in few pages beta
Fri, 25 Feb 2011 01:15:19 +0100 Marcin Kuzminski DAG fixes for vcs 0.2.0 beta
Fri, 25 Feb 2011 01:14:18 +0100 Marcin Kuzminski fixes for vcs 0.2.0and new slicing methods beta
Fri, 25 Feb 2011 01:12:49 +0100 Marcin Kuzminski fixed Session problems in model class functions beta
Fri, 25 Feb 2011 01:11:00 +0100 Marcin Kuzminski fixed summary tests beta
Fri, 25 Feb 2011 00:24:28 +0100 Marcin Kuzminski fixed test.ini beta
Fri, 25 Feb 2011 00:20:44 +0100 Marcin Kuzminski added docs to manifest, updated setup script beta
Fri, 25 Feb 2011 00:10:06 +0100 Marcin Kuzminski fixed recursive include typo in manifest thanks to Fredrik Håård beta
Thu, 24 Feb 2011 23:44:21 +0100 Marcin Kuzminski moved statistics parse_limit into .ini files beta
Thu, 24 Feb 2011 23:41:39 +0100 Marcin Kuzminski Enable statistics are disabled by default now beta
Sun, 20 Feb 2011 20:59:50 +0100 Marcin Kuzminski removed YUI from default branch
Sun, 20 Feb 2011 20:58:07 +0100 Marcin Kuzminski update YUI dev libs to latest version beta
Sat, 19 Feb 2011 14:38:17 +0100 Marcin Kuzminski Added tag v1.1.4 for changeset bdc438fb4fe4 beta
Sat, 19 Feb 2011 14:00:01 +0100 Marcin Kuzminski Fixes for release 1.1.4
Sat, 19 Feb 2011 12:04:49 +0100 Marcin Kuzminski Added dynamic followers counter change after toggle following action beta
Sat, 19 Feb 2011 11:51:52 +0100 Marcin Kuzminski deps update beta
Sat, 19 Feb 2011 11:50:24 +0100 Marcin Kuzminski changelog update beta
Sat, 19 Feb 2011 07:39:01 +0100 Marcin Kuzminski fixed some very strange issue with htmlfill import - don't know why but this needs to be imported as separate module beta
Sat, 19 Feb 2011 01:16:44 +0100 Marcin Kuzminski fixed admin journal beta
Sat, 19 Feb 2011 01:06:47 +0100 Marcin Kuzminski Moved BaseModel into base class for declarative base. Added some handy methods into beta
Sat, 19 Feb 2011 01:05:20 +0100 Marcin Kuzminski file tests updates + extended the feed tests beta
Sat, 19 Feb 2011 00:49:08 +0100 Marcin Kuzminski fixes and extends file tests beta
Thu, 17 Feb 2011 00:44:45 +0100 Marcin Kuzminski docs and readme update beta
Thu, 17 Feb 2011 00:43:39 +0100 Marcin Kuzminski updated sqlalchemy migrate to latest version beta
Wed, 16 Feb 2011 12:18:18 +0100 Marcin Kuzminski permission fixes for forking beta
Wed, 16 Feb 2011 12:15:08 +0100 Marcin Kuzminski Added tag v1.1.3 for changeset 4fa80e0484ef
Wed, 16 Feb 2011 11:16:27 +0100 Marcin Kuzminski rhodecode release 1.1.3 changes part2 rhodecode-0.0.1.1.3
Wed, 16 Feb 2011 11:05:35 +0100 Marcin Kuzminski rhodecode release 1.1.3 changes
Tue, 15 Feb 2011 23:19:01 +0100 Marcin Kuzminski #113 removed anonymous access from forking, added system messages in login box. beta
Tue, 15 Feb 2011 23:03:33 +0100 Marcin Kuzminski updated changelog, small fix for journal beta
Tue, 15 Feb 2011 23:03:16 +0100 Marcin Kuzminski fixed #113 to high permission was required to fork a repository beta
Tue, 15 Feb 2011 19:47:20 +0100 Marcin Kuzminski typo fix for journal action beta
Tue, 15 Feb 2011 19:45:15 +0100 Marcin Kuzminski fixed journal look & feel beta
Tue, 15 Feb 2011 19:09:29 +0100 Marcin Kuzminski changed all urls for IMAGES files to use pylons url function beta
Tue, 15 Feb 2011 18:52:08 +0100 Marcin Kuzminski removed obsolete _static flag from url, and fixed urls in webhelpers beta
Tue, 15 Feb 2011 18:37:56 +0100 Marcin Kuzminski changed all urls for CSS files to use pylons url function beta
Tue, 15 Feb 2011 18:33:58 +0100 Marcin Kuzminski changed all url for JS file to use pylons url function beta
Tue, 15 Feb 2011 01:36:50 +0100 Marcin Kuzminski tests update beta
Tue, 15 Feb 2011 01:36:35 +0100 Marcin Kuzminski fixed caching query to propagate data_dir default from beaker beta
Tue, 15 Feb 2011 01:36:07 +0100 Marcin Kuzminski another major codes rewrite: beta
Mon, 14 Feb 2011 16:43:57 +0100 Marcin Kuzminski changed raw and download diffs to gitdiff beta
Mon, 14 Feb 2011 15:29:53 +0100 Marcin Kuzminski fixed binary file issues beta
Mon, 14 Feb 2011 15:16:45 +0100 Marcin Kuzminski bugfix for getting proper values from cache beta
Sun, 13 Feb 2011 03:39:28 +0100 Marcin Kuzminski Updated new Journal with users and dates aggregates beta
Sun, 13 Feb 2011 02:48:02 +0100 Marcin Kuzminski fixes fixes fixes ! optimized queries on journal beta
Sun, 13 Feb 2011 01:38:39 +0100 Marcin Kuzminski extended admin rescan to show what repositories was added and what removed beta
Sun, 13 Feb 2011 00:29:31 +0100 Marcin Kuzminski another major code rafactor, reimplemented (almost from scratch) beta
Sat, 12 Feb 2011 21:22:30 +0100 Marcin Kuzminski added repo creation filesystem test beta
Sat, 12 Feb 2011 21:21:23 +0100 Marcin Kuzminski Major refactoring, removed when possible calls to app globals. beta
Sat, 12 Feb 2011 18:16:15 +0100 Marcin Kuzminski removed console log from tempalte that breaks the js beta
Sat, 12 Feb 2011 16:21:02 +0100 Marcin Kuzminski updated config files, and changed model repo_followers to followers beta
Sat, 12 Feb 2011 16:06:12 +0100 Marcin Kuzminski fixed problem with caching beta
Sat, 12 Feb 2011 13:56:28 +0100 Marcin Kuzminski fixed add cache defaults missing data_dir beta
Fri, 11 Feb 2011 15:25:29 +0100 Marcin Kuzminski small fix for users groups choose dialog beta
Fri, 11 Feb 2011 13:07:26 +0100 Marcin Kuzminski #56 available options from users groups are now self avare of choosen options and doesn't display. beta
Fri, 11 Feb 2011 11:32:10 +0100 Marcin Kuzminski removed immutable default argument from mailer beta
Fri, 11 Feb 2011 11:30:04 +0100 Marcin Kuzminski fixed issue with db transaction when filesystem creation of repository failed beta
Fri, 11 Feb 2011 10:39:40 +0100 Marcin Kuzminski fixed missing repo_name_slug beta
Fri, 11 Feb 2011 01:28:21 +0100 Marcin Kuzminski uncommented migrate tables, docfix beta
Fri, 11 Feb 2011 01:21:16 +0100 Marcin Kuzminski docs update beta
Fri, 11 Feb 2011 00:44:22 +0100 Marcin Kuzminski hidden compare view link for single revision push beta
Fri, 11 Feb 2011 00:35:48 +0100 Marcin Kuzminski updated db migrations to schema 3 beta
Fri, 11 Feb 2011 00:13:09 +0100 Marcin Kuzminski Code refactor number 2 beta
Fri, 11 Feb 2011 00:12:27 +0100 Marcin Kuzminski fixed tests beta
Thu, 10 Feb 2011 23:45:44 +0100 Marcin Kuzminski added isoformat() that removes space from the renamed directory beta
Thu, 10 Feb 2011 23:39:57 +0100 Marcin Kuzminski optimized filtering on journal beta
Thu, 10 Feb 2011 22:41:30 +0100 Marcin Kuzminski rhodecode config module refactoring beta
Thu, 10 Feb 2011 21:56:14 +0100 Marcin Kuzminski Fixed problems with repository creation beta
Wed, 09 Feb 2011 18:54:20 +0100 Marcin Kuzminski #56 added propagation of permission from group beta
Wed, 09 Feb 2011 17:41:27 +0100 Marcin Kuzminski #56 added ajax removal of users groups, beta
Wed, 09 Feb 2011 15:16:28 +0100 Marcin Kuzminski #56 added assignments of users groups into repository beta
Wed, 09 Feb 2011 03:14:59 +0100 Marcin Kuzminski #56 hacking on forms, and model for users groups beta
Wed, 09 Feb 2011 03:14:00 +0100 Marcin Kuzminski #56 added users/groups autocomplete for repository editing. beta
Wed, 09 Feb 2011 02:15:09 +0100 Marcin Kuzminski updated changelog beta
Wed, 09 Feb 2011 01:31:09 +0100 Marcin Kuzminski added nicer compare view beta
Wed, 09 Feb 2011 01:02:44 +0100 Marcin Kuzminski Added compare view into journal, fixed wrong function call to show compare view beta
Wed, 09 Feb 2011 00:36:12 +0100 Marcin Kuzminski updated testing script for hg operations beta
Tue, 08 Feb 2011 22:23:14 +0100 Marcin Kuzminski removed print beta
Tue, 08 Feb 2011 20:41:59 +0100 Marcin Kuzminski moved out celerypylons import to enviromnet to prevent celery from displaying celeryconfig.py warning beta
Tue, 08 Feb 2011 15:41:47 +0100 Marcin Kuzminski fixed sorting in maing page by owners beta
Tue, 08 Feb 2011 15:06:41 +0100 Marcin Kuzminski fixed celery issues, default loader was not set as PylonsLoader beta
Tue, 08 Feb 2011 03:45:22 +0100 Marcin Kuzminski Another better solution for establishing connection with messaging broker in celery. beta
Tue, 08 Feb 2011 02:57:21 +0100 Marcin Kuzminski made rhodecode work with celery 2.2, made some tasks optimizations(forget results) beta
Mon, 07 Feb 2011 21:40:57 +0100 Marcin Kuzminski reimplemented changeset ranges to use vcs directly beta
Sun, 06 Feb 2011 00:27:45 +0100 Marcin Kuzminski Optimized queries on journal, and added quick stop following action button in journal beta
Sat, 05 Feb 2011 23:58:37 +0100 Marcin Kuzminski fixed following js snipet. It' can be called multiple times now next to each repository beta
Fri, 04 Feb 2011 17:50:04 +0100 Marcin Kuzminski closing issue 108 branch, merge into main codes issue-108
Fri, 04 Feb 2011 17:47:02 +0100 Marcin Kuzminski fixed admin log tooltips beta
Fri, 04 Feb 2011 17:37:03 +0100 Marcin Kuzminski Added missing journal_data template beta
Fri, 04 Feb 2011 17:36:41 +0100 Marcin Kuzminski fixes for journal, added paging now it's possible to view whole journal beta
Fri, 04 Feb 2011 13:40:38 +0100 Marcin Kuzminski Added grouping by days in journal beta
Fri, 04 Feb 2011 12:29:45 +0100 Marcin Kuzminski merge thayne ldap extensions beta
Thu, 03 Feb 2011 18:27:00 -0700 Thayne Harbaugh Update documentation for LDAP settings (and add Active Directory information). issue-108
Thu, 03 Feb 2011 16:34:40 -0700 Thayne Harbaugh Improve LDAP authentication issue-108
Tue, 01 Feb 2011 15:19:42 +0100 Marcin Kuzminski moved tooltip function from the for loop and from templates to helpers beta
Tue, 01 Feb 2011 02:18:05 +0100 Marcin Kuzminski simplified simplegit and simplehg a little beta
Tue, 01 Feb 2011 02:16:27 +0100 Marcin Kuzminski fixed test hg operations script beta
Mon, 31 Jan 2011 23:53:01 +0100 Marcin Kuzminski fixed css for select in users groups beta
Mon, 31 Jan 2011 23:28:21 +0100 Marcin Kuzminski removed obsolete css from 404 page, and implemented rhodecode title app in the error page beta
Mon, 31 Jan 2011 23:21:48 +0100 Marcin Kuzminski extended functionality on users groups select box beta
Mon, 31 Jan 2011 17:41:12 +0100 Marcin Kuzminski Added limit option for revision ranges beta
Mon, 31 Jan 2011 16:57:29 +0100 Marcin Kuzminski fixed error for single changeset beta
Mon, 31 Jan 2011 16:23:23 +0100 Marcin Kuzminski template fix for changeset ranges beta
Mon, 31 Jan 2011 15:10:37 +0100 Marcin Kuzminski fixed smtp_mailer with Johan Walles suggestion, and made some patches according to beta
Mon, 31 Jan 2011 01:23:31 +0100 Marcin Kuzminski password reset now shares the same application name as other views beta
Mon, 31 Jan 2011 01:22:22 +0100 Marcin Kuzminski login page and registration page now share the same application name as other views beta
Sun, 30 Jan 2011 23:36:17 +0100 Marcin Kuzminski #93 fixed errors on new revranges generation beta
Sun, 30 Jan 2011 22:56:37 +0100 Marcin Kuzminski started work on #93 added rev ranges view, checkboxes in changelog to view ranges of changes beta
Fri, 28 Jan 2011 22:12:28 +0100 Marcin Kuzminski Fixed links for repository, it's optional now to pass a link without a summary beta
Fri, 28 Jan 2011 19:46:10 +0100 Marcin Kuzminski merge beta
Fri, 28 Jan 2011 19:02:02 +0100 Marcin Kuzminski #56 fixed relationship query behavior to speed up fetching, and beta
Fri, 28 Jan 2011 18:44:20 +0100 Marcin Kuzminski #56 implemented users groups deletes beta
Fri, 28 Jan 2011 18:40:50 +0100 Marcin Kuzminski #56 implemented users groups editing, beta
Fri, 28 Jan 2011 14:49:04 +0100 Marcin Kuzminski fixed changelog beta
Fri, 28 Jan 2011 19:44:41 +0100 Marcin Kuzminski fixees for #106 relation issues on databases different than sqlite beta
Fri, 28 Jan 2011 14:45:30 +0100 Marcin Kuzminski implemented #107 variable lines can be now highlighted beta
Fri, 28 Jan 2011 12:23:16 +0100 Marcin Kuzminski updated setup for nginx, due to some large push issues with previous setup beta
Fri, 28 Jan 2011 12:19:20 +0100 Marcin Kuzminski merge beta
Fri, 28 Jan 2011 10:49:06 +0100 Marcin Kuzminski fixed line number look beta
Thu, 27 Jan 2011 23:01:16 +0100 Marcin Kuzminski #107 added single line highlight beta
Thu, 27 Jan 2011 21:45:30 +0100 Marcin Kuzminski changed dev and tests to postgressql for more error proof setup. beta
Wed, 26 Jan 2011 18:47:12 +0100 Marcin Kuzminski fixed changelog beta
Wed, 26 Jan 2011 18:37:42 +0100 Marcin Kuzminski implemented #84 downloads can be enabled/disabled per each repository from now. beta
Wed, 26 Jan 2011 18:35:13 +0100 Marcin Kuzminski fixed typo in exception beta
Wed, 26 Jan 2011 17:38:08 +0100 Marcin Kuzminski fixed #102 allowed '.' character in username beta
Wed, 26 Jan 2011 17:34:37 +0100 Marcin Kuzminski #56 fixed found bugs, implemented adding of new group + forms+validators beta
Tue, 25 Jan 2011 23:28:10 +0100 Marcin Kuzminski added user group to perm table beta
Tue, 25 Jan 2011 19:05:44 +0100 Marcin Kuzminski updated some requirements to newest versions beta
Tue, 25 Jan 2011 18:59:20 +0100 Marcin Kuzminski started working on issue #56 beta
Mon, 24 Jan 2011 22:41:40 +0100 Marcin Kuzminski fixes for #99, added casting to unicode for int chars as utf-8 files beta
Mon, 24 Jan 2011 22:39:48 +0100 Marcin Kuzminski added last login of user to admin users browse beta
Sun, 23 Jan 2011 00:23:28 +0100 Marcin Kuzminski fixed vcs import. beta
Sat, 22 Jan 2011 19:03:23 +0100 Marcin Kuzminski fixed ehlo command for mailing. beta
Fri, 21 Jan 2011 01:22:10 +0100 Marcin Kuzminski fixes for issue #104, code rewrites for vcs 0.2 beta
Fri, 21 Jan 2011 01:21:52 +0100 Marcin Kuzminski fixed key error on unknown archival beta
Fri, 21 Jan 2011 01:13:52 +0100 Marcin Kuzminski fixed file browsing ui and css beta
Fri, 21 Jan 2011 00:53:08 +0100 Marcin Kuzminski fixed archival in rhodecode to use new functions from vcs beta
Fri, 21 Jan 2011 00:00:20 +0100 Marcin Kuzminski Fixed whoosh daemon, for depracated walk method beta
Sun, 16 Jan 2011 16:51:32 +0100 Marcin Kuzminski patched gravatar url generation to properly support new https force flag from settings. beta
Sun, 16 Jan 2011 12:27:44 +0100 Marcin Kuzminski fixed error when trying to make download on empty repository beta
Fri, 14 Jan 2011 13:24:00 +0100 Marcin Kuzminski fixed default option on summary download link beta
Fri, 14 Jan 2011 12:24:57 +0100 Marcin Kuzminski Implemented dynamic download links in summary page beta
Thu, 13 Jan 2011 23:35:46 +0100 Marcin Kuzminski added branch/tag options to download links in summary beta
Tue, 11 Jan 2011 23:20:23 +0100 Marcin Kuzminski Added tag v1.1.2 for changeset 6c01c12eafb8
Tue, 11 Jan 2011 23:18:57 +0100 Marcin Kuzminski version bump rhodecode-0.0.1.1.2
Tue, 11 Jan 2011 23:06:41 +0100 Marcin Kuzminski merged bugfixes for rhodecode 1.1.2 release
Tue, 11 Jan 2011 22:51:48 +0100 Marcin Kuzminski fixed changelog, and setup docs. Yeeee a 1000 commit :) beta
Mon, 10 Jan 2011 22:37:33 +0100 Marcin Kuzminski fixed graph bug beta
Mon, 10 Jan 2011 20:37:46 +0100 Marcin Kuzminski fixed wrong clone url for anonymous access beta
Sun, 09 Jan 2011 14:03:22 +0100 Marcin Kuzminski fixes #98 protection against float division of percentage stats beta
Fri, 07 Jan 2011 13:29:30 +0100 Marcin Kuzminski fixed doc changelog issues
Fri, 07 Jan 2011 13:28:05 +0100 Marcin Kuzminski fixed doc typo beta
Fri, 07 Jan 2011 13:27:35 +0100 Marcin Kuzminski fixed doc typo
Fri, 07 Jan 2011 13:00:38 +0100 Marcin Kuzminski forced webhelpers version since it was making troubes during installation beta
Thu, 06 Jan 2011 23:00:06 +0100 Marcin Kuzminski Added sql session into test hg script beta
Thu, 06 Jan 2011 21:07:33 +0100 Marcin Kuzminski doc fix beta
Thu, 06 Jan 2011 20:28:02 +0100 Marcin Kuzminski merged small changes from default branch beta
Thu, 06 Jan 2011 20:13:03 +0100 Marcin Kuzminski Added tag v1.1.1 for changeset 344f74851781
Thu, 06 Jan 2011 20:12:13 +0100 Marcin Kuzminski fixed docs rhodecode-0.0.1.1.1
Thu, 06 Jan 2011 20:01:44 +0100 Marcin Kuzminski bumped version
Thu, 06 Jan 2011 20:01:31 +0100 Marcin Kuzminski fixed css issue in filebrowser
Thu, 06 Jan 2011 19:28:20 +0100 Marcin Kuzminski fixed middleware for new https fixup
Thu, 06 Jan 2011 19:26:46 +0100 Marcin Kuzminski fixed base.html. and missing lib str2bool function
Thu, 06 Jan 2011 19:10:25 +0100 Marcin Kuzminski merged found bugs and fixed for stable release:
Thu, 06 Jan 2011 18:48:06 +0100 Marcin Kuzminski changelog update beta
Thu, 06 Jan 2011 16:01:51 +0100 Marcin Kuzminski Changelog update beta
Thu, 06 Jan 2011 14:36:10 +0100 Marcin Kuzminski fixes #97 in simplehg and simplegit, force casting to headers beta
Thu, 06 Jan 2011 00:35:43 +0100 Marcin Kuzminski enabled quick link to enabling statistics in admin page, for admins beta
Thu, 06 Jan 2011 00:29:52 +0100 Marcin Kuzminski when logged in as admin the repo settings will point to admin settings. beta
Wed, 05 Jan 2011 23:40:25 +0100 Marcin Kuzminski fixed #96 redirect loop on files beta
Wed, 05 Jan 2011 23:39:26 +0100 Marcin Kuzminski Added force https option into config files beta
Tue, 04 Jan 2011 00:26:26 +0100 Marcin Kuzminski filled in some docs for hooks beta
Tue, 04 Jan 2011 00:25:42 +0100 Marcin Kuzminski docs: changelog + setup update beta
Mon, 03 Jan 2011 10:39:36 +0100 Marcin Kuzminski added wrapping into journal tooltips beta
Mon, 03 Jan 2011 00:47:16 +0100 Marcin Kuzminski Rewrite simehg for enabling cloning with raw url for anonymous access + some optimizations for making less queries when authenticating users. beta
Mon, 03 Jan 2011 00:30:05 +0100 Marcin Kuzminski fixed hg operations test script beta
Sun, 02 Jan 2011 20:52:24 +0100 Marcin Kuzminski Added missing FK to migration beta
Sun, 02 Jan 2011 19:55:22 +0100 Marcin Kuzminski Fixed dbmigrate issues. beta
Sun, 02 Jan 2011 02:08:51 +0100 Marcin Kuzminski rounded tooltip box it looks nicer :) beta
Sat, 01 Jan 2011 22:43:37 +0100 Marcin Kuzminski added wrapping of long tooltips in index page beta
Sat, 01 Jan 2011 19:22:09 +0100 Marcin Kuzminski reimplemented tooltip, refactored tooltip_title into title for proper html, beta
Fri, 31 Dec 2010 19:58:43 +0100 Marcin Kuzminski code docs, updates beta
Fri, 31 Dec 2010 19:46:56 +0100 Marcin Kuzminski fixed copyright year to 2011 beta
Fri, 31 Dec 2010 19:30:44 +0100 Marcin Kuzminski Fixed repo of Temp user and repo for better logging beta
Fri, 31 Dec 2010 18:58:26 +0100 Marcin Kuzminski updated migration for version 1.2 beta
Fri, 31 Dec 2010 12:12:19 +0100 Marcin Kuzminski Added message tooltip into journal revisions in push. beta
Thu, 30 Dec 2010 18:43:04 +0100 Marcin Kuzminski fixed error propagation when using git/mercurial requests beta
Thu, 30 Dec 2010 18:30:09 +0100 Marcin Kuzminski updated mercurial test operations script beta
Thu, 30 Dec 2010 18:14:37 +0100 Marcin Kuzminski changed mercurial test operations script beta
Wed, 29 Dec 2010 17:50:47 +0100 Marcin Kuzminski Added some more details into user edit permissions view beta
Wed, 29 Dec 2010 13:54:03 +0100 Marcin Kuzminski fixes #90 + docs update beta
Wed, 29 Dec 2010 12:19:08 +0100 Marcin Kuzminski updated tests for application settings beta
Wed, 29 Dec 2010 12:18:49 +0100 Marcin Kuzminski Added optional cache into get_application settings beta
Wed, 29 Dec 2010 11:13:17 +0100 Marcin Kuzminski fixes for #89 ga code beta
Wed, 29 Dec 2010 10:39:46 +0100 Marcin Kuzminski implemented #89 google analytics code beta
Wed, 29 Dec 2010 01:51:29 +0100 Marcin Kuzminski extended user editing view with permissions (still a todo) beta
Wed, 29 Dec 2010 01:45:27 +0100 Marcin Kuzminski css optimizations beta
Wed, 29 Dec 2010 01:29:14 +0100 Marcin Kuzminski shorten last modified column in files listing beta
Wed, 29 Dec 2010 01:18:13 +0100 Marcin Kuzminski #92 removed content of binary files for whoosh indexer beta
Tue, 28 Dec 2010 18:44:32 +0100 Marcin Kuzminski fixes to #92, updated changelog beta
Tue, 28 Dec 2010 18:17:04 +0100 Marcin Kuzminski Fixed url bug when using numeric revision in file browser, beta
Tue, 28 Dec 2010 01:57:53 +0100 Marcin Kuzminski Changed prev/next in file browser to new vcs methods beta
Mon, 27 Dec 2010 21:59:36 +0100 Marcin Kuzminski merge beta
Mon, 27 Dec 2010 15:30:04 +0100 Marcin Kuzminski Updated docs, added apache proxy example config beta
Mon, 27 Dec 2010 00:53:51 +0100 Marcin Kuzminski removed unicode from models string params beta
Mon, 27 Dec 2010 00:14:19 +0100 Marcin Kuzminski added group to perm mapping table beta
Mon, 27 Dec 2010 00:09:12 +0100 Marcin Kuzminski Extended repo2db mapper with group creation via directory structures beta
Wed, 22 Dec 2010 03:39:32 +0100 Marcin Kuzminski Added recursive scanning for repositories in directory beta
Wed, 22 Dec 2010 01:53:56 +0100 Marcin Kuzminski fixed typo in setup.py beta
Tue, 21 Dec 2010 16:58:22 +0100 Marcin Kuzminski tests update beta
Tue, 21 Dec 2010 02:03:58 +0100 Marcin Kuzminski fixed tags tests beta
Tue, 21 Dec 2010 02:02:27 +0100 Marcin Kuzminski Added tests for archival, cleaned changelog test from prints beta
Tue, 21 Dec 2010 01:11:38 +0100 Marcin Kuzminski implemented #91, beta
Sun, 19 Dec 2010 20:53:44 +0100 Marcin Kuzminski docs update for celeryd beta
Sat, 18 Dec 2010 20:06:26 +0100 Marcin Kuzminski Added tag v1.1.0 for changeset d9c8dddb96af
Sat, 18 Dec 2010 18:11:48 +0100 Marcin Kuzminski fixed readme for bb beta
Sat, 18 Dec 2010 18:10:45 +0100 Marcin Kuzminski fixed error in setup.py RST generation, speling fix for README beta
Sat, 18 Dec 2010 17:58:36 +0100 Marcin Kuzminski fixed error in setup.py RST generation rhodecode-0.0.1.1.0
Sat, 18 Dec 2010 17:48:04 +0100 Marcin Kuzminski fixed changelog for stable
Sat, 18 Dec 2010 17:13:46 +0100 Marcin Kuzminski merged with beta
Sat, 18 Dec 2010 17:13:10 +0100 Marcin Kuzminski Proper fix for number of changesets in journal beta
Sat, 18 Dec 2010 17:01:07 +0100 Marcin Kuzminski merge with default
Sat, 18 Dec 2010 16:59:52 +0100 Marcin Kuzminski security bugfix: protected feeds, from unauthorized access, even without this, the feeds would crash and were unreadable, But proper way of securing it is with the secure decarators. beta
Sat, 18 Dec 2010 16:55:28 +0100 Marcin Kuzminski updated docs on every controller beta
Sat, 18 Dec 2010 16:39:46 +0100 Marcin Kuzminski fixed spelling mistakes, and some minor docs bugs beta
Sat, 18 Dec 2010 16:30:42 +0100 Marcin Kuzminski fixed limit of changesets showed in action logger beta
Sat, 18 Dec 2010 15:03:18 +0100 Marcin Kuzminski bumped development version beta
Sat, 18 Dec 2010 14:45:58 +0100 Marcin Kuzminski merged with beta branch
Fri, 17 Dec 2010 23:38:23 +0100 Marcin Kuzminski fixed readme typo, added layout.html to sphinx theme beta
Thu, 16 Dec 2010 20:15:15 +0100 Marcin Kuzminski cleaned installation docs a little beta
Thu, 16 Dec 2010 15:03:38 +0100 Marcin Kuzminski added more logs into code stats beta
Thu, 16 Dec 2010 12:45:53 +0100 Marcin Kuzminski some docs updates on controller beta
Thu, 16 Dec 2010 01:25:43 +0100 Marcin Kuzminski fixed some problems with python setup.py operations due to import problems beta
Thu, 16 Dec 2010 01:08:46 +0100 Marcin Kuzminski fixed scm model docs beta
Thu, 16 Dec 2010 00:50:15 +0100 Lukasz Balcerzak Added rhodecode to sys.path at Sphinx configuration beta
Thu, 16 Dec 2010 00:46:19 +0100 Lukasz Balcerzak Fixed models link at documentation beta
Thu, 16 Dec 2010 00:45:01 +0100 Lukasz Balcerzak Small hgignore update beta
Mon, 13 Dec 2010 01:06:48 +0100 Marcin Kuzminski updated readme beta
Mon, 13 Dec 2010 00:31:09 +0100 Marcin Kuzminski fixed stupid typo, on default enable_repository beta
Sun, 12 Dec 2010 19:30:11 +0100 Marcin Kuzminski docs update beta
Sun, 12 Dec 2010 03:23:28 +0100 Marcin Kuzminski fixed manifest to import migrate.cfg file beta
Sun, 12 Dec 2010 03:11:59 +0100 Marcin Kuzminski fixed path issues in upgrade script beta
Sat, 11 Dec 2010 23:08:04 +0100 Marcin Kuzminski enable stats on newly created repository beta
Sat, 11 Dec 2010 18:54:25 +0100 Marcin Kuzminski fixed import problems beta
Sat, 11 Dec 2010 15:04:28 +0100 Marcin Kuzminski action logger upgrade, for working with migrations beta
Sat, 11 Dec 2010 14:33:15 +0100 Marcin Kuzminski moved db migration do db manage script, added my cycles for upgrades beta
Sat, 11 Dec 2010 04:39:13 +0100 Marcin Kuzminski db migrations: beta
Sat, 11 Dec 2010 04:29:21 +0100 Marcin Kuzminski fixed wrong migration schema beta
Sat, 11 Dec 2010 03:41:27 +0100 Marcin Kuzminski dbmigrations: beta
Sat, 11 Dec 2010 02:50:23 +0100 Marcin Kuzminski fixed imports on migrate, added getting current version from database beta
Sat, 11 Dec 2010 02:15:29 +0100 Marcin Kuzminski added current db version into rhodecode, beta
Sat, 11 Dec 2010 01:54:12 +0100 Marcin Kuzminski added dbmigrate package, added model changes beta
Sat, 11 Dec 2010 00:36:33 +0100 Marcin Kuzminski new improved models with helper functions for easier data fetching beta
Fri, 10 Dec 2010 20:51:54 +0100 Marcin Kuzminski fixed small issue with caching, call to ScmModel().get needs to be before queries for new objects of Repository beta
Fri, 10 Dec 2010 19:46:50 +0100 Marcin Kuzminski merge beta
Fri, 10 Dec 2010 19:15:51 +0100 Marcin Kuzminski fixes #87, stupid __dict__ call on sqlalchemy session followed by update() for this dict object rewrote an object to string. beta
Fri, 10 Dec 2010 15:25:42 +0100 Marcin Kuzminski removed dirty fix for #87 since it,s a no fix after all. beta
Fri, 10 Dec 2010 00:20:39 +0100 Marcin Kuzminski small fixes to get_version beta
Fri, 10 Dec 2010 00:11:18 +0100 Marcin Kuzminski fixed shortlog for new narrower gui. beta
Thu, 09 Dec 2010 22:20:18 +0100 Marcin Kuzminski dirty fix for issue #87 beta
Thu, 09 Dec 2010 20:39:11 +0100 Marcin Kuzminski some extra fixes added docs string beta
Thu, 09 Dec 2010 19:32:16 +0100 Marcin Kuzminski merge beta
Thu, 09 Dec 2010 19:07:57 +0100 Marcin Kuzminski small code fixes to repo model beta
Thu, 09 Dec 2010 18:38:16 +0100 Marcin Kuzminski bugfix when form had errors, it was crashing beta
Thu, 09 Dec 2010 18:10:57 +0100 Marcin Kuzminski fixed message about disabled stats, template fixes for summary page beta
Wed, 08 Dec 2010 18:43:35 +0100 Marcin Kuzminski spelling fixes for error controller beta
Tue, 07 Dec 2010 18:45:57 +0100 Marcin Kuzminski lib freeze beta
Tue, 07 Dec 2010 03:22:15 +0100 Marcin Kuzminski fixed some w3c html beta
Tue, 07 Dec 2010 03:08:15 +0100 Marcin Kuzminski some small css fixes for changesets beta
Tue, 07 Dec 2010 02:54:54 +0100 Marcin Kuzminski small css fixes beta
Tue, 07 Dec 2010 01:41:58 +0100 Marcin Kuzminski fixed tests beta
Tue, 07 Dec 2010 01:33:31 +0100 Marcin Kuzminski fixed small issue made on latest patches beta
Sun, 05 Dec 2010 18:29:15 +0100 Marcin Kuzminski fixes #79 cut off limit was added into .ini config files beta
Sun, 05 Dec 2010 17:22:57 +0100 Marcin Kuzminski docs updates beta
Sun, 05 Dec 2010 15:47:49 +0100 Marcin Kuzminski fixes #62, added option to disable statistics for each repository beta
Sun, 05 Dec 2010 03:00:42 +0100 Marcin Kuzminski extended hg push test script beta
Sun, 05 Dec 2010 03:00:08 +0100 Marcin Kuzminski added icons to journal, extend show more to actually show more pushed revisions, beta
Sun, 05 Dec 2010 00:52:11 +0100 Marcin Kuzminski added revision into version for beta beta
Fri, 03 Dec 2010 22:38:36 +0100 Marcin Kuzminski small template fixes for changelog beta
Fri, 03 Dec 2010 22:06:11 +0100 Marcin Kuzminski added tooltip into changelog files affected beta
Fri, 03 Dec 2010 21:23:20 +0100 Marcin Kuzminski code stats speed improvments beta
Fri, 03 Dec 2010 17:41:39 +0100 Marcin Kuzminski some small fixes to stats function beta
Fri, 03 Dec 2010 16:07:20 +0100 Marcin Kuzminski fixed file source and annotation revision links beta
Fri, 03 Dec 2010 13:46:28 +0100 Marcin Kuzminski fixed decimal tick on overview of commit data beta
Fri, 03 Dec 2010 13:40:40 +0100 Marcin Kuzminski small fixes for summary graph, added message about no data for the graph, when empty beta
Fri, 03 Dec 2010 13:09:21 +0100 Marcin Kuzminski fixes to #85, some other small changes for summary page beta
Thu, 02 Dec 2010 03:52:26 +0100 Marcin Kuzminski merge beta
Wed, 01 Dec 2010 19:11:34 +0100 Marcin Kuzminski fixed remeber passwords css, and hide add new repository for anonymous users beta
Mon, 29 Nov 2010 23:35:30 +0100 Marcin Kuzminski docs update beta
Tue, 30 Nov 2010 11:53:21 +0100 Marcin Kuzminski merged with ldap fix beta
Mon, 29 Nov 2010 13:55:47 +0100 Marcin Kuzminski fixes a bug with two-pass ldap auth (thanks for TK Soh for that) beta
Mon, 29 Nov 2010 22:54:45 +0100 Marcin Kuzminski disabled journal for anonymous users beta
Mon, 29 Nov 2010 22:40:54 +0100 Marcin Kuzminski fixed bug introduced in latest commit beta
Mon, 29 Nov 2010 03:31:29 +0100 Marcin Kuzminski fixed bug when invalidation was making to many queries when there was no list of invalidation beta
Mon, 29 Nov 2010 01:59:49 +0100 Marcin Kuzminski fixed journal helper, little test update, beta
Mon, 29 Nov 2010 01:34:19 +0100 Marcin Kuzminski removed binary files from trending sources beta
Sun, 28 Nov 2010 21:25:02 +0100 Marcin Kuzminski css update for journal beta
Sun, 28 Nov 2010 21:11:52 +0100 Marcin Kuzminski docs update for repo model beta
Sun, 28 Nov 2010 21:06:16 +0100 Marcin Kuzminski when new repo is created make user follow it automatically, beta
Sun, 28 Nov 2010 05:31:05 +0100 Marcin Kuzminski complete rewrite of paster commands, beta
Sun, 28 Nov 2010 05:26:26 +0100 Marcin Kuzminski Implemented fancier top menu for logged and anonymous users beta
Sat, 27 Nov 2010 20:32:34 +0100 Marcin Kuzminski fidex corrent variables passed to dnconfig, beta
Sat, 27 Nov 2010 19:45:10 +0100 Marcin Kuzminski fixed broken test after latest changes beta
Sat, 27 Nov 2010 16:12:26 +0100 Marcin Kuzminski fixed db manage, to work on other databases than sqlite beta
Sat, 27 Nov 2010 16:09:29 +0100 Marcin Kuzminski fixed models for compatibility with database systems beta
Sat, 27 Nov 2010 15:50:25 +0100 Marcin Kuzminski Added isanonymous decorator for checking permissions for anonymous access beta
Sat, 27 Nov 2010 14:42:32 +0100 Marcin Kuzminski hide gravatar and login info for anonymous user beta
Sat, 27 Nov 2010 01:43:04 +0100 Marcin Kuzminski fixed cache problem, beta
Sat, 27 Nov 2010 01:27:24 +0100 Marcin Kuzminski Celery is configured by the .ini files and run from paster now beta
Fri, 26 Nov 2010 23:49:19 +0100 Marcin Kuzminski fixes #77 and adds extendable base Dn with custom uid specification beta
Fri, 26 Nov 2010 18:41:43 +0100 Marcin Kuzminski added tags, and branches to file history select box, fixed annotation changeset errors crash on wrongly given revions beta
Fri, 26 Nov 2010 18:05:51 +0100 Marcin Kuzminski disabled dotencode format for mercurial 1.7 usage and hg <=1.6 compatibility beta
Fri, 26 Nov 2010 16:58:30 +0100 Marcin Kuzminski fixed warning message beta
Fri, 26 Nov 2010 11:39:12 +0100 Marcin Kuzminski added irc channel to docs beta
Fri, 26 Nov 2010 10:00:17 +0100 Marcin Kuzminski docs update beta
Fri, 26 Nov 2010 09:32:40 +0100 Marcin Kuzminski fixes #77 moved out ldap config to it's own section beta
Fri, 26 Nov 2010 03:31:58 +0100 Marcin Kuzminski bugfix hide fork option from non admin users beta
Fri, 26 Nov 2010 03:28:27 +0100 Marcin Kuzminski bugfix, when user had no repos he would see all repos in my account, (correct commit) beta
Fri, 26 Nov 2010 03:26:21 +0100 Marcin Kuzminski added add repository to my view beta
Fri, 26 Nov 2010 03:20:13 +0100 Marcin Kuzminski bugfix, when user had no repos he would see all repos in my account beta
Fri, 26 Nov 2010 02:45:39 +0100 Marcin Kuzminski some stylings to journal beta
Fri, 26 Nov 2010 02:25:39 +0100 Marcin Kuzminski extended trending languages to more entries, implemented new faster and "fancy" beta
Fri, 26 Nov 2010 00:11:12 +0100 Marcin Kuzminski docs updates beta
Thu, 25 Nov 2010 22:58:28 +0100 Marcin Kuzminski ldap auth rewrite, moved split authfunc into two functions, beta
Thu, 25 Nov 2010 22:55:10 +0100 Marcin Kuzminski Cleaned up scm model codes,Admin/admin permissions controller codes beta
Thu, 25 Nov 2010 22:16:29 +0100 Marcin Kuzminski Models code cleanups beta
Thu, 25 Nov 2010 22:06:18 +0100 Marcin Kuzminski code cleanups beta
Thu, 25 Nov 2010 21:57:25 +0100 Marcin Kuzminski rolled back to make transient since got some exceptions on expunge beta
Thu, 25 Nov 2010 01:57:37 +0100 Marcin Kuzminski project refactoring, cleaned up lib.utils from rarly used functions, and place them beta
Thu, 25 Nov 2010 01:53:31 +0100 Marcin Kuzminski Added basic test push/pull script beta
Thu, 25 Nov 2010 01:26:17 +0100 Marcin Kuzminski fixed test that broke admin email address beta
Wed, 24 Nov 2010 19:16:06 +0100 Marcin Kuzminski changes transient to expunge on cached repo instances, due to odd very rare problems with previos approach. beta
Wed, 24 Nov 2010 17:15:33 +0100 Marcin Kuzminski fixed Example celery config to ampq, beta
Wed, 24 Nov 2010 04:04:13 +0100 Marcin Kuzminski bugfix default permissions settings did not read overwrite setting beta
Wed, 24 Nov 2010 03:38:48 +0100 Marcin Kuzminski fixed security issue when saving ldap user saved plaintext password beta
Wed, 24 Nov 2010 03:32:53 +0100 Marcin Kuzminski added debug message for ldap auth beta
Wed, 24 Nov 2010 03:31:33 +0100 Marcin Kuzminski fixed ldap issue and small template fix beta
Tue, 23 Nov 2010 23:49:12 +0100 Marcin Kuzminski Added icons with numbers of followers and number of forks beta
Tue, 23 Nov 2010 22:33:59 +0100 Marcin Kuzminski fixed grammar in taken email error beta
Tue, 23 Nov 2010 22:31:08 +0100 Marcin Kuzminski added test for username and email case senstitive validators, beta
Tue, 23 Nov 2010 22:05:30 +0100 Marcin Kuzminski docs update beta
Tue, 23 Nov 2010 14:58:29 +0100 Marcin Kuzminski added validation of username alphanumeric+dash only beta
Tue, 23 Nov 2010 14:15:45 +0100 Marcin Kuzminski #78, fixed more reliable case insensitive searches beta
Tue, 23 Nov 2010 12:58:45 +0100 Marcin Kuzminski fixes issue #78, ldap makes user validation caseInsensitive beta
Tue, 23 Nov 2010 01:58:49 +0100 Marcin Kuzminski fixed python2.5 incompatible enumerate calls beta
Tue, 23 Nov 2010 01:54:33 +0100 Marcin Kuzminski fixes #76 added confirmation dialog for user removal. beta
Mon, 22 Nov 2010 19:00:11 +0100 Marcin Kuzminski added limit for user journal beta
Mon, 22 Nov 2010 18:44:24 +0100 Marcin Kuzminski css + templates update for user dashboards beta
Mon, 22 Nov 2010 18:36:32 +0100 Marcin Kuzminski activated filters for user journal for following users/repos only beta
Mon, 22 Nov 2010 15:49:04 +0100 Marcin Kuzminski added action loggers to following repositories, beta
Mon, 22 Nov 2010 03:57:47 +0100 Marcin Kuzminski implemented user dashboards, and following system. beta
Mon, 22 Nov 2010 03:51:28 +0100 Marcin Kuzminski fixed docs, for python-ldap import beta
Sat, 20 Nov 2010 22:03:49 +0100 Marcin Kuzminski removed console.log from summary script. beta
Sat, 20 Nov 2010 16:33:41 +0100 Marcin Kuzminski merged beta
Fri, 19 Nov 2010 18:53:00 +0100 Marcin Kuzminski small template fix beta
Sat, 20 Nov 2010 16:29:36 +0100 Marcin Kuzminski added some tests for files beta
Sat, 20 Nov 2010 15:30:48 +0100 Marcin Kuzminski fixed bug in forms found due to testing, beta
Fri, 19 Nov 2010 02:59:37 +0100 Marcin Kuzminski readme update and fixed whoosh version 1.3.3 has error beta
Fri, 19 Nov 2010 03:00:05 +0100 Marcin Kuzminski cache list speed improvement beta
Fri, 19 Nov 2010 01:32:47 +0100 Marcin Kuzminski fixes #66 leftover beta
Fri, 19 Nov 2010 00:03:37 +0100 Marcin Kuzminski fixed nasty bug with ui() beta
Thu, 18 Nov 2010 23:11:51 +0100 Marcin Kuzminski some tests update beta
Thu, 18 Nov 2010 23:07:04 +0100 Marcin Kuzminski fixes #69 password confirmation for register dialog. beta
Thu, 18 Nov 2010 21:35:52 +0100 Marcin Kuzminski docs bugfix
Thu, 18 Nov 2010 21:04:40 +0100 Marcin Kuzminski fixed deps in setup.py beta
Thu, 18 Nov 2010 19:23:39 +0100 Marcin Kuzminski removed 'thank you..' message from simpleHG, it should be used in hooks. beta
Thu, 18 Nov 2010 19:21:24 +0100 Marcin Kuzminski Added fork name to journal beta
Thu, 18 Nov 2010 18:05:52 +0100 Marcin Kuzminski updated docs and setup.py docs beta
Thu, 18 Nov 2010 16:23:17 +0100 Marcin Kuzminski some logging extras for development config files beta
Thu, 18 Nov 2010 15:36:37 +0100 Marcin Kuzminski Fixed archivals by passing baseui to scm get method for hg. beta
Thu, 18 Nov 2010 03:39:01 +0100 Marcin Kuzminski html w3c fixes beta
Thu, 18 Nov 2010 03:29:23 +0100 Marcin Kuzminski fixed #72 show warning on removal when user still is owner of existing repositories beta
Thu, 18 Nov 2010 03:05:29 +0100 Marcin Kuzminski Added ldap info on admin users, added bool2icon helper for nicer representation of beta
Thu, 18 Nov 2010 02:48:04 +0100 Marcin Kuzminski fixed error for empty revisions on admin repo edit beta
Thu, 18 Nov 2010 02:41:38 +0100 Marcin Kuzminski Disable git support due to large problems with dulwich. beta
Thu, 18 Nov 2010 02:25:12 +0100 Marcin Kuzminski bugfix for application name beta
Thu, 18 Nov 2010 01:55:51 +0100 Marcin Kuzminski added cache reset, stats reset, and delete into repository settings in admin. beta
Thu, 18 Nov 2010 01:03:00 +0100 Marcin Kuzminski docs update, added ldap section, added troubleshooting section beta
Wed, 17 Nov 2010 22:12:20 +0100 Marcin Kuzminski templates for ldap settings beta
Wed, 17 Nov 2010 22:00:36 +0100 Marcin Kuzminski implements #60, ldap configuration and authentication. beta
Wed, 17 Nov 2010 21:29:02 +0100 Marcin Kuzminski Added settings model, and Exceptions lib. beta
Wed, 17 Nov 2010 21:23:32 +0100 Marcin Kuzminski Small templates update beta
Tue, 16 Nov 2010 18:36:39 +0100 Marcin Kuzminski added gzip middleware beta
Tue, 16 Nov 2010 15:52:20 +0100 Marcin Kuzminski ldap two phase auth fix beta
Tue, 16 Nov 2010 09:31:40 +0100 Marcin Kuzminski added basic ldap auth lib beta
Tue, 16 Nov 2010 08:52:31 +0100 Marcin Kuzminski Code refactor for auth func, preparing for ldap support beta
Mon, 15 Nov 2010 18:38:54 +0100 Marcin Kuzminski fixes #65, Added reset buttons to edit forms beta
Mon, 15 Nov 2010 18:16:24 +0100 Marcin Kuzminski fixes for #66 renamed name to First Name beta
Mon, 15 Nov 2010 17:08:42 +0100 Marcin Kuzminski template fixes beta
Mon, 15 Nov 2010 16:50:02 +0100 Marcin Kuzminski fixed annotation show_at_revision bug. beta
Mon, 15 Nov 2010 16:36:43 +0100 Marcin Kuzminski fixed repo switcher icons beta
Mon, 15 Nov 2010 02:41:52 +0100 Marcin Kuzminski fixed sorting for repo switcher, fixed length for code stats beta
Mon, 15 Nov 2010 02:26:19 +0100 Marcin Kuzminski #50 on point cache invalidation changes. beta
Sun, 14 Nov 2010 22:54:16 +0100 Marcin Kuzminski Refactor codes for scm model beta
Sun, 14 Nov 2010 22:18:51 +0100 Marcin Kuzminski Fixed sumamry page description bug beta
Sun, 14 Nov 2010 19:57:14 +0100 Marcin Kuzminski fixes #59, notifications for user registrations + some changes to mailer beta
Sun, 14 Nov 2010 17:24:32 +0100 Marcin Kuzminski Tests rewrite for 1.2 added some globals configs to make tests easier. beta
Sun, 14 Nov 2010 01:30:02 +0100 Marcin Kuzminski fixed admin settings form resubmition bug. beta
Sat, 13 Nov 2010 02:50:32 +0100 Marcin Kuzminski fixed anonymous access bug. beta
Sat, 13 Nov 2010 02:39:03 +0100 Marcin Kuzminski fixed whoosh indexing from admin panel beta
Sat, 13 Nov 2010 02:33:50 +0100 Marcin Kuzminski upgrade-db command dummy beta
Sat, 13 Nov 2010 02:29:46 +0100 Marcin Kuzminski Implemented whoosh index building as paster command. beta
Sat, 13 Nov 2010 00:23:36 +0100 Marcin Kuzminski changed official rhodecode favicon, from hg to some more generic beta
Thu, 11 Nov 2010 15:31:03 +0100 Marcin Kuzminski small fixes to docs, and setup file beta
Thu, 11 Nov 2010 15:04:27 +0100 Marcin Kuzminski Added tag v1.0.2 for changeset d85b0948e539
Thu, 11 Nov 2010 15:03:40 +0100 Marcin Kuzminski fixed hooks broken symlink issue rhodecode-0.0.1.0.2
Thu, 11 Nov 2010 01:41:51 +0000 Marcin Kuzminski fixes #58 graph.js wasn't copied to required files during installation beta
Thu, 11 Nov 2010 01:40:59 +0000 Marcin Kuzminski Upgrade of Yui2, added selector rollup. beta
Thu, 11 Nov 2010 01:49:57 +0100 Marcin Kuzminski docs update, setup libs version bumps beta
Thu, 11 Nov 2010 01:33:26 +0100 Marcin Kuzminski bugfix, repo_size crashed when broken symlinks where inside a repository. beta
Thu, 11 Nov 2010 01:21:33 +0100 Marcin Kuzminski #49 Enabled anonymous access push and pull commands beta
Thu, 11 Nov 2010 01:05:43 +0100 Marcin Kuzminski #49 Enabled anonymous access for web interface controllable from permissions pannel beta
Wed, 10 Nov 2010 19:25:44 +0100 Marcin Kuzminski Added tag v1.0.1 for changeset bee56f209c40
Wed, 10 Nov 2010 01:14:44 +0100 Marcin Kuzminski fixes few bugs rhodecode-0.0.1.0.1
Tue, 09 Nov 2010 22:53:24 +0100 Marcin Kuzminski Adde table for cache invalidation beta
Sun, 07 Nov 2010 15:19:39 +0100 Marcin Kuzminski docs update beta
Sun, 07 Nov 2010 15:07:53 +0100 Marcin Kuzminski fixed deletion of repository on filesystem, works based on scm type for git and hg. 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
Sun, 07 Nov 2010 15:04:15 +0100 Marcin Kuzminski fixed celery tasks for using only one method of fetching main repos path beta
Sun, 07 Nov 2010 15:02:56 +0100 Marcin Kuzminski Moved out reposcan into hg Model. beta
Sat, 06 Nov 2010 16:19:01 +0100 Marcin Kuzminski fixed default permissions bug. beta
Sat, 06 Nov 2010 16:16:44 +0100 Marcin Kuzminski fixed html templates, fixed overal rhodecode width to 1024pixels beta
Sat, 06 Nov 2010 16:14:49 +0100 Marcin Kuzminski fixed annotation bug, added history to annotation. beta
Sat, 06 Nov 2010 00:37:21 +0100 Marcin Kuzminski added option to enable/disable of logger hooks from admin panel. beta
Fri, 05 Nov 2010 22:36:51 +0100 Marcin Kuzminski #48 rewrote action logger, translated action logger messages, added some extra messages. Linked and showed pushed revisions in logs beta
Fri, 05 Nov 2010 21:55:30 +0100 Marcin Kuzminski extended repo creation by repo type. fixed fork creation to maintain repo type. beta
Fri, 05 Nov 2010 18:47:00 +0100 Marcin Kuzminski fixed imports beta
Fri, 05 Nov 2010 18:44:46 +0100 Marcin Kuzminski installed new hooks for #48 beta
Fri, 05 Nov 2010 18:39:09 +0100 Marcin Kuzminski merge beta
Fri, 05 Nov 2010 18:38:25 +0100 Marcin Kuzminski propagate changes for #48 into simplegit. beta
Fri, 05 Nov 2010 18:26:26 +0100 Marcin Kuzminski #48 rewrite action loggers into hooks with all changesets that are inside a push beta
Fri, 05 Nov 2010 16:49:29 +0100 Marcin Kuzminski fixed a bug when age of last change is less than one minute beta
Thu, 04 Nov 2010 02:32:37 +0100 Marcin Kuzminski changed repo type to use alias beta
Thu, 04 Nov 2010 02:30:48 +0100 Marcin Kuzminski some css updates. beta
Wed, 03 Nov 2010 16:29:12 +0100 Marcin Kuzminski fixed raw diff breakline bug beta
Wed, 03 Nov 2010 16:18:45 +0100 Marcin Kuzminski fixed raw diff as purly raw without html beta
Wed, 03 Nov 2010 16:09:12 +0100 Marcin Kuzminski Small fixes for style. beta
Wed, 03 Nov 2010 01:48:04 +0100 Marcin Kuzminski Added quickfilter into my account. beta
Wed, 03 Nov 2010 01:06:54 +0100 Marcin Kuzminski #43 main page quick filter beta
Tue, 02 Nov 2010 23:37:39 +0100 Marcin Kuzminski Some css updates beta
Tue, 02 Nov 2010 23:28:37 +0100 Marcin Kuzminski some changes for #45. beta
Tue, 02 Nov 2010 22:26:50 +0100 Marcin Kuzminski updated setup for all newest versions beta
Tue, 02 Nov 2010 22:24:55 +0100 Marcin Kuzminski docs update beta
Tue, 02 Nov 2010 20:28:28 +0100 Marcin Kuzminski Added tag v1.0.0 for changeset afd98d1f817e
Tue, 02 Nov 2010 20:19:20 +0100 Marcin Kuzminski docs update rhodecode-0.0.1.0.0
Tue, 02 Nov 2010 20:19:05 +0100 Marcin Kuzminski Version bump,freeze of dependent libs.
Tue, 26 Oct 2010 04:03:48 +0200 Marcin Kuzminski bumped whoosh version beta
Tue, 26 Oct 2010 04:01:38 +0200 Marcin Kuzminski removed shortlog from main menu, as duplicated functionality of changelog, beta
Tue, 26 Oct 2010 03:20:32 +0200 Marcin Kuzminski Fixes for raw_id, needed for git beta
Mon, 25 Oct 2010 03:19:01 +0200 Marcin Kuzminski Fixed age, for new vcs implementation. Removed all obsolete date formatters beta
Sun, 24 Oct 2010 22:29:35 +0200 Marcin Kuzminski Added giticon beta
Sun, 24 Oct 2010 22:27:28 +0200 Marcin Kuzminski Move changes for git implementation beta
Sun, 24 Oct 2010 16:23:12 +0200 Marcin Kuzminski merged small fixes from beta
Sun, 24 Oct 2010 16:15:40 +0200 Marcin Kuzminski Hacking for git support,and new faster repo scan beta
Fri, 22 Oct 2010 02:58:17 +0200 Marcin Kuzminski some small fixes beta
Thu, 21 Oct 2010 01:38:14 +0200 Marcin Kuzminski Code refactoring,models renames beta
Wed, 20 Oct 2010 18:11:11 +0200 Marcin Kuzminski fixed tests,
Wed, 20 Oct 2010 17:57:55 +0200 Marcin Kuzminski fixed bug when whoosh failed indexing an new repository.
Wed, 20 Oct 2010 02:31:28 +0200 Marcin Kuzminski added gpl license and submit a bug footer links
Wed, 20 Oct 2010 02:08:03 +0200 Marcin Kuzminski some hacking on simplegit middleware
Tue, 19 Oct 2010 02:33:21 +0200 Marcin Kuzminski small docs update
Tue, 19 Oct 2010 01:03:17 +0200 Marcin Kuzminski changelog update
Tue, 19 Oct 2010 00:58:47 +0200 Marcin Kuzminski vcs version freeze
Tue, 19 Oct 2010 00:56:18 +0200 Marcin Kuzminski removed raise from log user action
Tue, 19 Oct 2010 00:55:05 +0200 Marcin Kuzminski added base simple git middleware, for future usage
Mon, 18 Oct 2010 23:51:37 +0200 Marcin Kuzminski #38 updated RhodeCode titles
Mon, 18 Oct 2010 22:54:06 +0200 Marcin Kuzminski removed obsolete tags, css updates
Mon, 18 Oct 2010 22:47:52 +0200 Marcin Kuzminski Removed tag v0.6.8
Mon, 18 Oct 2010 22:47:50 +0200 Marcin Kuzminski Removed tag v0.6.0
Mon, 18 Oct 2010 22:47:43 +0200 Marcin Kuzminski Removed tag v0.2.0
Mon, 18 Oct 2010 22:47:33 +0200 Marcin Kuzminski Removed tag v0.1.0
Mon, 18 Oct 2010 16:05:08 +0200 Marcin Kuzminski added admin shortcut menu to options
Mon, 18 Oct 2010 15:29:56 +0200 Marcin Kuzminski Merge with b0a411f5ec7056bc0b32c8263538b308c33b82f6
Mon, 18 Oct 2010 15:19:51 +0200 Marcin Kuzminski css cleanup, fixed rounded corners, removed obsolete images and css imports
Tue, 12 Oct 2010 16:49:28 +0200 Marcin Kuzminski fixed error message about cache settings
Tue, 12 Oct 2010 16:39:53 +0200 Marcin Kuzminski moved out sqlalchemy cache from meta to the config files.
Tue, 12 Oct 2010 13:03:14 +0200 Marcin Kuzminski fixes #37 python import on json
Mon, 18 Oct 2010 04:11:59 +0200 Marcin Kuzminski fixed chrome repo switcher issue
Mon, 18 Oct 2010 03:39:16 +0200 Marcin Kuzminski Fixed journal action loggin doubled messages.
Mon, 18 Oct 2010 03:06:38 +0200 Marcin Kuzminski security bugfix simplehg wasn't checking for permissions on remote commands different than pull or push.
Mon, 18 Oct 2010 03:04:58 +0200 Marcin Kuzminski fixed @repo into :repo for docs
Mon, 18 Oct 2010 01:14:40 +0200 Marcin Kuzminski removed soon deprecated walk method on repository instance
Tue, 12 Oct 2010 23:19:29 +0200 Marcin Kuzminski more tags fixing
Tue, 12 Oct 2010 23:18:47 +0200 Marcin Kuzminski Removed tag v1.0.0rc2
Tue, 12 Oct 2010 23:18:44 +0200 Marcin Kuzminski Removed tag v1.0.0rc1
Tue, 12 Oct 2010 23:18:42 +0200 Marcin Kuzminski fixed tags
Tue, 12 Oct 2010 23:17:57 +0200 Marcin Kuzminski Added tag v1.0.0rc4 for changeset 53128b6b9a4d
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:27:10 +0200 Marcin Kuzminski fixed tags
Tue, 12 Oct 2010 22:26:26 +0200 Marcin Kuzminski Removed tag v1.0.0rc2
Tue, 12 Oct 2010 22:26:23 +0200 Marcin Kuzminski Removed tag v1.0.0rc1
Tue, 12 Oct 2010 22:25:58 +0200 Marcin Kuzminski Added tag v1.0.0rc4 for changeset 0a48c1ec04fc
Tue, 12 Oct 2010 22:25:25 +0200 Marcin Kuzminski #37 fixed json imports for python2.5
Mon, 11 Oct 2010 19:18:05 +0200 Marcin Kuzminski docs update
Mon, 11 Oct 2010 19:11:30 +0200 Marcin Kuzminski version bump
Mon, 11 Oct 2010 19:10:19 +0200 Marcin Kuzminski Fixed i18n installation
Mon, 11 Oct 2010 13:52:56 +0200 Marcin Kuzminski Added tag v1.0.0rc2 for changeset 2ec9b6c8cace
Mon, 11 Oct 2010 13:52:25 +0200 Marcin Kuzminski automated, version building into sphinx
Mon, 11 Oct 2010 13:45:29 +0200 Marcin Kuzminski updated docs screenshots added rc2 as docs
Mon, 11 Oct 2010 13:32:39 +0200 Marcin Kuzminski Version bump.
Mon, 11 Oct 2010 12:46:03 +0200 Marcin Kuzminski optimized css
Mon, 11 Oct 2010 10:46:05 +0200 Marcin Kuzminski fixed nasty bug when browsing on renames.
Mon, 11 Oct 2010 01:58:19 +0200 Marcin Kuzminski fixed search button
Mon, 11 Oct 2010 01:47:43 +0200 Marcin Kuzminski fixed bug when autocomplete could not display names (hidden by div)
Mon, 11 Oct 2010 00:55:34 +0200 Marcin Kuzminski changed icon for shortlog
Mon, 11 Oct 2010 00:52:13 +0200 Marcin Kuzminski more templates updates
Sun, 10 Oct 2010 23:52:24 +0200 Marcin Kuzminski some more templates updates
Sun, 10 Oct 2010 23:15:24 +0200 Marcin Kuzminski some templates fixes, merged css.
Sun, 10 Oct 2010 22:11:57 +0200 Marcin Kuzminski fixed backlinks and fixed target to docs
Sun, 10 Oct 2010 21:39:58 +0200 Marcin Kuzminski tags file cleanup
Sun, 10 Oct 2010 21:35:48 +0200 Marcin Kuzminski Added tag v1.0.0rc1 for changeset 2cd05c5803ad
Sun, 10 Oct 2010 21:35:37 +0200 Marcin Kuzminski Removed tag v1.0.0rc1
Sun, 10 Oct 2010 21:34:24 +0200 Marcin Kuzminski more docs update
Sun, 10 Oct 2010 18:00:54 +0200 Marcin Kuzminski added demo link to docs
Sun, 10 Oct 2010 17:28:57 +0200 Marcin Kuzminski Added tag v1.0.0rc1 for changeset 000b675e7c1d
Sun, 10 Oct 2010 17:27:46 +0200 Marcin Kuzminski bumped version, some spelling fixes
Sun, 10 Oct 2010 17:24:41 +0200 Marcin Kuzminski updated docs, added sphinx build
Sun, 10 Oct 2010 01:42:08 +0200 Marcin Kuzminski fixed whoosh failure on new repository
Sun, 10 Oct 2010 00:13:03 +0200 Marcin Kuzminski large initial commits fixup
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.
Fri, 01 Oct 2010 03:04:52 +0200 Marcin Kuzminski some fixups in cache, added fallback and cache invalidation when key not found in cached repos list,
Fri, 01 Oct 2010 02:19:34 +0200 Marcin Kuzminski fixed test for new version 100% test are ok
Fri, 01 Oct 2010 02:04:32 +0200 Marcin Kuzminski updated tests for new version 6char password etc...
Fri, 01 Oct 2010 01:16:27 +0200 Marcin Kuzminski template updates, added icon to repo name showing private/public
Fri, 01 Oct 2010 00:53:38 +0200 Marcin Kuzminski added info about forked repository in few places
Fri, 01 Oct 2010 00:16:09 +0200 Marcin Kuzminski Implemented server side forks
Thu, 30 Sep 2010 18:35:03 +0200 Marcin Kuzminski updated whoosh deps,
Thu, 30 Sep 2010 17:11:58 +0200 Marcin Kuzminski updated branches/tags tags in changesets
Thu, 30 Sep 2010 12:44:06 +0200 Marcin Kuzminski fixes #36, removed username, name, lastname, minimal length restrictions,
Thu, 30 Sep 2010 10:31:37 +0200 Marcin Kuzminski added tags/branches icons in changelog and moved them to right to save some space
Wed, 29 Sep 2010 22:38:54 +0200 Marcin Kuzminski added search in specific repository
Wed, 29 Sep 2010 22:36:53 +0200 Marcin Kuzminski a lot of fixes in templates,
Tue, 28 Sep 2010 22:38:34 +0000 Marcin Kuzminski Readme update
Tue, 28 Sep 2010 21:11:20 +0000 Marcin Kuzminski cleaned tags
Tue, 28 Sep 2010 21:09:04 +0000 Marcin Kuzminski Added tag v0.8.4 for changeset eda96fb85ba7
Tue, 28 Sep 2010 21:08:43 +0000 Marcin Kuzminski dohh !! fixed EmptyCHangeset for new vcs
Tue, 28 Sep 2010 20:38:14 +0000 Marcin Kuzminski clean up hgtags
Tue, 28 Sep 2010 20:28:58 +0000 Marcin Kuzminski Removed tag v0.6.8
Tue, 28 Sep 2010 20:28:50 +0000 Marcin Kuzminski Removed tag v0.6.0
Tue, 28 Sep 2010 20:28:45 +0000 Marcin Kuzminski Removed tag v0.2.0
Tue, 28 Sep 2010 20:28:39 +0000 Marcin Kuzminski Removed tag v0.1.0
Tue, 28 Sep 2010 20:27:08 +0000 Marcin Kuzminski Added tag v0.8.4 for changeset 2fa16ec5822d
Tue, 28 Sep 2010 20:26:13 +0000 Marcin Kuzminski version bump rhodecode-0.0.0.8.4
Tue, 28 Sep 2010 20:25:58 +0000 Marcin Kuzminski refactoring for new vcs implementation
Tue, 28 Sep 2010 20:14:16 +0000 Marcin Kuzminski removed .lower() from permission checking of cached repos list since repos can have capital letters now
Tue, 28 Sep 2010 20:07:55 +0000 Marcin Kuzminski fixed lockdecrator to return executed function data
Tue, 28 Sep 2010 19:53:52 +0000 Marcin Kuzminski fixes to pidlock, to not raise unneded execptions
Tue, 28 Sep 2010 02:31:10 +0200 Marcin Kuzminski fixes #35 hg-app does not respect SCRIPT_NAME
Mon, 27 Sep 2010 03:13:05 +0200 Marcin Kuzminski drastic speed improvment in feed generation (was using old method)
Mon, 27 Sep 2010 02:17:03 +0200 Marcin Kuzminski fixed lock decorator bug which didn't release the lock after func execution and rewrote the pidlock a little with Ask Solem suggestions!
Sat, 25 Sep 2010 23:36:10 +0200 Marcin Kuzminski little gui change for file source
Sat, 25 Sep 2010 20:17:56 +0200 Marcin Kuzminski removed pidlock from whoosh and added it as locked_task decorator
Fri, 24 Sep 2010 18:13:29 +0200 Marcin Kuzminski Added user action mapper to map push to changeset.
Thu, 23 Sep 2010 21:25:30 +0200 Marcin Kuzminski simplified task locking, and fixed some bugs for keyworded arguments
Thu, 23 Sep 2010 02:55:43 +0200 Marcin Kuzminski created folder for init.d scripts
Thu, 23 Sep 2010 01:23:57 +0200 Marcin Kuzminski Added tag v0.8.3 for changeset ca41d544dbdf
Thu, 23 Sep 2010 01:23:13 +0200 Marcin Kuzminski Merge with 6aa7db1c083a1384ebff5c2bb3c943a035bb310d - celery branch rhodecode-0.0.0.8.3
Thu, 23 Sep 2010 01:21:46 +0200 Marcin Kuzminski version bump, small readme update celery
Thu, 23 Sep 2010 01:08:33 +0200 Marcin Kuzminski Implemented locking for task, to prevent for running the same tasks, celery
Wed, 22 Sep 2010 16:26:49 +0200 Marcin Kuzminski added mimetypes to annotate celery
Wed, 22 Sep 2010 16:24:07 +0200 Marcin Kuzminski added mimetypes to files celery
Wed, 22 Sep 2010 04:31:21 +0200 Marcin Kuzminski some code fixes templates+helpers new rfc date without tz, added timerproxy formatting celery
Wed, 22 Sep 2010 04:30:36 +0200 Marcin Kuzminski implemented basic autoupdating statistics fetched from database celery
Tue, 21 Sep 2010 15:36:46 +0200 Marcin Kuzminski timeproxy logging memory leak fix. celery
Tue, 21 Sep 2010 01:08:01 +0200 Marcin Kuzminski Added some more tests, rewrite testing schema, to autogenerate fresh db, new index. celery
Mon, 20 Sep 2010 22:55:55 +0200 Marcin Kuzminski fixed validation of user email in user creation, and editing on admin panel celery
Mon, 20 Sep 2010 22:47:20 +0200 Marcin Kuzminski fixed bug when new repo had no last commiter, celery
Sun, 19 Sep 2010 03:42:48 +0200 Marcin Kuzminski fixed sorting in repo list switcher and removed lower() since repo names can be have capital letters now celery
Sun, 19 Sep 2010 03:29:49 +0200 Marcin Kuzminski Some fixes to summary, and total rewrite of summary graphs implemented more interactive graph. celery
Sat, 18 Sep 2010 17:03:29 +0200 Marcin Kuzminski rewrote graph plotting, added zooming and json dump insted of stupid string formating. celery
Sat, 18 Sep 2010 00:50:54 +0200 Marcin Kuzminski added limit for showing pygemntized source codes larger than 250kb. celery
Fri, 17 Sep 2010 23:57:22 +0200 Marcin Kuzminski fixed up celeryconfig, to get results database from config files celery
Fri, 17 Sep 2010 22:54:30 +0200 Marcin Kuzminski Removed config names from whoosh and celery, celery
Fri, 17 Sep 2010 21:35:46 +0200 Marcin Kuzminski added caching queries to hg-app celery
Fri, 17 Sep 2010 21:26:53 +0200 Marcin Kuzminski reimplemented name slug to accept capitalized repositories names celery
Thu, 16 Sep 2010 15:40:01 +0200 Marcin Kuzminski small fix for summary graph celery
Thu, 16 Sep 2010 15:22:10 +0200 Marcin Kuzminski fixed search chunking bug and optimized chunk size celery
Thu, 16 Sep 2010 02:59:47 +0200 Marcin Kuzminski Reimplemented searching for speed on large files and added paging for search results celery
Tue, 14 Sep 2010 17:34:15 +0200 Marcin Kuzminski Some gui fixes celery
Mon, 13 Sep 2010 13:02:20 +0200 Marcin Kuzminski added journal icon and made active links in journal, fixed edit user bug when given wrong id celery
Mon, 13 Sep 2010 01:38:14 +0200 Marcin Kuzminski Added validation for uniq email address celery
Mon, 13 Sep 2010 01:27:41 +0200 Marcin Kuzminski Implemented password reset(forms/models/ tasks) and mailing tasks. celery
Mon, 13 Sep 2010 01:23:58 +0200 Marcin Kuzminski Improved testing scenarios. Made test env creator celery
Sun, 12 Sep 2010 22:42:03 +0200 Marcin Kuzminski updated config files, and added celery dependency celery
Sun, 12 Sep 2010 18:29:55 +0200 Marcin Kuzminski config change little style fix for form buttons celery
Sat, 11 Sep 2010 03:42:57 +0200 Marcin Kuzminski merged with default celery
Sat, 11 Sep 2010 03:35:33 +0200 Marcin Kuzminski tests fix, put vcs testing tarball
Sat, 11 Sep 2010 02:56:22 +0200 Marcin Kuzminski added menu for changeset raw diff and download diff
Sat, 11 Sep 2010 01:55:46 +0200 Marcin Kuzminski starting celery branch celery
Sat, 11 Sep 2010 01:52:16 +0200 Marcin Kuzminski first implementation of #34 changeset raw diff based on udiff from python
Wed, 08 Sep 2010 01:33:38 +0200 Marcin Kuzminski fixed initial whoosh indexer. Build full index on first run even with incremental flag
Tue, 07 Sep 2010 01:39:12 +0200 Marcin Kuzminski some more basic tests
Mon, 06 Sep 2010 00:34:23 +0200 Marcin Kuzminski test for register page
Sun, 05 Sep 2010 23:40:08 +0200 Marcin Kuzminski more test suites on login, fixed strange detached instance bug found during in tests.
Sun, 05 Sep 2010 18:07:37 +0200 Marcin Kuzminski made test for login page
Sun, 05 Sep 2010 16:21:38 +0200 Marcin Kuzminski ignore test db
Sun, 05 Sep 2010 16:20:29 +0200 Marcin Kuzminski implemented basic (startup) nose test suite.
Sun, 05 Sep 2010 13:55:47 +0200 Marcin Kuzminski fixed a bug when given wrong username at login
Sat, 04 Sep 2010 15:20:06 +0200 Marcin Kuzminski Code cleanups, made js rollup file, some preparation for .egg creation
Sat, 04 Sep 2010 00:17:01 +0200 Marcin Kuzminski update setup script and config tmpl
Sat, 04 Sep 2010 00:04:33 +0200 Marcin Kuzminski fixed css
Fri, 03 Sep 2010 18:07:24 +0200 Marcin Kuzminski fixed repo switcher,
Fri, 03 Sep 2010 16:18:18 +0200 Marcin Kuzminski reimplemented tags/branches menu.
Fri, 03 Sep 2010 13:15:16 +0200 Marcin Kuzminski updated whoosh indexer to take path as second argument
Fri, 03 Sep 2010 13:07:07 +0200 Marcin Kuzminski updated whoosh indexer to take index building argument type
Fri, 03 Sep 2010 09:55:48 +0200 Marcin Kuzminski fixed, empty cs bug.
Fri, 03 Sep 2010 09:23:50 +0200 Marcin Kuzminski fixed box-left forms layout
Fri, 03 Sep 2010 07:58:14 +0200 Marcin Kuzminski more css html fixes (+cleanups), rewrote definition list for files
Fri, 03 Sep 2010 07:34:38 +0200 Marcin Kuzminski rewrote sorting on main page, to clickable headers.
Fri, 03 Sep 2010 00:46:07 +0200 Marcin Kuzminski started my page rewrite
Thu, 02 Sep 2010 21:37:52 +0200 Marcin Kuzminski made fix for pushing/pulling into paths that end with /
Thu, 02 Sep 2010 20:07:05 +0200 Marcin Kuzminski fixed escaping in tooltip
Wed, 01 Sep 2010 23:38:03 +0200 Marcin Kuzminski added safe unicode funtion, and implemented it in whoosh indexer
Wed, 01 Sep 2010 23:32:47 +0200 Marcin Kuzminski moved loged in user propagation out of forms,
Wed, 01 Sep 2010 12:13:03 +0200 Marcin Kuzminski added support for broken symlinks in whoosh indexer
Mon, 30 Aug 2010 17:51:36 +0200 Marcin Kuzminski fixed stupid typo in backup manager
Mon, 30 Aug 2010 17:38:38 +0200 Marcin Kuzminski fixed bug in summary graph
Sun, 29 Aug 2010 21:56:56 +0200 Marcin Kuzminski fixes #24, added generator that generates equally distrybuted colors. Thus skipping creating one large coloring history.
Sun, 29 Aug 2010 00:11:28 +0200 Marcin Kuzminski Added redirection to page that request came from, after login in
Sat, 28 Aug 2010 14:53:32 +0200 Marcin Kuzminski updated config files,
Fri, 27 Aug 2010 22:28:50 +0200 Marcin Kuzminski Merge with bd3f341cad457c5106bb16170ffac5c894f8e841
Fri, 27 Aug 2010 18:48:47 +0200 Marcin Kuzminski simplified and updated backup manager
Fri, 27 Aug 2010 17:56:41 +0200 Marcin Kuzminski more on that neverending topic :) init scripts
Fri, 27 Aug 2010 17:41:33 +0200 Marcin Kuzminski more with init scripts !
Fri, 27 Aug 2010 15:25:23 +0200 Marcin Kuzminski another bugfix to init scripts
Fri, 27 Aug 2010 14:56:52 +0200 Marcin Kuzminski fixed init scripts
Thu, 26 Aug 2010 22:40:53 +0200 *** failed to import extension hggit: No module named hggit added 200 last commits for summary page until issue #29 is resolved
Thu, 26 Aug 2010 22:09:55 +0200 *** failed to import extension hggit: No module named hggit removed decodes, thus it should be implemented on vcs side
Thu, 26 Aug 2010 17:29:26 +0200 Marcin Kuzminski merged with init scripts
Thu, 26 Aug 2010 17:28:11 +0200 Marcin Kuzminski updated init scripts to start-stop-daemons
Wed, 25 Aug 2010 20:58:14 +0200 Marcin Kuzminski merged with bugfixes
Wed, 25 Aug 2010 18:18:12 +0200 Marcin Kuzminski removed prints !
Wed, 25 Aug 2010 18:15:50 +0200 Marcin Kuzminski fixes #30. Rewrite default permissions query + some other small fixes
Mon, 23 Aug 2010 22:04:35 +0200 Marcin Kuzminski fixed templating issue with graph, and improved toggle of commiters
Mon, 23 Aug 2010 21:39:17 +0200 Marcin Kuzminski fixed bug when author had " in name, thus breaking the javascript data format
Sat, 21 Aug 2010 18:33:13 +0200 Marcin Kuzminski Added tag v0.8.2 for changeset ccbe72990884
Sat, 21 Aug 2010 18:32:53 +0200 Marcin Kuzminski version bump rhodecode-0.0.0.8.2
Sat, 21 Aug 2010 18:31:28 +0200 Marcin Kuzminski added logic for changin defualt permissions, and option to overwrite all defualt permissions on each repository
Sat, 21 Aug 2010 16:34:37 +0200 Marcin Kuzminski permission refactoring,
Fri, 20 Aug 2010 18:43:08 +0200 Marcin Kuzminski fix for new bcrypt password.
Fri, 20 Aug 2010 10:59:18 +0200 Marcin Kuzminski Changed password crypting scheme to bcrypt, added dependency for setup
Thu, 19 Aug 2010 23:42:40 +0200 Marcin Kuzminski fixed escaping for new webhelpers and added perm2user constraint
Thu, 19 Aug 2010 22:38:00 +0200 Marcin Kuzminski added jump to revision from file history.
Thu, 19 Aug 2010 21:38:08 +0200 Marcin Kuzminski fixes #25 removed crypt based password hashing and changed it into sha1 based.
Wed, 18 Aug 2010 19:41:08 +0200 Marcin Kuzminski some fixes to whoosh indexer daemon
Wed, 18 Aug 2010 16:24:27 +0200 Marcin Kuzminski fixes translations, style updates.
Wed, 18 Aug 2010 01:46:18 +0200 Marcin Kuzminski some small template fixes
Wed, 18 Aug 2010 00:20:46 +0200 Marcin Kuzminski update setup requirements
Wed, 18 Aug 2010 00:02:21 +0200 Marcin Kuzminski fixed path issue
Tue, 17 Aug 2010 23:15:36 +0200 Marcin Kuzminski Implemented search using whoosh. Still as experimental option.
Tue, 17 Aug 2010 22:29:17 +0200 Marcin Kuzminski fixed decimals numbering in graph
Tue, 17 Aug 2010 15:40:22 +0200 Marcin Kuzminski fixed user email for gravatars
Sun, 08 Aug 2010 13:13:42 +0200 Marcin Kuzminski fixed title on my account page
Sun, 08 Aug 2010 13:05:56 +0200 Marcin Kuzminski implemented gravatars into main bar.
Sun, 08 Aug 2010 02:40:10 +0200 Marcin Kuzminski implemented gravatars to changesets, updated styling for changesets
Sun, 08 Aug 2010 02:09:32 +0200 Marcin Kuzminski webhelpers import bugfix for gravatar
Sun, 08 Aug 2010 01:27:14 +0200 Marcin Kuzminski rename repo2perm into repo_to_perm
Sun, 08 Aug 2010 01:26:23 +0200 Marcin Kuzminski Implemented basic gravatar support on admin pages only for now
Sat, 07 Aug 2010 22:08:31 +0200 Marcin Kuzminski fixed some templating issues
Fri, 06 Aug 2010 02:49:53 +0200 Marcin Kuzminski little css update, and flash messages
Fri, 06 Aug 2010 02:40:57 +0200 Marcin Kuzminski Added hooks managment into application settings
Fri, 06 Aug 2010 02:04:51 +0200 Marcin Kuzminski Added tag v0.8.1 for changeset a9814a642e11
Fri, 06 Aug 2010 02:04:26 +0200 Marcin Kuzminski Added tag v0.8.0 for changeset 558eb7c5028f
Fri, 06 Aug 2010 02:03:22 +0200 Marcin Kuzminski Implemented hooks system,
Fri, 06 Aug 2010 01:52:17 +0200 Marcin Kuzminski version bump rhodecode-0.0.0.8.1
Fri, 06 Aug 2010 00:15:06 +0200 Marcin Kuzminski some small changes to commit activity graph
Thu, 05 Aug 2010 23:59:41 +0200 Marcin Kuzminski fixed sorting of tags and branches. Fix made in vcs.
Thu, 05 Aug 2010 22:31:23 +0200 Marcin Kuzminski Added new application settings,Push ssl and repositories path
Thu, 05 Aug 2010 01:31:01 +0200 Marcin Kuzminski templating updates (font sizes)
Thu, 05 Aug 2010 01:22:33 +0200 Marcin Kuzminski moved out ui_sections out of make ui function
Thu, 05 Aug 2010 01:21:44 +0200 Marcin Kuzminski fixes #20 hg middleware breaks ui() instance when repository has hgrc file.
Tue, 03 Aug 2010 21:25:53 +0200 Marcin Kuzminski Added permissions template
Tue, 03 Aug 2010 21:25:11 +0200 Marcin Kuzminski fixed settings template
Tue, 03 Aug 2010 21:24:45 +0200 Marcin Kuzminski auth functions little fix
Sun, 01 Aug 2010 18:36:00 +0200 Marcin Kuzminski cleared global application settings.
Sun, 01 Aug 2010 17:08:58 +0200 Marcin Kuzminski Added separate create repository views for non administrative users.
Sun, 01 Aug 2010 13:39:09 +0200 Marcin Kuzminski fixed min width set.
Sat, 31 Jul 2010 18:48:12 +0200 Marcin Kuzminski removed td tag
Sat, 31 Jul 2010 18:47:43 +0200 Marcin Kuzminski Fixed decorators bug when using them with keyworded arguments,new implementation takes new approach that is more flexible
Fri, 30 Jul 2010 22:12:06 +0200 Marcin Kuzminski Fixes #18, removing user, who owns some repositories
Wed, 28 Jul 2010 23:38:06 +0200 Marcin Kuzminski templating fixes
Wed, 28 Jul 2010 20:10:39 +0200 Marcin Kuzminski reverted caching from index, it's buggy
Wed, 28 Jul 2010 02:25:47 +0200 Marcin Kuzminski Added permissions check on repo switcher,
Wed, 28 Jul 2010 01:52:12 +0200 Marcin Kuzminski fixed plural messages about commits in graph
Wed, 28 Jul 2010 01:44:39 +0200 Marcin Kuzminski routes python 2.5 compatible
Tue, 27 Jul 2010 15:57:21 +0200 Marcin Kuzminski user edit form html fix
Tue, 27 Jul 2010 15:15:39 +0200 Marcin Kuzminski removed sof files
Tue, 27 Jul 2010 14:54:41 +0200 Marcin Kuzminski fixed user permissions bug when adding permissions to user who couldn load those because of auth decorators
Tue, 27 Jul 2010 14:53:22 +0200 Marcin Kuzminski fixes issue #16 reimplementation of database repository, for using generic pk instead of repo naming as pk. Which caused to many problems.
Tue, 27 Jul 2010 14:48:13 +0200 Marcin Kuzminski fixed some html and styles, added owner into admin repo list
Tue, 27 Jul 2010 14:41:43 +0200 Marcin Kuzminski Added initial query skipp when seting up the app.
Tue, 27 Jul 2010 14:37:40 +0200 Marcin Kuzminski Update readme
Sat, 24 Jul 2010 02:18:48 +0200 Marcin Kuzminski Added user registration, changed login url schema, moved it into _admin/ for safety
Sat, 24 Jul 2010 02:17:48 +0200 Marcin Kuzminski version bump to 0.8 rhodecode-0.0.0.8.0
Sat, 24 Jul 2010 00:53:43 +0200 Marcin Kuzminski just a #
Sat, 24 Jul 2010 00:53:03 +0200 Marcin Kuzminski new style error display for login
Sat, 24 Jul 2010 00:51:57 +0200 Marcin Kuzminski new style error display for settings, added flash msg for repo rescan
Sat, 24 Jul 2010 00:50:41 +0200 Marcin Kuzminski Added implementation of Ordered Dict.
Sat, 24 Jul 2010 00:46:29 +0200 Marcin Kuzminski Added extra validation in creating users.
Sat, 24 Jul 2010 00:21:57 +0200 Marcin Kuzminski Added new style error display,
Wed, 21 Jul 2010 22:57:36 +0200 Marcin Kuzminski added session remove in forms, and added name and lastname to auth user
Wed, 21 Jul 2010 22:55:47 +0200 Marcin Kuzminski Disabled special 404 page. That function was really not needed
Wed, 21 Jul 2010 22:53:04 +0200 Marcin Kuzminski fixed sorting bug.
Fri, 16 Jul 2010 14:10:29 +0200 Marcin Kuzminski fixed path error for error controller
Thu, 15 Jul 2010 06:25:43 +0200 Marcin Kuzminski updated db manage script, and remove broken test
Wed, 14 Jul 2010 18:31:06 +0200 Marcin Kuzminski Added application settings, are now customizable from database
Wed, 14 Jul 2010 18:15:37 +0200 Marcin Kuzminski Bugfix for empty diff
Wed, 14 Jul 2010 16:51:19 +0200 Marcin Kuzminski implemented manual repo rescann and remapping
Wed, 14 Jul 2010 15:42:39 +0200 Marcin Kuzminski fixed bug for user update, when password was always set.
Wed, 14 Jul 2010 13:30:31 +0200 Marcin Kuzminski added settings rest controllers for admin, updated routes with easier submodule handling
Wed, 14 Jul 2010 12:50:12 +0200 Marcin Kuzminski updated hg-app db manage and global settings
Wed, 14 Jul 2010 12:38:01 +0200 Marcin Kuzminski updated requirements and readme
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
Wed, 14 Jul 2010 02:28:32 +0200 Marcin Kuzminski Made config file free configuration based on database and capable of beeing manage via application settings + some code cleanups
Fri, 09 Jul 2010 02:38:17 +0200 Marcin Kuzminski small fixes for hg middleware, messages are now propagated only on push
Tue, 06 Jul 2010 23:57:57 +0200 Marcin Kuzminski some extra checks for auth lib
Tue, 06 Jul 2010 23:50:53 +0200 Marcin Kuzminski fixed bug when, sortables have wrong value
Tue, 06 Jul 2010 23:47:28 +0200 Marcin Kuzminski fixed bug when diff command was different than available options
Tue, 06 Jul 2010 23:43:13 +0200 Marcin Kuzminski bugfix, when form is crashing, form_result is unaccesibble
Sun, 04 Jul 2010 13:47:28 +0200 Marcin Kuzminski removed unneded value
Sun, 04 Jul 2010 00:52:47 +0200 Marcin Kuzminski mercurial middleware now returns 500's instead of 404 on errors and 404 when repo not found, added tracebacks
Thu, 01 Jul 2010 23:44:26 +0200 Marcin Kuzminski fixed auth bug
Thu, 01 Jul 2010 21:23:32 +0200 Marcin Kuzminski litle html updates for changeset
Thu, 01 Jul 2010 20:10:22 +0200 Marcin Kuzminski added ip loggin into mercurial middleware
Thu, 01 Jul 2010 20:02:06 +0200 Marcin Kuzminski added new command mappings for mercurial 1.6
Thu, 01 Jul 2010 18:17:52 +0200 Marcin Kuzminski added admin flag to users editing
Thu, 01 Jul 2010 18:10:43 +0200 Marcin Kuzminski Repository managment permissions, fixed found bugs updated js, added extra checks for doubled users and non active ones
Thu, 01 Jul 2010 00:57:45 +0200 Marcin Kuzminski updated installation instruction, made more user friendly way of creating all needed configs. All is done now from paster setup-app
Thu, 01 Jul 2010 00:04:59 +0200 Marcin Kuzminski updated setup.py
Wed, 30 Jun 2010 22:47:19 +0200 Marcin Kuzminski Updated readme
Wed, 30 Jun 2010 21:38:53 +0200 Marcin Kuzminski little html changes
Wed, 30 Jun 2010 17:14:47 +0200 Marcin Kuzminski Moved admin controllers to separate module
Wed, 30 Jun 2010 17:05:20 +0200 Marcin Kuzminski made graphg ticker, and fixes a paging bug caused grapgh disaligment
Wed, 30 Jun 2010 16:08:48 +0200 Marcin Kuzminski Added proper tags for various versions
Wed, 30 Jun 2010 15:35:10 +0200 Marcin Kuzminski Implemented owner settings, as separete posibility to edit repositry by non administrative owner of repository
Tue, 29 Jun 2010 20:45:35 +0200 Marcin Kuzminski version bump rhodecode-0.0.0.7.9
Tue, 29 Jun 2010 20:45:03 +0200 Marcin Kuzminski Implemented permissions into hg app, secured admin controllers, templates and repository specific controllers
Tue, 29 Jun 2010 20:43:01 +0200 Marcin Kuzminski rewritten simplehg middleware. Now permissions are checked for each repository/request/user
Tue, 29 Jun 2010 20:41:54 +0200 Marcin Kuzminski Full rewrite of auth module, new functions/decorators. FIxed auth user
Tue, 29 Jun 2010 20:37:31 +0200 Marcin Kuzminski corrected error document to be same as base
Tue, 29 Jun 2010 20:36:09 +0200 Marcin Kuzminski protected againts changing default user.
Tue, 29 Jun 2010 13:51:03 +0200 Marcin Kuzminski removed unneeded graph controller
Tue, 29 Jun 2010 13:16:51 +0200 Marcin Kuzminski another small fix for error controller
Tue, 29 Jun 2010 13:13:09 +0200 Marcin Kuzminski fixed error controller __before__ behavior,
Tue, 29 Jun 2010 12:32:30 +0200 Marcin Kuzminski fixed bug when user is capable of creating _admin repository which is a link to admin interface
Tue, 29 Jun 2010 12:24:25 +0200 Marcin Kuzminski added base path into config
Mon, 28 Jun 2010 23:31:03 +0200 Marcin Kuzminski fixed admin, html template
Mon, 28 Jun 2010 23:29:57 +0200 Marcin Kuzminski added permission functions to webhelpers, updated dbmanage permissions
Mon, 28 Jun 2010 23:28:52 +0200 Marcin Kuzminski admin path fix
Mon, 28 Jun 2010 23:28:31 +0200 Marcin Kuzminski protected admin controllers
Mon, 28 Jun 2010 22:49:32 +0200 Marcin Kuzminski removed wrong import
Mon, 28 Jun 2010 21:42:06 +0200 Marcin Kuzminski db model fix, added repo instance to cached repos list
Mon, 28 Jun 2010 21:39:48 +0200 Marcin Kuzminski removed unneeded comments from colored formatter
Mon, 28 Jun 2010 18:24:53 +0200 Marcin Kuzminski made routes verification method based only on paths, since it's much faster and enough
Mon, 28 Jun 2010 18:09:56 +0200 Marcin Kuzminski fixed 404s added extra validator for magic repo_name path in routes
Mon, 28 Jun 2010 13:54:47 +0200 Marcin Kuzminski repos crud controllers - change id into repo_name for compatability, added ajax repo perm user function variuos html fixes, permissions forms and managment fixes.
Sat, 26 Jun 2010 18:42:13 +0200 Marcin Kuzminski autocomplete for repository managment of users
Fri, 25 Jun 2010 21:53:13 +0200 Marcin Kuzminski restored utils, wrongly deleted
Fri, 25 Jun 2010 02:09:33 +0200 Marcin Kuzminski first permissions commit: added permission managment on repository edit. Changed db rmissions, validators.
Fri, 25 Jun 2010 02:06:45 +0200 Marcin Kuzminski new repo2db mapper, now uses repoModel to make scanns
Wed, 23 Jun 2010 21:38:41 +0200 Marcin Kuzminski fixes #5, links, are not visible highlited in top breadcrumbs
Wed, 23 Jun 2010 20:46:32 +0200 Marcin Kuzminski Ie graph support.
Wed, 23 Jun 2010 18:14:27 +0200 Marcin Kuzminski tooltip updates, added display layout managment inspired by jQuerys tipsy.
Wed, 23 Jun 2010 00:40:04 +0200 Marcin Kuzminski code cleanups
Wed, 23 Jun 2010 00:34:22 +0200 Marcin Kuzminski docs update, version bump rhodecode-0.0.0.7.8
Wed, 23 Jun 2010 00:31:00 +0200 Marcin Kuzminski graph fixes.
Wed, 23 Jun 2010 00:18:10 +0200 Marcin Kuzminski Initial graph release.
Tue, 22 Jun 2010 22:32:19 +0200 Marcin Kuzminski webhelpers breadcrumbs bugfix
Tue, 22 Jun 2010 21:24:22 +0200 Marcin Kuzminski tooltip display bugfix
Mon, 14 Jun 2010 01:16:57 +0200 Marcin Kuzminski few validation bugfixes/ new repo changesets, first commit changesets
Mon, 14 Jun 2010 00:17:08 +0200 Marcin Kuzminski fixed paragraphs wrapping for ultralong commit messages. Disabled tooltips for new repos without a last commit message. ie. when tooltip_title is empty (there is a strange bug on empty tooltip_title)
Sun, 13 Jun 2010 23:56:33 +0200 Marcin Kuzminski version bump rhodecode-0.0.0.7.7
Sun, 13 Jun 2010 23:56:16 +0200 Marcin Kuzminski switched filters into webhelpers for easy of usage.
Sun, 13 Jun 2010 23:14:04 +0200 Marcin Kuzminski implemented yui tooltip, and added it into annotation and main page.
Sun, 13 Jun 2010 18:18:49 +0200 Marcin Kuzminski html updates,mostly tables
Sun, 13 Jun 2010 16:33:22 +0200 Marcin Kuzminski #2: proposed changes to shortlog added header table description
Sun, 13 Jun 2010 16:27:19 +0200 Marcin Kuzminski #4: changes proposed by feedback to annotation
Sun, 13 Jun 2010 15:56:47 +0200 Marcin Kuzminski fixed branches and tags, fetching for new vcs implementation
Fri, 11 Jun 2010 16:52:00 +0200 Marcin Kuzminski changed way of getting repository in changelog. + some code cleanups
Wed, 09 Jun 2010 08:07:05 +0200 Marcin Kuzminski fixed bugs when putting empty or unknown changesets into diff
Tue, 08 Jun 2010 23:52:01 +0200 Marcin Kuzminski added proposal from mercurial mailing list, to display options for raw diffs, and diffs directly from within changesets view
Tue, 08 Jun 2010 23:48:41 +0200 Marcin Kuzminski added support for binary files, and, protection again unicode decode errors that might occure in changesets views
Tue, 08 Jun 2010 23:02:24 +0200 Marcin Kuzminski fixed bug when displaying html not escaped data as raw diff.
Tue, 08 Jun 2010 19:32:39 +0200 Marcin Kuzminski spelling fixes
Mon, 07 Jun 2010 23:26:21 +0200 Marcin Kuzminski fixes a repo switcher display bug
Mon, 07 Jun 2010 14:54:27 +0200 Marcin Kuzminski fixed bug in middleware config
Mon, 07 Jun 2010 10:26:50 +0200 Marcin Kuzminski main html update
Mon, 07 Jun 2010 00:41:07 +0200 Marcin Kuzminski fixed bug for last commit message in file source
Mon, 07 Jun 2010 00:26:52 +0200 Marcin Kuzminski added check for repo created outside of hg app
Mon, 07 Jun 2010 00:18:33 +0200 Marcin Kuzminski Implemented basic repository managment. Implemented repo2db mappings, model, helpers updates and code cleanups
Sun, 06 Jun 2010 23:35:21 +0200 Marcin Kuzminski updated db manage with some defaults corrected
Sun, 06 Jun 2010 23:34:26 +0200 Marcin Kuzminski typo fix
Sun, 06 Jun 2010 23:33:26 +0200 Marcin Kuzminski updated db manage with some defaults
Sun, 06 Jun 2010 23:02:43 +0200 Marcin Kuzminski error message css
Sun, 06 Jun 2010 21:54:54 +0200 Marcin Kuzminski made global funcion to clean repo names, and remove all special chars from the name.
Sun, 06 Jun 2010 10:57:49 +0200 Marcin Kuzminski added message short names for longer descriptions
Sat, 05 Jun 2010 21:35:01 +0200 Marcin Kuzminski configs fixups
Sat, 05 Jun 2010 17:09:03 +0200 Marcin Kuzminski added custom messages for remote responses.
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.
Wed, 26 May 2010 23:55:20 +0200 Marcin Kuzminski rewritten db manage script to use sqlalchemy. Fixed sqlalchemy models to more generic.
Wed, 26 May 2010 00:20:03 +0200 Marcin Kuzminski templating update, improved look & feel, version bump rhodecode-0.0.0.7.5
Wed, 26 May 2010 00:05:30 +0200 Marcin Kuzminski Added readme, and changed version display
Tue, 25 May 2010 23:41:03 +0200 Marcin Kuzminski cleaned unused imports
Tue, 25 May 2010 23:40:01 +0200 Marcin Kuzminski fixed sorting of repos with big letters
Tue, 25 May 2010 22:03:10 +0200 Marcin Kuzminski translated users
Tue, 25 May 2010 19:31:56 +0200 Marcin Kuzminski repo edit
Tue, 25 May 2010 19:18:12 +0200 Marcin Kuzminski html + css changes, added icons and etc.
Tue, 25 May 2010 00:32:18 +0200 Marcin Kuzminski version bump. Made changesets work as should, but vcs had to be fixed for that. rhodecode-0.0.0.7.4
Mon, 24 May 2010 22:25:08 +0200 Marcin Kuzminski html code cleanup
Mon, 24 May 2010 22:20:21 +0200 Marcin Kuzminski Cleaned the way based was used to generate submenu for admin, now it's much more clear to use submenu. Cleaned admin and added comment to middleware
Mon, 24 May 2010 22:18:15 +0200 Marcin Kuzminski Moved repo creation to admin/repos, as part of crud controller. Now repo creation is based on a form, which can be auto filled with data from 404 page. Fixed the error controller to properly give the repo name.
Mon, 24 May 2010 22:16:10 +0200 Marcin Kuzminski Updated css for changeset
Mon, 24 May 2010 01:10:09 +0200 Marcin Kuzminski bugfix
Mon, 24 May 2010 00:58:40 +0200 Marcin Kuzminski added merge and parents indicators to changelog
Mon, 24 May 2010 00:58:26 +0200 Marcin Kuzminski version bump. Bugfix when changelog parameter was not an int. Added limit for 100 changelogs to view at once. rhodecode-0.0.0.7.3
Sun, 23 May 2010 21:27:07 +0200 Marcin Kuzminski Css changes, added icon pack.
Sun, 23 May 2010 21:26:18 +0200 Marcin Kuzminski Added archives support. Version bump rhodecode-0.0.0.7.2
Sun, 23 May 2010 02:32:15 +0200 Marcin Kuzminski html fix
Sun, 23 May 2010 02:07:56 +0200 Marcin Kuzminski bumped version to 0.7.1 added atom and rss feeds. Moved https Fixud middleware before error middleware to proper generate debug page (static imports) rhodecode-0.0.0.7.1
Sun, 23 May 2010 01:07:58 +0200 Marcin Kuzminski fixed a typo on feed url generation
Sun, 23 May 2010 01:03:54 +0200 Marcin Kuzminski Added feed controllers, urls,and changed index page to use them.
Sun, 23 May 2010 00:54:22 +0200 Marcin Kuzminski Created middleware package. Crated special middleware to handle https requests redirections.
Sat, 22 May 2010 22:40:12 +0200 Marcin Kuzminski dirty fix for https working.
Sat, 22 May 2010 20:51:54 +0200 Marcin Kuzminski updated logging in logout. Added before, on login page.
Sat, 22 May 2010 20:49:38 +0200 Marcin Kuzminski logging info change on login form
Sat, 22 May 2010 20:48:05 +0200 Marcin Kuzminski removed unneded imports from auth
Sat, 22 May 2010 20:47:34 +0200 Marcin Kuzminski moved checking for user in session to wrapper function of LoginRequired decorator since it was working quite strange.
Sat, 22 May 2010 19:30:20 +0200 Marcin Kuzminski version bump rhodecode-0.0.0.7.0
Sat, 22 May 2010 19:29:50 +0200 Marcin Kuzminski Changed import to base. Removed action logging from auth to simplehg.
Sat, 22 May 2010 19:18:09 +0200 Marcin Kuzminski moved all cache function out to Base Controller for easier maintainance
Sat, 22 May 2010 16:07:28 +0200 Marcin Kuzminski cleared prints leftoovers, and changed current user fetching in login controller
Sat, 22 May 2010 02:20:26 +0200 Marcin Kuzminski invalidate the repo list also for online changes. Small fixes in LoginRequired decorator.
Sat, 22 May 2010 02:00:39 +0200 Marcin Kuzminski Added file annotation template. Bumped version to 0.6.8. Changelog and changeset are now cleaned with js, it's still very beta.
Sat, 22 May 2010 01:58:36 +0200 Marcin Kuzminski full changelog caching, secured changelog with LoginRequired, some minor changes in graph
Sat, 22 May 2010 01:47:07 +0200 Marcin Kuzminski Authenticated controller with LoginRequired decorator, and cleaned __before__ (used in baseController now). fixed User for clone url with logged in session user.
Sat, 22 May 2010 01:43:42 +0200 Marcin Kuzminski Added LoginRequired decorator, empty User data container, hash functions
Sat, 22 May 2010 01:42:03 +0200 Marcin Kuzminski removed search field from templates
Sat, 22 May 2010 01:35:19 +0200 Marcin Kuzminski logins controller test
Sat, 22 May 2010 01:35:02 +0200 Marcin Kuzminski merged config files
Sat, 22 May 2010 01:32:30 +0200 Marcin Kuzminski fixed menu in home page, and added login html with forms that validates username and password.
Sat, 22 May 2010 00:51:49 +0200 Marcin Kuzminski added version generation to pylons_app and showed it into template. Propagated baseController with some data for acces into each controller. Fixed simplehg middleware to get proper name of application
Fri, 21 May 2010 23:52:18 +0200 Marcin Kuzminski added style for logout
Fri, 21 May 2010 23:51:36 +0200 Marcin Kuzminski moved summary page to its own folder
Fri, 21 May 2010 23:51:02 +0200 Marcin Kuzminski new way of menu generation for base, and all admin pages
Fri, 21 May 2010 23:24:43 +0200 Marcin Kuzminski added login logout and annotate to urls
Fri, 21 May 2010 23:20:31 +0200 Marcin Kuzminski removed file controller
Fri, 21 May 2010 23:13:09 +0200 Marcin Kuzminski fixed ini files. Added coment and colored formatter to production
Fri, 21 May 2010 20:58:18 +0200 Marcin Kuzminski simplehg update
Fri, 21 May 2010 20:50:03 +0200 Marcin Kuzminski Changed auth basic handler only for mercurial request.
Fri, 21 May 2010 20:37:34 +0200 Marcin Kuzminski moved get_form_error to base
Fri, 21 May 2010 20:37:09 +0200 Marcin Kuzminski removed login from admin, from now we're have to be globally logged in.
Fri, 21 May 2010 20:27:28 +0200 Marcin Kuzminski fixed html in admin templates. Litle refactors
Fri, 21 May 2010 03:03:09 +0200 Marcin Kuzminski fixed improper template in admin
Fri, 21 May 2010 03:01:31 +0200 Marcin Kuzminski improved timerproxy with sqllogging, and new way of sqlformat queries
Fri, 21 May 2010 02:44:40 +0200 Marcin Kuzminski Added universal cache invalidator for two cached functions.
Fri, 21 May 2010 02:18:54 +0200 Marcin Kuzminski updated setup dependencies
Fri, 21 May 2010 02:17:13 +0200 Marcin Kuzminski added long term caching of repo_list to the base controller. changed hg and repos to use that cached list.
Fri, 21 May 2010 02:13:34 +0200 Marcin Kuzminski files browser updated to use webhelpers huminizer for file size
Fri, 21 May 2010 02:12:41 +0200 Marcin Kuzminski files source updated to use webhelpers huminizer for file size, and added link to annotation
Fri, 21 May 2010 02:10:33 +0200 Marcin Kuzminski fixed repo switcher for easier switches. And took repo list from general cache
Fri, 21 May 2010 02:07:49 +0200 Marcin Kuzminski implemented pygmentize codes into webhelpers. Together with color_dict caching into pylons globals
Wed, 19 May 2010 21:33:10 +0200 Marcin Kuzminski added revision to summary
Wed, 19 May 2010 21:32:07 +0200 Marcin Kuzminski added revision to shortlog
Wed, 19 May 2010 00:31:41 +0200 Marcin Kuzminski removed unneeded parameters from changelog and shortlog
Wed, 19 May 2010 00:20:18 +0200 Marcin Kuzminski fixed pages naves html errors
Wed, 19 May 2010 00:18:48 +0200 Marcin Kuzminski implemented rawdiff and diff download into diff view.
Mon, 17 May 2010 03:06:12 +0200 Marcin Kuzminski fixed bug in admin template
Mon, 17 May 2010 01:51:47 +0200 Marcin Kuzminski moved diff libs to vcs. updated htmls and css for diff and source
Sun, 16 May 2010 19:00:21 +0200 Marcin Kuzminski fixed index html
Sun, 16 May 2010 15:37:42 +0200 Marcin Kuzminski cleaned summary.html
Sun, 16 May 2010 15:36:19 +0200 Marcin Kuzminski updated erros found in base.html
Sun, 16 May 2010 15:33:21 +0200 Marcin Kuzminski updated erros found in base.html
Sun, 16 May 2010 15:06:20 +0200 Marcin Kuzminski Added colored formatter to project, and configs
Sat, 15 May 2010 19:53:23 +0200 Marcin Kuzminski Fixed differ to properly extract filenames, and dates from diff file. and swaped order of columns with lines nr in diff html
Sat, 15 May 2010 19:05:13 +0200 Marcin Kuzminski moved sqlalchemy session to base.
Wed, 12 May 2010 10:33:24 +0200 Marcin Kuzminski fixed pre margin for summary page
Wed, 12 May 2010 10:29:41 +0200 Marcin Kuzminski Updated template for summary (archives links)
Tue, 11 May 2010 22:23:16 +0200 Marcin Kuzminski Adde raw file to routes, and refactoring
Tue, 11 May 2010 22:07:43 +0200 Marcin Kuzminski Added rawfile support, and few fixes for file
Mon, 10 May 2010 23:23:12 +0200 Marcin Kuzminski fixed summary template
Mon, 10 May 2010 23:12:45 +0200 Marcin Kuzminski fixed error when browsing revisions on path that doesn't exist. Fixed files browsing. Fixed templates in branches and tags
Sun, 09 May 2010 17:35:51 +0200 Marcin Kuzminski Update css +file browsing and diffs
Sun, 09 May 2010 17:23:11 +0200 Marcin Kuzminski Tempaltes changes for changelog and shortlog, changed menu generation in base
Sun, 09 May 2010 17:22:30 +0200 Marcin Kuzminski Changeg graph to changelog, and changelog to shortlog
Sun, 09 May 2010 16:51:42 +0200 Marcin Kuzminski fixed listings, of commits, added slugs for longer commits messages
Sun, 09 May 2010 15:06:00 +0200 Marcin Kuzminski moved cache invalidating to utils, as seperate function. Implemented invalidating in
Sun, 09 May 2010 14:53:52 +0200 Marcin Kuzminski fixed files template when repository is empty
Sun, 09 May 2010 14:53:36 +0200 Marcin Kuzminski fixed files when repository is empty
Sun, 09 May 2010 14:46:54 +0200 Marcin Kuzminski fixed graph when repository is empty moved imports to top and removed some lfet over prints
Sun, 09 May 2010 14:13:20 +0200 Marcin Kuzminski Added empty changeset to use in newly created repository, and used this inside a hg model in repos list
Sun, 09 May 2010 13:20:52 +0200 Marcin Kuzminski removed ununsed imports
Sun, 09 May 2010 13:20:34 +0200 Marcin Kuzminski Moved cached function for easier invalidation
Sun, 09 May 2010 13:08:16 +0200 Marcin Kuzminski Changed creation of repository to vcs implementation,
Sun, 09 May 2010 12:19:08 +0200 Marcin Kuzminski fixed add repo template
Fri, 07 May 2010 01:02:47 +0200 Marcin Kuzminski Implemented mercurial style diff-lib
Tue, 04 May 2010 13:45:17 +0200 Marcin Kuzminski Added differ lib from mercurial.
Tue, 04 May 2010 00:54:00 +0200 Marcin Kuzminski implemented simple diffs for history of files.
Mon, 03 May 2010 21:59:01 +0200 Marcin Kuzminski Implemented file history.
Mon, 03 May 2010 19:07:54 +0200 Marcin Kuzminski Html changes and cleanups, made folders for html templates, implemented tags and branches pages
Mon, 03 May 2010 18:31:00 +0200 Marcin Kuzminski Updated summary page
Thu, 29 Apr 2010 01:26:20 +0200 Marcin Kuzminski Moved check_repo function to utils, error controller check for first name in url, for this repo and only prints 404 make repo template if repo does not exists, moded check repo from admin
Thu, 29 Apr 2010 00:29:49 +0200 Marcin Kuzminski Removed unneeded PATH_INFO manipulation, and added 404 codes on bad repositories paths
Wed, 28 Apr 2010 22:14:03 +0200 Marcin Kuzminski Added tag v0.1 for changeset 436bee78d81a
Wed, 28 Apr 2010 22:13:43 +0200 Marcin Kuzminski Removed tag v0.1 Stable
Wed, 28 Apr 2010 22:13:23 +0200 Marcin Kuzminski Added tag v0.2 for changeset 3142616771cd
Wed, 28 Apr 2010 22:13:02 +0200 Marcin Kuzminski Removed tag v0.2 Stable
Wed, 28 Apr 2010 22:12:10 +0200 Marcin Kuzminski Removed tag v0.2
Wed, 28 Apr 2010 22:11:55 +0200 Marcin Kuzminski Added tag v0.2 for changeset aa5ef0f15548
Wed, 28 Apr 2010 22:11:37 +0200 Marcin Kuzminski Added tag v0.3 for changeset e2600310e0b2
Wed, 28 Apr 2010 22:09:33 +0200 Marcin Kuzminski Changed simplehg middleware repo name function
Wed, 28 Apr 2010 22:09:01 +0200 Marcin Kuzminski Removed unneeded action from controller. That was a part of old hg implementation
Wed, 28 Apr 2010 02:08:45 +0200 Marcin Kuzminski Implemented simplehg middleware,moved make_ui functions to lib.utils
Wed, 28 Apr 2010 01:56:11 +0200 Marcin Kuzminski removed ununsed imports
Wed, 28 Apr 2010 01:55:34 +0200 Marcin Kuzminski updated appglobals, to handle only the baseui config. removed hg app from it
Wed, 28 Apr 2010 00:16:08 +0200 Marcin Kuzminski simplehg, cleanup
Mon, 26 Apr 2010 22:32:27 +0200 Marcin Kuzminski added images updated htl added tags,branches display
Mon, 26 Apr 2010 21:03:04 +0200 Marcin Kuzminski html updates
Mon, 26 Apr 2010 00:46:28 +0200 Marcin Kuzminski admin fix
Mon, 26 Apr 2010 00:38:53 +0200 Marcin Kuzminski Added repo switcher, in base and long term caching for this.
Sun, 25 Apr 2010 23:26:14 +0200 Marcin Kuzminski some fixes in graph tab. Little fixes in files
Sun, 25 Apr 2010 22:45:54 +0200 Marcin Kuzminski Html updates and fixes
Sun, 25 Apr 2010 22:29:43 +0200 Marcin Kuzminski fixed file browser breadcrumbs with revision
Sun, 25 Apr 2010 22:16:05 +0200 Marcin Kuzminski Added changeset controllers
Sun, 25 Apr 2010 18:42:58 +0200 Marcin Kuzminski Updated tempaltes, added file browser breadcrumbs, and feed icons
Sun, 25 Apr 2010 01:25:54 +0200 Marcin Kuzminski statics moved to pylons.
Sun, 25 Apr 2010 01:20:56 +0200 Marcin Kuzminski removed mercurial statics and tempaltes
Sun, 25 Apr 2010 01:19:21 +0200 Marcin Kuzminski Updated basic files browser with, pygments
Sun, 25 Apr 2010 01:18:38 +0200 Marcin Kuzminski added pygments webhelper
Sun, 25 Apr 2010 00:12:34 +0200 Marcin Kuzminski added helper for filesize
Sat, 24 Apr 2010 18:20:59 +0200 Marcin Kuzminski added is mercurial method in utils,
Sat, 24 Apr 2010 17:15:57 +0200 Marcin Kuzminski Change logic for more vcs based.
Sat, 24 Apr 2010 16:52:34 +0200 Marcin Kuzminski webhelpers update
Wed, 21 Apr 2010 00:26:11 +0200 Marcin Kuzminski added empty controllers for branches tags files graph, routing and test for them
Wed, 21 Apr 2010 00:22:20 +0200 Marcin Kuzminski updated routing
Wed, 21 Apr 2010 00:12:51 +0200 Marcin Kuzminski Added menu generation as function
Mon, 19 Apr 2010 23:03:01 +0200 Marcin Kuzminski logging proxy update
Mon, 19 Apr 2010 22:55:58 +0200 Marcin Kuzminski Model update for sqlalchemy 0.6.0
Mon, 19 Apr 2010 22:52:31 +0200 Marcin Kuzminski Updated db manage
Sun, 18 Apr 2010 21:15:53 +0200 Marcin Kuzminski Updated error handling, from mercurial to pylons. + added tempalte for 404
Sun, 18 Apr 2010 20:06:35 +0200 Marcin Kuzminski Added few options to configs,
Sun, 18 Apr 2010 19:00:09 +0200 Marcin Kuzminski Debug off. for production
Sun, 18 Apr 2010 11:27:25 +0200 Marcin Kuzminski html update
Sun, 18 Apr 2010 11:23:10 +0200 Marcin Kuzminski implemented Shortlog as seperate controller,
Sun, 18 Apr 2010 00:31:58 +0200 Marcin Kuzminski Moved summary to seperate controller,
Sat, 17 Apr 2010 22:24:08 +0200 Marcin Kuzminski added date detail to summary
Sat, 17 Apr 2010 22:17:17 +0200 Marcin Kuzminski reimplemented summary page,
Sat, 17 Apr 2010 19:59:06 +0200 Marcin Kuzminski Implemented AJAH paging
Sat, 17 Apr 2010 19:07:29 +0200 Marcin Kuzminski Implemented paging to admin user acion log
Wed, 14 Apr 2010 00:51:23 +0200 Marcin Kuzminski bugfix fot admin template
Tue, 13 Apr 2010 22:32:53 +0200 Marcin Kuzminski refactoring update
Tue, 13 Apr 2010 22:30:52 +0200 Marcin Kuzminski Changed order of user actions log
Mon, 12 Apr 2010 10:29:18 +0200 Marcin Kuzminski Started summary page. Added filters to templates. used by n,self.f.filtername prefixed by n to disable other filters. Few other fixes found
Sun, 11 Apr 2010 22:57:16 +0200 Marcin Kuzminski Updated model with never vcs implementation using MercurialRepo class
Sun, 11 Apr 2010 20:20:13 +0200 Marcin Kuzminski ignore db file
Sun, 11 Apr 2010 20:19:46 +0200 Marcin Kuzminski Removed unused string
Sun, 11 Apr 2010 17:25:47 +0200 Marcin Kuzminski Updated defaults bug of htmlfill + changed routing
Sun, 11 Apr 2010 17:24:57 +0200 Marcin Kuzminski Updated logginf of routes
Sun, 11 Apr 2010 00:11:56 +0200 Marcin Kuzminski small fix for undefined contact
Sat, 10 Apr 2010 19:44:22 +0200 Marcin Kuzminski fixed name bug in create db script
Sat, 10 Apr 2010 19:07:13 +0200 Marcin Kuzminski updated db manage script for creating interactive admin account and db
Sat, 10 Apr 2010 16:45:13 +0200 Marcin Kuzminski Small fix for data display
Sat, 10 Apr 2010 16:44:47 +0200 Marcin Kuzminski Changed auth lib for sqlalchemy
Sat, 10 Apr 2010 16:43:34 +0200 Marcin Kuzminski Templating small fixes
Sat, 10 Apr 2010 16:42:08 +0200 Marcin Kuzminski Updated admin to show last 5 actions + updated db model
Sat, 10 Apr 2010 16:29:25 +0200 Marcin Kuzminski Updated database model, with FK and Booleans
Sat, 10 Apr 2010 16:28:52 +0200 Marcin Kuzminski Changed db name, and project prefix
Sat, 10 Apr 2010 15:18:06 +0200 Marcin Kuzminski added db_manage script
Fri, 09 Apr 2010 03:00:20 +0200 Marcin Kuzminski Added hg model,implemented removal of repos, added HgModel for fetching repos(with generator)
Fri, 09 Apr 2010 01:42:48 +0200 Marcin Kuzminski Implemented main page sorting
Fri, 09 Apr 2010 00:30:42 +0200 Marcin Kuzminski Added last change translation to 'time ago', added generation of enabled zip archives
Thu, 08 Apr 2010 22:59:49 +0200 Marcin Kuzminski Implemented index page using vcs
Thu, 08 Apr 2010 18:17:28 +0200 marcink template fix
Thu, 08 Apr 2010 14:45:07 +0200 marcink removed templates
Thu, 08 Apr 2010 12:00:06 +0200 marcink implemented autentication
Thu, 08 Apr 2010 11:29:14 +0200 marcink fixed sqlalchemy session bug,
Thu, 08 Apr 2010 03:22:32 +0200 Marcin Kuzminski user managment implementation continued update/delete/create works
Thu, 08 Apr 2010 01:50:46 +0200 Marcin Kuzminski Added sqlalchemy support
Wed, 07 Apr 2010 21:10:43 +0200 Marcin Kuzminski Css fixes, implemented removal of users, and display draft
Wed, 07 Apr 2010 20:19:25 +0200 Marcin Kuzminski Added rest controllers for repos and users,
Wed, 07 Apr 2010 19:39:31 +0200 Marcin Kuzminski Static files for production fixed
Wed, 07 Apr 2010 17:28:10 +0200 marcink implemented admin page login
Wed, 07 Apr 2010 16:42:11 +0200 marcink Added managment pages.
Wed, 07 Apr 2010 15:28:50 +0200 marcink changed for pylons 0.1 / 1.0
Wed, 07 Apr 2010 13:24:46 +0200 marcink try except error on non existing user table
Wed, 07 Apr 2010 00:51:55 +0200 Marcin Kuzminski Added app basic auth.
Tue, 06 Apr 2010 22:21:23 +0200 Marcin Kuzminski html cleanups
Fri, 02 Apr 2010 12:50:16 +0200 marcink fix bug in arguments for command
Fri, 02 Apr 2010 12:46:35 +0200 marcink mercurial added limit for sending backup file
Thu, 18 Mar 2010 14:37:05 +0100 marcink Bugfix when client is using old mercurial version and not setting http accept
Sun, 14 Mar 2010 13:38:47 +0100 Marcin Kuzminski Added message when file removing
Sun, 14 Mar 2010 13:21:18 +0100 Marcin Kuzminski Changed to blocking operation
Tue, 09 Mar 2010 00:22:29 +0100 Marcin Kuzminski Code refactoring, and changed proper way of removing files
Mon, 08 Mar 2010 10:25:13 +0100 Marcin Kuzminski Added removing of files from data
Fri, 05 Mar 2010 01:14:30 +0100 Marcin Kuzminski dirty fix for multiple file encodings,
Thu, 04 Mar 2010 23:13:12 +0100 Marcin Kuzminski Tempalting change, bugfix for serving raw files, and diffs. Now raw files are not parsed thruough mako, and diffs are mako safe (not parsed also)
Thu, 04 Mar 2010 23:08:57 +0100 Marcin Kuzminski manage script error fix
Mon, 01 Mar 2010 12:51:14 +0100 Marcin Kuzminski removed uunneded thing.
Mon, 01 Mar 2010 12:29:27 +0100 Marcin Kuzminski backup script update
Mon, 01 Mar 2010 11:29:40 +0100 Marcin Kuzminski fixed the backup script path problems
Sun, 28 Feb 2010 17:18:09 +0100 Marcin Kuzminski Litle info messages update
Sun, 28 Feb 2010 17:03:17 +0100 Marcin Kuzminski backup script for repositories
Sun, 28 Feb 2010 16:08:10 +0100 Marcin Kuzminski Changed styles for front page buttons
Sun, 28 Feb 2010 15:43:28 +0100 Marcin Kuzminski Added tag v0.2 Stable for changeset 3142616771cd
Sun, 28 Feb 2010 14:19:21 +0100 Marcin Kuzminski Removed default contact name
Sun, 28 Feb 2010 02:24:44 +0100 Marcin Kuzminski Wrapped into mako templates,
Sun, 28 Feb 2010 01:52:38 +0100 Marcin Kuzminski Added custom templates, did over check of code to make it work.
Sat, 27 Feb 2010 17:40:37 +0100 Marcin Kuzminski starting app script update
Sat, 27 Feb 2010 17:28:54 +0100 Marcin Kuzminski Added tag v0.1 Stable for changeset 436bee78d81a
Sat, 27 Feb 2010 17:28:25 +0100 Marcin Kuzminski Litle code cleanups, This version handles repos correctly.
Sun, 21 Feb 2010 14:25:52 +0100 Marcin Kuzminski (no commit message)
Sun, 21 Feb 2010 14:24:50 +0100 Marcin Kuzminski added log4j to development,
Sat, 20 Feb 2010 22:45:59 +0100 Marcin Kuzminski change error controller,
Sat, 20 Feb 2010 17:55:59 +0100 Marcin Kuzminski Changed the managing script
Sat, 20 Feb 2010 17:51:51 +0100 Marcin Kuzminski Added pylons manage script
Sat, 20 Feb 2010 14:37:29 +0100 Marcin Kuzminski removed logfile, and not needed templates
Sat, 20 Feb 2010 14:30:13 +0100 Marcin Kuzminski major app speedup moved the wsgi creation to app globals, in order to make it run only once.
Thu, 18 Feb 2010 17:38:27 +0100 Marcin Kuzminski added hgignore
Thu, 18 Feb 2010 17:36:43 +0100 Marcin Kuzminski Changed to webapp, removed get from routes,
Thu, 18 Feb 2010 14:52:59 +0100 Marcin Kuzminski changed port
Thu, 18 Feb 2010 14:51:26 +0100 Marcin Kuzminski added autoconfig loading
Thu, 18 Feb 2010 14:13:45 +0100 Marcin Kuzminski added repo creation
Thu, 18 Feb 2010 13:59:01 +0100 Marcin Kuzminski routing, added special chars.
Thu, 18 Feb 2010 13:55:48 +0100 Marcin Kuzminski routes for adding a repo
Thu, 18 Feb 2010 13:13:21 +0100 Marcin Kuzminski added production ini
Thu, 18 Feb 2010 13:08:34 +0100 Marcin Kuzminski removed dozer
Thu, 18 Feb 2010 13:01:57 +0100 Marcin Kuzminski initial commit.