Andy Armstrong
fb19d32815
Don't package or optimize assets on devstack
2015-09-03 13:28:26 -04:00
Albert Liang
46434582c8
Deactivate HTTPS on dev and devstack
...
When running locally, XBlocks which access third-party software no longer
cause server errors.
Because devstack inherits from aws, the HTTPS flag was implicitly set to 'on'.
This meant that XBlocks attempted to use SSL when dealing with third-party
components like LTI. Since SSL is not enabled on devstack, this caused server
errors whenever these features ran.
2015-07-30 13:22:33 -07:00
Marko Jevtic
d09bfa5e99
Fixed misordered settings for devstack environment
2015-07-07 12:01:12 +02:00
Andy Armstrong
1689004189
Create a common paginated list view
...
TNL-2384
Refactored Studio's PagingView to use RequireJS Text and moved it
to common so that it can also be used by LMS.
2015-06-15 13:51:09 -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
Sarina Canelake
7d96174f6b
Fully enable licensing on devstack
2015-05-21 18:50:47 -04:00
David Baumgold
a3887e951c
Courseware license (Creative Commons): FED
...
Use native checkboxes for courseware license options
In Studio settings editor for video module, don't show license if feature-flagged off
Don't let Scope.contents fields leak to Studio editor
JS gettext() must all be on the same line for i18n
Add docstrings for bok-choy tests
Remove LicenseMixin from HTMLDescriptor
Responding to UX review feedback
Add aria-pressed attribute
Use https links instead of protocol-relative links for links to creativecommons.org
Remove license from course outline page in Studio
2015-05-18 14:36:04 -04: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
Calen Pennington
8e93c1891f
Merge pull request #6016 from cpennington/django-toolbar-upgrade
...
Upgrade django-debug-toolbar to 1.2.2
2015-02-27 10:39:32 -05:00
Braden MacDonald
88747024b5
Upgrade django-debug-toolbar to 1.2.2
...
This is compatible with Django > 1.5, and allows us to re-enable the ProfilingDebugPanel
2015-02-26 15:57:03 -05:00
Daniel Friedman
fa968c6218
Backport dummy SECRET_KEYs from django 1.5 upgrade
2015-02-26 11:54:37 -05:00
cahrens
0d2969909f
Enable course reruns by default.
...
TNL-1380
2015-02-11 17:16:52 -05:00
Davorin Sego
e09d47b122
Courseware Search integration
2015-01-28 21:34:58 -05:00
Will Daly
b467ae8cde
Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"
...
This reverts commit b8184d188f .
2015-01-28 17:26:46 -05:00
Will Daly
b8184d188f
Add RequireJS and RequireJS Optimizer configuration to the LMS
...
[second attempt which addresses bug building Studio]
2015-01-27 17:56:29 -05:00
Will Daly
1f2b155746
Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"
...
This reverts commit 1d6fceda50 .
2015-01-21 17:13:27 -05:00
Will Daly
1d6fceda50
Add RequireJS and RequireJS Optimizer configuration to the LMS
...
Respond to review comments:
- Rename build and config files for consistency between lms/studio.
- Fix merge conflicts with lms require config.
- Devstack uses optimized pipeline to skip require JS optimizer step
- Add tests for render_require_js_path_overrides
2015-01-20 14:27:23 -05:00
Matt Drayer
3c669e3838
New feature contribution: Entrance Exams
2015-01-15 20:35:24 -05:00
Sarina Canelake
e15d4aea71
s/pylint: disable=F0401/pylint: disable=import-error/
2014-12-01 11:22:10 -05:00
stv
cb894cf35e
Fix PEP8: E261 at least two spaces before inline comment
2014-11-10 19:31:09 -08:00
Ben McMorran
b6d9ef3ed7
More PEP8/pylint cleanup
2014-08-21 12:11:29 -04:00
Mat Peterson
0088978281
Set GlobalStaff permissions on reruns
2014-08-21 12:09:13 -04:00
Mathew Peterson
9f8f64cffe
Course Reruns UI
...
Studio: adding course re-run-centric static template rendering
* initial HTML for dashboard states
* initial HTML for new course re-run view/form
* initial HTML placeholder for outline alert UI
Conflicts:
cms/templates/index.html
Studio: adding styling for course re-run-centric views
* adding new view/page mast-wizard type
* refactoring create course/element form styling
* adding course re-run view specific styling
* adding courses processing styling (w/ alerts and status)
Course rerun server-side updates: support display_name and DuplicateCourseError.
Studio: further design revisions and tweaks from feedback
* removing new window attribute from re-run control
* removing links from processing courses
* revising look/feel of dismiss action on dashboard + alert
* correcting font-weight of dashboard processing title
* adding extra space to course rerun action on dashboard
* re-wording secondary cancel action on rerun view
Conflicts:
cms/templates/index.html
Added interation on unsucceeded courses in dashboard
Studio: removing 'rel=external' property from course re-run actions
Studio: removing hover styles for processing courses
Fixed value bug in split and set course listing to display run
moved task.py for rerun
2014-08-21 12:09:12 -04:00
Nimisha Asthagiri
7503cc2473
reverting back to migrating the settings in the env files
2014-07-14 11:59:40 -04:00
Chris Rossi
db8b33d04d
Use path already created by ansible.
2014-05-16 16:37:39 -04:00
Chris Rossi
42e8e3068e
Use local storage instead of S3 for uploads in devstack.
2014-05-16 16:37:39 -04:00
Sébastien Hinderer
ec31a42637
CMS: debug toolbar should be displayed on dev stack.
...
In Studio, the debug tool bar did not appear as in LMS.
2014-05-13 10:30:59 -04:00
Will Daly
12d32489fe
Enable advanced components by default in devstack
2014-03-10 18:52:03 -04:00
David Baumgold
549fbe4815
Rollback Django Debug Toolbar from 1.0.1 to 0.9.4
...
Due to issues with require.js and the latest version of the toolbar.
Also included a note in the requirements file explaining the situation, and what
needs to happen before this can be upgrade properly.
2014-02-19 11:41:12 -05:00
Dave St.Germain
3d08bfd208
Fixes devstack settings to work with new version of debug toolbar
2014-02-18 14:50:36 -05:00
yarko
5c1ffd745a
fix partial work done for changes in django-debug-toolbar-1.0.1
...
add trailing comma, restore uncommented state of Mongo panel
2014-02-10 15:38:25 -05:00
Adam Palay
981a7f9479
Revert django-debug-toolbar related updates on master, set version to 0.9.4
...
(STUD-1201)
Revert "Specific django-toolbar version (stable released) and update the panels in dev envs"
This reverts commit a465b082da .
Revert "Updated settings for devstack django debug toolbar"
This reverts commit 30199e8a61 .
2014-01-17 14:17:38 -05:00
Will Daly
30199e8a61
Updated settings for devstack django debug toolbar
2014-01-16 18:53:11 -05:00
David Baumgold
f3f4af8087
settings.MITX_FEATURES => settings.FEATURES
2013-12-03 15:34:55 -05:00
Will Daly
17e54a8a07
Added LMS_BASE to devstack settings to enable View Live in Studio
2013-11-23 10:42:12 -05:00
Will Daly
e6f0203aab
Silence noisy loggers in the devstack
2013-11-13 10:52:03 -05:00
Will Daly
b7dab70628
Added devstack settings
...
Fixed pep8/pylint violations
Added email feature flags; use full names for pylint disables
2013-11-12 13:48:29 -05:00