##// END OF EJS Templates
cleanup code
marcink -
r3777:0b698222 beta
parent child Browse files
Show More
@@ -23,7 +23,7 b' option in your .ini file, and define vie'
23 Following example shows how to enable API access to patch/diff raw file and archive
23 Following example shows how to enable API access to patch/diff raw file and archive
24 in RhodeCode::
24 in RhodeCode::
25
25
26 api_access_controllers_whitelist =
26 api_access_controllers_whitelist =
27 ChangesetController:changeset_patch,
27 ChangesetController:changeset_patch,
28 ChangesetController:changeset_raw,
28 ChangesetController:changeset_raw,
29 FilesController:raw,
29 FilesController:raw,
@@ -125,7 +125,7 b' of server behavior. There are 3 main sec'
125
125
126 General
126 General
127 ~~~~~~~
127 ~~~~~~~
128
128
129 `Use repository extra fields` option allows to set a custom fields for each
129 `Use repository extra fields` option allows to set a custom fields for each
130 repository in the system. Each new field consists of 3 attributes `field key`,
130 repository in the system. Each new field consists of 3 attributes `field key`,
131 `field label`, `field description`. Example usage of such fields would be to
131 `field label`, `field description`. Example usage of such fields would be to
@@ -155,5 +155,3 b' will be turned into colored tags. Curren'
155 [requires => Repo]
155 [requires => Repo]
156 [recommends => Repo]
156 [recommends => Repo]
157 [see => URI]
157 [see => URI]
158
159
General Comments 0
You need to be logged in to leave comments. Login now