0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Test commit for Zach More... about 15 years ago
Fixed issue in migration 49 where the snapshot history was including an invalid points completed total for each iteration. More... over 15 years ago
Updated mhs deploy config to use git and remote caching. More... over 15 years ago
Fixed bug in 046 migration where it was removing the current iteration. More... over 15 years ago
Updated to Rails 2.1, and the latest has_many_polymoprhs. More... over 15 years ago
WIP More... over 15 years ago
updated 049 migration to make an educated guess on the past statistics of the project up until snapshots were put in place. More... over 15 years ago
Sending invitations is working again. More... over 15 years ago
Refactored InvitationsController#create and added in specs for the InvitationManager and InvitationsController. More... almost 16 years ago
Moved _why's metaid.rb file into a plugin. More... almost 16 years ago
Added spec/rcov.opts so we can run rcov. More... almost 16 years ago
Split the Project model into mixins for organization. More... almost 16 years ago
Removed the "create story" link from iteration headers and the backlog header on the stories index page. More... almost 16 years ago
* the projects workspace page is now responsible for drawing the velocity markers when it is renderered. * the stories index page is now responsible for hiding the draggable icons for stories that are rendered in response to a search. More... almost 16 years ago
Renamed the "stories" navigation link to "search" More... almost 16 years ago
A User now has to have a first and last name. * also updated to latest MHS Testing for vendor/plugins/. More... almost 16 years ago
Adding the first and last name to the signup form, and also the edit profile form. More... almost 16 years ago
Addes project chart stories to prove the fix for a some bugs when rendering a project chart without any total points. More... almost 16 years ago
Uncommented the UsersController#login specs. More... almost 16 years ago
Merged in the Project chart from the RailsConf Refactoring tutorial. Credit to Drew Colthorp. More... almost 16 years ago
Extracted inlined nasty code block from stories/form partial to StoryPresenter#possible_buckets More... almost 16 years ago
Removed textmate footnotes because it doesn't work with rails 2.1ish and it is more annoying than helpful. More... almost 16 years ago
Updated to the latest rspec, commit: afa1ff113cc704f79d98aad96c2a1ddf66ff0412 More... almost 16 years ago
Pulled over some stories from the RailsConf refactoring tutorial. Also pulled over some bug fixes since the stories exposed some bugs. More... almost 16 years ago
updated to latest rails edge, commit: 03ba5d7b5183e7cb199a21aa6e06d646f7a5cbfe More... almost 16 years ago
Renamed Iteration#start_date/end_date to started_at/ended_at and changed them to be datetimes * added a BeIn spec matcher which checks for the inclusion of something in a given collection/range More... almost 16 years ago
Revert "inlined the invitation manager functionality inside of users controller and removed it" More... almost 16 years ago
Revert "inlined ProjectManager#find_project_for_user and ProjectManager#find_all_projects_for_user in the ProjectsController and StoriesController" This reverts commit ddb2369418758a5ae72c344cd89e0801fa9980fe. More... almost 16 years ago
Added Bucket snapshots, which are taken every time a new iteration is created to keep better track of historical statistics for a project. More... almost 16 years ago
Added the ability to start a new iteration. More... almost 16 years ago