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
Calen Pennington
3ba03d79aa
Remove old generated static content that was accidentally checked in
2012-07-24 16:13:59 -04:00
Calen Pennington
3fa636e060
Move module javascript into common/lib/xmodule. Still TODO: run jasmine tests in that directory
2012-07-24 16:13:59 -04:00
Calen Pennington
ab2995fc85
Remove compiled css files
2012-07-16 11:41:18 -04:00
Galen Frechette
94886643b0
gets app completly uptodate with prototype
2012-06-20 14:37:37 -04:00
Calen Pennington
5ba03130aa
Moving LMS code into subdirectory
2012-06-06 14:09:01 -04:00
Calen Pennington
bf032e6386
Merge pull request #67 from MITx/dogfood
...
Dogfood
2012-06-06 06:07:22 -07:00
Prem Sichanugrist
5991829723
Fix Jasmine test failure after bf76894f
...
Sequence content does not double-escaped anymore, and eval() usage was
also removed from the sequence module.
2012-06-05 16:47:46 -04:00
Calen Pennington
970f6af385
Merge pull request #70 from MITx/kf-minor-ui
...
Kf minor ui
2012-06-05 12:17:52 -07:00
Calen Pennington
8575ed439d
Merge branch 'master' into dogfood
...
Conflicts:
djangoapps/courseware/capa/responsetypes.py
djangoapps/courseware/module_render.py
djangoapps/courseware/modules/html_module.py
djangoapps/courseware/modules/seq_module.py
djangoapps/courseware/modules/x_module.py
djangoapps/courseware/views.py
templates/main.html
templates/problem.js
templates/textbox.html
2012-06-05 14:38:49 -04:00
Prem Sichanugrist
c380bd82aa
Fix subtitle scroll and hide subtitle transition
2012-06-04 15:30:56 -04:00
Prem Sichanugrist
6f9870f75f
Hide the caption first when on the iOS browser
...
This prevent user from prematurely seeking the video.
2012-06-04 15:30:56 -04:00
Prem Sichanugrist
3b0a1b7ee2
Fix test variable leakage
2012-06-04 15:30:56 -04:00
Prem Sichanugrist
3f7dc68828
Lazily build video slider when on iOS device
...
This will fix the problem when user trying to click the seek button on
the iOS, as the video need to be started first before it can be
seekable.
2012-06-04 15:30:56 -04:00
Kyle Fiedler
382dc62173
Added styles for non play button
2012-06-04 15:30:56 -04:00
Kyle Fiedler
a6852eefb8
Sprited vcr controlls and added default bg image
2012-06-04 15:30:55 -04:00
Prem Sichanugrist
fe849dedd9
Do not display play/pause button on iOS Device
...
iOS devices has a restriction that user has to click on the video
element to initiate playback. By visually disable the button, user will
be forced to click on the video itself, and everything will be worked as
expected.
Fixes https://www.pivotaltracker.com/story/show/30334381
2012-06-04 15:30:55 -04:00
ichuang
68a2e7c079
dynamic math display - fix sequence of mathjax timing (mathml now
...
generated when Check is clicked)
2012-06-02 17:08:53 -04:00
Piotr Mitros
16f0da19b0
Merge branch 'master' into pmitros/dexml
2012-06-01 16:00:48 -04:00
Calen Pennington
0cb316353d
Merge pull request #79 from MITx/ps-fix-page-jumping
...
Fix page jumping bug when click on the speeds list
2012-06-01 12:46:56 -07:00
Calen Pennington
83b0c84e45
Merge pull request #78 from MITx/ps-fix-youtube-click
...
Trigger a pause event when user click Youtube logo
2012-06-01 12:46:23 -07:00
Kyle Fiedler
da0e2d5f5c
Remove usless comment
2012-06-01 13:42:20 -04:00
Prem Sichanugrist
d7043ea27f
Fix page jumping bug when click on the speeds list
2012-06-01 13:36:14 -04:00
Prem Sichanugrist
bb18c854f7
Trigger a pause event when user click Youtube logo
...
This will make sure that the play button is in the paused state.
Fixes https://www.pivotaltracker.com/story/show/26236143
2012-06-01 13:33:27 -04:00
Piotr Mitros
be1e308dc9
Cale's fix for eval/extra json encode
2012-06-01 12:56:20 -04:00
Prem Sichanugrist
d20147932e
Fix problem with sequence navigation on iOS
...
* Add `touch-based-device` class to the <body> when running on iOS.
* Do not show the tooltip if we're on the iOS.
2012-06-01 12:06:31 -04:00
Prem Sichanugrist
92971127b3
Minor code style and assets fix
...
* Change looping code style in seq_module
* Clone and keep the latest version of jasmine-jquery locally
* Use django-pipeline asset tags
2012-05-31 13:24:25 -04:00
Prem Sichanugrist
0baa6293b5
Fix some failing spec after sequence module change
2012-05-31 13:24:25 -04:00
Prem Sichanugrist
6d83534863
Fix bug on flashing speed selector
2012-05-31 13:24:25 -04:00
Prem Sichanugrist
89194892e6
Move CoffeeScripts to asset pipeline
2012-05-31 13:24:25 -04:00
Prem Sichanugrist
60094a1772
Add test coverage for JavaScript
2012-05-31 13:24:25 -04:00
Prem Sichanugrist
8a87a4ba8b
Make staff problem histogram work again
2012-05-31 13:24:25 -04:00
Prem Sichanugrist
fc4d4c8295
Fix section convention and code highlight
2012-05-31 13:24:24 -04:00
Prem Sichanugrist
2bc68c0f25
Add path prefix to all AJAX requests
...
This will handle the case where the site was deployed under a
path prefix.
2012-05-31 13:24:24 -04:00
Prem Sichanugrist
59b453488a
Rewrite Tab module, refactor Sequence module
2012-05-31 13:24:24 -04:00
Prem Sichanugrist
1abe15d4d9
Rewrite Problem module
2012-05-31 13:24:24 -04:00
Prem Sichanugrist
8e7bf4c182
Fix broken test case
2012-05-31 13:24:24 -04:00
Prem Sichanugrist
823843cd2f
Make sure video is working in sequence module
2012-05-31 13:24:23 -04:00
Prem Sichanugrist
b0149541a3
Preserve window.postJSON for now
2012-05-31 13:24:23 -04:00
Prem Sichanugrist
dfb05bbb01
Refactor and removed unused code
2012-05-31 13:24:23 -04:00
Prem Sichanugrist
80c97c6592
Refactor module loading using class detection
2012-05-31 13:24:23 -04:00
Prem Sichanugrist
8624927fc4
Rewritten video module
2012-05-31 13:24:23 -04:00
Kyle Fiedler
a7cace4da9
Added fix for closing the courseware sidebar
2012-05-30 16:00:17 -04:00
Kyle Fiedler
ff3d474d4d
Added highlihgts to the inputs for problems made check / save buttons a little bigger and gave the next / prev buttons in the sequnce nav hovers
2012-05-30 14:40:07 -04:00
Kyle Fiedler
4b22520fb0
some minor touches for the ui making rounded courners work throughout the site and changing around the wiki help bar
2012-05-30 11:43:45 -04:00
ichuang
fdca527bf1
Merge branch 'dogfood' of github.com:MITx/mitx into dogfood
2012-05-29 17:08:27 -04:00
ichuang
5994ef4cdb
green pointer image for imageinput
2012-05-29 17:08:12 -04:00
ichuang
b70aa31b15
add django admin interface files to static
2012-05-29 07:35:21 -04:00
ichuang
472ef4a88e
add codemirror.css back ; it is in static/css for now, until pipeline/coffee fixed.
2012-05-26 22:37:47 -04:00
Calen Pennington
8a89309338
Merge branch 'master' into asset-pipeline
...
Conflicts:
static/js/application.js
2012-05-21 14:53:16 -04:00