Notes:
Not a whole lot of functional changes. This release mostly contains refactorings and a few minor bug fixes.
Changes:
------------------------------------------------------------------------
r147 | rmannl | 2006-01-12 21:03:57 +0000 (Thu, 12 Jan 2006) | 1 line
Added a test to make sure ownership is removed when a story is moved into the backlog.
------------------------------------------------------------------------
r146 | rmannl | 2006-01-12 06:24:27 +0000 (Thu, 12 Jan 2006) | 1 line
Added test coverage for the changes in MainMenu I made (r138-r140)
------------------------------------------------------------------------
r145 | jwilger | 2006-01-11 21:57:10 +0000 (Wed, 11 Jan 2006) | 2 lines
more test fixture refactoring
------------------------------------------------------------------------
r144 | jwilger | 2006-01-11 21:30:48 +0000 (Wed, 11 Jan 2006) | 2 lines
more test fixture refactoring
------------------------------------------------------------------------
r143 | jwilger | 2006-01-11 20:54:25 +0000 (Wed, 11 Jan 2006) | 2 lines
cleaned up IterationsControllerTest a little bit.
------------------------------------------------------------------------
r142 | jwilger | 2006-01-11 20:09:01 +0000 (Wed, 11 Jan 2006) | 2 lines
more test fixture refactoring
------------------------------------------------------------------------
r141 | jwilger | 2006-01-11 19:29:00 +0000 (Wed, 11 Jan 2006) | 8 lines
Added constant ALL_FIXTURES to Test::Unit::TestCase which is used as an
argument to Test::Unit::TestCase.fixtures to cause the test case to load
all fixture files. It may have a very slight negative impact on the
speed of the tests (shouldn't really be noticable), but it makes life
easier, because you don't have to remember which specific fixture files
to load for each test case. If a specific test case requires something
else (which would be odd), the "normal" behavior will still work.
------------------------------------------------------------------------
r140 | rmannl | 2006-01-09 20:37:13 +0000 (Mon, 09 Jan 2006) | 2 lines
No menu item is selected when showing a story card
StoriesController#show now provides back links to either the backlog or the stories iteration
------------------------------------------------------------------------
r139 | rmannl | 2006-01-09 20:16:25 +0000 (Mon, 09 Jan 2006) | 1 line
No menu item is selected when editing a story card
------------------------------------------------------------------------
r138 | rmannl | 2006-01-09 18:00:33 +0000 (Mon, 09 Jan 2006) | 1 line
The selected main menu item can now be specified manually.
------------------------------------------------------------------------
r137 | edavis | 2006-01-04 02:27:05 +0000 (Wed, 04 Jan 2006) | 3 lines
r1179@Zen: eric | 2006-01-02 18:33:27 -0800
Updated Reame to show last release and also to add RedCloth as a requirement.
------------------------------------------------------------------------
r136 | edavis | 2006-01-04 02:21:42 +0000 (Wed, 04 Jan 2006) | 1 line
Testing auth, no change
------------------------------------------------------------------------
r135 | jwilger | 2006-01-01 18:55:25 +0000 (Sun, 01 Jan 2006) | 2 lines
more test fixture refactoring
------------------------------------------------------------------------
r134 | jwilger | 2005-12-31 20:14:28 +0000 (Sat, 31 Dec 2005) | 1 line
Fixed link on logo in layout so that it always links to the dashboard page instead of the current page.
------------------------------------------------------------------------
|