1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
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... almost 15 years ago
Adding fonts and encodings back into Prawn... More... almost 15 years ago
Turned off config.action_view.cache_template_loading in Production environment. More... almost 15 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... almost 15 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... almost 15 years ago
Minor release. More... almost 15 years ago
Minor HTML / CSS cleanups. More... almost 15 years ago
Minor cleanup. More... almost 15 years ago
Fixed a problem where if the page has errors the controller does not send you to the edit screen. More... almost 15 years ago
Modified evaluations screen to display letter grade as well as percentage. More... almost 15 years ago
Moved Prawn/Prawn-Layout to gems subdirectory. More... almost 15 years ago
Moved Prawn to vendor/gems More... almost 15 years ago
Moved Prawn to vendor/gems More... almost 15 years ago
Moved Prawn to vendor/gems More... almost 15 years ago
Moved Prawn to vendor/gems More... almost 15 years ago
Moved Prawn to vendor/gems More... almost 15 years ago
Reworked the colspan to W3C specifications. More... almost 15 years ago
Minor massage to the Enrolled Students list. More... almost 15 years ago
Merge branch 'master' of [email protected]:rnhurt/gradesheet More... almost 15 years ago
Minor table cleanup. More... almost 15 years ago
Changed table markup to be more pleasing. More... almost 15 years ago
Fixed so that you can now delete courses; closes #2 More... almost 15 years ago
Added student/course accommodations. More... almost 15 years ago
Started working on the functional tests. Authlogic integration seems to be going pretty well. More... almost 15 years ago
Refactored GradeRange to ScaleRange. More... almost 15 years ago
Removed the active flag on the grade_range; the one on grade_scale should work in its place. More... almost 15 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... almost 15 years ago
Worked a bit on the unit tests. They are still not complete but getting better. :) More... almost 15 years ago
Playing a bit with CSS to make things look better. More... almost 15 years ago
Added fixture data to StaticData and cleaned up its schema a bit. More... almost 15 years ago