Commit Graph

14864 Commits

Author SHA1 Message Date
Brian Jacobel
de15511f0f Merge pull request #13355 from edx/bjacobel/discussion-alerts
Pattern library alerts on discussion pages
2016-09-07 15:05:42 -04:00
Chris
cb6f92a595 Merge pull request #13379 from edx/clrux/ac-577-login-page
AC-577 login form contrast and invalid aria cleanup
2016-09-07 12:51:58 -04:00
Brian Jacobel
86f7e3ba51 Implement Pattern Library alerts in Discussions
TNL-5164
2016-09-07 12:29:19 -04:00
Brian Jacobel
6d8c075969 Merge pull request #13370 from edx/bjacobel/discussion-title-placeholder
Remove placeholders in discussion new post form
2016-09-07 12:24:56 -04:00
Chris Rodriguez
165302e00b AC-577 login page a11y fixes 2016-09-07 12:06:05 -04:00
Matt Drayer
e53721433f Merge pull request #13413 from edx/release
Merge release back to master
2016-09-07 11:30:24 -04:00
J. Cliff Dyer
1371739f45 Register block_structure djangoapp.
TNL-5274
2016-09-06 11:42:38 -04:00
Marko Jevtić
79421a2c94 Merge pull request #13299 from edx/mjevtic/SOL-1953
[SOL-1953] Update Commerce Configuration
2016-09-06 16:53:20 +02:00
Brian Jacobel
d103f0183f Substitute visible labels for placeholders in post submission form. Fix alignment.
TNL-5166
2016-09-06 09:03:18 -04:00
Jareer Ahsan
e680dfbc7a Fixed div to inline 2016-09-05 17:50:48 +05:00
Andy Armstrong
f1bad0721f Make discussion links into buttons for a11y
TNL-4640
2016-09-02 16:34:15 -04:00
Muzaffar yousaf
d97e8e5e7e Merge pull request #13397 from edx/ammar/poc
Making CAPA problems accessible TNL-4971
2016-09-03 01:06:48 +05:00
Ehtesham
1b960e3e17 requiring codemirror compressed with all addons included 2016-09-02 21:40:20 +05:00
sanfordstudent
b7ac081e49 Merge pull request #13329 from edx/sstudent/TNL-5382-part-1
creating django admin settings for subsection grades
2016-09-02 10:52:51 -04:00
Douglas Hall
83e780e48f Merge pull request #13393 from edx/ibrahimahmed443/MAYN-314-survey-template-fix
safe template escaping of the mailto link in the survey template
2016-09-02 10:51:58 -04:00
muhammad-ammar
d14928cc61 separation based on responsetypes poc
FEDX-176
2016-09-02 19:44:22 +05:00
Sanford Student
d54a784a43 creating django admin settings for subsection grades 2016-09-02 09:32:33 -04:00
Ibrahim
acf4c94c49 safe template escaping of the mailto link in the survey template 2016-09-02 09:22:45 -04:00
Nimisha Asthagiri
b8f465d788 Merge pull request #13388 from edx/tnl/bstructure-delay-retry-task
Make BlockStructure tasks more resilient against failures
2016-09-02 09:02:17 -04:00
Nimisha Asthagiri
c7c609041b Merge pull request #13384 from edx/ormsbee/csm_nl_fix_2
Script to remove course_ids with \n from CSM
2016-09-02 09:01:45 -04:00
Adam
e1cd58dcd4 Merge pull request #13385 from edx/release
Release
2016-09-02 08:41:17 -04:00
Nimisha Asthagiri
b37d2d739a Make BlockStructure tasks more resilient against failures.
https://openedx.atlassian.net/browse/TNL-5041
2016-09-02 08:02:49 -04:00
Marko Jevtic
ab9c858b54 [SOL-1953] Update Commerce Configuration 2016-09-02 08:28:18 +00:00
David Ormsbee
75f9a522dc Script to remove course_ids with \n from CSM
Some StudentModule entries were written with newlines at the end of the
course_id. This script finds those entries within a given time range,
archive them, and merges records if necessary (capa problems).
2016-09-01 22:28:06 -04:00
Ned Batchelder
2932023a51 Merge pull request #13375 from edx/ned/update-translations
Update translations (autogenerated message)
2016-09-01 15:16:55 -04:00
J. Cliff Dyer
6bda334b99 Handle scoreable blocks without defined weight
Default weight to 1.0.

