tracks/tracks/test
lukemelia 38b2e336a8 Implemented a feature that give a project and optional default context. When set,
this context will be pre-populated when creating an action from the project's page.
When creating an action from the home page, the context will be auto-selected when
the project is selected if the context field has not yet been entered.

This implementation is a combination of the great patch submitted by James Kebinger
(thanks James!) and some of my modifications and additions.

Don't forget to rake db:migrate.

Fixes #162, originally suggested by Rolf one year ago!

Also in this commit:

 * Tweaked selenium tags test
 * Tweaked formatting of next/previous project HTML
 * Implemented Null Object pattern for context to support
   a Project having no default context
 * Removed tickler.rhtml, no longer in use
 * applying z-index values to project sortable list items (otherwise context
   autocomplete was appearing below next list item)
 * Swapped order of project and context in new action form (setting default context
   makes more sense this way)
 * Removed CSS width of for form elements, so form could be used in content area
   without being too narrow
   


git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@480 a4c988fc-2ded-0310-b66e-134b36920a42
2007-03-21 07:12:14 +00:00
..
fixtures Made TodosController more RESTful and use it to fulfill all feeds, eliminating the need for the FeedController and it's helper and views. Also added an ATOM feed (not linked in the UI anywhere, just substitute .atom for .rss). 2007-03-18 00:38:05 +00:00
functional Updated tests to pass even in the case of the weird schema (integer fields instead of booleans) that still pops up. 2007-03-20 05:06:37 +00:00
integration Updated tests to pass even in the case of the weird schema (integer fields instead of booleans) that still pops up. 2007-03-20 05:06:37 +00:00
selenium Implemented a feature that give a project and optional default context. When set, 2007-03-21 07:12:14 +00:00
unit Implemented a feature that give a project and optional default context. When set, 2007-03-21 07:12:14 +00:00
test_helper.rb Made TodosController more RESTful and use it to fulfill all feeds, eliminating the need for the FeedController and it's helper and views. Also added an ATOM feed (not linked in the UI anywhere, just substitute .atom for .rss). 2007-03-18 00:38:05 +00:00