backlog 0.6.4 → 0.6.5

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.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.6.5 2007-08-07
2
+
3
+ * Fixed authentication error for burn down chart
4
+
1
5
  == 0.6.4 2007-08-07
2
6
 
3
7
  * Improved viewing of active period for group.
@@ -1,4 +1,7 @@
1
1
  class PartiesController < ApplicationController
2
+ skip_before_filter :populate_layout, :only => [:burn_down_chart, :burn_down_chart_thumbnail, :burn_down_chart_large]
3
+ skip_before_filter :authenticate_user, :only => [:burn_down_chart, :burn_down_chart_thumbnail, :burn_down_chart_large]
4
+
2
5
  def burn_down_chart
3
6
  send_burn_down_chart 640
4
7
  end
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.4
6
+ version: 0.6.5
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: