- 29 Sep, 2015 1 commit
-
-
Fixing certificates for credit mode. ECOM-1988
Awais committed
-
- 17 Sep, 2015 1 commit
-
-
- Course overviews will cache courses upon publish. - Added management command to warm up cache. - OAuth2 handler returns courses via course overviews.
Dennis Jen committed
-
- 03 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-
- 20 Jul, 2015 1 commit
-
-
Sets the Enrollment API free of the modulestore by replacing modulestore queries with calls to the CourseOverview model. Course deletion invalidates the corresponding CourseOverview. XCOM-462.
Renzo Lucioni committed
-
- 13 Jul, 2015 2 commits
-
-
Sarina Canelake committed
-
Add context for navigation states added find course to dashboard sidebar and included check for context that Will adds in PR removed nav_course_search context due to design change so replaced with nav_hidden Removed rwd_header.js and all references as no longer being used. Wrapped Find Courses in dashboard sidebar in if statement
AlasdairSwan committed
-
- 08 Jul, 2015 1 commit
-
-
Kyle McCormick committed
-
- 19 Jun, 2015 1 commit
-
-
Braden MacDonald 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
-
- 17 Apr, 2015 3 commits
-
-
Andy Armstrong committed
-
Daniel Friedman committed
-
Diana Huang committed
-
- 13 Mar, 2015 2 commits
-
-
Added tests to ensure manual enrollments emit enrollment events.
Clinton Blackburn committed -
Awais committed
-
- 23 Feb, 2015 1 commit
-
-
Add client-side analytics event for LinkedIn Add to Profile button click. Add management command for generating certs for testing. Update styling of the certificate messages.
Will Daly committed
-
- 13 Feb, 2015 1 commit
-
-
Add "source" parameter to LinkedIn add-to-profile URL. Add platform name to certification name. Style changes for linked in sharing on dashboard
Will Daly committed
-
- 11 Feb, 2015 1 commit
-
-
ECOM-1028 update the migration and move the code into class method.
Awais committed
-
- 04 Feb, 2015 1 commit
-
-
The existing pattern of using `override_settings(MODULESTORE=...)` prevented us from having more than one layer of subclassing in modulestore tests. In a structure like: @override_settings(MODULESTORE=store_a) class BaseTestCase(ModuleStoreTestCase): def setUp(self): # use store @override_settings(MODULESTORE=store_b) class ChildTestCase(BaseTestCase): def setUp(self): # use store In this case, the store actions performed in `BaseTestCase` on behalf of `ChildTestCase` would still use `store_a`, even though the `ChildTestCase` had specified to use `store_b`. This is because the `override_settings` decorator would be the innermost wrapper around the `BaseTestCase.setUp` method, no matter what `ChildTestCase` does. To remedy this, we move the call to `override_settings` into the `ModuleStoreTestCase.setUp` method, and use a cleanup to remove the override. Subclasses can just defined the `MODULESTORE` class attribute to specify which modulestore to use _for the entire `setUp` chain_. [PLAT-419]
Calen Pennington committed
-
- 03 Feb, 2015 1 commit
-
-
ECOM-891: Allow tracking of invoice transactions. Authors: Awais Qureshi and Aamir Khan
Awais Qureshi committed
-
- 29 Jan, 2015 1 commit
-
-
Removes old payment and verification endpoints, views, templates, and tests, making the new split flow the default. The SEPARATE_VERIFICATION_FROM_PAYMENT feature flag is also removed.
Renzo Lucioni committed
-
- 13 Jan, 2015 1 commit
-
-
Update the redeem code schema Updating the redeem code schema. Adding migration file. Adding course mode support when redeeming a code. Conflicts: lms/djangoapps/shoppingcart/views.py Add sales admin privileges for redeem code generation. Making sure redeem code URLs work for verified courses. pep8 violations Code Review and Test Cleanup changes Added tests, fixed tests. Updating the boolean checks in ecommerce template
stephensanchez committed
-
- 31 Dec, 2014 1 commit
-
-
WL-168 When redeeming a Registration Code in the shopping cart, the user should be redirect to the Registration Code Redemption page improvements suggested by william
Muhammad Shoaib committed
-
- 02 Dec, 2014 1 commit
-
-
Move modulestore config for tests to an importable location Disable pylnt warning for lms imports in common tests Refactor all testcases that loaded all xml courses TE-610 TE-489
Jesse Zoldak committed
-
- 01 Dec, 2014 1 commit
-
-
Sarina Canelake committed
-
- 10 Nov, 2014 1 commit
-
-
harden down access to the shoppingcart if the ENABLE_PAID_COURSE_REGISTRATION flag is not set (either via the main Django configuration settings) or through microsite overrides
Chris Dodge committed
-
- 29 Sep, 2014 1 commit
-
-
Don Mitchell committed
-
- 25 Sep, 2014 1 commit
-
-
Braden MacDonald committed
-
- 02 Sep, 2014 1 commit
-
-
Updating EX-60 logic
Muhammad Shoaib committed
-
- 28 Aug, 2014 2 commits
-
-
Bugfix for ECOM-199: Visitors removed from auto-enroll pool if they need to authenticate while attempting to enroll Sets a session variable as soon as a user enters the experimental condition to ensure that they stay in that condition, even if they later access the control URL (e.g. from a redirect on the login page)
Will Daly committed -
Will Daly committed
-
- 08 Aug, 2014 1 commit
-
-
Mark it as deprecated, but maintain backwards compatibility. ECOM-11
Diana Huang committed
-
- 07 Aug, 2014 1 commit
-
-
Hide the certificate notification box when there's no certificate information, even when the flag certificates_show_before_end_date is turned on. ECOM-11
Diana Huang committed
-
- 05 Aug, 2014 1 commit
-
-
Add little more logic for paid courses
asadiqbal08 committed
-
- 09 Jul, 2014 1 commit
-
-
Justin Helbert committed
-
- 01 Jul, 2014 1 commit
-
-
LMS-2920
Usman Khalid committed
-
- 23 Jun, 2014 2 commits
-
-
skip tests if not run in lms
Adam Palay committed -
Adam Palay committed
-
- 29 May, 2014 1 commit
-
-
[LMS-2757]
Calen Pennington committed
-
- 28 May, 2014 1 commit
-
-
For large courses this causes export to take a long time and to time out. LMS-2747
Usman Khalid committed
-
- 15 May, 2014 1 commit
-
-
This reverts commit 59e3cae4.
lduarte1991 committed
-