1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
User view mods * Modified the user_types method to sort the results in a sane way * Modified each user to properly use the homeroom and user_types changes More... almost 15 years ago
User & Student changes * Modified migrations to force the status to be 'active' in new columns * Corrected more instances of the find_homerooms() method. More... almost 15 years ago
Removed the unique First/Last name restriction for users. I don't think that we can really force unique names. More... almost 15 years ago
WIP: combining the User/Student/Teacher/TeacherAssis controllers More... about 15 years ago
WIP: performance tweaks More... about 15 years ago
Cleaned up the reports files to work better with Rails 2.3.x More... about 15 years ago
minor cleanup More... about 15 years ago
Completely rewrote the logic here and cleaned it up considerably More... about 15 years ago
Moved these fixtures to the db:populate rake task. More... about 15 years ago
WIP - Populate: SchoolYear/Term info now populating correctly. More... about 15 years ago
Updated to not barf when there is incomplete school year/term data More... about 15 years ago
WIP: updating populate rake task... More... about 15 years ago
Modified to only show active students More... about 15 years ago
Removed static, Debian dependencies for Rails binaries. More... about 15 years ago
Starting performance enhancement. * Created new indexes * Streamlined some code on the evaluations controller * There is MUCH more to do. :( More... about 15 years ago
Debian cleanup * Since the move to Ruby 1.9.1 I've found that Debian doesn't keep up very well with Ruby gems. So, I have removed the will_paginate APT package and am now using the gem. * Also removed the Debian Rails APT package and am relying on the Ruby gem. More... about 15 years ago
Progress Report * Removed [brackets] from most of the output (I have no idea why it was there in the first place). * Changed the course sort order so that it reflects the order of the Report Card. More... about 15 years ago
Implemented course_term grade caching. It's using the file system which I'm not really happy with, but its good enough for now. More... about 15 years ago
Fixed the report generation in the continued quest to move to Ruby 1.9.x... :) More... about 15 years ago
Added 'active' flags to a few models and tweaked the db:populate task More... about 15 years ago
Started adding a populator rake task to make testing easier. More... about 15 years ago
Minor optimizations to the course_term listing. Fortunately, its cached in production so this wont hurt/help too much. More... about 15 years ago
More Rails 2.3.5 tweaks... More... about 15 years ago
RDoc formatting cleanup More... about 15 years ago
RDoc formatting cleanup More... about 15 years ago
Minor tweaks to the docs. More... about 15 years ago
Converted to Rails 2.3.5 (finally) More... about 15 years ago
One of these tests was throwing an error due to a call to the protect_from_forgery method in one of the views. This method is not available in the "TEST" environment and I'm not quite sure how to work around it right now, so I removed it. This is in light of the fact that these tests should probably be completely re-written as they currently rely on fixtures and that is not really a good thing. More... about 15 years ago
Minor tweaks * Environment tweaks to session key info * Added "sorted" scope to Course More... about 15 years ago
Tiny cleanup More... about 15 years ago