tracks/tracks/app/controllers
bsag 5e4f0f9fe8 Improved the security of the new drag and drop features of the projects and contexts lists by checking that the logged in user owns those items.
Also changed references to Form.focus_first which were defined in the removed file prototype-ex.js to Form.focusFirstElement, which is defined in prototype.js. Fixes #133.



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@149 a4c988fc-2ded-0310-b66e-134b36920a42
2005-10-10 21:14:34 +00:00
..
application.rb Merged tracks-mu-import branch changes r113:130 into the trunk 2005-08-08 01:54:05 +00:00
context_controller.rb Improved the security of the new drag and drop features of the projects and contexts lists by checking that the logged in user owns those items. 2005-10-10 21:14:34 +00:00
feed_controller.rb I'm seriously beginning to hate #188, but it really is fixed now. Really. The problem before was that due to a weird conjunction of due dates and creation dates on my sample set, it did actually work for me. now I use the same bit of code to display the actions on the home page and on the txt page, so it really is the same. If anyone opens that ticket again, woe betide them... :-D 2005-10-02 10:35:07 +00:00
login_controller.rb Merged tracks-mu-import branch changes r113:130 into the trunk 2005-08-08 01:54:05 +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 Improved the security of the new drag and drop features of the projects and contexts lists by checking that the logged in user owns those items. 2005-10-10 21:14:34 +00:00
todo_controller.rb I'm seriously beginning to hate #188, but it really is fixed now. Really. The problem before was that due to a weird conjunction of due dates and creation dates on my sample set, it did actually work for me. now I use the same bit of code to display the actions on the home page and on the txt page, so it really is the same. If anyone opens that ticket again, woe betide them... :-D 2005-10-02 10:35:07 +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