tracks/tracks
bsag 1d4c33e21d Tidied up the mobile view.
* Fixed a bug where pages other than the first page in filtered views would generate an error. It turns out to be difficult to paginate the filtered pages without increasing complexity quite a lot, so I'm leaving them unpaginated. By definition, viewing single contexts or projects should involve a much smaller subset than all the active todos.
* Edited actions were getting 'state' set to zero rather than active or completed. Fixed that and made sure that checking the 'done' box completes the action
* Changed some of the names of actions to bring them more in line with the todo_controller (i.e. list -> index, update_action -> update)
* Added functional tests for mobile actions

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@347 a4c988fc-2ded-0310-b66e-134b36920a42
2006-11-17 12:44:27 +00:00
..
app Tidied up the mobile view. 2006-11-17 12:44:27 +00:00
config Tidied up the mobile view. 2006-11-17 12:44:27 +00:00
db Tidied up the mobile view. 2006-11-17 12:44:27 +00:00
doc Add copyright attribution for some http_auth code. The code in question is published under an MIT license. See thread at http://blog.codahale.com/2006/05/11/basic-http-authentication-with-rails-simple_http_auth/ for more info. 2006-06-07 04:11:57 +00:00
lib Refactor acts_as_namepart_finder to a module, as suggested in the review of Tracks on The Rails Way. 2006-11-16 05:33:25 +00:00
log.tmpl Initial import 2005-01-09 11:59:57 +00:00
public My apologies for this large, multi-pronged commit. What's here: 2006-11-05 10:41:59 +00:00
script Freeze to rails 1.1.5. The only change I needed to make for compatibility was to ApplicationController#init_not_done_counts 2006-08-10 03:22:47 +00:00
test Tidied up the mobile view. 2006-11-17 12:44:27 +00:00
vendor * Converted Todo to acts_as_state_machine. It's states are active, deferred, completed, and project_hidden. This replaces the old single inheritance model of Immediate and Deferred. Also renamed todo.completed to todo.completed_at for clarity 2006-11-15 09:05:07 +00:00
CHANGELOG Updated to work with Rails 0.14.1 (1.0 Release candidate) - fixes #145. 2005-10-30 12:21:50 +00:00
installation.html # Added time zone setting to environment.rb.tmpl. It's commented out by default, but if your server is set to a different time zone than the local machine on which you access Tracks, you can set your local time zone here to have all of the dates adjusted. This setting is global for all users, and is an interim measure until I can get per-user time zone settings working. Fixes #238. 2006-04-17 10:27:48 +00:00
Rakefile I don't know quite what went wrong last time, but I discovered that on my set up at least, the version of Rails in the vendor directory was not acting as Rails 1.1. RJS templates didn't work, the 1.1 rake tasks weren't there and it was just really wonky. 2006-03-30 17:57:16 +00:00
README_RAILS Added some new rake tasks to make it easier to update databases from the Tracks 1.03 version to that required for Tracks 1.04. 2006-02-26 16:26:38 +00:00