@@ -51,13 +51,13 @@ Installation
Please visit http://packages.python.org/RhodeCode/installation.html
RhodeCode Features
------------------
- Has it's own middleware to handle mercurial_ protocol requests.
- Has its own middleware to handle mercurial_ protocol requests.
Each request can be logged and authenticated.
- Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous.
Supports http/https and LDAP
- Full permissions (private/read/write/admin) and authentication per project.
One account for web interface and mercurial_ push/pull/clone operations.
- Have built in users groups for easier permission management
@@ -311,13 +311,13 @@ news
----
- rewrite of internals for vcs >=0.1.10
- uses mercurial 1.7 with dotencode disabled for maintaining compatibility
with older clients
- anonymous access, authentication via ldap
- performance upgrade for cached repos list - each repository has it's own
- performance upgrade for cached repos list - each repository has its own
cache that's invalidated when needed.
- performance upgrades on repositories with large amount of commits (20K+)
- main page quick filter for filtering repositories
- user dashboards with ability to follow chosen repositories actions
- sends email to admin on new user registration
- added cache/statistics reset options into repository settings
Status change: