#3776 closed enhancement (fixed)
wiki-behaviour of roadmap pages
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Milestone: | 1.3.2 |
Component: | roadmap | Version: | 0.9.6 |
Severity: | normal | Keywords: | tracobject |
Cc: | trac@…, leho@…, Ryan J Ollos | Branch: | |
Release Notes: |
Added autopreviews to all textareas that accept wiki markup. |
||
API Changes: | |||
Internal Changes: |
Description
Hi,
We make extensive use of the Roadmap for tracking of current todos, subprojects and information about the functionality and even time-tracking (that might be another nice feature) but we really dislike the fact that changes to roadmap pages are not visible in the recent activity tab, neither do the roadmap pages have a wiki-like history with rollback functionality.
It would be great if Roadmap pages would behave themselves as normal wiki pages.
Thanks!
Pim Rupert - pim@…
Attachments (0)
Change History (27)
comment:1 by , 18 years ago
Keywords: | tracobject added |
---|---|
Milestone: | → 1.0 |
Owner: | changed from | to
comment:2 by , 18 years ago
As 1.0 is about a 2-year timeframe, I think it would be nice to implement a preview feature for editing milestone info. It would not keep the history of previous editions, nor be a Timeline event provider, but the interface would be more consistent with the existing editable items (wiki page, ticket).
comment:3 by , 18 years ago
… on the other hand, as currently changes are costless and not versioned, Save works like a preview ;)
comment:4 by , 18 years ago
Save does not work like a preview.
We use a lot of milestones in our project, and each milestone page contains a lot of info, which usually means that the page needs to be reworked several times before being valid (escaping camel case syntax, mostly).
When you click on Save, you got the final page: it is not possible to have the edit box and the rendered text:
- Go to the bottom of the page
- Select 'Edit' again, which reloads the page
- Edit the wiki text
- Select 'Save', to render the page content
This is far from being as convenient as a real preview feature that shows both the edit area and the rendered page. The edit workflow is quite different that the one for a wiki page.
comment:5 by , 18 years ago
#4569 also requested the ability to be able to at least preview Milestone description changes.
As soon as the current changes are finalized, I'll start on the GenericTrac proposal with the milestone as the first example.
comment:6 by , 18 years ago
Cc: | added |
---|
comment:8 by , 15 years ago
Cc: | added |
---|
comment:9 by , 15 years ago
#1673 was about a subset of the features implied by this ticket (milestone history).
comment:10 by , 15 years ago
Cc: | added |
---|
comment:12 by , 14 years ago
Milestone: | triaging → next-major-0.1X |
---|---|
Priority: | normal → high |
comment:13 by , 13 years ago
This has led to confusion in a number of software projects where I chose trac as the PM tool. People do not understand why everything in trac is about versioned documents but the description of milestones. It's of particular importance if you keep feature lists in the milestone description that everybody agreed upon, and suddenly find that somebody has changed them.
comment:15 by , 10 years ago
Cc: | added; removed |
---|
comment:16 by , 9 years ago
Owner: | removed |
---|
comment:18 by , 8 years ago
It would be simple enough to add autopreview capability to the Milestone edit and several other views. This would be a progressive enhancement and given the additional work required I don't see it as necessary to have an explicit Preview that reloads the page.
Possible targets for auto preview:
- Report description
- Milestone description
- Admin milestone description
- Admin component description
- Admin version description
- Admin repository description
Is it a good JavaScript pattern to have showOnPreview
return the callback?
comment:19 by , 8 years ago
Milestone: | next-major-releases → 1.3.2 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:20 by , 8 years ago
Release Notes: | modified (diff) |
---|
comment:21 by , 8 years ago
Fixed some issues and added autopreview for all textareas [4a1ba19d/rjollos.git].
comment:22 by , 8 years ago
admin.css
was modifying the wiki autopreview, fixed in [380cb731/rjollos.git]. Rebased branch: log:rjollos.git:t3776_autopreviews.2.
comment:23 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed to trunk in r15844.
comment:24 by , 7 years ago
Described in comment:11:ticket:11649, we need escape inputs using to_json
or to_javascript
. Proposed changes in [d6aa9175d/rjollos.git]. I'll commit to 1.2-stable, as applicable (e.g. wiki_edit.html
).
comment:25 by , 7 years ago
comment:24 changes committed to 1.2-stable in r15941, committed to trunk in r15942.
comment:26 by , 7 years ago
I think we should backport r15941 to 1.0-stable. 1.0-stable has the same issue.
comment:28 by , 5 years ago
Priority: | high → normal |
---|
"Roadmap pages", i.e. Milestone resources, could of course benefit of the same functionality than Wiki pages, but first a more unified data model is needed for that (see TracObjectModelProposal).