- Sep 14, 2018
-
-
LANCE.SCHENDT authored
Update rubrics/sort-rubric/sort-rubric.user.js See merge request !1
-
- Sep 13, 2018
-
-
SCAIN authored
-
- Sep 11, 2018
-
-
LANCE.SCHENDT authored
-
FrozenPhyro authored
-
FrozenPhyro authored
-
FrozenPhyro authored
-
- Aug 31, 2018
-
-
James Jones authored
Not bumping the version number, just a code tidy
-
James Jones authored
Tested with Australian, Canadian, United Kingdom, and United States varieties of English. Supports MMM DD or DD MMM formats with or without the comma before the year Supports 24 hour times Removed dependencies on jQuery except for TableSorter, which is a jQuery plugin. Removed dependency on waitForKeyElements
-
- Aug 17, 2018
-
-
James Jones authored
-
- Aug 15, 2018
-
-
James Jones authored
-
James Jones authored
-
James Jones authored
-
- Aug 07, 2018
-
-
James Jones authored
The only changes were dropping score_fact and score_dim and my script had already excluded them so this file is no different from schema 3.0.1 https://community.canvaslms.com/docs/DOC-15132-canvas-data-release-notes-2018-08-06
-
James Jones authored
The only changes were dropping score_fact and score_dim and my script had already excluded them so this file is no different from schema 3.0.1 [Canvas Data Release Notes (2018-08-06)](https://community.canvaslms.com/docs/DOC-15132-canvas-data-release-notes-2018-08-06)
-
- Aug 05, 2018
-
-
James Jones authored
-
James Jones authored
-
James Jones authored
-
- Aug 01, 2018
-
-
James Jones authored
This removes the jQuery dependency and uses the window.fetch() command. This is supported by modern browsers, but not by Internet Explorer. In other words, this will not work with Internet Explorer. This changes the breadcrumb and its links This changes the document title that shows up on the printed page It now checks for the student grades table and works backwards to find a heading, rather than just looking for "Courses" in the heading. This keeps it from changing "Courses I'm Teaching" and works better with other languages.
-
James Jones authored
The CSS selector was too general, so modified it to look for the first div inside the aside. Rewrote without jQuery. Enclosed in an IIFE Shortened text so it doesn't wrap the button
-
- Jul 26, 2018
-
-
James Jones authored
-
James Jones authored
The script uses this file to determine overrides that cannot automatically be determined from parsing the schema file Enumerated types for workflow_state is one of the major areas included
-
James Jones authored
Added index creation Moved overrides to overrides.json, you will need this file as well
-
James Jones authored
Accidentally included comments in last commit Enumerated more fields workflow_state is now enumerated and indexed in all tables using it.
-
James Jones authored
More enumerated types workflow_state is now enumerated and indexed for all tables using it
-
James Jones authored
More enumerated fields, especially workflow_state. Added index on workflow_state. Removed _import table, import process is in flux and not compatible with previous import.sh
-
- Apr 11, 2018
-
-
James Jones authored
-
James Jones authored
-
- Feb 03, 2018
-
-
James Jones authored
JavaScript months are 0-based where Jan = 0 and Dec = 11. I was using the human scheme where Jan = 1 and Dec = 12. I caught the mistake when Jan 31 was showing up as later than Feb 2. It was converting Date(2018,1,31) to March 3 and Date(2018,2,2) to March 2. Thanks go to the student who hadn't logged into the course in 3 days for helping me find the bug.
-
James Jones authored
-
James Jones authored
-
- Feb 02, 2018
-
-
James Jones authored
-
James Jones authored
Reworked indices, which may slow down imports for faster results when searching Better detection of enumerated fields
-
James Jones authored
-
- Jan 23, 2018
-
-
James Jones authored
Had a problem where the students property didn't exist for a section so check for existence of that first.
-
James Jones authored
FileSaver.js moved locations yesterday and the old // @require link doesn't work any more. The change broke compatibility with Tampermonkey and so I'm requiring and older version and pulling it from a CDN until the problems can be resolved.
-
James Jones authored
FileSaver.js moved locations yesterday and the old // @require link doesn't work any more. The change broke compatibility with Tampermonkey and so I'm requiring and older version and pulling it from a CDN until the problems can be resolved.
-
James Jones authored
Eli Grey's saveAs moved locations yesterday. However, the version as I write this (1.3.5) does not work with Tampermonkey and so I'm grabbing an older version from a CDN rather than the latest version. Moved the link from the Account / Courses page to the Account / People page. It now appears in the top section with View User Groups and Manage Profile Pictures. Arguably, that might have been a better location in the first place. The reason for this move is two-fold. * Canvas' new course search doesn't have the places needed to add the button and although this was under a feature flag, it might eventually disappear. * Canvas moved the Analytics link off the main courses page to the account navigation menu on December 9, 2017. The script was looking for the link to know where to add the button and it hasn't been working since then.
-
- Jan 19, 2018
-
-
James Jones authored
-
- Nov 22, 2017
-
-
James Jones authored
There is a bug in SpeedGrader that sometimes does not save the comment when a submission comment is left.
-
- Sep 30, 2017
-
-
James Jones authored
-