John Eskew
df261cd5d6
Remove all request.REQUEST usages - replace with request.GET and/or
...
request.POST to eliminate Django deprecation messages.
2016-02-22 09:54:26 -05:00
Zia Fazal
e8ccc2f3e5
Merge pull request #11076 from CredoReference/render-lms-main-navigation-with-template
...
Render lms main navigation (tabs) with template
2016-02-18 11:21:16 +05:00
Justin Abrahms
885785d7f1
Added a UI for confirming OAuth Access.
...
This will allow users to delegate permissions to a 3rd party service.
2016-02-17 14:04:04 -05:00
vkaracic
86a4710ee8
Otto checkout flow
2016-02-17 18:16:44 +01:00
Toby Lawrence
80c68e42b7
Merge pull request #11467 from edx/perf/speed-up-student-tests
...
Switch to SharedModuleStoreTestCase in the 'student' app where possible.
2016-02-17 11:15:53 -05:00
sanfordstudent
e4b59c3198
Merge pull request #11526 from edx/sstudent/MA-1882-update-api-regex
...
MA-1882 adding course api to regex
2016-02-17 10:21:51 -05:00
Ahsan Ulhaq
d90c1a2845
Merge pull request #11560 from edx/ahsan/ECOM-2831-GeneratedCertificates-admin-broken
...
set show_full_result_count false
2016-02-17 20:09:45 +05:00
Sanford Student
45f8e526c0
making check more generic
2016-02-17 09:22:27 -05:00
clrux
21aa7edd1c
Merge pull request #9909 from edx/clrux/ac-179
...
AC-179 fixing skip links
2016-02-17 09:09:27 -05:00
Ahsan Ulhaq
88df456414
set show_full_result_count false
...
ECOM-2831
2016-02-17 18:10:40 +05:00
Chris Rodriguez
2a4e141e0e
LMS: fixing skip links and adding a11y tests
2016-02-17 07:46:42 -05:00
M. Rehan
af9e26f5cb
Merge pull request #11479 from edx/mrehan/plat-998-warnings-on-logout
...
Fix - Bypass unnecessary logs on logging out.
2016-02-17 17:46:05 +05:00
Qubad786
faf3a64e36
Bypass unnecessary logs on loging out
2016-02-17 13:42:01 +05:00
Toby Lawrence
0d040bc051
Fix a mistake with initializing something in the test setup.
2016-02-16 10:20:57 -05:00
Dmitry Viskov
d532f8de0e
Render LMS main navigation (tabs) with template, override templates for a specific list item
2016-02-16 17:03:53 +03:00
Zia Fazal
57af11c0f0
Merge pull request #11548 from edx/ziafazal/fix-get-template-path
...
WL-320: fixed get_template_path to work with absolute path also
2016-02-16 18:47:45 +05:00
Zia Fazal
6cd265751a
fixed get_template_path to work with absolute path also
...
fixed quality violation
skipped test in CMS
changes after feedback from mattd
2016-02-16 11:52:19 +05:00
Sven Marnach
8280e224f5
Merge pull request #11433 from open-craft/smarnach/studio-add-xblock
...
Pass DOM element, not jQuery object to XBlock initialisation.
2016-02-15 17:24:10 +01:00
Peter Fogg
5e9577bf43
Merge pull request #11535 from edx/peter-fogg/add-lettuce-cache
...
Add accidentally deleted lettuce DB cache.
2016-02-12 16:22:44 -05:00
Christina Roberts
36fc6162f2
Merge pull request #11534 from edx/christina/jquery-npm
...
Install underscore from npm.
2016-02-12 16:05:30 -05:00
Gabe Mulley
fcfb0f4a3c
Merge pull request #11522 from edx/gabe/remove-ga-fields
...
copy event on write
2016-02-12 14:34:29 -05:00
Peter Fogg
b6ca05d939
Add accidentally deleted lettuce DB cache.
2016-02-12 14:16:54 -05:00
Ben Patterson
526e174846
Merge pull request #11510 from edx/benp/TE-1194-example
...
TE-1194 update for test_teams.
2016-02-12 14:01:46 -05:00
cahrens
c69226841d
Install underscore from npm.
...
FEDX-47
2016-02-12 13:45:41 -05:00
Sanford Student
52d8cb009f
MA-1882 adding tests and reworking regex to exclude blocks routes
2016-02-12 09:35:29 -05:00
Eric Fischer
6394238004
Exclude Reverse Foreign Keys from list_display
...
These types of fields do not need to be included, and attempting
to do so causes everything to break.
2016-02-12 08:54:25 -05:00
Gabe Mulley
239c3822a4
copy event on write
2016-02-12 06:27:53 -05:00
raeeschachar
04ca0af54c
Merge pull request #11500 from edx/raees/chrome-bok-choy-test-stores-speed-for-multiple
...
Fixed test_video_component_stores_speed_correctly_for_multiple_videos…
2016-02-12 11:22:07 +05:00
Sanford Student
b92c12cbe5
MA-1882 adding course api to regex
2016-02-11 16:03:52 -05:00
Peter Fogg
a7b1f79d3e
Better error logging for full courses during enrollment.
...
ECOM-3685
2016-02-11 09:54:15 -05:00
raeeschachar
c6d2373156
Fixed test_video_component_stores_speed_correctly_for_multiple_videos failing on Chrome
2016-02-11 15:47:07 +05:00
sanfordstudent
d5cee7b376
Merge pull request #11471 from edx/sstudent/MA-1881-null-translation-check
...
ma-1881 handling empty translations and testing
2016-02-10 16:59:09 -05:00
Sanford Student
24c4c8abed
ma-1881 handling empty translations and testing
...
using lists for json serializability, if that's a word
2016-02-10 15:56:42 -05:00
Ben Patterson
edc9227a8b
TE-1194 update for test_teams.
...
This can also serve as an example of the kind of changes we want to make.
2016-02-10 14:22:50 -05:00
Sven Marnach
982c3e623b
Pass DOM element, not jQuery object to XBlock initialisation.
...
The function initializeXBlock() expects a DOM element, and is passed one in most
cases. However, when adding a new XBlock component in Studio, the function is
passed a jQuery object, which ends up being forwarded to the actual
initialisation function of the XBlock.
2016-02-10 18:54:30 +01:00
Ned Batchelder
9fd6bef39f
Merge pull request #11496 from open-craft/capa-explanation-i18n
...
Make 'Explanation' CAPA header translatable.
2016-02-10 11:13:40 -05:00
Braden MacDonald
ee99cf9c8d
Merge pull request #11436 from open-craft/omar/saml-crawl-fix
...
Return 404 response from third party auth login when SAML disabled
2016-02-10 08:00:06 -08:00
Jesse Zoldak
7ccca469fc
Merge pull request #11481 from edx/zoldak/remove-lettuce-homepage-test
...
Convert homepage acceptance test to bok-choy
2016-02-10 08:45:06 -05:00
Awais Jibran
dabda5bc75
Merge pull request #11375 from attiyaIshaque/ai/tnl3573-resetpassword-empty-page-fix
...
Resetting password shows empty page.
2016-02-10 18:39:21 +05:00
Asad Iqbal
64291d3c01
Merge pull request #11391 from edx/asadiqbal08/WL-272
...
asadiqbal08/WL-272 - Studio Language Selection
2016-02-10 18:30:29 +05:00
Jesse Zoldak
f0c54c15ee
Convert homepage acceptance test to bok-choy
2016-02-10 06:32:38 -05:00
Matjaz Gregoric
d067429c40
Make 'Explanation' CAPA header translatable.
...
CAPA <explanation> nodes get transformed into a HTML <div> block
that contains the word 'Explanation'.
This patch makes it translatable.
2016-02-10 10:49:38 +01:00
Attiya Ishaque
a042cbc7f0
Resetting password shows empty page.
...
TNL-3573
2016-02-10 14:47:41 +05:00
asadiqbal
64778cdf69
WL-272
2016-02-10 14:33:38 +05:00
Nimisha Asthagiri
dced810138
Merge pull request #11489 from edx/release
...
Hotfix for reducing mobile warnings in tracking logs
2016-02-09 21:33:31 -05:00
John Eskew
3f58954f3a
Merge pull request #11469 from edx/jeskew/fix_django_19_warnings
...
Remove deprecation warnings from Django models.
2016-02-09 16:38:23 -05:00
Nimisha Asthagiri
a5574792fb
Fix mobile Warning errors in tracking logs.
2016-02-09 13:22:15 -05:00
Andy Armstrong
84773d2ff7
Merge pull request #11482 from edx/release
...
Merge release back to master
2016-02-09 12:49:41 -05:00
Andy Armstrong
caf4cfbd3a
Merge pull request #11268 from edx/andya/add-pattern-library
...
Add edX Pattern Library to edx-platform
2016-02-09 12:07:03 -05:00
clrux
a5e34d4e12
Merge pull request #11105 from edx/clrux/ac-23
...
Updating forum buttons and overall icon cleanup
2016-02-09 10:53:31 -05:00