0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 07, 2023 — May 07, 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... almost 16 years ago
Change id of comments form so that we don't have two forms with the same id on the same page. More... almost 16 years ago
Remove a file left over from the old authentication system. More... almost 16 years ago
Break up the visual monotony a little. More... almost 16 years ago
Break up the visual monotony a little. More... almost 16 years ago
Install acl_system2 and build infrastructure so it can work. More... almost 16 years ago
Rewrite migration so it creates foreign keys with the right type the first time around! More... almost 16 years ago
Change a couple of keys from decimal (a mistake) to integer (which they should have been all along). More... almost 16 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... almost 16 years ago
Add time-stamping to issues and comments. More... almost 16 years ago
Improve color scheme. More... almost 16 years ago
Add comment features. More... almost 16 years ago
Fix specs, start putting in space for comments on each issue. More... almost 16 years ago
Some cleanup: move issue rows into a partial, make Issue#to_s return Issue#id.to_s . More... almost 16 years ago
Add current username to common header. More... almost 16 years ago
Put some navigation links in the header. More... almost 16 years ago
Get issue creation working properly. More... almost 16 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... almost 16 years ago
Remove acts_as_authentable -- it's not working properly. Replace with restful_authentication, modified for bcrypt. More... almost 16 years ago
Start trying for a login system. Not working yet. More... almost 16 years ago
Improve specs for update behavior. More... almost 16 years ago