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
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
MAC
973e3d0306
Fixed invalid URL in progress page.
...
TNL-382
2015-04-01 20:33:35 +05: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
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
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
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
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
John Eskew
34adb256a6
Add datadog counters everywhere a "VS[compat]" comment exists.
...
Conflicts:
common/lib/xmodule/xmodule/xml_module.py
2015-03-26 16:18:15 -04:00
christopher lee
e8dfac091b
MA-77 Auto VAL clone course
...
MA-77 Automatically adds the course id to the videos in VAL
when a course is rerun.
2015-03-26 12:36:43 -04:00
christopher lee
3b150da1d7
MA-169 return requested val encoded video profiles
...
MA-169 Mobile api now calls for mobile_low (default), mobile_high,
and youtube profiles instead of only mobile_low.
2015-03-25 15:40:58 -04:00
Matt Drayer
8107f803f5
Merge branch 'release'
2015-03-25 13:38:43 -04:00
Will Daly
735b400998
Login/Registration page can skip track selection.
...
Add querystring param "course_mode" to the login/registration
page so the user can skip track selection.
This supports upcoming changes to the course details page
that allow the user to choose the track when clicking
"enroll", which will replace the functionality of the track
selection page.
2015-03-25 09:15:31 -04:00
Greg Price
0f0ee6a394
Merge pull request #7455 from edx/aleffert/video_web_only
...
Add web-only setting to video module
2015-03-23 15:38:18 -04:00
chrisndodge
4900d7a5ab
Merge pull request #7452 from edx/cdodge/get-courses-filter
...
do the ORG filtering as part of the mongo query. Also, don't trigger met...
2015-03-23 15:07:09 -04:00
Greg Price
438ce5f7a4
Add web-only setting to video module
...
This is needed for courses that license video content where the license
allows only for viewing on the web, not on mobile apps.
JIRA: MA-307
2015-03-23 14:45:17 -04:00
Ned Batchelder
c08ccee45a
Merge pull request #7450 from edx/ned/common-lib-to-openedx-core-lib
...
Move common/lib/*.py to openedx/core/lib so that we can import them.
2015-03-23 14:00:35 -04:00
Stephen Sanchez
798f91ca5a
Merge pull request #7434 from edx/sanchez/track_internal_request_errors
...
XCOM-147: Change error handling to report back internal errors.
2015-03-23 13:26:06 -04:00
Ned Batchelder
a84735057d
Move common/lib/*.py to openedx/core/lib
...
This makes these files importable, and puts them into the new best guess
as to where files should live.
2015-03-23 12:40:24 -04:00
Chris Dodge
b6a333f323
do the ORG filtering as part of the mongo query. Also, don't trigger metadata inheritence calculations when just trying to load 'about' information, which is not tied into the course tree anyhow (i.e. no parent/child relationship)
2015-03-23 12:28:20 -04:00
Stephen Sanchez
c01602f094
Change implementation of improved logging based on new API.
2015-03-23 16:21:05 +00:00
Will Daly
e66409be45
Merge pull request #7444 from edx/will/self-gen-certs-docstring-cleanup
...
Docstring/messaging cleanup in self-generated certs view.
2015-03-23 12:13:53 -04:00
Will Daly
30058b913c
Merge pull request #7425 from edx/clrux/ux-1784-generate-certificates
...
Styling for automatic cert generation on Progress page
2015-03-23 11:23:43 -04:00
Stephen Sanchez
7af1ee3e5f
Change error handling to report back internal errors.
2015-03-23 15:21:45 +00:00
Usman Khalid
6fb48eb159
Merge pull request #6706 from edx/ammar/tnl-181
...
Allow Instructor To Rename Cohorts And Set Cohort Assignment Method.
2015-03-23 19:49:03 +05:00
Chris Rodriguez
f8da29b9cf
Styling for automatic cert generation on Progress page
2015-03-23 10:44:33 -04:00
Usman Khalid
c50f828187
Fixes after rebase.
2015-03-23 19:03:31 +05:00
Will Daly
659535365d
Update error messaging for progress page self-gen certs
...
Clean up docstrings for gen cert POST.
2015-03-23 09:10:39 -04:00
Will Daly
3f2cd706e8
Merge pull request #7437 from edx/will/ecom-1229
...
Course info page no longer creates enrollments.
2015-03-23 08:32:15 -04:00
muzaffaryousaf
e6c75529c0
Cohort discussion topics via UI in instructor dashboard.
...
TNL-1256
2015-03-23 14:28:22 +05:00
Usman Khalid
e07f45b5dd
Removed cohort_config from advanced settings page.
...
TNL-1258
2015-03-23 09:58:25 +05:00
Usman Khalid
d382f569c8
Refactor django_comment_client.utils.prepare_content() to query
...
course cohort settings only once.
TNL-1258
2015-03-23 09:57:07 +05:00
Usman Khalid
d59be9949e
Use cohort settings from CourseCohortSettings.
...
TNL-1258
2015-03-23 09:43:00 +05:00
muhammad-ammar
9ce66c78fd
Rename Cohort Management to Cohorts
...
Move `Cohorts` section after `Membership` section
2015-03-23 09:21:22 +05:00
Muhammad Ammar
3ce494f5c5
Enable/disable cohorts from the instructor dashboard and move cohorts management to its own tab
...
TNL-1268
2015-03-23 09:21:15 +05:00
Ned Batchelder
8a1877f0ad
Merge pull request #7436 from edx/ned/upgrade-pylint
...
Upgrade pylint
2015-03-20 16:34:52 -04:00
Ned Batchelder
f396c11579
Fix unidiomatic type checking
2015-03-20 15:48:54 -04:00
Brian Talbot
c01ab4a824
Merge pull request #7430 from edx/talbs/fix-certs-csspath
...
Certificates: Revising compiled CSS paths to match existing LMS patterns
2015-03-20 15:41:44 -04:00
Will Daly
704e8836f0
Course info page no longer creates enrollments.
...
The course info page was getting-or-creating
a course enrollment with is_active=0. This commit
changes the operation to a "get" so that extra
enrollment records are not created.
2015-03-20 15:22:20 -04:00