openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
E
eXPlainPMT
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
13 days
ago. based on code collected
13 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 21 of 24
Search / Filter on:
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
John Wilger
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.
John Wilger
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.
John Wilger
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.
John Wilger
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
John Wilger
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.
John Wilger
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
John Wilger
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.
John Wilger
More...
over 18 years ago
r1...@Woden (orig r175): jwilger | 2006-02-16 13:54:33 -0800 fixed typo in comment
John Wilger
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)
John Wilger
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.
John Wilger
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)
John Wilger
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)
John Wilger
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.
John Wilger
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
John Wilger
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.
John Wilger
More...
over 18 years ago
r1...@Woden (orig r165): rmannl | 2006-02-10 14:19:14 -0800 Refactored 'back to referer' redirection
John Wilger
More...
over 18 years ago
r1...@Woden (orig r164): jwilger | 2006-02-09 13:54:58 -0800 Just testing something
John Wilger
More...
over 18 years ago
r1...@Woden (orig r163): jwilger | 2006-02-09 13:45:17 -0800 Just testing something
John Wilger
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)
John Wilger
More...
over 18 years ago
r1...@Woden (orig r161): jwilger | 2006-02-07 19:53:22 -0800 improved layout of iterations menu (SC54)
John Wilger
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)
John Wilger
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)
John Wilger
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.
John Wilger
More...
over 18 years ago
r1...@Woden (orig r157): jwilger | 2006-02-06 12:53:29 -0800 refactored fixtures for UsersControllerTest
John Wilger
More...
over 18 years ago
r1...@Woden (orig r156): jwilger | 2006-02-06 12:36:39 -0800 refactored fixtures for StoriesControllerTest
John Wilger
More...
over 18 years ago
r1...@Woden (orig r155): jwilger | 2006-02-06 10:50:12 -0800 refactored test fixtures for SessionControllerTest
John Wilger
More...
over 18 years ago
r1...@Woden (orig r154): jwilger | 2006-02-06 10:41:25 -0800 Refactored test fixtures for ProjectsControllerTest
John Wilger
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.
John Wilger
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.
John Wilger
More...
over 18 years ago
←
1
2
…
16
17
18
19
20
21
22
23
24
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree