tracks/tracks/app/controllers
2007-11-16 14:28:52 +00:00
..
application.rb Refactored TodosController#create method by introducing class to make it easier to work with the creation params. 2007-11-04 23:06:46 +00:00
backend_controller.rb Apply patch from Reinier to be able to specify notes when adding a todo via the XML RPC API. Fixes #385. Thanks, Reinier! 2007-09-26 11:40:14 +00:00
contexts_controller.rb Added totals of contexts and projects as a badge-count in the menu bar as suggested in #597. 2007-11-16 14:28:52 +00:00
data_controller.rb added page title and changes css of table as suggested in #599. Thanks sk! 2007-11-12 08:07:06 +00:00
feedlist_controller.rb And here's the copy step. 2007-03-30 04:36:52 +00:00
integrations_controller.rb Add an Integrations page, with assistance for implementing AppleScripts and cron jobs that integrate with Tracks. 2007-10-14 05:33:00 +00:00
login_controller.rb This changeset adds real "remember me" functionality. The checkbox on the login page "Stay logged in" previously prevented an inactive session from expiring. Now, it also functions to remember that a user is logged in across browser sessions (i.e. a user exits the browser, and reopens it). 2007-07-08 06:41:10 +00:00
notes_controller.rb Introduce current_user and prefs accessors that replace the @user and @prefs variables that were being used in most places. 2007-07-30 05:29:18 +00:00
preferences_controller.rb Introduce current_user and prefs accessors that replace the @user and @prefs variables that were being used in most places. 2007-07-30 05:29:18 +00:00
projects_controller.rb Added totals of contexts and projects as a badge-count in the menu bar as suggested in #597. 2007-11-16 14:28:52 +00:00
stats_controller.rb changed chart for actions in the past 12 months to interpolate the current month. Also updated the open-flahs-chart to the latest version and removed a small error (corner case) in completion_time chart 2007-11-05 12:45:00 +00:00
todos_controller.rb Fixed #581, "Empty tickler screen should display a message", and handled the related ajax implications. 2007-11-05 05:42:43 +00:00
users_controller.rb Create a named route for the preferences page and use it. Rename "crypt_token" to "generate_token". 2007-07-17 04:47:35 +00:00