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 r117): jwilger | 2005-12-22 21:48:57 -0800 more test fixture refactoring More... over 18 years ago
r1...@Woden (orig r116): jwilger | 2005-12-22 21:43:11 -0800 more test fixture refactoring More... over 18 years ago
r1...@Woden (orig r115): jwilger | 2005-12-22 21:39:39 -0800 more test fixture refactoring More... over 18 years ago
r1...@Woden (orig r114): rmannl | 2005-12-22 11:42:35 -0800 Story#title's length is now being validated. This completes SC25 More... over 18 years ago
r1...@Woden (orig r113): jwilger | 2005-12-21 14:33:27 -0800 Refactored IterationTest to use YAML fixutres. More... over 18 years ago
r1...@Woden (orig r112): rmannl | 2005-12-21 02:17:47 -0800 New/Edit/View Storycard is now opened in the same window (not a popup) More... over 18 years ago
r1...@Woden (orig r111): rmannl | 2005-12-20 12:59:32 -0800 Card points are now entered in a text field instead of a select box, and must be either a positive integer, or nil More... over 18 years ago
r1...@Woden (orig r110): rmannl | 2005-12-20 11:57:25 -0800 Story cards don't need to have a description to be defined anymore. I.e. you can now assign story cards without a description to an iteration. More... over 18 years ago
r1...@Woden (orig r109): rmannl | 2005-12-20 10:54:32 -0800 Removed maximum length of story title (it's 255 characters now) More... over 18 years ago
r1...@Woden (orig r108): rmannl | 2005-12-20 10:03:04 -0800 Removed minimum length for User#username and User#password More... over 18 years ago
r1...@Woden (orig r106): jwilger | 2005-12-16 21:45:42 -0800 fixes #10 More... over 18 years ago
r1...@Woden (orig r105): jwilger | 2005-12-16 21:21:42 -0800 Set version constant to 'dev trunk' on trunkline. More... over 18 years ago
r1...@Woden (orig r102): jwilger | 2005-12-16 12:58:25 -0800 rolled back revision 101 More... over 18 years ago
r1...@Woden (orig r101): schacon | 2005-12-16 11:50:17 -0800 added initial releases functionality and tests More... over 18 years ago
r1...@Woden (orig r99): jwilger | 2005-12-16 06:38:17 -0800 Moving the 1.x trunkline back to the main trunkline. More... over 18 years ago
r6...@Woden (orig r63): msneto | 2005-11-07 06:35:16 -0800 Removed priority as a field and updated model, controller and tests accordingly Changed new story card form to use a text field for points estimation Changed story card validation to check if points are integers with no particular range required Removed the status 'defined' More... over 18 years ago
r6...@Woden (orig r62): jwilger | 2005-11-04 00:37:40 -0800 Started applying elements of Luke's design to the main dashboard view. More... over 18 years ago
r6...@Woden (orig r61): jwilger | 2005-11-02 20:44:49 -0800 Removed the svn:externals link for vendor/rails. More... over 18 years ago
r6...@Woden (orig r60): jwilger | 2005-11-02 20:18:15 -0800 Fixed routing and links to project dashboards to make tests pass. More... over 18 years ago
r6...@Woden (orig r59): msneto | 2005-11-02 13:39:15 -0800 SC35 & 36: Write a new story card and view a story card More... over 18 years ago
r6...@Woden (orig r58): edavis | 2005-10-24 22:20:59 -0700 SC34: Remove user from project team More... over 18 years ago
r6...@Woden (orig r57): edavis | 2005-10-23 14:08:56 -0700 Added some text output to the test_#{db} rakefile to show when you start a test and complete one. Purely cosmetic More... over 18 years ago
r6...@Woden (orig r56): edavis | 2005-10-23 13:50:27 -0700 SC1: Manage Projects More... over 18 years ago
r5...@Woden (orig r55): jwilger | 2005-10-23 13:14:45 -0700 MainController#dashboard now displays upcoming milestones. More... over 18 years ago
r5...@Woden (orig r54): jwilger | 2005-10-23 12:29:48 -0700 Added Milestone model and m:1 relationship to Project More... over 18 years ago
r5...@Woden (orig r53): jwilger | 2005-10-22 22:11:59 -0700 Made db dump for running tests use the Ruby schema format. This makes things work correclty for those unfortunate times when you're stuck developing on a Windows box, because you don't have to worry about Rake being able to find the pgdump utility. More... over 18 years ago
r4...@Woden (orig r43): jwilger | 2005-10-20 08:28:20 -0700 Updated to Rails 0.14.1 (part 2) More... over 18 years ago
r4...@Woden (orig r42): jwilger | 2005-10-20 07:47:58 -0700 Updating for Rails 0.14.1 (part 1) More... over 18 years ago
r4...@Woden (orig r41): jwilger | 2005-10-13 14:19:23 -0700 MainController#dashboard now lists story cards 'owned' by the current user. More... over 18 years ago
r4...@Woden (orig r40): jwilger | 2005-10-13 14:01:53 -0700 Added 1:m relationship between User and StoryCard models. More... over 18 years ago