${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>')}
|