backlog 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ == 0.5.5 2007-08-06
2
+
3
+ * Fixed bug in link helper that resulted in some GET buttons became POST buttons.
4
+
1
5
  == 0.5.4 2007-08-06
2
6
 
3
7
  * Changed control script restart to completely stop and start the application
@@ -24,7 +24,7 @@ module ApplicationHelper
24
24
  def image_detour_to(image_source, title, url_options, image_options = nil, post = false)
25
25
  image_options ||= {:class => 'image-submit'}
26
26
  image_options.update :alt => title, :title => title
27
- detour_to image_tag(image_source, image_options), url_options, :method => post ? :post : :get
27
+ detour_to image_tag(image_source, image_options), url_options, post ? {:method => :post} : nil
28
28
  end
29
29
 
30
30
  def back_or_link_to(title, options)
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.5.4
6
+ version: 0.5.5
7
7
  date: 2007-08-06 00:00:00 +02:00
8
8
  summary: Application to aid collecting, processing, organizing, reviewing and doing tasks.
9
9
  require_paths: