Sarina Canelake
cb252c3123
Merge pull request #10275 from edx/frances/capa-problem-status-fix
...
Fix for problem status feedback spacing and partial credit hint
2015-10-22 11:38:38 -04:00
cahrens
05cae8c684
Deprecate end_of_course_survey_url until it can be removed.
2015-10-21 10:36:13 -04:00
Ned Batchelder
322ca34b20
Remove pylint pragmas from "class Meta"
...
Also remove useless docstrings where they were added to keep pylint
quiet.
2015-10-21 07:37:00 -04:00
Matt Drayer
1eab25f292
mattdrayer/increment-edx-lint: Bump to v0.2.9 and address pylint/pep8 violations
...
* Fix paver violations to stablize edx-lint update
* Parens, Line2Long
* Fix missing docstrings
* Fix PEP8 issues
* Address PR feedback (thanks @nedbat!)
2015-10-19 10:11:59 -04:00
stv
ca99606f9f
Remove unused specs
...
These have been commented-out for more than 2 and a half years;
I can't think of a legitimate reason for keeping them around at this
point.
These were originally commented out here in
4740965413
2015-10-18 04:39:25 -04:00
Frances Botsford
c5a197eb99
possible fix for problem status feedback spacing and partial credit hint
2015-10-15 12:50:22 -04:00
Awais Jibran
2813b1269e
Published orphans in split breaks preview button in Studio
2015-10-12 15:00:49 +05:00
cahrens
5c12890da5
Delete old, unused version of MathJax.
...
This version was from 2012.
2015-10-09 15:24:15 -04:00
Calen Pennington
624bc9a734
Merge pull request #9911 from cpennington/fix-plat-858
...
Delete DIRECT_ONLY_CATEGORIES from both draft and published branches by default
2015-10-07 14:41:40 -04:00
Waheed Ahmed
2dd26a8d60
Fixed split get_courses.
...
PLAT-747
2015-10-07 16:39:53 +05:00
Calen Pennington
f8f9b91c16
Make unpublish raise the same errors in split and old-mongo when asked to unpublish a DIRECT_ONLY_CATEGORY
2015-10-06 16:54:34 -04:00
Calen Pennington
e65730b9d2
Rationalize all cases around direct-only categories (both as blocks and parents) and delete
2015-10-06 16:54:34 -04:00
Calen Pennington
ac507c3d22
Upgrade AboutItemSemantics test to verify for all direct-only categories
2015-10-02 12:51:50 -04:00
Calen Pennington
a7c7ceb975
Use super(...) to call delete_item from split_draft.py
2015-10-02 12:51:50 -04:00
Calen Pennington
f19605af1a
Use a clearer error message when split is unable to delete an XBlock
2015-10-02 12:51:50 -04:00
Calen Pennington
6da7bff185
Allow test_mixed_modulestore to be run without django setup
2015-10-02 12:51:49 -04:00
Calen Pennington
92eadf1afb
Delete DIRECT_ONLY_CATEGORIES from published and draft branches.
...
This fixes https://openedx.atlassian.net/browse/PLAT-858 .
2015-10-02 12:51:49 -04:00
Calen Pennington
1f7082ebfe
Add a test of the semantics of About items
...
These are XBlocks that are detached (not part of the course content hierarchy),
and are also DIRECT_ONLY_CATEGORIES (meaning they are always autopublished).
https://openedx.atlassian.net/browse/PLAT-858 identifies a bug
where an About item isn't correctly deleted in SplitDraft, and this test
reproduces that case.
2015-10-02 12:51:40 -04:00
Dustin Gadal
dfc0a35799
Fix import error
...
See also:
https://github.com/edx/edx-platform/pull/9969
I'm not at a linux box to do a rebase from the command line, so I'm creating a new PR.
2015-10-01 22:33:39 -04:00
Calen Pennington
8267a762c0
Move *ModuleStoreBuilders into xmodule.modulestore.tests.utils
2015-10-01 16:52:39 -04:00
David Baumgold
69bc10235e
Merge remote-tracking branch 'remotes/origin/release' into release-2015-10-01-resolve-merge-conflicts
2015-10-01 15:28:55 -04:00
Mushtaq Ali
11741f118f
'force_publish' command for publishing a course forcefully by making the published branch point to the same structure as the draft branch. add force_publish functionality to split courses.
2015-10-01 15:46:37 +05:00
Syed Hassan Raza
42662426c3
Revert "prevent delete public oprhans"
...
This reverts commit 3849a8fa81 .
2015-09-30 13:40:22 -07:00
Adam
e8b1608f16
Revert "Fix Mathjax rendering bug"
2015-09-29 09:26:59 -04:00
Syed Hasan raza
d570866c69
Merge pull request #9432 from edx/shr/bug/PLAT-799-prevent-published-orphan-creation
...
Prevent publish orphans
2015-09-28 02:16:25 -07:00
Jesse Zoldak
1aa181c90a
Update sinon to version 1.17.0
2015-09-24 10:55:48 -04:00
Ned Batchelder
45176c7254
Merge pull request #9868 from louyihua/i18n_fix
...
i18n fix
2015-09-24 10:23:58 -04:00
Matt Drayer
e51c4f23d3
Merge pull request #9822 from edx/saleem-latif/SOL-565
...
saleem-latif/SOL-565
2015-09-24 10:19:43 -04:00
louyihua
66678c103f
i18n fix
...
1. Add missing '_()' in capa_base.py & video_xfields.py
2. Fix a bug in instructor_dashboard.py that causes crash when ANALYTICS_DASHBOARD_NAME contains non-ascii characters.
3. Workaround for mis-extractions inside .underscore files when using gettext along with interpolate.
2015-09-24 13:02:12 +08:00
Syed Hassan Raza
3849a8fa81
prevent delete public oprhans
2015-09-23 05:53:42 -07:00
Saleem Latif
05a72486f3
date format "Monday at 3pm UTC" added for courses starting with-in 5 days
2015-09-23 12:17:08 +05:00
Colin-Fredericks
350387c0a9
TNL-3197 Partial Credit (not Dropdown)
...
Updated templates
Updating responsetype tests.
Updating other tests for PC
Putting OptionInput back the way it was.
Acceptance tests for partial credit
Testing tools
pep8
scss name fix
Missing }
icon fix
icon fix
2015-09-22 13:20:39 -04:00
Mike Bifulco
13c6550aea
fix label for check/final check
...
This label hadn't been updated to change its message depending on whether students were on their "final" submission attempt.
2015-09-21 12:12:49 -04:00
David Baumgold
03aeae4bd7
Merge pull request #8271 from edx/sass-theming
...
Comprehensive Theming
2015-09-21 10:55:18 -04:00
Sarina Canelake
94b73dc921
Remove blank lines from tooltip display
2015-09-21 09:29:24 -04:00
Sarina Canelake
eb2be53876
Merge pull request #9639 from jolyonb/feqtext
...
Adding trailing_text to formulaequationinput
2015-09-18 14:05:19 -04:00
Brian Talbot
2797ebc0e8
fixup! simplifying needed sass assets for xmodule sass compilation
2015-09-18 12:32:31 -04:00
muhammad-ammar
6a5ce5d544
Upgrade factory_boy
...
TNL-3179
2015-09-18 18:02:38 +05:00
Kevin Falcone
81abdbe81b
Merge pull request #9819 from edx/release
...
Release
2015-09-17 21:30:48 -04:00
Ned Batchelder
027a571957
Import the correct scss files for xmodule styling
2015-09-17 17:22:51 -04:00
Brian Talbot
b815a86e8a
Comprehensive Theming: re-organizing/minor simplifying of existing LMS Sass variables
2015-09-17 15:40:32 -04:00
Ned Batchelder
c0856232e1
Use sass interpolation instead of concatenation for -path
2015-09-17 15:39:04 -04:00
David Baumgold
6ebf2515f4
Comprehensive theming
...
This is a squash of 38 commits ending with
5b080f979d692804452400ac5bed9b17c50b001e
2015-09-17 15:39:03 -04:00
Dennis Jen
305f88f646
Merge pull request #9488 from edx/dsjen/courses-via-overview
...
Optimize OpenID Course Claims for users.
2015-09-17 13:35:49 -04:00
Adam Palay
8aa23de55a
add ability to delete published orphans from courses (PLAT-832)
...
fix quality violations
create child parent mapping to avoid potential performance hit when deleting items
2015-09-17 11:52:19 -04:00
Adam Palay
8834bbad90
delete_item should not delete any child that has a parent we do not intend to delete
2015-09-17 11:52:18 -04:00
Dennis Jen
844edac443
Optimize OpenID Course Claims for users.
...
- Course overviews will cache courses upon publish.
- Added management command to warm up cache.
- OAuth2 handler returns courses via course overviews.
2015-09-17 11:29:28 -04:00
John Eskew
7c0663f25e
Merge remote-tracking branch 'origin/release' into jeskew/resolve_issues_with_release
2015-09-16 15:58:08 -04:00
Adam Palay
cf71f48589
update_course_index should be passed a course key as a kwarg
2015-09-15 17:16:51 -04:00
Mushtaq Ali
4f6a1fe766
Merge pull request #9760 from edx/mushtaq/tnl3252-fix-mathjax-rendering
...
Fix Mathjax rendering bug
2015-09-15 23:49:37 +05:00