tracks/tracks/vendor/plugins
lukemelia c51587e422 * 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
* Consolidated toggle_check handling to todo_controller and rjs  
* Introduced user preference to show/hide hidden projects section in sidebar
* Fixed a bug in parse_date_per_user_prefs that was causing due dates to be set in the todo model as Times and not Dates
* Upgraded ARTS plugin
* This changeset includes migrations, so remember to db:migrate.
* Lots of code changes here, so bug reports will be gratefully accepted!



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@343 a4c988fc-2ded-0310-b66e-134b36920a42
2006-11-15 09:05:07 +00:00
..
acts_as_state_machine Converted "done" property of a project into a status with states of 'active', 'hidden' & 'completed'. Fixes #389. 2006-10-10 07:17:54 +00:00
arts * 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
chronic Started adding support for the Chronic library, to provide natural language date selections. You can now type phrases such as "tomorrow", "nov 10", "1 week hence", "10 days hence" and so on into the date box and these will be parsed into a valid date. I haven't managed to get proper validation working yet, but you'll get a live preview of the parsed date just below the input box. 2006-10-25 15:35:08 +00:00
memory_test_fix Rename new_context and new_project actions to create to fit into the CRUD model, add tests for these methods, too. 2006-09-16 06:50:22 +00:00
openid_consumer_plugin My apologies for this large, multi-pronged commit. What's here: 2006-11-05 10:41:59 +00:00
simple_ldap_authenticator My apologies for this large, multi-pronged commit. What's here: 2006-11-05 10:41:59 +00:00