1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor HTML cleanup * Removed the trailing slash from several <tr> entries. Apparently, my editor was adding them for me and I didn't notice. :) More... about 16 years ago
Adding fonts and encodings back into Prawn... More... about 16 years ago
Turned off config.action_view.cache_template_loading in Production environment. More... about 16 years ago
Commented out the gems directory hack in the environment.rb file. This might still be useful however, when moving the plugins to Debian packages. More... about 16 years ago
Found out that the .../vendor/gems directory holds some meaning to Rails and it didn't really like being abused by me. Therefor, I have moved the Prawn stuff back to .../vendor/plugins for the time being. The ultimate fix is of course to use Debian packages for all the plugins and avoid this sort of thing altogether. More... about 16 years ago
Minor release. More... about 16 years ago
Minor HTML / CSS cleanups. More... about 16 years ago
Minor cleanup. More... about 16 years ago
Fixed a problem where if the page has errors the controller does not send you to the edit screen. More... about 16 years ago
Modified evaluations screen to display letter grade as well as percentage. More... about 16 years ago
Moved Prawn/Prawn-Layout to gems subdirectory. More... about 16 years ago
Moved Prawn to vendor/gems More... about 16 years ago
Moved Prawn to vendor/gems More... about 16 years ago
Moved Prawn to vendor/gems More... about 16 years ago
Moved Prawn to vendor/gems More... about 16 years ago
Moved Prawn to vendor/gems More... about 16 years ago
Reworked the colspan to W3C specifications. More... about 16 years ago
Minor massage to the Enrolled Students list. More... about 16 years ago
Merge branch 'master' of [email protected]:rnhurt/gradesheet More... about 16 years ago
Minor table cleanup. More... about 16 years ago
Changed table markup to be more pleasing. More... about 16 years ago
Fixed so that you can now delete courses; closes #2 More... about 16 years ago
Added student/course accommodations. More... about 16 years ago
Started working on the functional tests. Authlogic integration seems to be going pretty well. More... about 16 years ago
Refactored GradeRange to ScaleRange. More... over 16 years ago
Removed the active flag on the grade_range; the one on grade_scale should work in its place. More... over 16 years ago
Since prawn has been moved 'inline' we don't need the initializers anymore. It will eventually be moved into its own seperate module and loaded by the OS. More... over 16 years ago
Worked a bit on the unit tests. They are still not complete but getting better. :) More... over 16 years ago
Playing a bit with CSS to make things look better. More... over 16 years ago
Added fixture data to StaticData and cleaned up its schema a bit. More... over 16 years ago