0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 20, 2024 — Oct 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add doc comments. Maybe they'll even be useful ones! :) More... about 17 years ago
Move require 'gettext/utils' into tasks so that doc:app doesn't break. More... about 17 years ago
Ignore tmp.pot. More... about 17 years ago
Improve user-stamping functionality: add updated_by and change layout of index. More... about 17 years ago
Change comment display to something not table-based. More... about 17 years ago
Change id of comments form so that we don't have two forms with the same id on the same page. More... about 17 years ago
Change comment display to something not table-based. More... about 17 years ago
Make gettext work properly with Haml files. More... about 17 years ago
Break up the visual monotony a little. More... about 17 years ago
Change comment display to something not table-based. More... about 17 years ago
Change id of comments form so that we don't have two forms with the same id on the same page. More... about 17 years ago
Remove a file left over from the old authentication system. More... about 17 years ago
Break up the visual monotony a little. More... about 17 years ago
Break up the visual monotony a little. More... about 17 years ago
Install acl_system2 and build infrastructure so it can work. More... about 17 years ago
Rewrite migration so it creates foreign keys with the right type the first time around! More... about 17 years ago
Change a couple of keys from decimal (a mistake) to integer (which they should have been all along). More... about 17 years ago
Add assigned_to mechanism to issues, so that we can assign issues to the users who are supposed to work on them. More... about 17 years ago
Add time-stamping to issues and comments. More... about 17 years ago
Improve color scheme. More... about 17 years ago
Add comment features. More... about 17 years ago
Fix specs, start putting in space for comments on each issue. More... about 17 years ago
Some cleanup: move issue rows into a partial, make Issue#to_s return Issue#id.to_s . More... about 17 years ago
Add current username to common header. More... about 17 years ago
Put some navigation links in the header. More... about 17 years ago
Get issue creation working properly. More... about 17 years ago
Modify User so that #to_s yields self.login; also put a link on the issue index so that new issues can be created (not that the link's connected to anything yet). More... about 17 years ago
Remove acts_as_authentable -- it's not working properly. Replace with restful_authentication, modified for bcrypt. More... about 17 years ago
Start trying for a login system. Not working yet. More... about 17 years ago
Improve specs for update behavior. More... about 17 years ago