Skip to content

Commit 17e0c79

Browse files
v0.9.37
1 parent 1b80478 commit 17e0c79

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
language: ruby
3-
release: 0.9.36
3+
release: 0.9.37
44
services:
55
- mysql
66
- postgresql

CHANGELOG.rdoc

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
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+
136
== 2013-02-22 v0.9.36
237

338
* Major features/changes:

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
name 'Redmine Backlogs'
4949
author "friflaj,Mark Maglana,John Yani,mikoto20000,Frank Blendinger,Bo Hansen,stevel,Patrick Atamaniuk"
5050
description 'A plugin for agile teams'
51-
version 'v0.9.36'
51+
version 'v0.9.37'
5252

5353
settings :default => {
5454
:story_trackers => nil,

0 commit comments

Comments
 (0)