Show More
@@ -5,13 +5,16 b' Changelog' | |||||
5 |
|
5 | |||
6 | 1.1.0 (**2010-XX-XX**) |
|
6 | 1.1.0 (**2010-XX-XX**) | |
7 | ---------------------- |
|
7 | ---------------------- | |
8 | - git support |
|
8 | - git support with push/pull via RhodeCode web interface | |
9 | - rewrite of internals for vcs >=0.1.9 |
|
9 | - rewrite of internals for vcs >=0.1.9 | |
10 | - performance upgrade for cached repos list |
|
10 | - performance upgrade for cached repos list - each repository has it's own | |
11 | - gui optimizations |
|
11 | cache that's invalidated when needed. | |
12 | - main page quick filter for filtering repositories |
|
12 | - main page quick filter for filtering repositories | |
13 | - more detailed action logger (based on hooks) with pushed changesets lists |
|
13 | - more detailed action logger (based on hooks) with pushed changesets lists | |
14 | - a lot of fixes for file browser |
|
14 | and options to disable those hooks from admin panel | |
|
15 | - a lot of fixes and tweaks for file browser | |||
|
16 | - introduced new enhanced changelog for merges that shows more accurate results | |||
|
17 | - gui optimizations, fixed application width to 1024px | |||
15 |
|
18 | |||
16 | 1.0.0 (**2010-11-02**) |
|
19 | 1.0.0 (**2010-11-02**) | |
17 | ---------------------- |
|
20 | ---------------------- |
@@ -30,10 +30,12 b" It's very nice tutorial how to start cel" | |||||
30 |
|
30 | |||
31 | Install from Cheese Shop |
|
31 | Install from Cheese Shop | |
32 | ------------------------ |
|
32 | ------------------------ | |
|
33 | Rhodecode requires python 2.5 or 2.6 and will not run on older or newer | |||
|
34 | versions of python. Python 2.7 is untested and thus not supported. | |||
33 |
|
35 | |||
34 | Easiest way to install ``rhodecode`` is to run:: |
|
36 | Easiest way to install ``rhodecode`` is to run:: | |
35 |
|
37 | |||
36 |
|
|
38 | easy_install rhodecode | |
37 |
|
39 | |||
38 | Or:: |
|
40 | Or:: | |
39 |
|
41 |
General Comments 0
You need to be logged in to leave comments.
Login now