Diana Huang
dae137feaa
Convert all tabs to the new plugin framework.
2015-06-02 15:05:16 -04:00
Andy Armstrong
94e1c42314
Add extensible course view types for edX platform
2015-06-02 13:12:40 -04:00
Awais Jibran
a2fc4bd216
Overall Grade Range in Grading does not show consistant view when grades are removed
...
TNL2159
2015-06-02 20:15:19 +05:00
Ned Batchelder
cc5c1001d1
Fix simplifiable-range pylint warnings.
2015-06-02 09:47:13 -04:00
Matt Drayer
af7277cdd9
New Feature: Certificates Web View
...
- SOL-465: Initial implementation of certificates web view and signatories (names/titles)
- SOL-718 Close button is working properly
- SOL-801 Backbone Signatories Modeling
- SOL-803 Underscore template: Editor (Add)
- SOL-802 Signatories: Underscore template - Details
- SOL-804 Signatories: Underscore template: Editor (Edit)
- Add signatory delete Django view
- SOL-805 Signatory editor (Delete)
- Add Coffeescript router
- SOL-716 Jasmine Tests
- Added missing minified JS library
- client side validation of signatory fields
- SOL-390 signatories names
- Remove obsolete extends Sass files
- input maxlength limiting for signatory information
- SOL-389: Course title override
- SOL-466: Add capability to upload digitized signatures in Studio
- ziafazal: fixed css for upload signature image
- ziafazal: completed deletion of signature images
- UX-1741: Add initial static rendering/styling for Open edX web certs
* creating new global static dir
* adding static version of edX UX pattern library assets
* adding web certificates static assets
* adding static (+abstracted) web certificates rendering
* creating two tiers of rendering (base + distinguished)
* providing sample assets for certificate rendering
* supporting RTL layouts
* adding certifcates assests to edX static asset pipeline
* temporarily hiding the mozilla open badges share action
* wiring print button to print view/page
* fixup! addressing conflict artifact in valid cert template
* fixup! adding missing %hd-subsection sass extend + components comment clean up
* fixup! correcting pattern library .hd-4 font-weight value
- SOL-468 Linked Student View for Web View Credential
- SOL-467: Add capability to upload organization logos for certificates
- SOL-391 / SOL-387: Signatory related info (assets) in certificates web view
- kelketek: Fixes for static asset collection in certificate HTML view.
- SOL-398 Web View: Public Access
- mattdrayer: Post-merge branch stabilization
- catong: Initial changes to Studio template and Help config file
- ziafazal: Branch stabilizations
- SOL-387: Display organization logo on LMS web view
- talbs/mattdrayer: Branch Stabilizations
- talbs: converting backpack action to use a button HTML element
- talbs: revising placeholder assets + their rendering in cert view
- mattdrayer: Username web view wireup
- SOL-386 Certificate Mode Previews
- SOL-905: Make organization logo and signatory signature uneditable
- SOL-922: Improve test coverage
- SOL-765: Add LinkedIn sharing
- [marco] temporary styling adjustment to account for smaller linkedin share image / fake button
- SOL-921: Address hardcoded template items
- SOL-927: Deleting certificate should delete org logo image also
* updated invalid template
* removed hr
* fix invalid certificate error
- clrux: Add i18n to certificate templates and partials
- mattdrayer: Pylint violations
- SOL-920 Certificate Activation/Deactivation
- mattdrayer: Added LMS support
- SOL-932: Fix preview mode support in certificate view
- SOL-934: Fixed bug reported and broken tests
- SOL-935 removed the 'valid' word from web view title
- talbs: RTL support updates/fixes
* revising certificate type icon/name vertical alignment
* removing unused older certificate template
* revising styling for message/banner actions
* abstracting accomplishment type to use course mode + adding in honor/verified-specific placeholders
- mattdrayer: JSHint violations
2015-06-01 19:48:04 -04:00
Davorin Sego
176b1c8962
Course Discovery - Language Filtering
...
Filter by Language:
Designation for course language(s) in Studio
allows for filtering of courses based on their language in the sidebar
Reuses active filter view UI/IA from find courses page on edx.org
view for clearing individual or all filters, as with edx.org filtering
2015-06-01 10:45:51 +02:00
Kevin Luo
760bda1c58
Allow course creation after deletion at same URL
...
After deleting a course, creating one with the same URL did not
work because its mapping is not removed from the modulestore. This
fix adds a more robust check to see if a course with the URL
actually exists.
2015-05-27 21:04:07 -07:00
Ben Patterson
176770efad
Revert "Enable PyContracts during tests"
...
This reverts commit 4312c0e763 .
2015-05-22 15:05:11 -04:00
Calen Pennington
a2cbd16680
Merge pull request #7789 from cpennington/wrap-csm
...
Wrap access to CSM (inside FieldDataCache) to use the new interface
2015-05-20 16:11:07 -04:00
Calen Pennington
4312c0e763
Enable PyContracts during tests
2015-05-20 15:07:18 -04:00
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
4a8cd270a1
Merge pull request #7988 from edx/shr/bug/PLAT-612-video-component-missing-tests
...
edx-val-Fix VAL error on re-import
2015-05-11 13:25:43 -04:00
Syed Hassan Raza
103fa38860
edx-val-Fix VAL error on re-import
2015-05-11 20:00:55 +05:00
Awais Jibran
5e91c37b4e
Configuration error on course re-run
...
TNL 2098
2015-05-11 16:19:21 +05:00
Adam
58b34e1cc4
Merge pull request #7974 from edx/merge-release-to-master
...
Merge release to master
2015-05-08 14:24:14 -04:00
Martyn James
552c0bc734
Move location identifying strings into index
2015-05-08 11:29:07 -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
Martyn James
fb51c6abd3
Exclude filtering for micorosite orgs
2015-05-07 21:39:07 -04: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
Dino Cikatic
21917461cf
Fixes index function to not index children without published version
2015-05-06 14:46:24 +02:00
Syed Hassan Raza
b7955fab77
Static tab as orphan
2015-05-06 16:18:14 +05:00
Shrhawk
d60b4eed13
Merge pull request #7871 from edx/shr/bug/TNL-2094-6.00.x-export-issue
...
update the attrib using dict-->update() function
2015-05-05 12:08:29 +05:00
Syed Hassan Raza
1175047d12
update the attrib using dict-->update() function
2015-05-04 21:07:40 +05:00
Martyn James
c776272a8f
Merge pull request #7654 from edx/mjames/SOL-280
...
Index course information alongside courseware
2015-04-30 23:27:17 -04:00
Martyn James
b9f1c5db60
Index course information alongside courseware
...
Conflicts:
cms/djangoapps/contentstore/tests/test_courseware_index.py
2015-04-30 16:05:57 -04:00
Ned Batchelder
777be12ada
Add missing __init__.py files
2015-04-30 07:43:08 -04: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
Mark Hoeber
323e466e21
Merge pull request #7579 from edx/sylvia/docs/templateupdates
...
Update component templates, round 1
2015-04-27 20:43:29 -04:00
Mark Hoeber
356b10c271
Update component templates for accessibility and content
2015-04-27 14:45:36 -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
11044ebdf2
MA-614 Mobile Push Notification Studio UI
2015-04-18 15:30:25 -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
Nimisha Asthagiri
a87c881024
MA-612 Mobile Push Notification Studio Django admin setting
2015-04-18 15:30:14 -04:00
E. Kolpakov
d4f85d876b
Removed unnecessary comments
2015-04-17 12:24:37 +03:00
E. Kolpakov
3b348b7d3f
Tests for reindex library management command
2015-04-17 12:20:31 +03:00
E. Kolpakov
4d3750a526
Pylint fixes
2015-04-15 13:32:32 +03:00
E. Kolpakov
26b1e8d821
Made methods with no implementation abstract
2015-04-15 13:30:27 +03:00
E. Kolpakov
0b2b9fe2e8
Added management command to manually reindex libraries
2015-04-15 13:01:05 +03:00
E. Kolpakov
bd8754b0ee
Removed stale test helper method
2015-04-14 16:12:16 +03:00
E. Kolpakov
9bbad95497
Moved library key normalization into library_tools module, fixed library update task test
2015-04-14 14:43:37 +03:00
E. Kolpakov
5737364388
Added library update task test
2015-04-14 12:51:23 +03:00
E. Kolpakov
89443cf5dd
Fixed broken test
2015-04-14 12:43:21 +03:00
E. Kolpakov
77cc80f6b6
Added code to fire library_updated signal when library is updated
2015-04-14 12:41:24 +03:00
E. Kolpakov
bd891c21db
Added setting to enable/disable library indexing + moved is_index_enabled into search indexer classes
...
Added task and signal to fire library reindex
2015-04-14 12:40:05 +03:00