tracks/app/views/todos
Luke Melia 35ae5fc431 Next step in upgrading Tracks to Rails 2.2. Some highlights:
* Ran rake rails:update
* Added old actionwebservice framework
* Updated RSpec and RSpec-Rails
* Removed asset_packager plugin (not compatible, Scott no longer maintaining), and replaced with bundle_fu. See the bundle_fu README for more info.
* Hacks to UJS and ARTS plugins, which are no longer supported. Probably should move off both UJS and RJS.
* Hack to flashobject_helper plugin (upgrade to Rails 2.2-compatible version if/when it comes out.)
* Hack to skinny-spec plugin, for Rails 2.2 compatibility. Should check for official release.
* Hacks to resource_feeder plugin, for Rails 2.2 compatibility. Should check for official release (not likely) or move off it.
* Addressed some deprecation warnings. More to come.
* My mobile mime type hackery is no longer necessary with new Rails features. Yay!
* Updated environment.rb.tmpl with changes

TODO:
* Restore view specs marked pending
* Fix failing integration tests.
* Try selenium tests.
* Investigate OpenID support.
* Address deprecation warnings.
* Consider moving parts of environment.rb to initializers
* Address annoying config.gem warning about highline gem
2008-11-30 00:34:15 -05:00
..
_completed.rhtml fixed error where completed container could not be selected because of naming inconsistency 2008-07-23 23:49:10 +02:00
_deferred.rhtml add title to recurring todos page and fix for #737 2008-08-01 14:19:37 +02:00
_done.rhtml Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
_edit_form.rhtml polish the clear date buttons in edit form 2008-08-26 17:31:34 +02:00
_edit_mobile.rhtml fix #789 by setting tab order for all elements in mobile edit form 2008-11-09 11:15:49 +01:00
_hidden.rhtml add title to recurring todos page and fix for #737 2008-08-01 14:19:37 +02:00
_mobile_actions.rhtml Merge branch 'master' of /Users/jackie/Sites/tracks_svn into svn-tracking 2008-06-15 09:50:05 +01:00
_mobile_todo.rhtml Merge branch 'master' of /Users/jackie/Sites/tracks_svn into svn-tracking 2008-06-15 09:50:05 +01:00
_text_todo.rhtml forgot to add new migration in last commit 2008-08-04 09:16:01 +02:00
_todo.html.erb Only show defer buttons for uncompleted todos. 2008-09-07 06:58:08 -07:00
_toggle_notes.rhtml Spec and fix bug #776 by using auto_link instead of my dumb regex 2008-10-03 10:19:41 -04:00
calendar.html.erb change titles on calendar page to show the name of the month instead of This Month and Next Month 2008-11-27 16:45:47 +01:00
calendar.ics.erb refactor conditional finds to use named_scopes 2008-11-29 15:35:17 +01:00
check_deferred.js.rjs Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
completed.html.erb Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
completed_archive.html.erb Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
create.js.rjs fix for #749 2008-08-18 16:02:13 +02:00
destroy.js.rjs add message when there are no actions in a container and handle state changes 2008-10-04 15:56:22 +02:00
edit.js.rjs Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
error.js.rjs Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
index.html.erb Next step in upgrading Tracks to Rails 2.2. Some highlights: 2008-11-30 00:34:15 -05:00
index.ics.erb Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
index.m.erb Merge branch 'master' of /Users/jackie/Sites/tracks_svn into svn-tracking 2008-06-15 09:50:05 +01:00
index.text.erb Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
list_deferred.html.erb Next step in upgrading Tracks to Rails 2.2. Some highlights: 2008-11-30 00:34:15 -05:00
mobile_list_deferred.rhtml Merge branch 'master' of /Users/jackie/Sites/tracks_svn into svn-tracking 2008-06-15 09:50:05 +01:00
mobile_tag.rhtml Merge branch 'master' of /Users/jackie/Sites/tracks_svn into svn-tracking 2008-06-15 09:50:05 +01:00
new.m.erb fix #789 by setting tab order for all elements in mobile edit form 2008-11-09 11:15:49 +01:00
show.m.erb add accesskey to submit button in mobile view 2008-08-19 22:24:00 +02:00
tag.html.erb Next step in upgrading Tracks to Rails 2.2. Some highlights: 2008-11-30 00:34:15 -05:00
toggle_check.js.rjs several fixes to recurring todos and adds some named_scopes 2008-11-28 16:39:50 +01:00
toggle_star.js.rjs Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
update.js.rjs add message when there are no actions in a container and handle state changes 2008-10-04 15:56:22 +02:00