1
I Use This!
Inactive

Commits : Listings

Analyzed 13 days ago. based on code collected 13 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
r1...@Woden (orig r151): edavis | 2006-01-30 20:11:13 -0800 r1217@Zen: eric | 2006-01-30 20:10:53 -0800 Fixed failing test test_milestones_calendar_all_projects (MilestonesControllerTest) More... over 18 years ago
r1...@Woden (orig r150): edavis | 2006-01-30 20:00:45 -0800 r1215@Zen: eric | 2006-01-30 20:00:06 -0800 Removed 'nil' from the risk groups in stories. Changed 'Medium' to 'Normal' for the risk groups. Made 'Normal' the default risk. More... over 18 years ago
r1...@Woden (orig r147): rmannl | 2006-01-12 13:03:57 -0800 Added a test to make sure ownership is removed when a story is moved into the backlog. More... over 18 years ago
r1...@Woden (orig r146): rmannl | 2006-01-11 22:24:27 -0800 Added test coverage for the changes in MainMenu I made (r138-r140) More... over 18 years ago
r1...@Woden (orig r145): jwilger | 2006-01-11 13:57:10 -0800 more test fixture refactoring More... over 18 years ago
r1...@Woden (orig r144): jwilger | 2006-01-11 13:30:48 -0800 more test fixture refactoring More... over 18 years ago
r1...@Woden (orig r143): jwilger | 2006-01-11 12:54:25 -0800 cleaned up IterationsControllerTest a little bit. More... over 18 years ago
r1...@Woden (orig r142): jwilger | 2006-01-11 12:09:01 -0800 more test fixture refactoring More... over 18 years ago
r1...@Woden (orig r141): jwilger | 2006-01-11 11:29:00 -0800 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. More... over 18 years ago
r1...@Woden (orig r140): rmannl | 2006-01-09 12:37:13 -0800 No menu item is selected when showing a story card StoriesController#show now provides back links to either the backlog or the stories iteration More... over 18 years ago
r1...@Woden (orig r139): rmannl | 2006-01-09 12:16:25 -0800 No menu item is selected when editing a story card More... over 18 years ago
r1...@Woden (orig r138): rmannl | 2006-01-09 10:00:33 -0800 The selected main menu item can now be specified manually. More... over 18 years ago
r1...@Woden (orig r137): edavis | 2006-01-03 18:27:05 -0800 r1179@Zen: eric | 2006-01-02 18:33:27 -0800 Updated Reame to show last release and also to add RedCloth as a requirement. More... over 18 years ago
r1...@Woden (orig r136): edavis | 2006-01-03 18:21:42 -0800 Testing auth, no change More... over 18 years ago
r1...@Woden (orig r135): jwilger | 2006-01-01 10:55:25 -0800 more test fixture refactoring More... over 18 years ago
r1...@Woden (orig r134): jwilger | 2005-12-31 12:14:28 -0800 Fixed link on logo in layout so that it always links to the dashboard page instead of the current page. More... over 18 years ago
r1...@Woden (orig r131): jwilger | 2005-12-28 11:18:36 -0800 Refactoring StoryTest unit tests. More... over 18 years ago
r1...@Woden (orig r130): jwilger | 2005-12-28 10:36:07 -0800 more test fixture refactoring More... over 18 years ago
r1...@Woden (orig r129): jwilger | 2005-12-24 08:46:45 -0800 more test fixture refactoring More... over 18 years ago
r1...@Woden (orig r128): jwilger | 2005-12-24 08:32:01 -0800 Refactored Project#backlog to Project#stories.backlog More... over 18 years ago
r1...@Woden (orig r127): jwilger | 2005-12-24 08:12:37 -0800 Refactored Project#future_milestones, #recent_milestones and #past_milestones to use accessors on the Project#milestones relation. More... over 18 years ago
r1...@Woden (orig r126): jwilger | 2005-12-24 07:42:35 -0800 Refactored Iteration#total_points, #completed_points and #remaining_points to be attributes of the Iteration#stories relationship. More... over 18 years ago
r1...@Woden (orig r125): jwilger | 2005-12-23 21:37:22 -0800 Refactored project by removing Project#past_iterations, #previous_iteration, #future_iterations, #next_iteration and #current_iteration and replacing them with ananymous module accessors on the relation accessor's proxy object -- Project#iterations.past, #iterations.previous, #iterations.future, #iterations.next and #iterations.current. More... over 18 years ago
r1...@Woden (orig r124): jwilger | 2005-12-23 21:02:50 -0800 Added Iteration#past? and Iteration#future? and refactored Project#pas_iterations and Project#future_iterations to use those methods respectively for selection. More... over 18 years ago
r1...@Woden (orig r123): jwilger | 2005-12-23 20:47:22 -0800 Added Iteration#current? and refactored Project#current_iteration to use this method for detection. More... over 18 years ago
r1...@Woden (orig r122): jwilger | 2005-12-23 09:08:02 -0800 more refactoring of test fixtures More... over 18 years ago
r1...@Woden (orig r121): jwilger | 2005-12-23 07:26:58 -0800 more refactoring of test fixtures More... over 18 years ago
r1...@Woden (orig r120): jwilger | 2005-12-22 22:07:43 -0800 more test fixture refactoring More... over 18 years ago
r1...@Woden (orig r119): jwilger | 2005-12-22 22:01:54 -0800 more test fixture refactoring More... over 18 years ago
r1...@Woden (orig r118): jwilger | 2005-12-22 21:50:56 -0800 more test fixture refactoring More... over 18 years ago