Show More
@@ -5,36 +5,74 b' Changelog' | |||||
5 |
|
5 | |||
6 | 1.1.0 (**2010-XX-XX**) |
|
6 | 1.1.0 (**2010-XX-XX**) | |
7 | ---------------------- |
|
7 | ---------------------- | |
8 | - rewrite of internals for vcs >=0.1.9 |
|
8 | ||
9 | - anonymous access,authentication via ldap |
|
9 | :status: in-progress | |
|
10 | :branch: beta | |||
|
11 | ||||
|
12 | news | |||
|
13 | ++++ | |||
|
14 | ||||
|
15 | - rewrite of internals for vcs >=0.1.10 | |||
|
16 | - anonymous access, authentication via ldap | |||
10 | - performance upgrade for cached repos list - each repository has it's own |
|
17 | - performance upgrade for cached repos list - each repository has it's own | |
11 | cache that's invalidated when needed. |
|
18 | cache that's invalidated when needed. | |
12 | - main page quick filter for filtering repositories |
|
19 | - main page quick filter for filtering repositories | |
|
20 | - user dashboards with ability to follow chosen repositories actions | |||
13 | - sends email to admin on new user registration |
|
21 | - sends email to admin on new user registration | |
|
22 | - added cache/statistics reset options into repository settings | |||
14 | - more detailed action logger (based on hooks) with pushed changesets lists |
|
23 | - more detailed action logger (based on hooks) with pushed changesets lists | |
15 | and options to disable those hooks from admin panel |
|
24 | and options to disable those hooks from admin panel | |
16 | - a lot of fixes and tweaks for file browser |
|
|||
17 | - introduced new enhanced changelog for merges that shows more accurate results |
|
25 | - introduced new enhanced changelog for merges that shows more accurate results | |
18 | - gui optimizations, fixed application width to 1024px |
|
26 | - gui optimizations, fixed application width to 1024px | |
|
27 | - whoosh,celeryd,upgrade moved to paster command | |||
|
28 | ||||
|
29 | fixes | |||
|
30 | +++++ | |||
|
31 | ||||
|
32 | - fixes #61 forked repo was showing only after cache expired | |||
|
33 | - fixes #76 no confirmation on user deletes | |||
|
34 | - fixes #66 Name field misspelled | |||
|
35 | - fixes #72 block user removal when he owns repositories | |||
|
36 | - fixes #69 added password confirmation fields | |||
19 | - numerous small bugfixes |
|
37 | - numerous small bugfixes | |
20 | - whoosh index moved to paster command |
|
38 | - a lot of fixes and tweaks for file browser | |
|
39 | - fixed detached session issues | |||
|
40 | ||||
|
41 | (special thanks for TkSoh for detailed feedback) | |||
|
42 | ||||
21 |
|
43 | |||
22 | 1.0.2 (**2010-11-12**) |
|
44 | 1.0.2 (**2010-11-12**) | |
23 | ---------------------- |
|
45 | ---------------------- | |
24 |
|
46 | |||
|
47 | news | |||
|
48 | ++++ | |||
|
49 | ||||
|
50 | - tested under python2.7 | |||
|
51 | - bumped sqlalchemy and celery versions | |||
|
52 | ||||
|
53 | fixes | |||
|
54 | +++++ | |||
|
55 | ||||
25 | - fixed #59 missing graph.js |
|
56 | - fixed #59 missing graph.js | |
26 | - fixed repo_size crash when repository had broken symlinks |
|
57 | - fixed repo_size crash when repository had broken symlinks | |
27 | - fixed python2.5 crashes. |
|
58 | - fixed python2.5 crashes. | |
28 | - tested under python2.7 |
|
59 | ||
29 | - bumped sqlalchemy and celery versions |
|
|||
30 |
|
60 | |||
31 | 1.0.1 (**2010-11-10**) |
|
61 | 1.0.1 (**2010-11-10**) | |
32 | ---------------------- |
|
62 | ---------------------- | |
33 |
|
63 | |||
|
64 | news | |||
|
65 | ++++ | |||
|
66 | ||||
|
67 | - small css updated | |||
|
68 | ||||
|
69 | fixes | |||
|
70 | +++++ | |||
|
71 | ||||
34 | - fixed #53 python2.5 incompatible enumerate calls |
|
72 | - fixed #53 python2.5 incompatible enumerate calls | |
35 | - fixed #52 disable mercurial extension for web |
|
73 | - fixed #52 disable mercurial extension for web | |
36 | - fixed #51 deleting repositories don't delete it's dependent objects |
|
74 | - fixed #51 deleting repositories don't delete it's dependent objects | |
37 | - small css updated |
|
75 | ||
38 |
|
76 | |||
39 | 1.0.0 (**2010-11-02**) |
|
77 | 1.0.0 (**2010-11-02**) | |
40 | ---------------------- |
|
78 | ---------------------- | |
@@ -67,3 +105,4 b' 1.0.0rc2 (**2010-10-11**)' | |||||
67 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames |
|
105 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames | |
68 | occure. After vcs is fixed it'll be put back again. |
|
106 | occure. After vcs is fixed it'll be put back again. | |
69 | - templating/css rewrites, optimized css. |
|
107 | - templating/css rewrites, optimized css. | |
|
108 |
@@ -1,11 +1,13 b'' | |||||
1 | .. _index: |
|
1 | .. _index: | |
2 |
|
2 | |||
|
3 | ================================================= | |||
3 | Welcome to RhodeCode (RhodiumCode) documentation! |
|
4 | Welcome to RhodeCode (RhodiumCode) documentation! | |
4 | ================================================= |
|
5 | ================================================= | |
5 |
|
6 | |||
6 | ``RhodeCode`` (formerly hg-app) is Pylons based Mercurial repository |
|
7 | ``RhodeCode`` (formerly hg-app) is Pylons framework based Mercurial repository | |
7 |
browser/management with build in push/pull server and full text search. |
|
8 | browser/management with build in push/pull server and full text search. | |
8 | similar to github or bitbucket, but it's suppose to run as standalone hosted |
|
9 | It works on http/https, has build in permission/authentication(+ldap) features | |
|
10 | It's similar to github or bitbucket, but it's suppose to run as standalone hosted | |||
9 | application, it's open source and focuses more on restricted access to |
|
11 | application, it's open source and focuses more on restricted access to | |
10 | repositories. It's powered by vcs_ library that we created to handle many |
|
12 | repositories. It's powered by vcs_ library that we created to handle many | |
11 | various version control systems. |
|
13 | various version control systems. | |
@@ -97,7 +99,9 b' License' | |||||
97 | Mailing group Q&A |
|
99 | Mailing group Q&A | |
98 | ----------------- |
|
100 | ----------------- | |
99 |
|
101 | |||
100 | http://groups.google.com/group/rhodecode |
|
102 | join the `Google group <http://groups.google.com/group/rhodecode>`_ | |
|
103 | ||||
|
104 | open an issue at `issue tracker <http://bitbucket.org/marcinkuzminski/rhodecode/issues>`_ | |||
101 |
|
105 | |||
102 |
|
106 | |||
103 | Documentation |
|
107 | Documentation |
@@ -19,6 +19,11 b' message broker together with the applica' | |||||
19 | Requirements for Celery |
|
19 | Requirements for Celery | |
20 | ----------------------- |
|
20 | ----------------------- | |
21 |
|
21 | |||
|
22 | .. note:: | |||
|
23 | Installing message broker and using celery is optional, RhodeCode will | |||
|
24 | work without them perfectly fine. | |||
|
25 | ||||
|
26 | ||||
22 | **Message Broker** |
|
27 | **Message Broker** | |
23 |
|
28 | |||
24 | - preferred is `RabbitMq <http://www.rabbitmq.com/>`_ |
|
29 | - preferred is `RabbitMq <http://www.rabbitmq.com/>`_ |
General Comments 0
You need to be logged in to leave comments.
Login now