Commit Graph

8 Commits

Author SHA1 Message Date
Cody Cutrer 5ffbcbeb05 arel-ify lib
excluding api_find, which needs more work

refs CNVS-4706

Change-Id: I013d0660ff2b8dbe2abf6a5c973bd1203f432f99
Reviewed-on: https://gerrit.instructure.com/18921
Reviewed-by: Jacob Fugal <jacob@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
QA-Review: Clare Hetherington <clare@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
2013-04-01 19:12:22 +00:00
Zach Pendleton cac7daa536 change system-graded assignment text on grade history page.
fixes #8374

automatically graded assignments (e.g. quizzes w/o essay questions)
and lti grade passback assignments were displaying as being graded
by 'Someone.' they now read, 'Graded on submission.'

test plan:
  * create a quiz without essay questions;
  * as a student, take the quiz;
  * as a teacher or admin, visit the grade history page and verify
    that the quiz has been graded by 'Graded on submission.'

Change-Id: I5d2f5db69c9ffd306c193d510605dbd4f0f09d0f
Reviewed-on: https://gerrit.instructure.com/13165
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Zach Pendleton <zachp@instructure.com>
2012-09-07 08:12:24 -06:00
Jeremy Stanley 85fdf366b5 use time zone when putting grade times in day buckets
fixes #6561

test plan:
 - in mountain daylight time (UTC - 6):
  - set the clock to a time after 6:00 pm
  - grade something
  - make sure the grading history doesn't say "tomorrow"

Change-Id: I8bac8f18ac769cdc6e50b521623adf98fcb06c9b
Reviewed-on: https://gerrit.instructure.com/13021
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jacob Fugal <jacob@instructure.com>
2012-08-23 09:41:05 -06:00
Ryan Shaw 4e55fbbd4b fix undefined method `to_date' for nil:NilClass WIP
Change-Id: Ib4059932592821d691f82cf4412a0323bcb43197
Reviewed-on: https://gerrit.instructure.com/7933
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Zach Pendleton <zachp@instructure.com>
2012-02-07 14:50:10 -07:00
Zach Pendleton b47504025c display gradebook history properly. fixes #6051
changes to a grade were appearing in grade history only
on the date of the first grade. grade changes now display
once on each day that they occur.

Change-Id: I66e84a23f28757e3433e2bcbbe437a9a6ff046d8
Reviewed-on: https://gerrit.instructure.com/6373
Reviewed-by: Ryan Shaw <ryan@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
2011-10-24 12:25:27 -06:00
Zach Pendleton f56f249f55 display previous grade on grade history. fixes #5240.
prior to this commit, submission was only saving the
most current version, so grade_history didn't have any
record of previous grades.

now saves a new version on grade update. only displays
the most recent grade change/version on the history page.

Change-Id: I96d70c1a0cbaebbf1bbebfbd8690cc53e7292c28
Reviewed-on: https://gerrit.instructure.com/5925
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Zach Pendleton <zachp@instructure.com>
2011-10-12 10:34:19 -06:00
Jon Jensen 58a25bd462 preliminary i18n setup, closes #4124
* i18n key scoping for controller/model/js/etc.
 * inline English translation support
 * rdiscount gem for markdown'ed translations
 * html_safe interpolation tweaks
 * label helpers
 * crummy tweak to translate symbol keys
 * internationalized most of lib, and some plugins/messages
 * conference i18n (view/model/controller/js)

Change-Id: I42772b9e19a110efbe855dc83a681be49ec98df2
Reviewed-on: https://gerrit.instructure.com/4080
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Zach Wily <zach@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
2011-06-06 14:19:03 -06:00
Brian Whitmer 8b8173dcc9 Initial commit.
closes #6988138
2011-01-31 18:57:29 -07:00