forked from jazkarta/obsolete-edx-sga
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.6.0 #156
Closed
Closed
Release 0.6.0 #156
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…n css file, added some classes
Added weight validations and test cases
Design fix of SGA setting page
…some spaces in css attributes
Changed style of enter grade link
added display name on sga
of StudentModule
Added log.info in all locations where sga.py is changing state of StudentModule
…ded max file size from settings
Check file size before sending request to server
fixed all posible pylint issues
fix jshint indentified issue for all studio and edx_sga file
- rewrite change event on fileupload object to prevent recursion of a call stack
Implement support for multiply SGA elements at one vertical
Make True lower-case
Currently a student as well as staff member could upload any file as part of submission or grade. Unfortunately when the user trying to DOWNLOAD the files that filename is not in English (Russian for example) we got an 500 error on the server. This occurs because of Python encoding rules, and original issue is something like this: "UnicodeEncodeError: 'latin-1' codec can't encode characters in position 21-24: ordinal not in range(256)" (Depends on the filename) This patch is fixing it.
Allow not only english language file uploads
Added sorting plugin to submissions table for staff, Now you can sort each column by clicking header
Handle file not found error on SGA
Add basic developer quick start - lovely!
Add actions cell to assignments table header.
Installed bower with URI.js, require.js, underscore, jquery [#101927040]
- Modified "staff_grading_data" function to be able to pull infos for many students or a specific one - Fixed bug with multiple identical incremental ajax requests: - Now the cancel button of the "Enter Grade" modal does not trigger an Ajax get request
Improved performances for assignment listing fixes #111 [delivers #101927046]
Center modal and fix scrolling
This import gets called when Django starts. The imported module further imports Django REST Framework code that attempts to call the translation infrastructure before the apps registry is ready. This prevents Django from properly starting and users from upgrading Django REST Framework.
* Fixed test failiure issues on sga. * removed commented lines
Removed import in __init__
adding version number so this will work with our release-script
c991f4e
to
405ece1
Compare
Trying again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Peter Pinch
Amir Qayyum Khan
Clinton Blackburn
Giulio Gratta
George Schneeloch
Jamie Folsom
Aliaksandr Buhayeu
Amir Qayyum khan