@@ -45,25 +45,25 @@ Sources at github_
https://github.com/marcinkuzminski/rhodecode
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
- Repository groups let you group repos and manage them easier.
- Users can fork other users repo. RhodeCode have also compare view to see
combined changeset for all changeset made within single push.
- Build in commit-api let's you add, edit and commit files right from RhodeCode
interface using simple editor or upload form for binaries.
- Mako templates let's you customize the look and feel of the application.
@@ -305,25 +305,25 @@ fixes
- fixed #92 whoosh indexer is more error proof
1.1.0 (**2010-12-18**)
======================
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
- more detailed action logger (based on hooks) with pushed changesets lists
and options to disable those hooks from admin panel
- introduced new enhanced changelog for merges that shows more accurate results
- new improved and faster code stats (based on pygments lexers mapping tables,
showing up to 10 trending sources for each repository. Additionally stats
can be disabled in repository settings.
Status change: