tracks/app/views
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
..
contexts move nifty js calls to respective pages to reduce js execution a bit (on every page) 2008-09-05 18:01:22 +02:00
data clean up export controller a bit. also some cleanups in the view 2008-09-05 17:53:18 +02:00
feedlist fix page to handle empty database without errors. Fixes #757 2008-08-25 16:43:43 +02:00
integrations fixes #785 2008-10-21 09:11:21 +02:00
layouts add calendar to menu and implement ical 2008-10-03 22:44:58 +02:00
login Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
notes Spec and fix bug #776 by using auto_link instead of my dumb regex 2008-10-03 10:19:41 -04:00
preferences Tweak preference name a bit and add documentation to Integrations controller 2008-10-03 00:35:03 -04:00
projects html fixes and sort by number of todos logic 2008-10-28 16:40:28 -02:00
recurring_todos 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
search Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
shared fix #755. Restores accesskey for toggling new todo form 2008-08-18 20:26:28 +02:00
sidebar Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
stats add a break after the last context chart to put the top 5 contexts lists on the next line 2008-07-25 20:56:48 +02:00
todos several fixes to recurring todos and adds some named_scopes 2008-11-28 16:39:50 +01:00
users Changed UsersController#index to use will_paginate plugin instead of classic_pagination 2008-07-14 13:10:55 -04:00