TNL-5410
2016-09-01 15:56:17 +00:00
Peter Desjardins
e276ae2d36 Adds a context-sensitive link to learner documentation from the LMS. The base URL defaults to Open edX learner doc and can be overridden with the base URL for edx.org learner doc. Also relabels the tab for support from help to support. 2016-09-01 10:56:09 -04:00
Ned Batchelder
caa7b472b9 Update translations (autogenerated message) 2016-09-01 11:24:52 +00: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
Chris
0c63680421 Merge pull request #13341 from edx/clrux/word-cloud-variable-cleanup
Removing unused variable from recent word cloud updates
2016-08-31 14:40:25 -04:00
Chris Rodriguez
be470adb03 Removing unused variable from recent word cloud updates 2016-08-31 12:44:31 -04:00
Douglas Hall
f915befe93 Merge pull request #13359 from edx/release
Merging rc/2016-08-31 into master
2016-08-31 11:41:51 -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
Chris
5b9df80123 Merge pull request #13322 from edx/clrux/ac-570-courseware-search-contrast
AC-570 courseware search contrast enhancement
2016-08-30 17:03:13 -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
Chris Rodriguez
37b42941f8 AC-570 courseware search contrast enhancement 2016-08-30 14:51:54 -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
Giovanni Di Milia
cc65094b03 Added Current Grade Rest API 2016-08-30 13:51:41 -04:00
Eric Fischer
d03b070184 Merge pull request #13336 from edx/efischer/grades_fix
Deserialize BlockRecord.locator into a real BlockUsageLocator
2016-08-30 09:46:23 -04:00
jareerahsan
5c01e7458b Merge pull request #13301 from edx/jareer/ECOM-4945
Fixed Shift-Tab on menu and ARIA roles, groups
2016-08-30 16:26:10 +05:00
Andy Armstrong
9899a1e520 Fix discussion color contrast and remove gradients
TNL-5163
2016-08-29 17:28:55 -04:00
Diana Huang
c9a8b59904 Fix spelling of permission. 2016-08-29 15:50:01 -04:00
Eric Fischer
401a81eda3 Instantiate BlockUsageLocator when making BlockRecord
We already have logic to serialize BUL objects to string on save,
but the corresponding deserialization logic was missing.
2016-08-29 14:13:33 -04:00
Jareer Ahsan
c2c17c11e7 Added classname to find menu links 2016-08-29 20:09:48 +05:00
Tasawer
77c6529af8 Heperlink changed to button to be accessed with keyboard users
ECOM-5301
2016-08-29 14:17:41 +05:00
Chris
f4fd891ba8 Merge pull request #13320 from edx/clrux/ac-566-creative-commons-contrast
AC-566 fixing contrast for copyright
2016-08-26 14:22:16 -04:00
Marco Morales
2e2a23b9d3 Merge pull request #13204 from edx/marco/copyrightyear/update
Updated copyright year for LMS / CMS
2016-08-26 10:51:43 -04:00
Jareer Ahsan
4b8490d901 Changed to global keycodes, refactored for quality 2016-08-26 19:11:16 +05:00
Waheed Ahmed
ae849406bf Fixed focus should remain within the simulated dialogs.
ECOM-5303
2016-08-26 16:28:51 +05:00
Chris Rodriguez
c0133e531e AC-566 fixing contrast for copyright 2016-08-26 07:11:53 -04:00