0
I Use This!
Inactive

Commits : Listings

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