Modify ↓
Opened 12 years ago
Last modified 5 years ago
#10333 new enhancement
Implement administration panel for backlogs
Reported by: | Ryan J Ollos | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | BacklogPlugin |
Severity: | normal | Keywords: | |
Cc: | Anna Nachesa, Bart Ogryczak | Trac Release: | 0.12 |
Description (last modified by )
Implement an administration panel for managing backlogs.
Attachments (0)
Change History (5)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:3 Changed 12 years ago by
(In [12488]) Fixes #10325, Refs #10331, #10333:
- Added 3-Clause BSD license text.
- jQuery UI 1.8.23 is used in Trac 0.12 and later. jQuery UI 1.6 is used in Trac 0.11.1 through Trac 0.11.7 (Trac 0.11.1 is the minimum version supported by the plugin).
- Renamed
BACKLOGS_VIEW
permission toBACKLOG_VIEW
. - Combined code in
backlog-rw.js
andbacklog-ro.js
tobacklog.js
. - Added skeleton code for an admin panel.
- Added skeleton for unit tests.
comment:4 Changed 11 years ago by
Status: | assigned → new |
---|
comment:5 Changed 5 years ago by
Owner: | Ryan J Ollos deleted |
---|
Note: See
TracTickets for help on using
tickets.
(In [12010]) Refs #10332, #10333: FIX: The ticket custom-field
Backlog
was not being correctly populated in Trac 1.0 (Note: this issue will be irrelevant though once #10333 is implemented).