Commit Graph

3684 Commits

Author SHA1 Message Date
Tim Krones
ab6b23b139 Merge pull request #13443 from open-craft/itsjeyd/update-xblock-utils
Update xblock-utils dependency to v1.0.3.
2016-09-27 17:19:27 +02:00
Ned Batchelder
c8f122eed9 Merge pull request #13394 from open-craft/bdero/vectordraw-fixes
Update Vector Drawing XBlock to the latest version.
2016-09-26 13:44:56 -04:00
Jesse Shapiro
bea2d8faf2 Re-updating DnDv2 to 2.0.10 2016-09-26 09:46:17 -04:00
Matjaz Gregoric
b228f9e49c Merge pull request #13514 from open-craft/mtyaka/update-xblock-poll
Update xblock-poll dependency to v1.2.1.
2016-09-26 12:29:31 +02:00
Ben Patterson
9fac9fb11a Revert "[SOL-2077] Update DnDv2 version to 2.0.10" 2016-09-23 12:39:27 -04:00
Matjaz Gregoric
344c72b3e2 Use non-ascii PLATFORM_NAME in tests.
It should help catch unicode encoding problems earlier.

This also updates python-saml dependency to a version that includes a
patch for unicode strings.
2016-09-23 15:38:23 +02:00
Jesse Shapiro
b3feb7f3ff Update DnDv2 version to 2.0.10 2016-09-23 09:29:11 -04:00
Matjaz Gregoric
1ab54104d8 Update xblock-poll dependency to v1.2.1.
The new version includes some accessibilityy improvements.
2016-09-20 08:32:54 +02:00
David
1e6821d17f pa11ycrawler 1.5.2 2016-09-15 10:43:57 -04:00
David Baumgold
face3dd1ff Revert "pa11ycrawler 1.5.1" 2016-09-15 10:02:43 -04:00
David Baumgold
9691cf7db6 Merge pull request #13470 from singingwolfboy/update-pa11ycrawler
pa11ycrawler 1.5.1
2016-09-15 08:34:46 -04:00
Brandon DeRosier
7001e027e8 Update Vector Drawing XBlock to the latest version.
This change fixes a problem with Vector Drawing problems where
Vectors and points can't be created by clicking and dragging on
the problem board.
2016-09-14 18:13:19 -04:00
David
65b1ba5157 pa11ycrawler 1.5.1 2016-09-14 15:34:17 -04:00
Jesse Zoldak
c90d0d5f9a Update coverage version to 4.2 2016-09-14 13:57:59 -04:00
John Eskew
6fd8452d24 Merge pull request #13458 from edx/edx-django-release-util/0.1.1
Change edx-django-release-util version.
2016-09-13 17:02:18 -04:00
John Eskew
c205f9650c Merge pull request #13419 from edx/jeskew/opaque_keys_test
Update opaque-keys and ccx-keys versions.
2016-09-13 17:01:44 -04:00
John Eskew
2ea29145ae Updating edx-django-release-util requirement to version 0.1.1 2016-09-13 13:53:27 -04:00
Tim Krones
2ed1caaa27 Update xblock-utils dependency to v1.0.3.
New version includes fixes from https://github.com/edx/xblock-utils/pull/38 and https://github.com/edx/xblock-utils/pull/39.
2016-09-12 09:55:32 +02:00
John Eskew
7f3e20a158 Bump versions of opaque-keys and ccx-keys. 2016-09-09 15:13:35 -04:00
Tim Krones
df4a5df595 Merge pull request #13414 from open-craft/itsjeyd/update-xblock-poll
Update xblock-poll dependency to v1.2.
2016-09-09 16:15:58 +02:00
David
afd31d4edf pa11ycrawler 1.5.0 2016-09-07 13:05:36 -04:00
Ben Patterson
01239ab86c Upgrade path.py 2016-09-07 13:05:36 -04:00
Tim Krones
20ab9dfbdc Update xblock-poll dependency to v1.2. 2016-09-07 14:33:02 +02:00
Braden MacDonald
8bf9b188a5 Add optional "debug mode" w/ detailed logging for SAML IdPs 2016-09-06 15:27:45 -07:00
Clinton Blackburn
0dedc6ab71 Revert "Updated User Info Cookie" 2016-09-02 17:26:00 -04:00
Eugeny Kolpakov
2fcc463338 Merge pull request #13389 from open-craft/ekolpakov/drag_and_drop_v2_hash_update
Dependency version update: Drag and Drop  v2.0.9
2016-09-02 17:32:13 +03:00
E. Kolpakov
23c13c1833 Dependency version update: Drag and Drop v2.0.9 2016-09-02 15:48:01 +03:00
Douglas Hall
b620f07084 Upgrade to edx-django-sites-extensions 2.1.0 to take advantage of site cache timeout 2016-09-01 16:38:41 -04:00
Clinton Blackburn
09f7b6145f Updated logon user info cookie
- Cookie now includes users' enrollment info
- Removed user email address from cookie
- Refactored functions so that we can update this cookie on other pages
- Added six to ensure new code is compatible with Python 3.x

ECOM-4896
2016-08-31 19:40:00 -04:00
Adam
35c1654643 Merge pull request #13103 from edx/dump-to-neo4j-py2neo
dump item information to neo4j
2016-08-31 16:36:20 -04:00
David Baumgold
783f9b695b Merge pull request #13364 from edx/revert-13353-update-pa11ycrawler
Revert pa11ycrawler back to 1.3.0
2016-08-31 13:32:54 -04:00
George Song
4954928215 Merge pull request #13352 from edx/george/update-django-debug-toolbar
Update to latest `django-debug-toolbar`
2016-08-31 07:15:45 -07:00
David Baumgold
f672de65bf Revert "pa11ycrawler 1.4.0" 2016-08-31 09:59:59 -04:00
Adam Palay
10bd4ef6bf dump item information to neo4j
clear request cache to avoid memory leak

update to use https

delete courses in the same transaction as writing them

python3 compatibility
2016-08-30 14:59:00 -04:00
George Song
194ace0ff0 Update to latest django-debug-toolbar
Also make sure we set the recommended settings according to
<https://django-debug-toolbar.readthedocs.io/en/stable/installation.html#explicit-setup>
2016-08-30 11:33:05 -07:00
David Baumgold
ede6dbb3b9 pa11ycrawler 1.4.0 2016-08-30 14:24:27 -04:00
Ned Batchelder
5ab7f995f2 Better instructions about who to ping for requirements changes 2016-08-29 12:21:37 -04:00
David Baumgold
50ead499f9 pa11ycrawler 1.3.0 2016-08-29 09:28:08 -04:00
Eric Fischer
3b9ac3de8e Merge pull request #13325 from edx/efischer/ora_update
ORA version bump
2016-08-26 09:32:56 -04:00
Chris
3ea28a9387 Merge pull request #13326 from edx/release
Release with hotfixes 2016-08-23
2016-08-26 06:59:27 -04:00
Eric Fischer
68359417f7 edx-ora2 version bump 2016-08-25 17:08:20 -04:00
John Eskew
81ad1dc6df Bump version of edx-opaque-keys to rolled-back caching 0.3.3 2016-08-25 12:24:36 -04:00
John Eskew
477d6dd236 Merge pull request #13309 from edx/release
Hotfix for TNL-5365
2016-08-25 08:54:38 -04:00
Feanil Patel
fba581f641 Revert "Bump opaque-keys version to 0.3.2"
This reverts commit 5d150a39eb.

See ECOM-5345 for more details.
2016-08-24 16:28:19 -04:00
Matjaz Gregoric
c5f4ba0fa7 Upgrade django-wiki to 0.0.9.
The new version fixes a problem where wiki fails with a 500 error when
combined org/course name/course run fields are longer than 50
characters.
2016-08-24 08:43:38 +02:00
David Baumgold
e267b93e4e pa11ycrawler 1.2.0 2016-08-22 16:03:48 -04:00
Andy Armstrong
4772c61dee Update to use new edx-proctoring version 2016-08-17 13:10:48 -04:00
Albert (AJ) St. Aubin
8adf87f9d0 Merge pull request #13254 from edx/release
Release
2016-08-17 11:30:41 -04:00
David Baumgold
8cb53ae83a pa11ycrawler 1.1.3 2016-08-16 16:35:14 -04:00
David Baumgold
c2f2e4c615 Update pa11ycrawler to 1.1.2 2016-08-16 14:50:23 -04:00