backlog 0.6.2 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/History.txt +4 -0
  2. data/app/models/period.rb +1 -1
  3. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.6.3 2007-08-07
2
+
3
+ * Fixed wrong start date in burn down chart
4
+
1
5
  == 0.6.2 2007-08-07
2
6
 
3
7
  * Added link to the active period of a party
data/app/models/period.rb CHANGED
@@ -197,7 +197,7 @@ class Period < ActiveRecord::Base
197
197
  g.minimum_value = 0
198
198
 
199
199
  all_dates = dates
200
- labels = {0 => all_dates.first.to_s, all_dates.length-1 => all_dates.last.to_s}
200
+ labels = {1 => all_dates[1].to_s, all_dates.length-1 => all_dates.last.to_s}
201
201
  labels.merge({all_dates.index(Date.today) => Date.today.to_s}) if all_dates.index(Date.today) && (all_dates.index(Date.today) / all_dates.length) > 0.10
202
202
  g.labels = labels
203
203
 
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: backlog
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.6.2
6
+ version: 0.6.3
7
7
  date: 2007-08-07 00:00:00 +02:00
8
8
  summary: Application to aid collecting, processing, organizing, reviewing and doing tasks.
9
9
  require_paths: