>
+
>
<%= t('todos.no_actions_found_title')%>
<%= t('todos.no_actions_with', :tag_name=>@tag_name) %>
@@ -29,5 +29,5 @@
<%= render :partial => "shared/add_new_item_form" %>
- <%= render :file => "sidebar/sidebar.html.erb" %>
+ <%= render :file => "sidebar/sidebar" %>
diff --git a/test/views/context_helper_test.rb b/backup.rails2.3/test_views/views/context_helper_test.rb
similarity index 100%
rename from test/views/context_helper_test.rb
rename to backup.rails2.3/test_views/views/context_helper_test.rb
diff --git a/test/views/todos_helper_test.rb b/backup.rails2.3/test_views/views/todos_helper_test.rb
similarity index 100%
rename from test/views/todos_helper_test.rb
rename to backup.rails2.3/test_views/views/todos_helper_test.rb
diff --git a/config/cucumber.yml b/config/cucumber.yml
index 19b288df..645eff4e 100644
--- a/config/cucumber.yml
+++ b/config/cucumber.yml
@@ -4,5 +4,5 @@ rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'pr
std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} --strict --tags ~@wip"
%>
default: <%= std_opts %> features
-wip: --tags @wip:3 --wip features
+wip: --tags @wip:10 --wip features
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip
diff --git a/config/routes.rb b/config/routes.rb
index a12fb3cb..af591143 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -112,9 +112,12 @@ Tracksapp::Application.routes.draw do
post 'check_deferred'
post 'filter_to_context'
post 'filter_to_project'
+ post 'add_predecessor'
end
end
match 'todos/tag/:name' => 'todos#tag', :as => :tag
+ match 'todos/done/tag/:name' => "todos#done_tag", :as => :done_tag
+ match 'todos/all_done/tag/:name' => "todos#all_done_tag", :as => :all_done_tag
resources :recurring_todos do
member do
diff --git a/vendor/assets/stylesheets/superfish.css b/vendor/assets/stylesheets/superfish.css
index a5c2fa5d..ad99e40f 100644
--- a/vendor/assets/stylesheets/superfish.css
+++ b/vendor/assets/stylesheets/superfish.css
@@ -161,7 +161,7 @@ ul.sf-menu li li li.sfHover ul {
height: 10px;
text-indent: -999em;
overflow: hidden;
- background: url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
+ background: url('/assets/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator { /* give all except IE6 the correct values */
top: .8em;
@@ -190,7 +190,7 @@ li.sfHover > a > .sf-sub-indicator {
/*** shadows for all but IE6 ***/
.sf-shadow ul {
- background: url('../images/shadow.png') no-repeat bottom right;
+ background: url('/assets/shadow.png') no-repeat bottom right;
padding: 0 8px 9px 0;
-moz-border-radius-bottomleft: 17px;
-moz-border-radius-topright: 17px;