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 r183): edavis | 2006-02-19 21:14:13 -0800 r1256@Zen: eric | 2006-02-19 21:10:51 -0800 SC45: Rework migrations so they build the entire database More... over 18 years ago
r1...@Woden (orig r182): jwilger | 2006-02-18 22:17:58 -0800 Finished implimenting changes to make new project form open in same window. Needed to rename the instance variable for the project object to "new_project" instead of just "project" so that the variable would not conflict with the variable used to detect the current project in menus, etc. This is kind of a code smell that needs to be revisited. More... over 18 years ago
r1...@Woden (orig r181): jwilger | 2006-02-18 21:54:33 -0800 new project form opens in same window -- still need to clean up some issues with the menus, etc. in the layout template. More... over 18 years ago
r1...@Woden (orig r180): jwilger | 2006-02-18 21:42:53 -0800 Reverted back last two commits. Rethinking the decision to use AJAX to implement the new project form. It just didn't flow well or look right, and I don't currently want to spend the time it would take to make that approach look good. More... over 18 years ago
r1...@Woden (orig r179): jwilger | 2006-02-18 20:59:47 -0800 Clicking "cancel" on new project form will now replace the for with the create new project link More... over 18 years ago
r1...@Woden (orig r178): jwilger | 2006-02-17 08:26:29 -0800 In process of making new project form open in same window. Using AJAX techniques to load form inline. Not quite complete yet, though. More... over 18 years ago
r1...@Woden (orig r177): jwilger | 2006-02-16 14:39:35 -0800 modified main layout template to include the default Rails javascript files More... over 18 years ago
r1...@Woden (orig r176): jwilger | 2006-02-16 14:00:27 -0800 Added data to one of the fixture stories to make it a valid entity. More... over 18 years ago
r1...@Woden (orig r175): jwilger | 2006-02-16 13:54:33 -0800 fixed typo in comment More... over 18 years ago
r1...@Woden (orig r174): jwilger | 2006-02-13 09:10:51 -0800 Stories can now be assigned to iterations from backlog screen (the list of stories was previously not contained in the form). (SC56) More... over 18 years ago
r1...@Woden (orig r173): jwilger | 2006-02-13 07:26:38 -0800 Fixed StoriesControllerTest#test_update_return_to_referer. The incorrect session variable was being set, so the action didn't _have_ a referer to return to. More... over 18 years ago
r1...@Woden (orig r172): jwilger | 2006-02-13 07:09:35 -0800 Added migration to increase length of stories.title column to 255. The schema.rb file didn't have this restriction, but older installs that used the raw SQL file to set up the database were set up with a smaller length for this column. (SC51) More... over 18 years ago
r1...@Woden (orig r171): jwilger | 2006-02-13 06:51:05 -0800 Ignoring explainpmt.tmproj in project root dir (TextMate project file) More... over 18 years ago
r1...@Woden (orig r170): edavis | 2006-02-12 18:18:23 -0800 r1240@Zen: eric | 2006-02-12 18:17:29 -0800 Adjusted milestones fixture and the calendar tests so two milestones do not fall on the same day. When they do the tests may cause false positive failures (or true negative passes ??). This test should now be consistent in it's behavior. More... over 18 years ago
r1...@Woden (orig r169): edavis | 2006-02-12 17:52:07 -0800 r1238@Zen: eric | 2006-02-12 17:51:39 -0800 SC50: [DEFECT] milestones calendar on project dashboard should not display project name before milestone name More... over 18 years ago
r1...@Woden (orig r168): edavis | 2006-02-12 17:06:18 -0800 r1236@Zen: eric | 2006-02-12 17:05:06 -0800 Fixed failing test in test_add_users(ProjectsControllerTest). Logic was correct, just the users were coming back in a different order than what the assert was expecting. More... over 18 years ago
r1...@Woden (orig r165): rmannl | 2006-02-10 14:19:14 -0800 Refactored 'back to referer' redirection More... over 18 years ago
r1...@Woden (orig r164): jwilger | 2006-02-09 13:54:58 -0800 Just testing something More... over 18 years ago
r1...@Woden (orig r163): jwilger | 2006-02-09 13:45:17 -0800 Just testing something More... over 18 years ago
r1...@Woden (orig r162): jwilger | 2006-02-08 13:30:18 -0800 fixed colors in #StatusLeft div on page layout so they are more readable (SC55) More... over 18 years ago
r1...@Woden (orig r161): jwilger | 2006-02-07 19:53:22 -0800 improved layout of iterations menu (SC54) More... over 18 years ago
r1...@Woden (orig r160): rmannl | 2006-02-06 14:37:43 -0800 Edit user form now opens in same window (completes SC10) More... over 18 years ago
r1...@Woden (orig r159): rmannl | 2006-02-06 14:33:16 -0800 New user form now opens in same window (completes SC9) More... over 18 years ago
r1...@Woden (orig r158): jwilger | 2006-02-06 12:55:37 -0800 Removed custom fixture methods from test_helper.rb since they are no longer needed. More... over 18 years ago
r1...@Woden (orig r157): jwilger | 2006-02-06 12:53:29 -0800 refactored fixtures for UsersControllerTest More... over 18 years ago
r1...@Woden (orig r156): jwilger | 2006-02-06 12:36:39 -0800 refactored fixtures for StoriesControllerTest More... over 18 years ago
r1...@Woden (orig r155): jwilger | 2006-02-06 10:50:12 -0800 refactored test fixtures for SessionControllerTest More... over 18 years ago
r1...@Woden (orig r154): jwilger | 2006-02-06 10:41:25 -0800 Refactored test fixtures for ProjectsControllerTest More... over 18 years ago
r1...@Woden (orig r153): edavis | 2006-01-30 20:56:30 -0800 r1221@Zen: eric | 2006-01-30 20:55:26 -0800 Reverting r151 milestones_controller_test test_milestones_calendar_all_projects is acting weird, it will pass one time then fail the next. I think it could be attached to the system time. More... over 18 years ago
r1...@Woden (orig r152): edavis | 2006-01-30 20:50:21 -0800 r1219@Zen: eric | 2006-01-30 20:49:52 -0800 If a project has no iterations, the move form on Stories#index is disabled and replaced by 'No iterations to move story cards to' in bright red. More... over 18 years ago