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
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
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
Chris
3ea28a9387
Merge pull request #13326 from edx/release
...
Release with hotfixes 2016-08-23
2016-08-26 06:59:27 -04:00
Ned Batchelder
d440124c1a
Merge pull request #13316 from edx/ned/update-translations
...
Update translations (autogenerated message)
2016-08-26 06:49:22 -04:00
Eric Fischer
13687e4753
Grades cleanup
...
Small changes to the grades djangoapp
-sets up mock_get_score context handler
-fixes an issue with not invalidating lazy scores property
-code quality fixes
-query count optimization in PersistentSubscetionGrade.create
-adds atomic blocks to avoid IntegrityErrors corrupting an entire request
2016-08-25 11:43:49 -04:00
Jesse Zoldak
89430f5b4c
Comment out flaky lettuce test. TNL-5315
2016-08-25 10:43:40 -04:00
Ned Batchelder
c55dcc3080
Update translations (autogenerated message)
2016-08-25 13:57:01 +00:00
Chris Rodriguez
f94e665e86
Fixing inline JS for CCX navigation
2016-08-25 09:07:08 -04:00
John Eskew
477d6dd236
Merge pull request #13309 from edx/release
...
Hotfix for TNL-5365
2016-08-25 08:54:38 -04:00
Jareer Ahsan
7b8b1f9df8
Added keycodes dict for readability
2016-08-25 14:32:36 +05:00
John Eskew
87b4bcc731
Fix tests to account for savepoints caused by atomic wrapper.
2016-08-24 14:39:39 -04:00
John Eskew
211cef0814
Ignore IntegrityErrors upon set_many update save().
2016-08-24 13:48:42 -04:00
J. Cliff Dyer
bd8a8babe2
Update django-oauth-toolkit admin
2016-08-24 13:31:11 -04:00
John Eskew
2252ce6abf
Ignore IntegrityErrors upon set_many update save().
2016-08-24 13:18:03 -04:00
Chris Rodriguez
2255b5c83b
AC-552 word cloud accessibility updates
2016-08-24 11:14:25 -04:00
Jareer Ahsan
05b89f05c4
Quality fix, == to ===
2016-08-24 18:53:56 +05:00
Waheed Ahmed
0057815973
Fixed account settings tabpanels.
...
ECOM-4186
2016-08-24 18:11:40 +05:00
Jareer Ahsan
793622b44c
Fixed Shift-Tab on menu and ARIA roles, groups
...
ECOM-4945
2016-08-24 18:02:53 +05:00
Matjaz Gregoric
008b708617
Merge pull request #12978 from open-craft/mtyaka/update-wiki
...
Upgrade django-wiki to 0.0.9.
2016-08-24 13:43:41 +02:00
Awais Jibran
68303997c8
Fix Discussion blackout date still has Add a Response text box
...
TNL-5111
2016-08-24 12:03:29 +05: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
sanfordstudent
a2b64d7504
Merge pull request #13262 from edx/sstudent/TNL-5006
...
Trigger subsection grade update on SCORE_CHANGED signal
2016-08-23 14:16:28 -04:00
Sanford Student
b9dade5512
handler for SCORE_CHANGED signal
2016-08-23 13:12:36 -04:00
Jesse Zoldak
ea0f08d6f2
Merge pull request #13291 from edx/release
...
Merging release branch to master from 2016-08-23 deploy
2016-08-23 10:53:43 -04:00
Jesse Zoldak
d642b6ad67
Comment out flaky lettuce test. TNL-5315
2016-08-22 14:05:57 -04:00
Chris Rodriguez
1505c1b32e
RC fixup for student notes button
2016-08-22 10:35:33 -04:00
Eric Fischer
22046d4067
Use PersistentSubsectionGrade in grades application
...
Hooks the pre-existing grades code into our new PersistentSubsectionGrade data
model. Includes test updates, and some minor changes to the data model that
were discovered in testing.
2016-08-22 09:47:37 -04:00
Tasawer Nawaz
91e3847058
Merge pull request #13244 from edx/tasawer/bugfix/ecom-5184-incorrect-attr-on-id-verification-button
...
Removed incorrect aria tag from ID photo submission button
2016-08-22 12:41:49 +05:00
Waheed Ahmed
3c84b7a12c
Fixed keyboard focus remains within modal simulated dialogs.
...
ECOM-4188
2016-08-20 13:45:32 +05:00
Andy Armstrong
e86ff28f14
Merge pull request #13260 from edx/bjacobel/discussions-markdown
...
A11Y fixes for discussions markdown editor
2016-08-19 18:13:29 -04:00
Brian Jacobel
50dab15888
Use real buttons for WMD buttons
...
TNL-5161
2016-08-19 17:07:18 -04:00
Chris Rodriguez
b5efcc15f5
AC-530 fixing link-href ignores in the platform
2016-08-19 10:04:40 -04:00
Tasawer
24ea7dc1b1
Removed incorrect aria tag from ID photo submission button
...
ECOM-5184
2016-08-19 11:47:59 +05:00
Ned Batchelder
594e75c4ab
Merge pull request #13273 from edx/ned/update-translations
...
Update translations (autogenerated message)
2016-08-18 14:01:15 -04:00
Ned Batchelder
411219aac8
Update translations (autogenerated message)
2016-08-18 17:05:20 +00:00
Brian Jacobel
7e12a1f7ae
Merge pull request #12771 from edx/discussion-forums-ui-update
...
Discussion forums UI update feature branch
2016-08-18 12:58:54 -04:00
Cliff Dyer
747c9a4de8
Merge pull request #13143 from edx/efischer/grades
...
Persistent Grades Data Model
2016-08-18 12:17:08 -04:00
Renzo Lucioni
40ca3efd6c
Merge pull request #13272 from edx/release
...
Merge release into master
2016-08-18 12:04:39 -04:00
PaulWattenberger
9add24e409
Handle vars: None in Sailthru user record in unenroll list update
2016-08-17 21:44:07 -04:00
Renzo Lucioni
de2608009f
Fix Unicode error on dashboard
...
Programs with Unicode in their name would prevent the dashboard from loading. ECOM-5293.
2016-08-17 19:21:39 -04:00