Edit Trac Settings (trac.ini)

Edit Trac Settings (trac.ini)

Allows you to edit the trac.ini file.
Note: To "delete" an option from the trac.ini file, just set it to its default value.

Change Section

Warning: Changing the section discards all unsaved changes.

Add New Section

Warning: Adding a new section discards all unsaved changes.

Name Default Value
Note: This section is essentially empty and won't persist unless a not-default value is specified for at least one option in this section. [${section_name}]
${wiki_to_html(context, descriptions[section_name])}
${access_level == 'modifiable' and _('Modifiable Options') or _('Read-only Options')}
${option_name} (*)
Note: This option represents a password. Therefore the value of this field is intentionally empty. To change the password, simply enter it. To keep the current password keep this field empty.
Note: This option is a custom option. It will be completely deleted if it's set to its default value. To keep it you need to assign a (non-empty) value to it.
${wiki_to_html(context, "**"+_("Description:")+"** " + option.desc)}
Type: list (separated by '${option.option_info.sep}') file system path file system path relative to the Trac env one component implementing '${option.option_info.xtnpt.interface.__name__}' ordered list of components implementing '${option.option_info.xtnpt.interface.__name__}' (comma separated) ${_(option.type)} | Access: ${_(option.access)} | Default value: ${option.default_value and _('<hidden>') or _('<none>')} | Currently stored value: ${option.stored_value and _('<hidden>') or _('<default value>')} | Default value: ${option.default_value or _('<none>')} | Currently stored value: ${(option.stored_value and option.stored_value != option.default_value and (len(unicode(option.stored_value)) < 100 and option.stored_value or (option.stored_value[:100] + '...'))) or _('<default value>')}
Hidden Options
Due to security restrictions there is one option marked as hidden in this section. Due to security restrictions there are ${hidden_options} options marked as hidden in this section.