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
r2...@Woden (orig r219): jwilger | 2006-03-27 11:11:10 -0800 Refactored story lists on dashboard views to use shared partials. 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. 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). 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. 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. 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. 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. 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. More... over 18 years ago
r2...@Woden (orig r209): jwilger | 2006-03-23 12:45:11 -0800 SC62 - user can now delete sub-projects 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 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 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. 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 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 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. 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. 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 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). 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. 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 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 More... over 18 years ago
r1...@Woden (orig r194): jwilger | 2006-02-25 15:04:10 -0800 Updated the file headers 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. 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 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 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. 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 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. 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. 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. More... over 18 years ago