Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Oct 26, 2014, 6:01:55 PM (9 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 12 | 12 | == Global Configuration == |
| 13 | 13 | |
| 14 | | In versions prior to 0.11, the global configuration was by default located in `$prefix/share/trac/conf/trac.ini` or /etc/trac/trac.ini, depending on the distribution. If you're upgrading, you may want to specify that file to inherit from. Literally, when you're upgrading to 0.11, you have to add an `[inherit]` section to your project's `trac.ini` file. Additionally, you have to move your customized templates and common images from `$prefix/share/trac/...` to the new location. |
| | 14 | In versions prior to 0.11, the global configuration was by default located in `$prefix/share/trac/conf/trac.ini` or `/etc/trac/trac.ini`, depending on the distribution. If you're upgrading, you may want to specify that file to inherit from. Literally, when you're upgrading to 0.11, you have to add an `[inherit]` section to your project's `trac.ini` file. Additionally, you have to move your customized templates and common images from `$prefix/share/trac/...` to the new location. |
| 15 | 15 | |
| 16 | 16 | Global options will be merged with the environment-specific options, where local options override global options. The options file is specified as follows: |
| … |
… |
|
| 31 | 31 | This is a brief reference of available configuration options, and their default settings. |
| 32 | 32 | |
| | 33 | ''Note that the [hg], [spam-filter], [translatedpages], [vote], [wikiextras] and [wikiextras-symbols] sections below are added by plugins enabled on this Trac, and therefore won't be part of a default installation.'' |
| | 34 | |
| | 35 | {{{ |
| | 36 | #!comment |
| | 37 | Suggest your documentation fixes in the Discussion section at |
| | 38 | the bottom of the page, or better send us patches against |
| | 39 | the corresponding docstrings you'll find in the code! |
| | 40 | |
| | 41 | Please don't waste your time by editing the HTML code below, changes won't be picked up. |
| | 42 | }}} |
| 33 | 43 | [[TracIni]] |
| | 44 | |
| | 45 | == Discussion == |
| | 46 | ''Please discuss documentation changes here. Even better, send us documentation patches against the code, either on Trac-dev or on new tickets.'' |
| | 47 | |
| 34 | 48 | |
| 35 | 49 | ---- |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!