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