Show More
@@ -2,16 +2,16 b'' | |||||
2 | Welcome to RhodeCode (RhodiumCode) documentation! |
|
2 | Welcome to RhodeCode (RhodiumCode) documentation! | |
3 | ================================================= |
|
3 | ================================================= | |
4 |
|
4 | |||
5 | ``RhodeCode`` is a Pylons framework based Mercurial repository |
|
5 | ``RhodeCode`` is a fast and powerful management tool for Mercurial_ and GIT_ | |
6 |
|
|
6 | with a built in push/pull server and full text search. | |
7 | It works on http/https and has a built in permission/authentication system with |
|
7 | It works on http/https and has a built in permission/authentication system with | |
8 | the ability to authenticate via LDAP or ActiveDirectory. RhodeCode also supports |
|
8 | the ability to authenticate via LDAP or ActiveDirectory. RhodeCode also supports | |
9 | simple API so it's easy integrable with existing systems. |
|
9 | simple API so it's easy integrable with existing external systems. | |
10 |
|
10 | |||
11 | RhodeCode is similar in some respects to github or bitbucket_, |
|
11 | RhodeCode is similar in some respects to github or bitbucket_, | |
12 |
however RhodeCode can be run as standalone hosted application on your own server. |
|
12 | however RhodeCode can be run as standalone hosted application on your own server. | |
13 | It is open source and donation ware and focuses more on providing a customized, |
|
13 | It is open source and donation ware and focuses more on providing a customized, | |
14 |
self administered interface for Mercurial |
|
14 | self administered interface for Mercurial and GIT repositories. | |
15 | RhodeCode is powered by a vcs_ library that Lukasz Balcerzak and I created to |
|
15 | RhodeCode is powered by a vcs_ library that Lukasz Balcerzak and I created to | |
16 | handle multiple different version control systems. |
|
16 | handle multiple different version control systems. | |
17 |
|
17 | |||
@@ -75,6 +75,9 b' RhodeCode Features' | |||||
75 | - Server side forks. It is possible to fork a project and modify it freely |
|
75 | - Server side forks. It is possible to fork a project and modify it freely | |
76 | without breaking the main repository. You can even write Your own hooks |
|
76 | without breaking the main repository. You can even write Your own hooks | |
77 | and install them |
|
77 | and install them | |
|
78 | - code review with notification system, inline commenting, all parsed using | |||
|
79 | rst syntax | |||
|
80 | - rst and markdown README support for repositories | |||
78 | - Full text search powered by Whoosh on the source files, and file names. |
|
81 | - Full text search powered by Whoosh on the source files, and file names. | |
79 | Build in indexing daemons, with optional incremental index build |
|
82 | Build in indexing daemons, with optional incremental index build | |
80 | (no external search servers required all in one application) |
|
83 | (no external search servers required all in one application) | |
@@ -97,10 +100,8 b' Incoming / Plans' | |||||
97 |
|
100 | |||
98 | - Finer granular permissions per branch, repo group or subrepo |
|
101 | - Finer granular permissions per branch, repo group or subrepo | |
99 | - pull requests and web based merges |
|
102 | - pull requests and web based merges | |
100 | - notification and message system |
|
103 | - per line file history | |
101 | - SSH based authentication with server side key management |
|
104 | - SSH based authentication with server side key management | |
102 | - Code review (probably based on hg-review) |
|
|||
103 | - Full git_ support, with push/pull server (currently in beta tests) |
|
|||
104 | - Redmine and other bugtrackers integration |
|
105 | - Redmine and other bugtrackers integration | |
105 | - Commit based built in wiki system |
|
106 | - Commit based built in wiki system | |
106 | - More statistics and graph (global annotation + some more statistics) |
|
107 | - More statistics and graph (global annotation + some more statistics) |
@@ -21,10 +21,13 b' news' | |||||
21 | - configurable clone url possibility to specify ssh:// manually as |
|
21 | - configurable clone url possibility to specify ssh:// manually as | |
22 | alternative clone url. |
|
22 | alternative clone url. | |
23 | - enabled largefiles extension by default |
|
23 | - enabled largefiles extension by default | |
|
24 | - optimized summary file pages and saved a lot of unused space in them | |||
24 |
|
25 | |||
25 | fixes |
|
26 | fixes | |
26 | ----- |
|
27 | ----- | |
27 |
|
28 | |||
|
29 | - rewrote dbsession management for atomic operations, and better error handling | |||
|
30 | ||||
28 | 1.2.3 (**2011-11-02**) |
|
31 | 1.2.3 (**2011-11-02**) | |
29 | ====================== |
|
32 | ====================== | |
30 |
|
33 |
General Comments 0
You need to be logged in to leave comments.
Login now