backlog 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.6.4 2007-08-07
2
+
3
+ * Improved viewing of active period for group.
4
+
1
5
  == 0.6.3 2007-08-07
2
6
 
3
7
  * Fixed wrong start date in burn down chart
@@ -15,7 +15,7 @@ class PartiesController < ApplicationController
15
15
 
16
16
  def send_burn_down_chart(size)
17
17
  party = Party.find(params[:id])
18
- if period = party.periods.select{|p| true}.first
18
+ if period = party.periods.select{|p| p.active?}.first
19
19
  g = period.burn_down_graph(size)
20
20
  send_data(g.to_blob,
21
21
  :disposition => 'inline',
@@ -45,3 +45,11 @@
45
45
 
46
46
  </div>
47
47
 
48
+ <div id="rfeature">
49
+ <div class="btitle">
50
+ <h4><%=l :active %> <%=l :period %></h4>
51
+ </div>
52
+
53
+ <%=link_to image_tag(url_for(:controller => 'parties', :action => :burn_down_chart_thumbnail, :format => 'png', :id => @group.id)), :controller => 'parties', :action => :burn_down_chart, :format => :png, :id => @group%>
54
+ </div>
55
+
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.3
6
+ version: 0.6.4
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: