cahrens
5fbad148c9
Jasmine test runner for files in common using RequireJS.
2015-06-15 13:51:16 -04:00
cahrens
4c39132f70
Correct issue for RequireJS optimizer.
2015-06-15 13:51:15 -04:00
Andy Armstrong
41208c928b
Convert to RequireJS text for templates
2015-06-15 13:51:15 -04: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
Will Daly
1cc776ff19
Remove V2 of the EdX.org footer
2015-06-10 13:13:32 -04:00
David Baumgold
a7c710a0de
Moved Creative Commons CSS into Sass
...
Also reconfigured paver to compile Sass into CSS directories
2015-06-09 10:55:20 -04:00
cahrens
f70891b5c0
Add support for edX namespaced define.
2015-06-03 09:10:45 -04:00
cahrens
0ddf264714
2.0.14 version of requiresjs/text
2015-06-03 09:10:44 -04:00
David Baumgold
e8022c74f2
Merge pull request #8169 from AkA84/TNL-925-import-module-amendments
...
TNL-925: Import module amendments
2015-06-02 10:58:32 -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
Will Daly
78ea4d55f4
Merge pull request #8175 from edx/will/footer-api-redux
...
ECOM-1339 Branding API footer
2015-05-28 11:03:06 -04:00
Will Daly
6af5fc1452
ECOM-1339 Branding API footer
...
Serve branded footer JSON/HTML/CSS/JS from an API endpoint
in the branding app. Refactor OpenEdX and EdX.org footer templates
to use the Python version of the API, ensuring that the API
values are consistent with the footer included in main.html.
Detailed changes:
* Added footer API end-point to the branding app.
* Footer API allows the language to be set with querystring parameters.
* Footer API allows showing/hiding of the OpenEdX logo using querystring parameters.
* Deprecate ENABLE_FOOTER_V3 in favor of the branding API configuration flag.
* Move no referrer script into main.html from the edx footer template.
* Rename rwd_header_footer.js to rwd_header.js
* Cache API responses.
Authors:
Awais Qureshi, Aamir Khan, Will Daly
2015-05-28 08:30:45 -04:00
Awais Jibran
adfca9d480
TNL-2223 Inline discussion jumps to the bottom of the page when thread is expanded.
2015-05-25 18:31:17 +05:00
Alessandro
4c0bf1615e
Add moment.js
...
TNL-925
2015-05-22 17:10:05 +02: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
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
Ahsan Ulhaq
702663d978
Merge pull request #7889 from edx/ahsan/AC-102-forums-vote-tracking-missing-spaces-awkward-reading
...
Forums vote tracking missing spaces causes awkward reading
2015-05-05 05:48:59 -04:00
Brian Talbot
f7bc309a2c
adding missing Open Sans typeface files expected by Bourbon Sass mixin
2015-05-04 13:07:51 -04:00
Ahsan Ulhaq
95b2b82896
Forums vote tracking missing spaces causes awkward reading
...
AC-102
2015-05-02 19:52:20 +05:00
Awais Jibran
6e6aa036e7
Switching between discussion threads take focus to bottom of the page.
...
TNL-1530
2015-04-29 20:28:52 +05:00
jsa
efde11d552
Use ecommerce api v2.
...
XCOM-213 XCOM-214
2015-04-27 16:57:17 -04:00
muhammad-ammar
9c2d18710c
Jasmine tests for account settings page.
...
TNL-1499
2015-04-17 17:23:14 -04:00
Calen Pennington
8f133f6696
Merge pull request #6035 from edx/jeskew/xmodule_to_xblock_vertical
...
Convert Vertical XModule to pure Vertical XBlock.
2015-03-31 11:10:22 -04:00
Calen Pennington
b50876fc32
Make XBlockToXModuleShim use json-init-args to record the XModule constructor to shim to
2015-03-30 16:37:53 -04:00
Waqas Khalid
01bdfb125e
Merge pull request #7403 from edx/waqas/tnl1717-discussion-404
...
View discussion of user profile return 404
2015-03-30 14:36:25 +05:00
Will Daly
cb21a0819c
A11y fixes for EdX header.
...
Update <nav> elements to correctly group links
for screen readers.
Fix RTL display issue with responsive header
on the login/registration page.
2015-03-23 08:47:35 -04:00
Waqas Khalid
daadfeab66
View discussion of user profile return 404
...
If you open a particular user profile page there
will be discussion where that user has collaborated.
If you click on view discussion link it would return
404 becuase of the missing discussion id in the link.
I fixed it by adding the thread commentable id to link
instead of getting the id from discussion object.
TNL-1717
2015-03-19 15:33:45 +05:00
Syed Hassan Raza
64515f1d62
Add metatag <path_prefix> for pdf_viewer.html
2015-03-12 17:19:38 +05:00
Giulio Gratta
4726da6cf9
Upgrade PDF.js library from v0.8.1243 -> v1.0.907
2015-03-09 16:12:27 -07:00
Sarina Canelake
e1dc0f5cdc
Remove unused common image
2015-03-06 13:05:03 -05:00
Sarina Canelake
73c309935b
Merge pull request #6679 from open-craft/problem-tooltips
...
Support for inline explanatory popups in problem XML
2015-02-18 08:37:03 -05:00
Waqas Khalid
11159ba71e
Discussion forum doesn't work when mathjax is down
...
When mathjax is down discussion forum doesn't work
as we were using markdown.js with processor as
mathjax. Unavailability of mathjax raise error in
js which stops discussion to render. So I made
markdown independent of mathjax. Markdown now will
use mathjax when it is available otherwise ignore it.
TNL-1149
2015-02-10 13:12:41 +05:00
Mat Moore
d857695d62
Vote buttons should be disabled while in use
...
Clicking quickly on up/down votes in forums generates a race condition
where the votes can continue going up or down (and I can get e.g. large
negative numbers). This is client-side; the server-side is not affected.
This is caused by safeAjax calling code (including updateWithUndo) not
handling the possible undefined return value. This is returned in the case
where the element that triggers the event is already disabled.
Corrected typo in DiscussionThreadView cleanup: @responseRequest -> @responsesRequest
Resolves TNL-1061
2015-02-07 09:52:39 +00:00
Braden MacDonald
d12e173c66
Change TooltipManager API so we can remove fake event
2015-02-06 09:39:37 -08:00
Braden MacDonald
3fd9fa6415
Support for inline explanatory popups in problem XML
2015-02-05 16:56:02 -08:00
Brian Talbot
5785df241d
Merge pull request #6875 from edx/talbs/update-font-awesome-4.3
...
Upgrade: Font Awesome 4.3.0
2015-02-05 12:38:49 -05:00
Chris
6266dcf1e7
Merge pull request #6820 from edx/clrux/forums-assign-regions
...
Assign regions/landmarks for easier navigation
2015-02-03 16:03:18 -05:00
Brian Talbot
89a05d8880
Upgrading Font Awesome vendor files from 4.2.0 to 4.3.0
2015-02-03 15:21:20 -05:00
Chris Rodriguez
66f909cd50
Assigning regions to forum areas and adding ARIA to new post form
2015-02-03 10:34:37 -05:00
Marco Morales
951773150f
updated icons on discussion forums
2015-01-31 18:40:38 -05:00
Adam Palay
bfcfbfab2f
Merge remote-tracking branch 'origin/release' into merge-release-into-master
...
Conflicts:
requirements/edx/github.txt
2015-01-30 09:44:42 -05:00
David Baumgold
6134bedfca
Merge pull request #6443 from open-craft/kelketek/hide-irrelevant-cohort-menu
...
Add classes to cohort selector element group
2015-01-29 11:49:33 -05:00
Syed Hassan Raza
a1ffcc5259
Disable referrer (TNL-1144)
2015-01-29 09:53:55 -05:00
Chris Rodriguez
d30088dd0d
Using .sr instead of aria-label
2015-01-29 08:39:54 -05:00
Chris Rodriguez
42486a5ee6
Adding ARIA label to selected conversation
2015-01-29 08:39:54 -05:00
Jonathan Piacenti
ed20d5a136
Inverted boolean for rendering in CheckVisible.
2015-01-28 22:58:56 +00:00
Jonathan Piacenti
bd57d56bdd
Add classes to group of elements for cohort selector.
...
Retriggring Jenkins build
2015-01-28 22:51:46 +00: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