- 21 Nov, 2016 1 commit
-
-
TNL-5899
muhammad-ammar committed
-
- 09 Nov, 2016 1 commit
-
-
Jeremy Bowman committed
-
- 03 Nov, 2016 1 commit
-
-
Diana Huang committed
-
- 13 Oct, 2016 1 commit
-
-
Andy Armstrong committed
-
- 11 Oct, 2016 1 commit
-
-
Robert Raposa committed
-
- 07 Oct, 2016 2 commits
-
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
- 06 Oct, 2016 1 commit
-
-
Andy Armstrong committed
-
- 09 Aug, 2016 1 commit
-
-
Basic architecture of Maintenance App - SUST-19, SUST-42. Implement Force Publish Course view. SUST-46
Mushtaq Ali committed
-
- 01 Aug, 2016 1 commit
-
-
Revert "Basic architecture of Maintenance App - SUST-19, SUST-42. Implement Force Publish Course view. SUST-46" This reverts commit 27646b7e.
Adam Palay committed
-
- 27 Jul, 2016 1 commit
-
-
Removed the Darklang preview-lang and clear-lang parameters and added the new DarkLang settings form at /update_lang Remove the DarkLang middleware from the LMS Created and basic routing to the update_lang page for the GET Request TNL-4742 Basic form functionality Working example in LMS of the form to set the language Login now required to change the preview language, and corrected some minor bugs Updates to move the template code to lms and to correct minor defects TNL-4742 Added template for preview_lang.html to cms TNL-4742 Changed filename of darklang.py to api.py to match convention TNL-4742 Updated and refactored the Darklang tests TNL-4742 Updated comments in tests TNL-4742 Formating updates TNL-4742 Updated comments and formatting TNL-4742 Corrected i18n tests and corrected PEP8 format issues TNL-4742 Code Lint/PEP-8 corrections and upates TNL-4742 Removed constant that was not needed (to be squashed) TNL-4742 Added init method to clear up PEP8 Warnings (will squash) TNL-4742 PEP-8/Lint issue resolved (squash) Updated for i18n TNL-4742 Refactored the preview_lang.html page to use a common included template Refactoring and changes from PR comments TNL-4742 Correction for safecommit violation (Squash) TNL-4742 PR changes and refactoring (Squash) Updates to reduce changes made in the urls used TNL-4742 Removed unneeded aria-described by and bug in MAKO Template (squash) TNK-4742 Updated docstring comments Clarified form response text Minor PR request (Squash) Refactoring of how the responses are generated within the DarkLang views file A series of refactors in response to PR comments Method name change for clarity in reponse to PR comments (Squash) Updates to tests per PR requests (Squash) Minor comment updates for clarity and PR requests (Squash) Updated per PR comments and added a test for empty preview_language Layout and code style updates (Squash) Updated test to contain method in the request. Removed the Darklang preview-lang and clear-lang parameters and added the new DarkLang settings form at /update_lang Refactored tests and added some tests for coverage, corrected defect with empty input codes Removed unused and obsolete code Corrected test errors, resolved PR comments, and updated comments to clarify testing TNL-4742 Updated tests to deal with Pylint quality issue (Squash) Updated tests to better reflect test case and PR updates (Squash)
Albert St. Aubin committed
-
- 22 Jul, 2016 1 commit
-
-
Basic architecture of Maintenance App - SUST-19, SUST-42. Implement Force Publish Course view. SUST-46
Mushtaq Ali committed
-
- 15 Jun, 2016 1 commit
-
-
In addition to logging the user out of LMS, the logout view also logs users out of the IDAs to which they previously authenticated. ECOM-4610
Clinton Blackburn committed
-
- 08 Jun, 2016 1 commit
-
-
Calen Pennington committed
-
- 07 Jun, 2016 1 commit
-
-
cahrens committed
-
- 10 Feb, 2016 1 commit
-
-
asadiqbal committed
-
- 01 Feb, 2016 1 commit
-
-
Diana Huang committed
-
- 11 Dec, 2015 2 commits
-
-
Sarina Canelake committed
-
added unit tests and fixed JS tests added bok choy tests fixed broken botchoy tests fixed course discovery broken test removed monkey patch at class level changes after feedback from matte
Zia Fazal committed
-
- 07 Dec, 2015 1 commit
-
-
ECOM-2440
jsa committed
-
- 03 Dec, 2015 1 commit
-
-
The Programs authoring app is a Backbone SPA maintained in a separate repository. The app handles its own routing and provides a UI which can be used to create and publish new Programs (e.g, XSeries). ECOM-2598.
Renzo Lucioni committed
-
- 22 Nov, 2015 1 commit
-
-
Ned Batchelder committed
-
- 24 Oct, 2015 1 commit
-
-
Ben Patterson committed
-
- 22 Oct, 2015 1 commit
-
-
Andy Armstrong committed
-
- 24 Sep, 2015 1 commit
-
-
This reverts commit 2bfbda3c.
Brandon DeRosier committed
-
- 04 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-
- 29 Jul, 2015 1 commit
-
-
There's an "explicit" way to configure Django Debug Toolbar that isn't prone to circular import errors: http://django-debug-toolbar.readthedocs.org/en/1.0/installation.html#explicit-setup Do that.
Ned Batchelder committed
-
- 17 Jul, 2015 1 commit
-
-
Adam committed
-
- 16 Jul, 2015 1 commit
-
-
Waheed Ahmed committed
-
- 08 Jul, 2015 1 commit
-
-
This reverts commit c94abd27.
Brandon DeRosier committed
-
- 07 Jul, 2015 1 commit
-
-
This reverts commit c94abd27.
Brandon DeRosier committed
-
- 02 Jul, 2015 1 commit
-
-
This is a public, versioned, RESTful API for importing and exporting full course content. The code was initially ripped from the existing import/export API in the CMS contentstore djangoapp and wrapped in Django Rest Framework view classes. It's a new djangoapp in the openedx directory which is largely an abstraction off the CMS Import/Export views. This PR includes configuration changes. Most notably, Studio is configured to serve the OAuth2 provider alongside the LMS. This is the initial thread on the code list: https://groups.google.com/forum/#!msg/edx-code/DmnHWmly25A/ZqjD1zb4o7oJ And this thread contains another description of the changes: https://groups.google.com/d/msg/edx-code/6dP9SEKsmqQ/Pvyn8fBDx68J There are a numerous non-covered lines, all of which are missing coverage in the CMS API this was ported from. They're mostly error conditions, such as handling of multipart file upload errors.
Brandon DeRosier committed
-
- 07 Jun, 2015 1 commit
-
-
Matt Drayer committed
-
- 02 Jun, 2015 1 commit
-
-
This functionality is provided to the user_api accounts and preferences api. TNL-1701
cahrens committed
-
- 01 Jun, 2015 1 commit
-
-
- 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
Matt Drayer committed
-
- 24 Mar, 2015 1 commit
-
-
Converted lettuce Course Team page tests to bok choy
E. Kolpakov committed
-
- 10 Mar, 2015 1 commit
-
-
Jonathan Piacenti committed
-
- 02 Mar, 2015 1 commit
-
-
TNL-1491 See the API design here: https://openedx.atlassian.net/wiki/display/TNL/User+API
Andy Armstrong committed
-
- 27 Feb, 2015 1 commit
-
-
stv committed
-
- 24 Feb, 2015 1 commit
-
-
Dino Cikatic committed
-