Christopher Johnson (WMDE) has uploaded a new change for review. https://gerrit.wikimedia.org/r/205589
Change subject: Updates README and RELEASE_NOTES ...................................................................... Updates README and RELEASE_NOTES Change-Id: I0eaa6ec62dda8af7515fff4736eaa0563fd0b759 --- M README.md M RELEASE_NOTES.md 2 files changed, 12 insertions(+), 6 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/phabricator/extensions/Sprint refs/changes/89/205589/1 diff --git a/README.md b/README.md index 244b04b..7c2ef34 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ 2. run git clone https://github.com/wikimedia/phabricator-extensions-Sprint.git /srv/phab/libext/Sprint 3. from the /srv/phab/phabricator/bin directory - run ./config set load-libraries '{"sprint":"/srv/phab/libext/Sprint/src"}' +4. create a symlink to link static files from the Sprint extension in the phabricator /webroot/rsrc directory: +- ln -s /srv/phab/libext/Sprint/rsrc/webroot-static /srv/phab/phabricator/webroot/rsrc/libext **BUGS** diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 14b2a16..9e87a47 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ Release Notes ================== -Phabricator Sprint Extension 0.7.2.0 -2015-02-12 +Phabricator Sprint Extension release/2015-04-22 +2015-04-22 ####Description - The burndown chart now gets its data from the board. The board columns define the sprint task status. @@ -38,6 +38,8 @@ - the task table, the events table and the Sprint Burndown List table are now equipped with pagination, search filtering and column ordering. +- Exporting of table data to CSV is enabled. + - the default Maniphest Burn Up report has been improved for Sprint. It can be accessed from the Sprint application page side bar. @@ -48,6 +50,8 @@ - T88727 Remove Sprint Burndown Chart Dependency on Maniphest Task Status - T85455 show avatar of assigned to field on cards displayed in workboard - T86947 Improve sprint extension's burndown exception error page with name and link +- T89275 Implement serialization for Sprint Data +- T95079 Add conduit methods for Sprint Creation ####Bug Fixes - T78585 Accessing sprint project URLs requires being logged in @@ -68,8 +72,8 @@ - T77602 Closed Tasks added to Sprint and not reopened add points to points remaining - T78263 Subtasks do not appear in Tasks for this Sprint List - T87335 Can't run storage upgrade if using sprint extension - -####Future -- Serialization of Sprint Data for export -- interface for user-defined column to status mapping +- T90661 Sprint extension may be causing weirdness with task views (open vs. all) +- T91213 BurnUp Chart does not load on phabricator.wikimedia.org (unfiltered data stream to the D3 JS too large) +- T89876 Long task names do not wrap in DataTable column for Task table +- T91042 The icons for Sprint Board and Burndown view don't display an active blue on gray state -- To view, visit https://gerrit.wikimedia.org/r/205589 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0eaa6ec62dda8af7515fff4736eaa0563fd0b759 Gerrit-PatchSet: 1 Gerrit-Project: phabricator/extensions/Sprint Gerrit-Branch: master Gerrit-Owner: Christopher Johnson (WMDE) <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
