Modify ↓
#9931 closed enhancement (fixed)
[PATCH] Raise error when config option can't be found using trac-admin
Reported by: | Thijs Triemstra | Owned by: | Thijs Triemstra |
---|---|---|---|
Priority: | normal | Milestone: | 0.12.2 |
Component: | admin/console | Version: | 0.12-stable |
Severity: | minor | Keywords: | patch |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Currently trac-admin
returns an empty string for the base_url
option on a new trac installation. Example:
trac-admin ../test2/ config get trac base_url
When you specify an option that doesn't exist it will return an empty string as well:
trac-admin ../test2/ config get trac base_ur
The attached patch will raise an error when trying to retrieve an option that doesn't exist, making it easier to debug typo's, verify if a config option exists etc.
Attachments (2)
Change History (7)
by , 14 years ago
Attachment: | config-option-9931.patch added |
---|
comment:1 by , 14 years ago
Result:
trac-admin ../test2/ config get trac base_ur Error: Option 'base_ur' doesn't exist in section 'trac'
by , 14 years ago
Attachment: | config-option-9931-2.patch added |
---|
comment:2 by , 14 years ago
Keywords: | patch added |
---|---|
Summary: | Raise error when config option can't be found using trac-admin → [PATCH] Raise error when config option can't be found using trac-admin |
Added an updated patch that raises the same error when trying to remove a non-existing config option.
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch applied in [10375]. Thanks!
comment:5 by , 14 years ago
Owner: | changed from | to
---|
Note:
See TracTickets
for help on using tickets.
patch against 0.12-stable r10371