tracks/tracks/app/controllers
bsag 3da6fe2525 Tried out using a modal 'lightbox' style dialog for the new next action form on the home page (I'm using the scripts written by Bruno of [http://blog.feedmarker.com/2006/02/12/how-to-make-better-modal-windows-with-lightbox/ Feedmarker]).
Instead of opening up a form on the main page, clicking the 'Add new action' link (or hitting Alt/Ctrl N) opens up an overlay window, with a semi-transparent window underneath. You can add as many actions as you like by filling in the forms and hitting submit, then when you're done, click the close box or the shaded overlay area to dismiss the window.

It works very well on Safari, but for some reason, on my copy of Firefox, the cursor is invisible.

My plan is to also allow deferred actions to be added using this form, and eventually set up editing of existing actions to use the same format.



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@250 a4c988fc-2ded-0310-b66e-134b36920a42
2006-05-29 11:02:28 +00:00
..
application.rb Set the default charset to UTF-8 by default (if it hasn't been previously set). This is supposed to fix problems with UTF-8 on Firefox. 2006-05-13 15:02:59 +00:00
backend_controller.rb Add two new API methods: ListContexts and ListProjects. See http://0.0.0.0:3000/backend/invoke to experiment. 2006-05-04 05:38:47 +00:00
context_controller.rb Changed all instances of @response, @request, @session etc. to the new forms or response, request, session etc. 2006-05-13 13:32:39 +00:00
feed_controller.rb My overzealous find-and-replace of the @response, @request etc. variables in [239] broke the iCal feeds. This is now fixed. 2006-05-13 14:25:56 +00:00
login_controller.rb Changed all instances of @response, @request, @session etc. to the new forms or response, request, session etc. 2006-05-13 13:32:39 +00:00
note_controller.rb Changed all instances of @response, @request, @session etc. to the new forms or response, request, session etc. 2006-05-13 13:32:39 +00:00
project_controller.rb Changed all instances of @response, @request, @session etc. to the new forms or response, request, session etc. 2006-05-13 13:32:39 +00:00
todo_controller.rb Tried out using a modal 'lightbox' style dialog for the new next action form on the home page (I'm using the scripts written by Bruno of [http://blog.feedmarker.com/2006/02/12/how-to-make-better-modal-windows-with-lightbox/ Feedmarker]). 2006-05-29 11:02:28 +00:00
user_controller.rb Changed all instances of @response, @request, @session etc. to the new forms or response, request, session etc. 2006-05-13 13:32:39 +00:00