##// END OF EJS Templates
docs updates
marcink -
r2020:bedd7336 beta
parent child Browse files
Show More
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
@@ -1,6 +1,9 b''
1 ========================
1 =========
2 RhodeCode documentation!
2 RhodeCode
3 ========================
3 =========
4
5 About
6 -----
4
7
5 ``RhodeCode`` is a fast and powerful management tool for Mercurial_ and GIT_
8 ``RhodeCode`` is a fast and powerful management tool for Mercurial_ and GIT_
6 with a built in push/pull server and full text search and code-review.
9 with a built in push/pull server and full text search and code-review.
@@ -17,6 +20,21 b' handle multiple different version contro'
17
20
18 RhodeCode uses `Semantic Versioning <http://semver.org/>`_
21 RhodeCode uses `Semantic Versioning <http://semver.org/>`_
19
22
23 Installation
24 ------------
25 Stable releases of RhodeCode are best installed via::
26
27 easy_install rhodecode
28
29 Or::
30
31 pip install rhodecode
32
33 Detailed instructions and links may be found on the Installation page.
34
35 Please visit http://packages.python.org/RhodeCode/installation.html for
36 more details
37
20 RhodeCode demo
38 RhodeCode demo
21 --------------
39 --------------
22
40
@@ -45,11 +63,6 b' Sources at github_'
45
63
46 https://github.com/marcinkuzminski/rhodecode
64 https://github.com/marcinkuzminski/rhodecode
47
65
48 Installation
49 ------------
50
51 Please visit http://packages.python.org/RhodeCode/installation.html
52
53
66
54 RhodeCode Features
67 RhodeCode Features
55 ------------------
68 ------------------
@@ -91,9 +104,6 b' RhodeCode Features'
91 location
104 location
92 - Based on pylons / sqlalchemy / sqlite / whoosh / vcs
105 - Based on pylons / sqlalchemy / sqlite / whoosh / vcs
93
106
94
95 .. include:: ./docs/screenshots.rst
96
97
107
98 Incoming / Plans
108 Incoming / Plans
99 ----------------
109 ----------------
@@ -113,21 +123,35 b' License'
113 ``RhodeCode`` is released under the GPLv3 license.
123 ``RhodeCode`` is released under the GPLv3 license.
114
124
115
125
116 Mailing group Q&A
126 Getting help
117 -----------------
127 ------------
118
128
119 Join the `Google group <http://groups.google.com/group/rhodecode>`_
129 Listed bellow are various support resources that should help.
120
130
121 Open an issue at `issue tracker <http://bitbucket.org/marcinkuzminski/rhodecode/issues>`_
131 .. note::
132
133 Please try to read the documentation before posting any issues
134
135 - Join the `Google group <http://groups.google.com/group/rhodecode>`_ and ask
136 any questions.
122
137
123 Join #rhodecode on FreeNode (irc.freenode.net)
138 - Open an issue at `issue tracker <http://bitbucket.org/marcinkuzminski/rhodecode/issues>`_
124 or use http://webchat.freenode.net/?channels=rhodecode for web access to irc.
139
140
141 - Join #rhodecode on FreeNode (irc.freenode.net)
142 or use http://webchat.freenode.net/?channels=rhodecode for web access to irc.
143
144 - You can also follow me on twitter @marcinkuzminski where i often post some
145 news about RhodeCode
146
125
147
126 Online documentation
148 Online documentation
127 --------------------
149 --------------------
128
150
129 Online documentation for the current version of RhodeCode is available at
151 Online documentation for the current version of RhodeCode is available at
130 http://packages.python.org/RhodeCode/.
152 - http://packages.python.org/RhodeCode/
153 - http://rhodecode.readthedocs.org/en/latest/index.html
154
131 You may also build the documentation for yourself - go into ``docs/`` and run::
155 You may also build the documentation for yourself - go into ``docs/`` and run::
132
156
133 make html
157 make html
@@ -5,13 +5,13 b' Changelog'
5
5
6
6
7 1.3.0 (**XXXX-XX-XX**)
7 1.3.0 (**XXXX-XX-XX**)
8 ======================
8 ----------------------
9
9
10 :status: in-progress
10 :status: in-progress
11 :branch: beta
11 :branch: beta
12
12
13 news
13 news
14 ----
14 ++++
15
15
16 - code review, inspired by github code-comments
16 - code review, inspired by github code-comments
17 - #215 rst and markdown README files support
17 - #215 rst and markdown README files support
@@ -45,7 +45,7 b' news'
45
45
46
46
47 fixes
47 fixes
48 -----
48 +++++
49
49
50 - rewrote dbsession management for atomic operations, and better error handling
50 - rewrote dbsession management for atomic operations, and better error handling
51 - fixed sorting of repo tables
51 - fixed sorting of repo tables
@@ -64,13 +64,13 b' fixes'
64 - #355 RhodeCode doesn't store encrypted LDAP passwords
64 - #355 RhodeCode doesn't store encrypted LDAP passwords
65
65
66 1.2.5 (**2012-01-28**)
66 1.2.5 (**2012-01-28**)
67 ======================
67 ----------------------
68
68
69 news
69 news
70 ----
70 ++++
71
71
72 fixes
72 fixes
73 -----
73 +++++
74
74
75 - #340 Celery complains about MySQL server gone away, added session cleanup
75 - #340 Celery complains about MySQL server gone away, added session cleanup
76 for celery tasks
76 for celery tasks
@@ -83,10 +83,10 b' fixes'
83 forking on windows impossible
83 forking on windows impossible
84
84
85 1.2.4 (**2012-01-19**)
85 1.2.4 (**2012-01-19**)
86 ======================
86 ----------------------
87
87
88 news
88 news
89 ----
89 ++++
90
90
91 - RhodeCode is bundled with mercurial series 2.0.X by default, with
91 - RhodeCode is bundled with mercurial series 2.0.X by default, with
92 full support to largefiles extension. Enabled by default in new installations
92 full support to largefiles extension. Enabled by default in new installations
@@ -94,7 +94,7 b' news'
94 - added requires.txt file with requirements
94 - added requires.txt file with requirements
95
95
96 fixes
96 fixes
97 -----
97 +++++
98
98
99 - fixes db session issues with celery when emailing admins
99 - fixes db session issues with celery when emailing admins
100 - #331 RhodeCode mangles repository names if the a repository group
100 - #331 RhodeCode mangles repository names if the a repository group
@@ -111,10 +111,10 b' fixes'
111 - #316 fixes issues with web description in hgrc files
111 - #316 fixes issues with web description in hgrc files
112
112
113 1.2.3 (**2011-11-02**)
113 1.2.3 (**2011-11-02**)
114 ======================
114 ----------------------
115
115
116 news
116 news
117 ----
117 ++++
118
118
119 - added option to manage repos group for non admin users
119 - added option to manage repos group for non admin users
120 - added following API methods for get_users, create_user, get_users_groups,
120 - added following API methods for get_users, create_user, get_users_groups,
@@ -126,7 +126,7 b' news'
126 administrator users, and global config email.
126 administrator users, and global config email.
127
127
128 fixes
128 fixes
129 -----
129 +++++
130
130
131 - added option for passing auth method for smtp mailer
131 - added option for passing auth method for smtp mailer
132 - #276 issue with adding a single user with id>10 to usergroups
132 - #276 issue with adding a single user with id>10 to usergroups
@@ -134,15 +134,15 b' fixes'
134 - #288 fixes managing of repos in a group for non admin user
134 - #288 fixes managing of repos in a group for non admin user
135
135
136 1.2.2 (**2011-10-17**)
136 1.2.2 (**2011-10-17**)
137 ======================
137 ----------------------
138
138
139 news
139 news
140 ----
140 ++++
141
141
142 - #226 repo groups are available by path instead of numerical id
142 - #226 repo groups are available by path instead of numerical id
143
143
144 fixes
144 fixes
145 -----
145 +++++
146
146
147 - #259 Groups with the same name but with different parent group
147 - #259 Groups with the same name but with different parent group
148 - #260 Put repo in group, then move group to another group -> repo becomes unavailable
148 - #260 Put repo in group, then move group to another group -> repo becomes unavailable
@@ -157,24 +157,24 b' fixes'
157 - fixes #219 forking problems on windows
157 - fixes #219 forking problems on windows
158
158
159 1.2.1 (**2011-10-08**)
159 1.2.1 (**2011-10-08**)
160 ======================
160 ----------------------
161
161
162 news
162 news
163 ----
163 ++++
164
164
165
165
166 fixes
166 fixes
167 -----
167 +++++
168
168
169 - fixed problems with basic auth and push problems
169 - fixed problems with basic auth and push problems
170 - gui fixes
170 - gui fixes
171 - fixed logger
171 - fixed logger
172
172
173 1.2.0 (**2011-10-07**)
173 1.2.0 (**2011-10-07**)
174 ======================
174 ----------------------
175
175
176 news
176 news
177 ----
177 ++++
178
178
179 - implemented #47 repository groups
179 - implemented #47 repository groups
180 - implemented #89 Can setup google analytics code from settings menu
180 - implemented #89 Can setup google analytics code from settings menu
@@ -214,7 +214,7 b' news'
214 - Implemented advanced hook management
214 - Implemented advanced hook management
215
215
216 fixes
216 fixes
217 -----
217 +++++
218
218
219 - fixed file browser bug, when switching into given form revision the url was
219 - fixed file browser bug, when switching into given form revision the url was
220 not changing
220 not changing
@@ -243,15 +243,15 b' fixes'
243 heads exceeds 5)
243 heads exceeds 5)
244
244
245 1.1.8 (**2011-04-12**)
245 1.1.8 (**2011-04-12**)
246 ======================
246 ----------------------
247
247
248 news
248 news
249 ----
249 ++++
250
250
251 - improved windows support
251 - improved windows support
252
252
253 fixes
253 fixes
254 -----
254 +++++
255
255
256 - fixed #140 freeze of python dateutil library, since new version is python2.x
256 - fixed #140 freeze of python dateutil library, since new version is python2.x
257 incompatible
257 incompatible
@@ -274,40 +274,40 b' fixes'
274
274
275
275
276 1.1.7 (**2011-03-23**)
276 1.1.7 (**2011-03-23**)
277 ======================
277 ----------------------
278
278
279 news
279 news
280 ----
280 ++++
281
281
282 fixes
282 fixes
283 -----
283 +++++
284
284
285 - fixed (again) #136 installation support for FreeBSD
285 - fixed (again) #136 installation support for FreeBSD
286
286
287
287
288 1.1.6 (**2011-03-21**)
288 1.1.6 (**2011-03-21**)
289 ======================
289 ----------------------
290
290
291 news
291 news
292 ----
292 ++++
293
293
294 fixes
294 fixes
295 -----
295 +++++
296
296
297 - fixed #136 installation support for FreeBSD
297 - fixed #136 installation support for FreeBSD
298 - RhodeCode will check for python version during installation
298 - RhodeCode will check for python version during installation
299
299
300 1.1.5 (**2011-03-17**)
300 1.1.5 (**2011-03-17**)
301 ======================
301 ----------------------
302
302
303 news
303 news
304 ----
304 ++++
305
305
306 - basic windows support, by exchanging pybcrypt into sha256 for windows only
306 - basic windows support, by exchanging pybcrypt into sha256 for windows only
307 highly inspired by idea of mantis406
307 highly inspired by idea of mantis406
308
308
309 fixes
309 fixes
310 -----
310 +++++
311
311
312 - fixed sorting by author in main page
312 - fixed sorting by author in main page
313 - fixed crashes with diffs on binary files
313 - fixed crashes with diffs on binary files
@@ -319,13 +319,13 b' fixes'
319 - cleaned out docs, big thanks to Jason Harris
319 - cleaned out docs, big thanks to Jason Harris
320
320
321 1.1.4 (**2011-02-19**)
321 1.1.4 (**2011-02-19**)
322 ======================
322 ----------------------
323
323
324 news
324 news
325 ----
325 ++++
326
326
327 fixes
327 fixes
328 -----
328 +++++
329
329
330 - fixed formencode import problem on settings page, that caused server crash
330 - fixed formencode import problem on settings page, that caused server crash
331 when that page was accessed as first after server start
331 when that page was accessed as first after server start
@@ -333,17 +333,17 b' fixes'
333 - fixed option to access repository just by entering http://server/<repo_name>
333 - fixed option to access repository just by entering http://server/<repo_name>
334
334
335 1.1.3 (**2011-02-16**)
335 1.1.3 (**2011-02-16**)
336 ======================
336 ----------------------
337
337
338 news
338 news
339 ----
339 ++++
340
340
341 - implemented #102 allowing the '.' character in username
341 - implemented #102 allowing the '.' character in username
342 - added option to access repository just by entering http://server/<repo_name>
342 - added option to access repository just by entering http://server/<repo_name>
343 - celery task ignores result for better performance
343 - celery task ignores result for better performance
344
344
345 fixes
345 fixes
346 -----
346 +++++
347
347
348 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
348 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
349 apollo13 and Johan Walles
349 apollo13 and Johan Walles
@@ -359,31 +359,31 b' fixes'
359 - fixed static files paths links to use of url() method
359 - fixed static files paths links to use of url() method
360
360
361 1.1.2 (**2011-01-12**)
361 1.1.2 (**2011-01-12**)
362 ======================
362 ----------------------
363
363
364 news
364 news
365 ----
365 ++++
366
366
367
367
368 fixes
368 fixes
369 -----
369 +++++
370
370
371 - fixes #98 protection against float division of percentage stats
371 - fixes #98 protection against float division of percentage stats
372 - fixed graph bug
372 - fixed graph bug
373 - forced webhelpers version since it was making troubles during installation
373 - forced webhelpers version since it was making troubles during installation
374
374
375 1.1.1 (**2011-01-06**)
375 1.1.1 (**2011-01-06**)
376 ======================
376 ----------------------
377
377
378 news
378 news
379 ----
379 ++++
380
380
381 - added force https option into ini files for easier https usage (no need to
381 - added force https option into ini files for easier https usage (no need to
382 set server headers with this options)
382 set server headers with this options)
383 - small css updates
383 - small css updates
384
384
385 fixes
385 fixes
386 -----
386 +++++
387
387
388 - fixed #96 redirect loop on files view on repositories without changesets
388 - fixed #96 redirect loop on files view on repositories without changesets
389 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
389 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
@@ -392,10 +392,10 b' fixes'
392 - fixed #92 whoosh indexer is more error proof
392 - fixed #92 whoosh indexer is more error proof
393
393
394 1.1.0 (**2010-12-18**)
394 1.1.0 (**2010-12-18**)
395 ======================
395 ----------------------
396
396
397 news
397 news
398 ----
398 ++++
399
399
400 - rewrite of internals for vcs >=0.1.10
400 - rewrite of internals for vcs >=0.1.10
401 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
401 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
@@ -420,7 +420,7 b' news'
420 - other than sqlite database backends can be used
420 - other than sqlite database backends can be used
421
421
422 fixes
422 fixes
423 -----
423 +++++
424
424
425 - fixes #61 forked repo was showing only after cache expired
425 - fixes #61 forked repo was showing only after cache expired
426 - fixes #76 no confirmation on user deletes
426 - fixes #76 no confirmation on user deletes
@@ -440,16 +440,16 b' fixes'
440
440
441
441
442 1.0.2 (**2010-11-12**)
442 1.0.2 (**2010-11-12**)
443 ======================
443 ----------------------
444
444
445 news
445 news
446 ----
446 ++++
447
447
448 - tested under python2.7
448 - tested under python2.7
449 - bumped sqlalchemy and celery versions
449 - bumped sqlalchemy and celery versions
450
450
451 fixes
451 fixes
452 -----
452 +++++
453
453
454 - fixed #59 missing graph.js
454 - fixed #59 missing graph.js
455 - fixed repo_size crash when repository had broken symlinks
455 - fixed repo_size crash when repository had broken symlinks
@@ -457,15 +457,15 b' fixes'
457
457
458
458
459 1.0.1 (**2010-11-10**)
459 1.0.1 (**2010-11-10**)
460 ======================
460 ----------------------
461
461
462 news
462 news
463 ----
463 ++++
464
464
465 - small css updated
465 - small css updated
466
466
467 fixes
467 fixes
468 -----
468 +++++
469
469
470 - fixed #53 python2.5 incompatible enumerate calls
470 - fixed #53 python2.5 incompatible enumerate calls
471 - fixed #52 disable mercurial extension for web
471 - fixed #52 disable mercurial extension for web
@@ -473,7 +473,7 b' fixes'
473
473
474
474
475 1.0.0 (**2010-11-02**)
475 1.0.0 (**2010-11-02**)
476 ======================
476 ----------------------
477
477
478 - security bugfix simplehg wasn't checking for permissions on commands
478 - security bugfix simplehg wasn't checking for permissions on commands
479 other than pull or push.
479 other than pull or push.
@@ -483,7 +483,7 b' 1.0.0 (**2010-11-02**)'
483 - permissions cached queries
483 - permissions cached queries
484
484
485 1.0.0rc4 (**2010-10-12**)
485 1.0.0rc4 (**2010-10-12**)
486 ==========================
486 --------------------------
487
487
488 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
488 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
489 - removed cache_manager settings from sqlalchemy meta
489 - removed cache_manager settings from sqlalchemy meta
@@ -493,12 +493,12 b' 1.0.0rc4 (**2010-10-12**)'
493
493
494
494
495 1.0.0rc3 (**2010-10-11**)
495 1.0.0rc3 (**2010-10-11**)
496 =========================
496 -------------------------
497
497
498 - fixed i18n during installation.
498 - fixed i18n during installation.
499
499
500 1.0.0rc2 (**2010-10-11**)
500 1.0.0rc2 (**2010-10-11**)
501 =========================
501 -------------------------
502
502
503 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
503 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
504 occure. After vcs is fixed it'll be put back again.
504 occure. After vcs is fixed it'll be put back again.
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now