David Baumgold
8fbaa66d33
Make courseware licenses show up in Studio XBlock previews
2015-05-18 14:35:40 -04:00
David Baumgold
2159d34128
Added a simple XBlockMixin for courseware licenses
...
This allows course authors to choose between two difference licenses for their
course content: All Rights Reserved, or Creative Commons. In the backend, XBlocks
that wish to allow custom licenses need only inherit from LicenseMixin, which
adds a `license` field as a string.
License information is displayed in the Studio editor view, and just below the
rendered XBlock in the LMS. In addition, if the course block itself has a custom
license set, this license will display just below the main body of the page
on courseware pages.
This entire feature is gated behind the LICENSING feature flag.
2015-05-18 14:34:28 -04:00
Martyn James
20a32a7e4f
Merge pull request #8043 from edx/dcikatic/SOL-487-filter-staff-view-rebase
...
Dcikatic/sol 487 filter staff view (rebase against master)
2015-05-18 10:40:57 -04:00
Ned Batchelder
7c704f3959
Move xmodule_modifiers.py to openedx/core/lib/xblock_utils.py
2015-05-14 16:03:50 -04:00
Davorin Sego
a455d9d50a
SOL-495 Cohort-Aware content search
2015-05-14 14:07:42 -04:00
Adam Palay
8243d934e4
Merge remote-tracking branch 'origin/release' into merge-release-to-master
...
Conflicts:
common/test/acceptance/tests/video/test_video_times.py
2015-05-08 10:23:04 -04:00
Shrhawk
7b53584653
Merge pull request #7621 from edx/shr/bug/TNL-1858-Unable-to-delete-studio-page
...
Delete static_tab for split courses raises 500 error
2015-05-08 15:06:03 +05:00
Syed Hassan Raza
e7aeb92182
update the attrib using dict-->update() function
2015-05-07 14:05:27 -04:00
Adam Palay
afec81b662
prevent overly nesting _field_data (TNL-2050)
2015-05-07 14:05:27 -04:00
Syed Hassan Raza
b7955fab77
Static tab as orphan
2015-05-06 16:18:14 +05:00
Syed Hassan Raza
1175047d12
update the attrib using dict-->update() function
2015-05-04 21:07:40 +05:00
Matt Drayer
c6ecf2551e
Fix for SOL-475 (double exam grader bug)
...
- Remove grader(s) upon deletion of existing entrance exam
- Remove grader(s) upon addition of new entrance exam
2015-04-28 12:49:03 -04:00
Nimisha Asthagiri
c8e0095fbb
MA-668 Mobile Push Notification payload update
...
Support iOS receiving the update even when in the background.
Support Android detecting duplicates.
2015-04-24 17:23:22 -04:00
Nimisha Asthagiri
b124485ed6
MA-611, MA-613 Mobile Push Notification Studio Backend; Integration with Parse
2015-04-18 15:30:19 -04:00
louyihua
7a45d6e471
i18n fix in studio
...
1. Fix the broken `gettext()` call in `courde_detail.js`
2. Change the string to avoid Transifex misunderstand the pattern '% o' in `checklist.underscore`.
3. Embed the `{filename}` part inside the string in `transcripts-choose.underscore` to provide better i18n flexibililty.
4. Remove all the call of `gettext()` and `${_()}` inside the `mock` directory to aovid mis-extraction by pybabel. (It seems that the `mock` directory is soly used in test? So the strings in this directory need not to be extracted and translated?)
5. The unicode char `\u2014` will trigger a bug inside pybabel which makes the extracted string untranslatable, so remove this char.
2015-04-13 19:00:52 +08:00
Davorin Sego
e37a98d1be
Indexing moved to celery task. Reorganised indexing to always allow for full course reindex. Indexing code no longer needs to be in common, because it is triggered by signal instead of being called.g
2015-04-10 14:30:19 -04:00
Christine Lytwynec
05a8e23d57
Merge pull request #7633 from edx/release
...
Release
2015-04-08 15:40:45 -04:00
Syed Hassan Raza
825aaed67f
Split course's assests can access through '/' in asset url
2015-04-08 11:22:25 -04:00
louyihua
297d94a38b
Make some strings i18n
2015-04-07 12:56:03 +08:00
Kelketek
5795ba3faf
Merge pull request #7482 from open-craft/fix_duplicate_rcb
...
Fix duplication of Randomized Content Blocks
2015-04-03 12:50:09 -05:00
Nimisha Asthagiri
a204cacd74
Merge pull request #7561 from edx/mobile/PLAT-520
...
PLAT-520 Fix Asset store import of null values.
2015-04-03 12:46:21 -04:00
Nimisha Asthagiri
d9d4a007b9
PLAT-520 Fix Asset store import of null values
2015-04-03 11:39:51 -04:00
Sarina Canelake
40dc37dd0f
Merge pull request #7563 from louyihua/translation_fix
...
Ignore pylint error 7610 (translation-of-non-string) on where it is intended
2015-04-03 08:47:36 -04:00
Awais Jibran
4ec713e968
Merge pull request #7554 from awaisdar001/aj/tnl473-fix-studio-container-bad-url
...
Fixed invalid `usage key` errors which previously throw 500.
2015-04-03 10:30:41 +05: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
Jonathan Piacenti
fa95d323c6
Tested version handling, modified modulestore when it didn't work.
2015-04-02 21:41:27 +00:00
Jonathan Piacenti
51905f0cd5
Addressed notes for RCB duplication, removed management buttons from RCB container
2015-04-02 18:26:04 +00:00
Jonathan Piacenti
a6c00635b2
Fix issues with overrides on duplicated RCBs.
2015-04-02 18:23:28 +00:00
Greg Price
eafd12d8de
Add "Imported" state to Studio video upload page
...
Imported VAL videos get the value "imported" for their status. We
considered not including imported videos on the upload page but have
instead decided to include them, so it is necessary to have a display
string for the imported status value.
2015-04-01 12:25:07 -04:00
Awais Jibran
5ad56d7a98
Used unicode for usage key.
2015-04-01 20:17:23 +05:00
Awais Jibran
e5d250bf50
Fixed invalid usage key errors which previously throw 500.
...
TNL-473
2015-04-01 16:13:30 +05: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
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
Eugeny Kolpakov
dadc78aabd
Merge pull request #7336 from open-craft/eugeny/course-team-to-backbone
...
Unified Course Team and Library Users page. Converted both to Backbone.
2015-03-24 17:06:38 +03:00
E. Kolpakov
9a56b800ee
Unified Course Team and Library Users page. Converted both to Backbone.
...
Converted lettuce Course Team page tests to bok choy
2015-03-24 12:09:19 +03: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
Dino Cikatic
2117d168a4
SOL-217 Adding basic analytics events logging for courseware search and index
2015-03-19 21:52:23 +00:00
Ned Batchelder
6ac1b82bb2
Merge pull request #7356 from edx/ned/fix-or-remove-teardown
...
Fix or remove tearDown methods that don't use super.
2015-03-18 17:36:17 -04:00
Jonathan Piacenti
568acb56b0
Library setting for show/hide children previews + client-side code to toggle it.
2015-03-18 08:59:58 -05:00
Ned Batchelder
81d17c516e
Fix or remove tearDown methods that don't use super.
...
Update edx-lint to the version that checks if tearDown uses super.
Convert a number of tearDown methods into addCleanup.
Remove some unneeded tearDown methods: no need to call patch.stopall if
none of them were started with patch.start.
2015-03-17 15:14:52 -04:00
Calen Pennington
de23d6defe
Clear cached children when binding an XModuleDescriptor/XBlock to a particular user
2015-03-17 10:55:06 -04:00
Ned Batchelder
7d799e34f3
Remove unused imports
2015-03-17 07:10:31 -04:00
Ned Batchelder
a8da7946b3
Simple capitalization fix
2015-03-14 19:43:43 -04:00
Kelketek
a7e1f9caf3
Merge pull request #7301 from open-craft/course-import-page-fix
...
Replace broken logic in import template with working logic in view.
2015-03-12 18:15:32 -05:00
Jonathan Piacenti
8c920b469c
Replace broken logic in import template with working logic in view.
2015-03-12 20:13:47 +00:00
Matt Drayer
cd05391335
Cleaned up milestones API references
2015-03-12 15:58:21 -04:00
Greg Price
f0322b9662
Merge branch 'release'
2015-03-11 11:14:48 -04:00