Show More
@@ -0,0 +1,54 b'' | |||
|
1 | .. _general: | |
|
2 | ||
|
3 | General RhodeCode usage | |
|
4 | ======================= | |
|
5 | ||
|
6 | ||
|
7 | Repository deleting | |
|
8 | +++++++++++++++++++ | |
|
9 | ||
|
10 | Currently when admin/owner deletes a repository, RhodeCode does not physically | |
|
11 | delete a repository from filesystem, it renames it in a special way so it's | |
|
12 | not possible to push,clone or access repository. It's worth a notice that, | |
|
13 | even if someone will be given administrative access to RhodeCode and will | |
|
14 | delete a repository You can easy restore such action by restoring `rm__<date>` | |
|
15 | from the repository name, and internal repository storage (.hg/.git) | |
|
16 | ||
|
17 | Follow current branch in file view | |
|
18 | ++++++++++++++++++++++++++++++++++ | |
|
19 | ||
|
20 | In file view when this checkbox is checked the << and >> arrows will jump | |
|
21 | to changesets withing the same branch currently viewing. So for example | |
|
22 | if someone is viewing files at 'beta' branch and marks `follow current branch` | |
|
23 | checkbox the << and >> buttons will only show him revisions for 'beta' branch | |
|
24 | ||
|
25 | ||
|
26 | Compare view from changelog | |
|
27 | +++++++++++++++++++++++++++ | |
|
28 | ||
|
29 | Checkboxes in compare view allow users to view combined compare view. You can | |
|
30 | only show the range between the first and last checkbox (no cherry pick). | |
|
31 | Clicking more than one checkbox will activate a link in top saying | |
|
32 | `Show selected changes <from-rev> -> <to-rev>` clicking this will bring | |
|
33 | compare view | |
|
34 | ||
|
35 | Compare view is also available from the journal on pushes having more than | |
|
36 | one changeset | |
|
37 | ||
|
38 | ||
|
39 | ||
|
40 | Mailing | |
|
41 | +++++++ | |
|
42 | ||
|
43 | When administrator will fill up the mailing settings in .ini files | |
|
44 | RhodeCode will send mails on user registration, or when RhodeCode errors occur | |
|
45 | on errors the mails will have a detailed traceback of error. | |
|
46 | ||
|
47 | ||
|
48 | Trending source files | |
|
49 | +++++++++++++++++++++ | |
|
50 | ||
|
51 | Trending source files are calculated based on pre defined dict of known | |
|
52 | types and extensions. If You miss some extension or Would like to scan some | |
|
53 | custom files it's possible to add new types in `LANGUAGES_EXTENSIONS_MAP` dict | |
|
54 | located in `/rhodecode/lib/celerylib/tasks.py` No newline at end of file |
@@ -19,8 +19,9 b' Documentation' | |||
|
19 | 19 | .. toctree:: |
|
20 | 20 | :maxdepth: 1 |
|
21 | 21 | |
|
22 | enable_git | |
|
23 | statistics | |
|
22 | usage/general | |
|
23 | usage/enable_git | |
|
24 | usage/statistics | |
|
24 | 25 | |
|
25 | 26 | **Develop** |
|
26 | 27 |
|
1 | NO CONTENT: file renamed from docs/enable_git.rst to docs/usage/enable_git.rst |
|
1 | NO CONTENT: file renamed from docs/statistics.rst to docs/usage/statistics.rst |
General Comments 0
You need to be logged in to leave comments.
Login now