|
| 1 | +== 2013-03-15 v0.9.37 |
| 2 | + |
| 3 | +* Speed improvements on the backlog page |
| 4 | +* Speed improvements on issues details page |
| 5 | +* Auto-updater fixed for 'jumping stories' and sharing |
| 6 | +* All translations updated |
| 7 | + |
| 8 | +* More details: |
| 9 | +* use cached burndown data for statistics calculation. helps "very slow loading of stories." |
| 10 | +* fix rb_application_controller not_configure render path error bpct/fix_not_configure |
| 11 | +* fix tooltip url for sub-uri setups |
| 12 | +* Update README.md |
| 13 | +* fix typo in locale |
| 14 | +* Updated simplified chinese locale |
| 15 | +* fixed "misleading error messages when adding/dropping story to locked sprint" |
| 16 | +* Config option for scrum statistics menu entry, fixes "Scrum Stats" menu entry on wrong position" |
| 17 | +* user feedback if no closed sprints to show |
| 18 | +* Speed improvements on loading backlogs page: |
| 19 | +** remove tooltip from sprint title, it is not useful. |
| 20 | +** render model_errors only if there are errors |
| 21 | +** Load closed sprints on request using ajax |
| 22 | +** load tooltips via ajax, speeding up backlog loading. "Very slow loading of Backlogs page" |
| 23 | +** do not render higher_item_id on backlog std load |
| 24 | +** make rank use scoped list_with_gaps_scope_condition |
| 25 | +** refactor: remove some master backlog calculation loops and do not request closed sprint data if not enabled |
| 26 | +** tests |
| 27 | +* Auto updater fixed: |
| 28 | +** Merge pull request "Bug/842 boardupdater4 - fix auto-refresh by scoping list_with_gaps higher/lower_item" from backlogs/bug/842-boardupdater4 |
| 29 | +** list_with_gaps method rename: lower/higher_item are scoped, the unscoped ones are private |
| 30 | +** shared last_update on master bl page |
| 31 | +** scope taskboard updater to sprint |
| 32 | +** updater checks for correct scope |
| 33 | +** workaround effect of a ui race with auto-updater |
| 34 | +** tests |
| 35 | + |
1 | 36 | == 2013-02-22 v0.9.36
|
2 | 37 |
|
3 | 38 | * Major features/changes:
|
|
0 commit comments