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 20 of 24
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
r2...@Woden (orig r219): jwilger | 2006-03-27 11:11:10 -0800 Refactored story lists on dashboard views to use shared partials.
John Wilger
More...
over 18 years ago
r2...@Woden (orig r218): jwilger | 2006-03-27 10:51:12 -0800 Fixed incorrect redirection when deleting a story card from an iteration view.
John Wilger
More...
over 18 years ago
r2...@Woden (orig r217): jwilger | 2006-03-27 10:25:50 -0800 Refactored IterationsController#show to use partials for story listing (shared form the StoriesController).
John Wilger
More...
over 18 years ago
r2...@Woden (orig r216): jwilger | 2006-03-27 09:53:17 -0800 Refactored project backlog views to use partial templates for rendering of stories list table.
John Wilger
More...
over 18 years ago
r2...@Woden (orig r215): jwilger | 2006-03-27 09:28:09 -0800 Refactored project backlog view ('stories/index.rhtml') to _not_ use the CollectionTableHelper.
John Wilger
More...
over 18 years ago
r2...@Woden (orig r214): jwilger | 2006-03-27 08:21:40 -0800 Reverted last commit (changes to CollectionTableHelper). That module is going to go away, because it's just a big, fat code-smell. It's making it really hard to set up the dnd priority sorting, because it falls apart when you try to do anything more complex than a simple table.
John Wilger
More...
over 18 years ago
r2...@Woden (orig r213): jwilger | 2006-03-27 08:04:35 -0800 Added "thead" and "tbody" tag sets to output of the CollectionTableHelper-generated tables, and added CollectionTableHelper::CollectionTable#table_id and #tbody_id attribute writers to allow setting the html id attributes of those elements.
John Wilger
More...
over 18 years ago
r2...@Woden (orig r212): jwilger | 2006-03-26 09:06:50 -0800 User can now specify a sub project for story cards when creating new story cards.
John Wilger
More...
over 18 years ago
r2...@Woden (orig r209): jwilger | 2006-03-23 12:45:11 -0800 SC62 - user can now delete sub-projects
John Wilger
More...
over 18 years ago
r2...@Woden (orig r208): jwilger | 2006-03-23 12:17:43 -0800 SC62 - when sub-projects are deleted, any cards that are associated will be associated with the top-level project
John Wilger
More...
over 18 years ago
r2...@Woden (orig r207): jwilger | 2006-03-22 23:24:47 -0800 SC73 - a sub-project column was added to story card listings and is sortable
John Wilger
More...
over 18 years ago
r2...@Woden (orig r206): jwilger | 2006-03-22 22:50:49 -0800 SC64 - user can assign a card to a sub-project when editing the card, and the sub-project (if any) is displayed when viewign the card's details.
John Wilger
More...
over 18 years ago
r2...@Woden (orig r205): jwilger | 2006-03-22 22:04:11 -0800 SC61 - admins can now create sub-projects and view the list of sub-projects for each project
John Wilger
More...
over 18 years ago
r2...@Woden (orig r204): jwilger | 2006-03-22 18:25:06 -0800 SC61 - added SubProject model and relationship between Project and SubProject
John Wilger
More...
over 18 years ago
r2...@Woden (orig r203): jwilger | 2006-03-20 18:23:15 -0800 Icon is now displayed next to titles of stories that have descriptions when viewing the backlog.
John Wilger
More...
over 18 years ago
r2...@Woden (orig r202): jwilger | 2006-03-20 18:21:01 -0800 Story listing on iteration pages now show an icon next to the titles of stories that have content in their description field.
John Wilger
More...
over 18 years ago
r2...@Woden (orig r199): jwilger | 2006-02-28 08:59:23 -0800 fixed an extraneous method call in StoriesController#create
John Wilger
More...
over 18 years ago
r2...@Woden (orig r198): jwilger | 2006-02-28 08:50:57 -0800 Changed behavior of StoriesController#create back to just redirecting back to the index view. Since the newly added stories will have a status of "New" which is sorted to the top of the list by default, this is good enough (as opposed to having an intermediate page to review the new story cards).
John Wilger
More...
over 18 years ago
r2...@Woden (orig r197): jwilger | 2006-02-28 08:30:22 -0800 Changed the StoriesController#new form to accept a list of new story card titles that will each be created as a story on submission. The StoriesController#create action now creates a new story card for each of the titles entered and redirects to the #list_new action (#list_new does not exist yet). Partially completes SC7.
John Wilger
More...
over 18 years ago
r2...@Woden (orig r196): jwilger | 2006-02-28 07:33:18 -0800 Edit iteration form now opens in main window. SC12
John Wilger
More...
over 18 years ago
r1...@Woden (orig r195): jwilger | 2006-02-27 08:25:26 -0800 New iteration form now opens in main window. SC11
John Wilger
More...
over 18 years ago
r1...@Woden (orig r194): jwilger | 2006-02-25 15:04:10 -0800 Updated the file headers
John Wilger
More...
over 18 years ago
r1...@Woden (orig r191): jwilger | 2006-02-24 08:46:10 -0800 Removed schema.rb file from repository, since new installations should now use the migrations to set up the full database anyway.
John Wilger
More...
over 18 years ago
r1...@Woden (orig r190): jwilger | 2006-02-24 08:42:03 -0800 Removed unnecessary call to 'model :project' in ProjectController
John Wilger
More...
over 18 years ago
r1...@Woden (orig r189): jwilger | 2006-02-24 08:40:09 -0800 Removed unnecessary declarations of 'helper :collection_table' in the controllers since it is already declared in ApplicationController
John Wilger
More...
over 18 years ago
r1...@Woden (orig r188): jwilger | 2006-02-24 08:36:33 -0800 Replaced all uses of '@params' and '@session' with the accessor method versions. Direct use of the instance variables is not recommended since that removes the ability for Rails core to hide the implementation.
John Wilger
More...
over 18 years ago
r1...@Woden (orig r187): jwilger | 2006-02-24 08:25:58 -0800 added some comments to clear up why the "model :foo" lines appear at the top of the application controller
John Wilger
More...
over 18 years ago
r1...@Woden (orig r186): jwilger | 2006-02-24 08:22:13 -0800 Changed migration 001 so that it creates a default admin user account. It is no longer necessary to run script/create_admin when setting up a new installation, so that script was removed. Also updated the README to reflect these changes.
John Wilger
More...
over 18 years ago
r1...@Woden (orig r185): jwilger | 2006-02-24 08:04:19 -0800 Edit project form now opens in main window.
John Wilger
More...
over 18 years ago
r1...@Woden (orig r184): jwilger | 2006-02-22 07:40:13 -0800 Made some modifications to migration 001. Mostly the changes were formatting, but I also removed explicit ":null => false" and ":default" options on several columns. (My preference is to enforce these constraints in the Ruby code.) Doing so also revealed a defect on Iteration#stop_date which I added a unit test for and repaired.
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