Edgewall Software

Changes between Version 41 and Version 42 of TracIni


Ignore:
Timestamp:
Sep 25, 2005, 3:09:17 PM (19 years ago)
Author:
Christopher Lenz
Comment:

Cleanup

Legend:

Unmodified
Added
Removed
Modified
  • TracIni

    v41 v42  
    77
    88== [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 ||
     9|| `database`        || [wiki:TracEnvironment#DatabaseConnectionStrings 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`) (''since 0.9'') ||
     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) (''since 0.9'') ||
     15|| `ignore_auth_case` || Whether case should be ignored for login names (true, false) (''since 0.9'') ||
     16|| `templates_dir`   || Path to the !ClearSilver templates ||
    1717
    1818== [project] ==
    19 || name   || Project name ||
    20 || descr  || Short project description ||
    21 || url    || URL to the main project website ||
    22 || icon   || URL to icon file to use as shortcut icon (favicon) ||
    23 || footer || Page footer text (right-aligned) ||
     19|| `name`   || Project name ||
     20|| `descr`  || Short project description ||
     21|| `url`    || URL to the main project website ||
     22|| `icon`   || URL to icon file to use as shortcut icon (favicon) ||
     23|| `footer` || Page footer text (right-aligned) ||
    2424
    2525== [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 ||
     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 ||
    3131
    3232== [logging] ==
    33 || log_type  || Logging facility to use. (none, file, stderr, syslog, winlog) ||
    34 || log_file  || If ''log_type'' is ''file'', this should be a path to the log-file ||
    35 || log_level || Level of verbosity in log (CRITICAL, ERROR, WARN, INFO, DEBUG) ||
     33|| `log_type`  || Logging facility to use. (none, file, stderr, syslog, winlog) ||
     34|| `log_file`  || If ''log_type'' is ''file'', this should be a path to the log-file ||
     35|| `log_level` || Level of verbosity in log (CRITICAL, ERROR, WARN, INFO, DEBUG) ||
    3636See also: TracLogging
    3737
    3838== [attachment] ==
    39 || max_size || Maximum allowed file size for ticket and wiki attachments ||
     39|| `max_size` || Maximum allowed file size for ticket and wiki attachments ||
    4040
    4141== [notification] ==
    42 || smtp_enabled   || Enable SMTP (email) notification (true, false) ||
    43 || smtp_server    || SMTP server to use for email notifications ||
    44 || smtp_user      || (''new in [milestone:0.9 0.9]'') Username for SMTP server ||
    45 || smtp_password  || (''new in [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 || (''new in [milestone:0.9 0.9]'') Always send notifications to the ticketowner ||
     42|| `smtp_enabled`   || Enable SMTP (email) notification (true, false) ||
     43|| `smtp_server`    || SMTP server to use for email notifications ||
     44|| `smtp_user`      || Username for SMTP server (''since 0.9'') ||
     45|| `smtp_password`  || Password for SMTP server (''since 0.9'') ||
     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` || Always send notifications to the ticket owner (''since 0.9'') ||
    5151See also: TracNotification
    5252
    5353== [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 ||
     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 (''since 0.9'') ||
     57|| `tab_width` || Displayed tab width in file preview (''since 0.9'') ||
    5858
    5959== [ticket] ==
    60 || default_version   || Default version for newly created tickets ||
    61 || default_severity  || Default severity for newly created tickets ||
    62 || default_priority  || Default priority for newly created tickets ||
    63 || default_milestone || Default milestone for newly created tickets ||
    64 || default_component || Default component for newly created tickets ||
    65 || restrict_owner    || (''new in [milestone:0.9 0.9]'') Optionally allow the owner field of tickets to use a drop-down menu (<select>) ||
     60|| `default_version`   || Default version for newly created tickets ||
     61|| `default_severity`  || Default severity for newly created tickets ||
     62|| `default_priority`  || Default priority for newly created tickets ||
     63|| `default_milestone` || Default milestone for newly created tickets ||
     64|| `default_component` || Default component for newly created tickets ||
     65|| `restrict_owner`    || Make the owner field of tickets use a drop-down menu (''since 0.9'') ||
    6666
    6767== [ticket-custom] ==
     
    7070
    7171== [timeline] ==
    72 || changeset_show_files || Number of files to show (-1 for unlimited, 0 to disable) ||
    73 || default_daysback || (''new in [milestone:0.9 0.9]'') Default "depth" of the Timeline, in days ||
     72|| `changeset_show_files` || Number of files to show (-1 for unlimited, 0 to disable) ||
     73|| `default_daysback` || Default "depth" of the Timeline, in days (''since 0.9'') ||
    7474
    7575== [browser] ==
    76 (''new in [milestone:0.9 0.9]'')[[BR]]
    77 || hide_properties || List of Subversion properties to hide from the repository browser and changesets ||
     76|| `hide_properties` || List of subversion properties to hide from the repository browser (''since 0.9'') ||
    7877
    7978== [wiki] ==
    80 (''new in [milestone:0.9 0.9]'')[[BR]]
    81 || ignore_missing_pages || enable/disable highlighting CamelCase links to missing pages ||
     79|| `ignore_missing_pages` || enable/disable highlighting CamelCase links to missing pages (''since 0.9'') ||
    8280
    8381== [disabled_components] ==
    84 (''new in [milestone:0.9 0.9]'')[[BR]]
    8582You 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(''since 0.9'')
    8684
    8785----