Bill DeRusha
e63f0f922c
Merge pull request #10984 from edx/bderusha/studio-audit-cert
...
Disable certificate template creation for audit only courses
2015-12-17 14:53:40 -05:00
Sarina Canelake
2bc7b954ab
Remove the graphical slider tool
2015-12-17 13:24:00 -05:00
Bill DeRusha
08d1268c28
Disable cert generation for audit only courses
2015-12-17 13:23:38 -05:00
Muhammad Shoaib
788cece45e
PHX-161
...
- added the new field review_rules for software secure
- added a new tab name "Additional Settings" for the proctored/timed exams
2015-12-15 14:27:29 -05:00
Sarina Canelake
27cb3080c2
Remove final CMS references to 'peergrading' and 'combinedopenended'
2015-12-11 15:07:10 -05:00
Sarina Canelake
c450145f7b
Update CMS Contentstore tests to not use ORA1 examples
2015-12-11 15:05:01 -05:00
Sarina Canelake
ade863e994
Remove CMS Course Checklists feature
2015-12-11 10:32:14 -05:00
Zia Fazal
2cb2233dde
initial change set. add org autocomplete
...
added unit tests and fixed JS tests
added bok choy tests
fixed broken botchoy tests
fixed course discovery broken test
removed monkey patch at class level
changes after feedback from matte
2015-12-11 18:39:55 +05:00
Feanil Patel
e2b02137a5
Merge pull request #10927 from edx/feanil/fix_delete_command
...
Fix the delete course management command.
2015-12-10 12:24:05 -05:00
Feanil Patel
a4006c8604
Add another test and fix existing tests.
2015-12-10 11:12:53 -05:00
Feanil Patel
07f015bb57
Fix the management command.
2015-12-10 08:29:33 -05:00
Ned Batchelder
43ac38aa87
Add autospec to all mocks
2015-12-09 09:44:22 -05:00
Renzo Lucioni
3c01ed44d0
Include auth URL data attribute in the programs authoring template
...
The authoring app requests JWTs from this endpoint.
2015-12-08 13:33:20 -05:00
jsa
2fbfcfd2ff
Implement an endpoint to get id_tokens for programs.
...
ECOM-2440
2015-12-07 12:52:00 -05:00
Nimisha Asthagiri
4a530690e1
Remove unused "has_cert_config" field on CourseDetails.
2015-12-04 16:03:06 -05:00
Nimisha Asthagiri
d6ced072c4
Refactor CourseDetails
2015-12-04 16:03:05 -05:00
Nimisha Asthagiri
d170c92f3b
Refactor course_image_url
2015-12-04 11:25:40 -05:00
Peter Fogg
1ba1c213d5
Fix broken certificates-related tests.
2015-12-03 16:30:05 -05:00
Peter Fogg
8b97ca1b24
Merge pull request #10802 from edx/feature/remove-honor-code-certs
...
Remove default honor code.
2015-12-03 14:55:30 -05:00
Renzo Lucioni
1cee9a0dcd
Merge pull request #10714 from edx/renzo/programs-authoring-page
...
Add a Studio view and template to host the Programs authoring app
2015-12-03 12:12:23 -05:00
Renzo Lucioni
e2833d8fc6
Add a Studio view and template to host the Programs authoring app
...
The Programs authoring app is a Backbone SPA maintained in a separate repository. The app handles its own routing and provides a UI which can be used to create and publish new Programs (e.g, XSeries). ECOM-2598.
2015-12-03 10:47:12 -05:00
Adam Palay
72e7ac5d4c
do orphan deletion in a bulk operation (SUST-21)
2015-12-02 13:33:59 -05:00
Zia Fazal
46150800c0
Merge pull request #10737 from edx/ziafazal/SOL-1433
...
SOL-1433:remove audit course mode
2015-11-26 13:46:33 +05:00
Renzo Lucioni
70d57327eb
Add Programs tab to Studio
...
Extends the Programs ConfigurationModel, cleans up Programs-related utilities and corresponding tests, and corrects caching. Uses the Programs API to list programs within Studio. ECOM-2769.
2015-11-25 14:56:50 -05:00
Peter Fogg
497622d4b4
Switch default course mode to 'audit'.
...
ECOM-2972
2015-11-25 11:22:29 -05:00
Zia Fazal
aa529fe0b6
remove audit course mode
...
removed print statement
2015-11-25 17:58:30 +05:00
Ned Batchelder
0872732cf0
Fix pylint C7630 (literal used as attribute) violations
...
There's no need to use a string literal in setattr, delattr, or the
two-argument form of getattr.
2015-11-23 15:32:54 -05:00
Ned Batchelder
f5d0f3ff55
Remove useless pylint suppressions
2015-11-22 07:41:19 -05:00
Kevin Falcone
24d72883b2
Merge pull request #10684 from edx/jibsheet/force_publish-arg-parsing
...
Jibsheet/force publish arg parsing
2015-11-20 11:00:31 -05:00
Kevin Falcone
149df9b22f
Django 1.8 disallows access to args[]
...
https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/
You need to declare and do proper argument parsing. --commit is also
more natural than a bare 'commit' on the end of a command.
Switch from calling handle() directly to call_command().
call_command() simulates using the management command so is a better
test of the command line interface.
2015-11-19 21:39:53 -05:00
Kevin Falcone
daf4db8647
Update --commit flag so you don't have to say --commit=commit
...
With the 1.8 upgrade, we stopped using 'manage.py cms command commit'
and switched to --commit because we no longer directly access args[]
https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/
When this command was updated, it was switched to --commit=commit, but
using store_true allows a much more natural --commit syntax.
2015-11-19 15:26:28 -05:00
muhammad-ammar
8d5f153201
Merge remote-tracking branch 'origin/release' into dj18-release-merge
...
Conflicts:
common/djangoapps/util/testing.py
lms/djangoapps/instructor/views/api.py
lms/djangoapps/teams/tests/test_views.py
openedx/core/djangoapps/programs/models.py
openedx/core/djangoapps/user_api/accounts/tests/test_views.py
requirements/edx/github.txt
2015-11-18 17:53:44 +05:00
Usman Khalid
6cb62f2697
Rebase upgrade Django to v1.8.5
...
Please note that this is a squshed commit and the work of:
Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
2015-11-10 15:00:19 -05:00
Matt Drayer
fab6e00313
Merge pull request #10417 from edx/ziafazal/SOL-1358
...
ziafazal/SOL-1358: enabled web certs by default for all new courses
2015-11-10 10:56:13 -05:00
Zia Fazal
cbc57aae6b
enabled web certs by default
...
changing default value instead of setting it via fields
fixed broken test
fixed quality violation
following another approach
2015-11-10 18:51:14 +05:00
Syed Hasan raza
40847db72c
Merge pull request #10153 from edx/shr/bug/PLAT-875-Courses_Appear_in_search_after_deletion
...
Delete course entry from CourseAboutSearchIndex
2015-11-10 14:30:57 +05:00
Syed Hassan Raza
3102788bd1
Delete course entry from CourseAboutSearchIndex
2015-11-07 18:27:09 +05:00
Robert Raposa
3682fac832
Add json escaping to Studio
...
Make escaping for json simpler and more consistent in Mako templates
- add escape_json_dumps to escape and json.dumps
- add escape_js_str to escape javascript string
- refactor Studio to use escape_json_dumps in Mako templates
TNL-2646: Escape json.dumps
2015-11-04 13:34:42 -05:00
Robert Raposa
0964bf280f
Remove unused method subsection_handler
...
Removing this particular call to json.dumps was done by removing
the complete method subsection_handler which is no longer
used. The template edit_subsection.html had already been removed.
TNL-2646 Escape json
2015-11-04 13:34:42 -05:00
Robert Raposa
44bd65293a
Escape json for Studio advanced settings
...
- Resolve SEC-27 by escaping course name in advanced settings
- Add escape_json_dumps to simplify escaping json in Mako templates
SEC-27: XSS/JS Error in Advanced Settings with invalid course name
2015-11-03 10:38:39 -05:00
Qubad786
36fe97c6c8
Bug fix: Added test cases and updated course info and index view with exception handling
...
TNL-3643
2015-11-03 12:43:47 +05:00
Matt Drayer
b900221ca4
Merge pull request #10394 from edx/asadiqbal08/SOL-1292
...
asadiqbal08/SOL-1292 Entrance Exam is not imported with an imported course
2015-11-02 10:14:47 -05:00
asadiqbal
bf0affc25d
SOL-1292
2015-11-02 14:33:12 +05:00
chrisndodge
7868067879
Merge pull request #9744 from edx/cdodge/timed-exams
...
Timed Exams
2015-10-30 11:03:59 -04:00
Muhammad Shoaib
9476898df0
Add Timed Exams as a feature to edx-platform
2015-10-30 08:44:33 -04:00
David Ormsbee
87ded08d49
Merge pull request #10389 from edx/mobile/handler-url
...
Changes to handler URL generation
2015-10-29 11:39:35 -04:00
Peter Fogg
505b2aa4d9
Disable setting course pacing during course run.
...
Also adds improved styling for course pacing settings, and unit tests
around query counts for self-paced courses.
ECOM-2650
2015-10-28 16:44:36 -04:00
Peter Fogg
5ffa06bed1
Responding to review comments.
2015-10-28 16:44:36 -04:00
Peter Fogg
7f673604fb
Allow setting self-paced on schedule & details page.
...
Currently unstyled.
ECOM-2462
2015-10-28 14:33:11 -04:00
Peter Fogg
9d88bef117
Allow setting self_paced through course details endpoint.
...
ECOM-2489
2015-10-28 14:33:11 -04:00