Reinier Balt
6e97541ab3
make sure toggle_check and deleting of todos, recurring_todos and projects work in the new done views
2011-07-09 17:21:36 +02:00
Reinier Balt
35f947ec57
add done views to projects and recurring todos
2011-07-09 17:21:35 +02:00
Reinier Balt
574aaa024d
fix #1120 and further internationalize recurring todos
2011-03-10 13:09:35 +01:00
Reinier Balt
33f68df154
get destroying of actions working
2011-02-03 18:18:39 +01:00
Reinier Balt
cafa774b4c
refactor application.rb further and migrate recurring todos
...
next: get tests for recurring todos
2011-02-03 18:17:29 +01:00
Marcus Ilgner
fd3f69d927
Changed code to support basic i18n.
...
Added RubyMine configuration and rvm setup to .gitignore.
2010-11-09 16:31:26 +08:00
Eric Allen
0778284afe
Cleaner form clearing for new recurring todos
...
Just replace the entire HTML to make sure it works right
Fixes #1003 , Fixes #1004
2010-03-06 15:42:20 -05:00
Eric Allen
195a58174b
auto-fill of default tags & contexts from project
2009-10-02 18:31:53 -04:00
Eric Allen
0fda4506eb
Pre-populate default tags from project instead of adding them when a todo is created. Fixes #879 .
2009-05-02 17:38:26 -04:00
Reinier Balt
d41c369f09
fix error in last patch
...
seems that our test suite does not test updating recurring todos
2009-02-05 22:41:37 +01:00
Reinier Balt
b8fd942eb4
small cleanups
2009-02-05 21:55:33 +01:00
Reinier Balt
c618d35d3a
first pass at restoring tag functionality
2008-12-22 20:55:32 +01:00
Reinier Balt
9147fb887c
refactor conditional finds to use named_scopes
...
also use updated_at in calendar feed
2008-11-29 15:35:17 +01:00
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
Reinier Balt
8d6267f92f
fix #754 by parsing dates using the format set in the preferences of the user
...
Thanks Claus for reporting this
2008-08-18 17:14:34 +02:00
Reinier Balt
545b4e5c50
add title to recurring todos page and fix for #737
2008-08-01 14:19:37 +02:00
Reinier Balt
6b0a235275
attempt to fix creation of new recurring todo where selector attributes are posted later than other attributes
...
also fixes some issues when editing an existing rec todo wich handling nil values
2008-07-28 14:06:39 +02:00
Reinier Balt
ed4ee1cc3f
fix several issues with recurring todos
...
* fix case where some fields were not saved
* fix several fields that were not filled with the saved value when editing
* hide storage details of recurring_todo by adding public getters and refactoring view to use them in stead of database fields
2008-07-27 22:13:54 +02:00
Reinier Balt
0018a718a8
fix small typo in comment
2008-07-25 20:45:39 +02:00
Reinier Balt
a981595bce
fix error where editing start date or end date for a recurring todo does not show the calendar
2008-07-25 20:39:22 +02:00
Reinier Balt
8bc41e2cb0
add recurring todos to tracks
2008-07-19 20:27:45 +02:00