tracks/app/controllers
Don Cruse 8ed20b35f2 Fixing bug #1442
This bug was caused when the chart encountered data outside of its
visible range (i.e., the upper bound of the array size). A test was
added that inserts some data from 2 years and 16 months in the past.
The test failed on the old version, throwing exactly the error in bug
report #1442.

The fix is to check whether or not the value is within the array range
before sending the "+=" operator. With this change, the test passes.
2013-07-28 19:00:51 -05:00
..
todos fix failing tests 2013-06-17 10:06:38 +02:00
application_controller.rb Merge branch 'master' into rails4 2013-06-17 09:25:02 +02:00
calendar_controller.rb Rename to_xml_params to todo_xml_params 2013-04-30 22:52:22 -05:00
contexts_controller.rb Merge branch 'master' into rails4 2013-06-17 09:25:02 +02:00
data_controller.rb i18n changes 2013-07-23 13:21:56 -04:00
feedlist_controller.rb remove duplication in feedlist controller 2013-05-11 10:49:38 +02:00
integrations_controller.rb small refactorings 2013-05-05 20:32:32 +02:00
login_controller.rb Pull apart the LoginController#login action 2013-07-23 10:30:50 -05:00
notes_controller.rb move to strong_parameters of rails4. 2013-05-27 12:44:31 +02:00
preferences_controller.rb move to strong_parameters of rails4. 2013-05-27 12:44:31 +02:00
projects_controller.rb Merge branch 'master' into rails4 2013-06-17 09:25:02 +02:00
recurring_todos_controller.rb Merge branch 'master' into rails4 2013-06-21 10:20:36 +02:00
search_controller.rb Simplify SearchController#results 2013-03-12 19:49:19 -05:00
stats_controller.rb Fixing bug #1442 2013-07-28 19:00:51 -05:00
todos_controller.rb Merge branch 'master' into rails4 2013-06-17 09:25:02 +02:00
users_controller.rb move to strong_parameters of rails4. 2013-05-27 12:44:31 +02:00