tracks/tracks/app/views/todo
lukemelia bb1cfe613a * Replaced select widgets with AutoCompleters for project & context in new item and edit forms. You can now create a new project and/or context on the fly as you're adding an item.
* Rolled Deferred controller, views & helper into Todo.
* Made the show_from field always available on the add new item and edit forms.
* Added validation to Todo to make sure a context is specified.
* Set initial state of Todo to :deferred when show_from is specified (I still need to make handle setting show_from during an edit).
* Created a generic rescue_action in ApplicationController and removed boilerplate rescue code from a few actions in TodoController.
* Made all Todo creation requests use the TodoController, removing duplicate logic from ContextController and ContextController
* Removed unused lightbox-style add item form
* Remove unused update_context and update_project actions
* Updated rails javascripts to the same as our vendor/rails



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@352 a4c988fc-2ded-0310-b66e-134b36920a42
2006-11-20 04:31:00 +00:00
..
_completed.rhtml Optimized ActiveRecord calls to minimize SQL queries, especially on the home page. Also, moved feed page to feed controller. 2006-07-28 06:55:35 +00:00
_done.rhtml * Converted Todo to acts_as_state_machine. It's states are active, deferred, completed, and project_hidden. This replaces the old single inheritance model of Immediate and Deferred. Also renamed todo.completed to todo.completed_at for clarity 2006-11-15 09:05:07 +00:00
_edit_form.rhtml * Replaced select widgets with AutoCompleters for project & context in new item and edit forms. You can now create a new project and/or context on the fly as you're adding an item. 2006-11-20 04:31:00 +00:00
_item.rhtml * Replaced select widgets with AutoCompleters for project & context in new item and edit forms. You can now create a new project and/or context on the fly as you're adding an item. 2006-11-20 04:31:00 +00:00
check_tickler.rjs * Replaced select widgets with AutoCompleters for project & context in new item and edit forms. You can now create a new project and/or context on the fly as you're adding an item. 2006-11-20 04:31:00 +00:00
completed.rhtml Some cool refactoring of the completed and completed_archive actions. 2006-08-03 01:58:49 +00:00
completed_archive.rhtml Some cool refactoring of the completed and completed_archive actions. 2006-08-03 01:58:49 +00:00
create.rjs * Replaced select widgets with AutoCompleters for project & context in new item and edit forms. You can now create a new project and/or context on the fly as you're adding an item. 2006-11-20 04:31:00 +00:00
date_preview.rhtml Started adding support for the Chronic library, to provide natural language date selections. You can now type phrases such as "tomorrow", "nov 10", "1 week hence", "10 days hence" and so on into the date box and these will be parsed into a valid date. I haven't managed to get proper validation working yet, but you'll get a live preview of the parsed date just below the input box. 2006-10-25 15:35:08 +00:00
destroy.rjs * Replaced select widgets with AutoCompleters for project & context in new item and edit forms. You can now create a new project and/or context on the fly as you're adding an item. 2006-11-20 04:31:00 +00:00
edit.rjs My apologies for this large, multi-pronged commit. What's here: 2006-11-05 10:41:59 +00:00
error.rjs Rationalised and streamlined the flash and error notifications, using a method outlined here by Andreas Aderhold: 2006-11-19 16:52:58 +00:00
index.rhtml * Replaced select widgets with AutoCompleters for project & context in new item and edit forms. You can now create a new project and/or context on the fly as you're adding an item. 2006-11-20 04:31:00 +00:00
list.rxml Convert multiline { || ... } blocks into do || ... end for nicer style. 2006-11-08 06:25:18 +00:00
tickler.rhtml * Replaced select widgets with AutoCompleters for project & context in new item and edit forms. You can now create a new project and/or context on the fly as you're adding an item. 2006-11-20 04:31:00 +00:00
toggle_check.rjs * Replaced select widgets with AutoCompleters for project & context in new item and edit forms. You can now create a new project and/or context on the fly as you're adding an item. 2006-11-20 04:31:00 +00:00
update.rjs * Replaced select widgets with AutoCompleters for project & context in new item and edit forms. You can now create a new project and/or context on the fly as you're adding an item. 2006-11-20 04:31:00 +00:00