tracks/tracks/app/controllers
2007-09-15 21:33:36 +00:00
..
application.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
backend_controller.rb Rename the word field in the User model to token throughout the application and in the database. It fits better semantically with the way the field is used. 2007-07-17 03:50:13 +00:00
contexts_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
data_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
feedlist_controller.rb And here's the copy step. 2007-03-30 04:36:52 +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 Apply James Kebinger's patch to reduce the size of the projects listing HTML. Thanks, James. Closes #509 2007-08-14 06:57:27 +00:00
stats_controller.rb Apply lrbalt's patch to cleanup a couple of stats issues. Fixes #558 and #559. Thanks Rob and lrbalt! 2007-09-15 21:33:36 +00:00
todos_controller.rb Fixed #523 (updating context in tickler does not move todo on screen) 2007-09-10 04:17:01 +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