tracks/tracks/app/controllers
bsag a56b4611c8 Some minor fixes and a change to the login system:
* RSS now has correct link for the context (fixes #144)
* Pass a local variable to the _completed.rhtml partial so that the empty box gets the appropriate '...in this project' or '...in this context' description.
* Added a checkbox 'Stay logged in' to the login page. When checked it prevents the session timing out after one hour of inactivity. You will stay logged in (with that browser) until you manually logout. That's useful for people who are using Tracks on a private machine to which only they have access. Addresses #20.



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@177 a4c988fc-2ded-0310-b66e-134b36920a42
2006-01-14 12:17:39 +00:00
..
application.rb Some minor fixes and a change to the login system: 2006-01-14 12:17:39 +00:00
context_controller.rb Applied Luke Melia's patch to update the todo toggling to use RJS templates (#190). 2006-01-10 06:15:48 +00:00
feed_controller.rb Main changes are to login and session management: 2006-01-08 13:21:24 +00:00
login_controller.rb Some minor fixes and a change to the login system: 2006-01-14 12:17:39 +00:00
note_controller.rb Merged tracks-mu-import branch changes r113:130 into the trunk 2005-08-08 01:54:05 +00:00
project_controller.rb Applied Luke Melia's patch to update the todo toggling to use RJS templates (#190). 2006-01-10 06:15:48 +00:00
todo_controller.rb Applied Luke Melia's patch to update the todo toggling to use RJS templates (#190). 2006-01-10 06:15:48 +00:00
user_controller.rb Changed the shebang lines to <tt>#!/usr/bin/env ruby</tt>. This should work for all *nix based setups (Linux or Mac OS X), but Windows users will probably have to change it. Try this command at the command line, run inside the Tracks directory: 2005-08-28 12:54:47 +00:00