#9351 closed enhancement (fixed)
[PATCH] TracIni page should list default values
| Reported by: | Owned by: | Mikael Relbe | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | general | Version: | 0.11.7 |
| Severity: | normal | Keywords: | bitesized |
| Cc: | lists@… | Branch: | |
| Release Notes: |
TracIni page now shows the default value for each setting. |
||
| API Changes: | |||
| Internal Changes: | |||
Description
http://trac.edgewall.org/wiki/TracIni as well as http://trac.edgewall.org/about page doesn't list default values (unfortunately). The only way to get these values is to look at source code.
Attachments (2)
Change History (11)
comment:1 by , 16 years ago
| Keywords: | bitesized added |
|---|---|
| Milestone: | → unscheduled |
comment:2 by , 15 years ago
| Cc: | added |
|---|
comment:3 by , 15 years ago
| Milestone: | unscheduled → 0.13 |
|---|---|
| Owner: | set to |
| Summary: | TracIni page should list default values → [PATCH] TracIni page should list default values |
A third column is added in the output from [[TracIni]] macro, containing the default value. The text "(no default)" is presented in case no default values is set.
Spaces were inserted to the in-built list options in Trac to restrict the width of the new column for these at least.
[trac] mainnav = wiki,timeline,roadmap,...
is changed to
[trac] mainnav = wiki, timeline, roadmap, ...
by , 15 years ago
| Attachment: | t9351_tracini-default-values-10198.patch added |
|---|
follow-up: 5 comment:4 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Fine for me (accepting so that I remember it's ready to commit).
I'd prefer to have 85% for div.tracini td.nodefault as I find 80% a bit too small, but that's largely cosmetic and perhaps browser dependent even.
comment:5 by , 15 years ago
Replying to cboos:
I'd prefer to have 85% for
div.tracini td.nodefault
That's perfectly fine with me. (80% was an influence by div.trac-modifiedby)
comment:6 by , 15 years ago
Oh, just discovered yet a couple of default values that needed comma-space separations… Replacing the patch with a new one.
by , 15 years ago
| Attachment: | t9351_tracini-default-values-10198.2.patch added |
|---|
Replaces former patch
comment:7 by , 15 years ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
comment:8 by , 15 years ago
| Owner: | changed from to |
|---|



Good idea.