tracks/app/models
Reinier Balt 4a98ee5669 several fixes to recurring todos and adds some named_scopes
fixes case where unmarking a complete todo which belongs to a recurring pattern results in two todos that both keep on recurring. With this fix a new todo will only be created when there are no active todos left belonging to that recurring pattern

fixes tests that failed because of previous commits

adds some named_scopes, inspired by http://railscasts.com/episodes/108
2008-11-28 16:39:50 +01:00
..
context.rb Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
message_gateway.rb Use Rich Todo API for Message Gateway 2008-09-21 09:40:01 -07:00
note.rb Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
preference.rb Merge branch 'timezones' of git://github.com/epall/tracks into master. 2008-09-21 18:24:12 -07:00
project.rb Overhaul of Time.now stuff because Time.now is unaware of time zones. Need to use Time.zone.now (Time.now.utc works fine when dealing with the database, since it is *always* in UTC) 2008-09-21 18:13:21 -07:00
recurring_todo.rb several fixes to recurring todos and adds some named_scopes 2008-11-28 16:39:50 +01:00
tag.rb add recurring todos to tracks 2008-07-19 20:27:45 +02:00
tagging.rb Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
todo.rb several fixes to recurring todos and adds some named_scopes 2008-11-28 16:39:50 +01:00
user.rb update query for Postgresql 2008-10-28 22:39:50 +01:00