#6342 closed enhancement (fixed)
Edit section and all subsections
| Reported by: | rara@… | Owned by: | rjollos |
|---|---|---|---|
| Priority: | normal | Component: | SectionEditPlugin |
| Severity: | normal | Keywords: | |
| Cc: | ivan@… | Trac Release: | 0.11 |
Description
Suppose you have something like this:
== Section == === Subsection1 === some text... === Subsection2 === some text...
Then it would be nice to have something like "edit section and subsections" next to "Section", so you are able to add Subsections to "Section" or shuffle the order of already present subsections.
Attachments (0)
Change History (5)
comment:1 Changed 3 years ago by ivan@…
- Cc ivan@… added
comment:2 Changed 3 years ago by anonymous
- Priority changed from normal to highest
Hi,
yes Im waiting for this feature too. In my opinion it should be sufficient, if the Edit Link will show up the edit pane for this and all sub-sections...
Thank you for implementing...
Using trac 0.11 btw
comment:3 Changed 17 months ago by rjollos
- Owner changed from cbalan to rjollos
- Priority changed from highest to normal
- Status changed from new to assigned
comment:4 follow-up: ↓ 5 Changed 17 months ago by rjollos
- Resolution set to fixed
- Status changed from assigned to closed
(In [11205]) Fixes #6342: (0.2.6) Added a new trac.ini option edit_subsections. When True, all subsections of a section will be displayed for editing. The default is False, preserving the existing behavior.
The 0.12 and 0.11 branches wil be combined in the near future, at which point this feature will be available for 0.11.


This is very usefull feature I'm waitng for and I really hope that this would be done.