Chris
397da0dbde
Merge pull request #7586 from edx/clrux/UX-1912-a11y-fix-heading-order
...
Correcting heading levels
2015-04-07 10:01:16 -04:00
aamir-khan
917ca595cc
ECOM-1289: added the re-verification service to implement the re-verification xblock
2015-04-07 18:09:53 +05:00
Adam
a8bd6dc32d
Merge pull request #7570 from edx/adam/bulk-email-changes
...
use different queue for smaller emails (TNL-1591)
2015-04-06 10:01:51 -04:00
Adam Palay
c2e5bd3d98
use different queue for smaller emails (TNL-1591)
2015-04-06 08:13:55 -04:00
Greg Price
7ee640412c
Merge pull request #7588 from edx/gprice/debug-toolbar-order
...
Move debug toolbar to end of devstack middleware
2015-04-03 14:39:59 -04:00
Greg Price
8936224437
Move debug toolbar to end of devstack middleware
...
The django debug toolbar circumvents other middleware with process_view
functions, so it needs to go at the end of our MIDDLEWARE_CLASSES
setting.
https://django-debug-toolbar.readthedocs.org/en/1.3/tips.html#middleware-isn-t-working-correctly
2015-04-03 13:50:57 -04:00
Chris Rodriguez
2b9dafeccb
Correcting heading levels
2015-04-03 13:21:48 -04:00
Marco Morales
e62e6b4c8e
Merge pull request #7562 from edx/marco/dashboard/message-styling-fixes
...
Reverts removed styling rule which broke certificate status message on the course dashboard
2015-04-03 09:39:33 -04:00
Matt Drayer
241133f0ae
Merge pull request #7540 from edx/mattdrayer/SOL-462
...
Add social sharing feature (Twitter, Facebook) to student dashboard
2015-04-03 09:18:36 -04:00
louyihua
0d0d1a0ccd
Ignore pylint error 7610 (translation-of-non-string) on where it is intended to do
...
As some i18n features need ```ugettext``` or its shorcut ```_``` to be called on a non-string-literal, so the pylint check of ```translation-of-non-string``` should be explicitly disabled in such situations.
2015-04-03 11:59:53 +08:00
Marco Morales
ebdcc3bb6a
Add social sharing feature (Twitter, Facebook) to student dashboard
2015-04-02 23:05:13 -04:00
Nimisha Asthagiri
58afd8a7c7
Merge pull request #7541 from edx/mobile/import_fix_course_id
...
MA-410 Update video_module import to use target course_id.
2015-04-02 19:56:04 -04:00
Adam
9ad4b71688
Merge pull request #7572 from edx/release
...
Release
2015-04-02 17:24:50 -04:00
Jesse Zoldak
5b93992ecb
Fix trailing whitespace issues
2015-04-02 16:32:22 -04:00
Mark Hoeber
d7eb8cf7e4
Merge pull request #7309 from edx/markhoeber-doc1748
...
Platform APIs Doc
2015-04-02 14:47:10 -04:00
Marco Morales
45b4052860
added clearfix rule back in that was mistakenly removed in earlier styling cleanup
2015-04-02 13:43:27 -04:00
Awais Jibran
037a189828
Merge pull request #7555 from awaisdar001/aj/tnl382-fix-lms-progress-page-invalid-url
...
Fixed invalid URL in progress page.
2015-04-02 22:14:18 +05:00
Nimisha Asthagiri
7e1104c421
MA-410 Update video_module import to use target course_id.
2015-04-02 11:38:01 -04:00
Will Daly
464bcf336e
Show certificates for all verified modes
2015-04-02 11:21:54 -04:00
Waheed Ahmed
62a515f038
Fixed static pages removed on import for split course.
...
PLAT-484
2015-04-02 20:14:46 +05:00
Awais Qureshi
4db1753e57
Merge pull request #7530 from edx/aamir-khan/ECOM-912-in-course-reverification
...
Aamir khan/ecom 912 in course reverification
2015-04-02 19:05:08 +05:00
Waheed Ahmed
d9b685d5df
Fixed beta tester functionality for ora problems.
...
TNL-1736
2015-04-02 16:51:58 +05:00
Awais Jibran
13e2ecee18
Code refector: Using replaced 'to_deprecated_string' with 'unicode'
2015-04-02 15:30:24 +05:00
Awais
1d8b0e3e89
ECOM-1205-adding models and tests
2015-04-02 14:55:41 +05:00
Mark Hoeber
b78f25c8d1
Platform API Documentation
2015-04-01 16:04:50 -04:00
Will Daly
bedba6a600
Merge pull request #7529 from edx/will/cors-iframe-proxy
...
Add proxy to allow IE9 to make xdomain requests
2015-04-01 14:18:42 -04:00
MAC
973e3d0306
Fixed invalid URL in progress page.
...
TNL-382
2015-04-01 20:33:35 +05:00
Will Daly
fcc5b1e347
Add proxy to allow IE9 to make xdomain requests
...
Adds an /xdomain_proxy.html endpoint that serves
the proxy file from the xdomain library. This
allows IE9 users to iframe in the proxy page
to simulate a cross-domain request with cookies.
2015-04-01 09:16:42 -04:00
Jesse Zoldak
4f8357799d
Merge pull request #7539 from edx/jeskew/vertical_ee_test_fix
...
Remove mocked has_dynamic_children method.
2015-04-01 07:35:51 -04:00
Greg Price
c860f790c2
Merge pull request #7508 from edx/gprice/export-import-val
...
Include VAL data in video module export/import
2015-03-31 20:28:31 -04:00
Greg Price
cfcb304885
Include VAL data in video module export/import
...
This is required so that an a video module exported by one Open edX
deployment and imported by another will work correctly if it contains an
edx_video_id but does not populate other URL fields.
JIRA: MA-110
2015-03-31 19:35:06 -04:00
John Eskew
39c0939d7f
Remove mocked has_dynamic_children method - un-needed after vertical
...
block conversion.
2015-03-31 17:58:01 -04:00
Sarina Canelake
c1f3f558f2
Merge pull request #7524 from louyihua/underscore_extraction
...
Fix string extraction error in underscore files
2015-03-31 14:30:44 -04:00
Matt Drayer
cbf336e8e0
Merge pull request #7293 from edx/ziafazal/access-gating-for-entrance-exam
...
Entrance exam gating
2015-03-31 13:38:00 -04:00
louyihua
46342a3f48
Fix string extraction error in underscore files
...
The written style ```interpolate(gettext('some text'), {...}, ...)``` will will cause the string inside gettext() not be extracted.
So a separate line is needed for ```gettext``` when gettext function is directly called inside a call to the interpolate function.
2015-04-01 01:23:36 +08:00
Sarina Canelake
4a4478fd8b
Merge pull request #7526 from delftswa2014/readmes
...
added READMEs for top level directories
2015-03-31 13:16:29 -04:00
Zia Fazal
cc04bb990e
Add new gating logic to restrict users from accessing courseware when an entrance exam is required
...
- added entrance exam check on course info
- staff can by pass gating and added tests
- refined gating logic
- changes after rebasing with Asad's branch
- check ENTRANCE_EXAMS feature is enabled
- updated test to reflect new logic
- catering anonymous user in entrance exam permission
- fixed broken tests
- change after feedback on 16/3
- fix for a broken test
- created new entrance_exams module
- fixed quality error and improved test coverage
- put get_required_content back in milestones helper
- Refactored entrance exams logic
- Refactored tabs logic
- Fixed broken unit test
- changes after feedback from dan-f on 3/27
- removed unnecessary user.is_anonymous check
- Addressed PR feedback
- Addressed commit-specific feedback
- Rework guard clauses
- Add coverage for course info case
2015-03-31 12:12:04 -04:00
Calen Pennington
8f133f6696
Merge pull request #6035 from edx/jeskew/xmodule_to_xblock_vertical
...
Convert Vertical XModule to pure Vertical XBlock.
2015-03-31 11:10:22 -04:00
Matt Drayer
d9611dcd9f
Merge pull request #7382 from edx/mattdrayer/SOL-461
...
mattdrayer/SOL-461: Student dashboard clean-up
2015-03-31 10:53:45 -04:00
Mayank Jain
cf7777a474
added READMEs for top level directories
2015-03-31 16:47:37 +02:00
David Ormsbee
2fea7b4ce5
Merge pull request #7510 from edx/ormsbee/remove_timer_expiration_duration
...
Remove timer_expiration_duration (leftover from Pearson proctored exams)
2015-03-31 10:45:03 -04:00
Calen Pennington
a0bae0c794
Convert VerticalModule/VerticalDescriptor to a pure XBlock: VerticalBlock
2015-03-31 09:43:52 -04:00
Calen Pennington
8341f1b7c8
Move type-checking of position earlier in courseware.views.index
2015-03-31 09:43:52 -04:00
Marco Morales
bd5b0b31a0
Matt - javascript and test changes, Marco - styling feedback from initial reviews
2015-03-31 08:47:17 -04:00
frances botsford
10d58d3644
Merge pull request #7507 from edx/frances/base-gray-a11y
...
Make LMS base gray AA compliant
2015-03-30 17:20:17 -04:00
Calen Pennington
b50876fc32
Make XBlockToXModuleShim use json-init-args to record the XModule constructor to shim to
2015-03-30 16:37:53 -04:00
Calen Pennington
1f17538d42
Clean up tests in preparation for switching Vertical from an XModule to an XBlock
2015-03-30 16:37:53 -04:00
Christine Lytwynec
41d7d52bc6
Merge pull request #7515 from edx/clytwynec/lms-onload-beacon
...
Fix code comment showing in rendered page
2015-03-30 10:03:22 -04:00
Christine Lytwynec
b33edbc060
Fix code comment showing in rendered page
2015-03-30 09:05:28 -04:00
David Ormsbee
91b5521d3a
Remove timer_expiration_duration (leftover from Pearson proctored exams).
2015-03-27 20:54:36 -04:00