Skip to content
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.5.2 #155

Closed
wants to merge 69 commits into from
Closed

Release 0.5.2 #155

wants to merge 69 commits into from

Conversation

pdpinch
Copy link
Member

@pdpinch pdpinch commented Nov 16, 2016

Peter Pinch

Amir Qayyum Khan

Clinton Blackburn

Giulio Gratta

  • Center modal and fix scrolling (4d5f440b)

Giovanni Di Milia

  • Improved performances for assignment listing (0bbf9488)

George Schneeloch

  • Installed bower with URI.js, require.js, underscore, jquery (9894c1a8)

Jamie Folsom

Aliaksandr Buhayeu

  • Allow not only english language file uploads (de2f5014)
  • Implement support for multiply SGA elements at one vertical (0b720279)

Amir Qayyum khan

  • fixed all posible pylint issues (a38e9858)
  • fix jshint indentified issue for all studio and edx_sga file (ee26d642)
  • merge base and fixed error message display under button error and loaded max file size from settings (ce68e3f2)
  • Added log.info in all locations where sga.py is chaning state of StudentModule (2de749aa)
  • added display name on sga lms and grade submission dialog (e3b5cf14)
  • Changed enter grade link style to make it look like button and added some spaces in css attributes (00db211c)
  • Added weight validations and test cases, split long length test into sub funtions (c28ba684)
  • Design changes in sga settings page, added a settings tab and style in css file, added some classes (0536ea0a)

pdpinch and others added 30 commits February 12, 2015 16:45
Added weight validations and test cases
Added log.info in all locations where sga.py is changing state of StudentModule
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
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
jamiefolsom and others added 23 commits August 28, 2015 13:17
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]
Revert "Merge pull request #129 from mitodl/bug/gdm/111_performance"

unfixes #111 
[starts #101927046]
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
adding version number so this will work with our release-script
@pdpinch
Copy link
Member Author

pdpinch commented Nov 16, 2016

Hmm. That's a lot more changes than I was expecting.

@pdpinch
Copy link
Member Author

pdpinch commented Nov 16, 2016

This is not a minor release.

@pdpinch pdpinch closed this Nov 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants