small tweak to milestones - still a long way to go :) |
|
More...
|
over 13 years ago
|
more styling and what not |
|
More...
|
over 13 years ago
|
that is a WHOLE lotta changes |
|
More...
|
over 13 years ago
|
making some arel tweaks to the models |
|
More...
|
almost 14 years ago
|
updating some controllers and helper methods |
|
More...
|
about 14 years ago
|
adding some simple model tests |
|
More...
|
about 14 years ago
|
adding a couple missing views and writings lots and lots of functional tests |
|
More...
|
about 14 years ago
|
removed the old @project that was assumed everywhere.. now have a method called current_project |
|
More...
|
about 14 years ago
|
fixing dashboard |
|
More...
|
about 14 years ago
|
fixed dashboard for project |
|
More...
|
about 14 years ago
|
Merge branch 'rails3' of [email protected]:explainpmt/explainpmt into rails3 |
|
More...
|
about 14 years ago
|
adding scope to position and default scope to order by position ... fixing projects controller and project show view |
|
More...
|
about 14 years ago
|
enabled audit observer in app.rb and removed after_update hook in story to do the audit |
|
More...
|
about 14 years ago
|
only one method was using is_defined? so I removed it |
|
More...
|
about 14 years ago
|
param was mispelled |
|
More...
|
about 14 years ago
|
adding select stories view on iterations |
|
More...
|
about 14 years ago
|
fixing small bug in story model |
|
More...
|
about 14 years ago
|
oops :) |
|
More...
|
about 14 years ago
|
few little bug fixes |
|
More...
|
about 14 years ago
|
Merge branch 'rails3' of github.com:explainpmt/explainpmt into rails3 |
|
More...
|
about 14 years ago
|
story no longer uses all the composed of stuff... is was really confusing and not very helpful.. moved to using simple GEM attribute mapper to achieve same result... no migration needed |
|
More...
|
about 14 years ago
|
adding forgot / reset password methods |
|
More...
|
about 14 years ago
|
Merge branch 'rails3' of [email protected]:explainpmt/explainpmt into rails3 |
|
More...
|
about 14 years ago
|
adding some functional tests, moving some stuff in plugins around to get rid of stupid deprecation warnings |
|
More...
|
about 14 years ago
|
working on refactoring models to new rails3 goodness.. |
|
More...
|
about 14 years ago
|
adding xss_terminate since we'll probably need it ... updating column content to use new block helper syntax, adding audits controller, fixing a couple of routes |
|
More...
|
about 14 years ago
|
adding story partial, adding images (just for now, will probably change later) .. updating column_content_for to use with_output_buffer instead of yield |
|
More...
|
about 14 years ago
|
adding tasks and task partials, also adding tasks helper methods, changing seeds to use admin instead of is_admin, updating is_admin? helper method to use admin instead of is_admin, adding project dashboard route |
|
More...
|
about 14 years ago
|
decided to just roll with an upgrade migration... MUCH easier than trying to mess with migrating data manually.. |
|
More...
|
about 14 years ago
|
first pass at migration... whew ... also updated audits table, was missing project_id , so reset again :) ... if you have an old database, run `rake explainpmt:upgrade` for giggles. |
|
More...
|
about 14 years ago
|