Changes between Version 1 and Version 2 of TracIni


Ignore:
Timestamp:
09/16/05 00:03:52 (20 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracIni

    v1 v2  
    55
    66This is a brief reference of available configuration options.
     7
     8== [trac] ==
     9|| database        || Database connection string for this project ||
     10|| default_charset || Charset used in text files in the subversion repository (default is `iso-8859-15`) ||
     11|| default_handler || Name of the component that handles requests to the base URL (default is `WikiHandler`) ||
     12|| repository_dir  || Path to local Subversion repository ||
     13|| authz_file      || Path to Subversion [http://svnbook.red-bean.com/en/1.1/ch06s04.html#svn-ch-6-sect-4.4.2 authorization (authz) file]. ||
     14|| check_auth_ip || Whether the IP address of the user should be checked for authentication (true, false) ||
     15|| ignore_auth_case || Whether case should be ignored for login names (true, false) ||
     16|| templates_dir   || Path to the !ClearSilver templates ||
    717
    818== [project] ==
     
    1323|| footer || Page footer text (right-aligned) ||
    1424
    15 == [trac] ==
    16 || repository_dir  || Path to local Subversion repository ||
    17 || htdocs_location || Base URL for static Trac graphics and CSS files ||
    18 || database        || Database to use for this project ||
    19 || templates_dir   || Path of Clearsilver templates ||
    20 || default_charset || Source files uses this charset ||
     25== [header_logo] ==
     26|| src    || URL to image to use as header logo ||
     27|| link   || Destination URL to link to from header logo ||
     28|| alt    || ''alt'' text for header logo ||
     29|| width  || Header logo width in pixels ||
     30|| height || Header logo height in pixels ||
    2131
    2232== [logging] ==
     
    2434|| log_file  || If ''log_type'' is ''file'', this should be a path to the log-file ||
    2535|| log_level || Level of verbosity in log (CRITICAL, ERROR, WARN, INFO, DEBUG) ||
     36See also: TracLogging
    2637
    27 See also: TracLogging
     38== [attachment] ==
     39|| max_size || Maximum allowed file size for ticket and wiki attachments ||
     40
     41== [notification] ==
     42|| smtp_enabled   || Enable SMTP (email) notification (true, false) ||
     43|| smtp_server    || SMTP server to use for email notifications ||
     44|| smtp_user      || (''requires [milestone:0.9 0.9]'') Username for SMTP server ||
     45|| smtp_password  || (''requires [milestone:0.9 0.9]'') Password for SMTP server ||
     46|| smtp_from      || Sender address to use in notification emails ||
     47|| smtp_replyto   || Reply-To address to use in notification emails ||
     48|| smtp_always_cc || Email address(es) to always send notifications to ||
     49|| always_notify_reporter || Always send notifications to any address in the ''reporter'' field ||
     50|| always_notify_owner || (''requires [milestone:0.9 0.9]'') Always send notifications to the ticketowner  ||
     51See also: TracNotification
     52
     53== [mimeviewer] ==
     54|| enscript_path || Path to the Enscript program ||
     55|| php_path || Path to the PHP program ||
     56|| max_preview_size || Maximum file size for HTML preview ||
     57|| tab_width || Displayed tab width in file preview ||
    2858
    2959== [ticket] ==
     
    3363|| default_milestone || Default milestone for newly created tickets ||
    3464|| default_component || Default component for newly created tickets ||
     65|| restrict_owner    || Optionally allow the owner field of tickets to use a drop-down menu (<select>) ||
    3566
    36 See also: TracTicketsCustomFields
    37 
    38 == [attachment] ==
    39 || max_size || Maximum allowed file size for ticket and wiki attachments ||
    40 
    41 == [notification] ==
    42 || smtp_enabled   || Enable SMTP (email) notification (true, false) ||
    43 || smtp_server    || SMTP server to use for email notifications ||
    44 || smtp_from      || Sender address to use in notification emails ||
    45 || smtp_replyto   || Reply-To address to use in notification emails ||
    46 || smtp_always_cc || Email address(es) to always send notifications to ||
    47 || always_notify_reporter || Always send notifications to any address in the ''reporter'' field ||
    48 
    49 See also: TracNotification
    50 
    51 == [header_logo] ==
    52 || src    || URL to image to use as header logo ||
    53 || link   || Destination URL to link to from header logo ||
    54 || alt    || ''alt'' text for header logo ||
    55 || width  || Header logo width in pixels ||
    56 || height || Header logo height in pixels ||
    57 
    58 == [mimeviewer] ==
    59 || enscript_path || Path to Enscript program ||
     67== [ticket-custom] ==
     68Creates user-defined ticket fields.
     69See TracTicketsCustomFields.
    6070
    6171== [timeline] ==
    6272|| changeset_show_files || Number of files to show (-1 for unlimited, 0 to disable) ||
     73|| default_daysback || (''requires [milestone:0.9 0.9]'') Default "depth" of the Timeline, in days ||
    6374
    64 == [diff] ==
    65 || tab_width || Displayed tab width in changeset diffs ||
     75== [browser] ==
     76|| hide_properties || List of Subversion properties to hide from the repository browser and changesets ||
    6677
    67 [[BR]]
     78== [wiki] ==
     79|| ignore_missing_pages || enable/disable highlighting CamelCase links to missing pages ||
     80
     81== [disabled_components] ==
     82You can disable any Trac component by listing its name in this section and assigning a truth value (e.g. ''yes''). See the ''Plugins'' page on ''About Trac'' to get the list of active components.
     83
    6884----
    69 See also: TracGuide, TracAdmin
     85See also: TracGuide, TracAdmin, TracEnvironment