Vedran Karačić
c0de94295a
Merge pull request #8953 from edx/vkaracic/TNL-394-additional-testing
...
TNL-394: Additional testing
2015-07-17 16:20:46 +02:00
vkaracic
f5234b1a9b
TNL-394: Additional testing
...
This is an additional test for:
https://openedx.atlassian.net/browse/TNL-394
to test if the get_user function escapes values correctly.
2015-07-17 07:28:25 +00:00
Awais Jibran
2d19eafa7c
Merge pull request #7404 from edx/waheed/plat407-decorate-instructor-dashboard-with-sudo-required
...
Decorated instructor dashboard with sudo_required.
2015-07-16 21:12:43 +05:00
aamir-khan
d5dda6470e
ECOM-1816: added the provider detail on the receipt page.
2015-07-16 18:25:03 +05:00
Waheed Ahmed
bc052db1ee
Added DjangoSudo functionality for instructor dashboard and course team page
2015-07-16 11:14:11 +05:00
Marco Morales
493200734e
Merge pull request #8296 from edx/marco/find-courses-page/styling-changes
...
Styling improvements to openedX search through Find Courses page
2015-07-14 08:14:35 -04:00
vkaracic
3ec3cf64cc
Added sanitization of id names
...
This is a fix for
https://openedx.atlassian.net/browse/TNL-394
escaped all escapable characters in id name strings.
2015-07-14 08:31:19 +00:00
Renzo Lucioni
609e6ca277
Mark basket creation and order retrieval endpoints as v0
...
These endpoints are currently for internal use only, but should be versioned nonetheless; Drupal will begin using the basket creation endpoint soon. No functionality has been changed. XCOM-494.
2015-07-13 16:27:58 -04:00
Ahsan Ulhaq
c94f043c2b
Credit Payment - Dashboard States
...
ECOM-1578
2015-07-09 13:33:31 +05:00
Alison Hodges
747c6b7413
Merge pull request #8716 from edx/ahodges/staff_labeling
...
Ahodges/staff labeling
2015-07-08 17:34:29 -04:00
Braden MacDonald
f4c8d8fa86
Fix hinted login view to be compatible with secondary providers.
2015-07-07 16:42:12 -07:00
Daniel Friedman
3b55d88283
Implement paginated Team Topics UI
...
Authors:
- Dan Friedman
- Ben McMorran
- Peter Fogg
TNL-1892
2015-07-06 08:45:03 -04:00
Ben McMorran
351e491c82
Add generic paging framework
...
Authors:
- Daniel Friedman
- Ben McMorran
- Peter Fogg
TNL-1892
2015-07-06 08:45:03 -04:00
zubair-arbi
8934818381
Merge pull request #8753 from edx/zub/bugfix/ecom-1734-change-login-redirect-url
...
change redirect url from '/accounts/login' to '/login'
2015-07-03 16:19:24 +05:00
asadiqbal
57d5de5d14
asadiqbal08/SOL-766: Add Facebook sharing to certificate view
...
* updated the flags for social media sharing
* added facebook feed ui to share public url
* update the condition logic
* update the code as per suggestion and added pick new style for share buttons
* update the css class reference
* update the bok-choy test
* updated description and some text touch-ups
* moved the JS related to facebook into separate location
* js formatting
* Add trailing comma per chrisndodge
* Add wait to fix flaky test...maybe
2015-07-02 18:52:15 -04:00
Matt Drayer
1ca37737e9
Merge pull request #8566 from edx/ziafazal/SOL-980
...
ziafazal/SOL-980: Generate certificates from instructor dashboard
2015-07-02 16:07:33 -04:00
Zia Fazal
611d16b25a
ziafazal/SOL-980: Generate certificates from instructor dashboard
...
* added generate certificates task and bok choy tests
* added unit tests
* changes based feedback and improved acceptance test
* Change header text
* changes based on feedback on 24/6
* added task_id to api output
* fixed broken test
* Remove "Instructor" from strings, per Docs team
* Fixed flaky entrance exam test
2015-07-02 14:32:36 -04:00
Will Daly
e2acf3ab87
Credit eligibility/provider refactor
...
* Remove m2m relation between credit course and credit providers.
* Separate eligibility and provider APIs into different modules.
* Add API call for retrieving a user's eligibilities.
* Cache credit course list.
* Style the dashboard purchase button.
* Display a link for the credit provider on the dashboard.
* Add analytics events for clicks on the purchase button.
* Expose more credit models to Django admin and add search functionality.
2015-07-02 10:03:52 -07:00
zubair-arbi
e369939b4b
change redirect url from '/accounts/login' to '/login'
...
ECOM-1734
2015-07-02 18:44:10 +05:00
Chris Dodge
b741ce786b
fix python unit tests
2015-07-01 13:46:55 +02:00
Davorin Sego
2972e9110c
search input element styling improvements, test clean up
2015-07-01 13:46:55 +02:00
Braden MacDonald
e145d7f855
Merge pull request #8699 from open-craft/sso-a11y
...
Improve screen reader user experience on logistration page
2015-06-30 11:11:38 -07:00
Braden MacDonald
49d200c7ec
Improve screen reader user experience on logistration page
2015-06-29 14:38:41 -07:00
Alison Hodges
f4209803f2
Remove "instructor" label or change to "Admin"
...
Clarifies what the roles are, makes Studio and LMS naming parallel.
2015-06-29 17:03:18 -04:00
cahrens
a4da143ca6
Delete unused student_profile code (WIP profile).
2015-06-29 08:56:11 -04:00
Braden MacDonald
cf308d87b9
New Hinted Login View - PR 8591
2015-06-26 13:24:01 -07:00
Braden MacDonald
7437bcfe12
New provider config options, New Institution Login Menu - PR 8603
2015-06-26 13:24:01 -07:00
Braden MacDonald
b4904adc1e
Use ConfigurationModels for third_party_auth, new metadata fetching - PR 8155
2015-06-26 13:23:59 -07:00
Ahsan Ulhaq
950917945a
Merge pull request #8671 from edx/ahsan/ECOM-1739-reverification-ask-for-webcam-permission-twice
...
Reverification flow asks for permission to use the webcam twice
2015-06-25 19:42:05 +05:00
Ahsan Ulhaq
84f03a16a6
Reverification flow asks for permission to use the webcam twice
...
In-course Reverification checkpoint ask for the camera access twice on
Chrome.
ECOM-1739
2015-06-25 15:39:51 +05:00
Peter Fogg
e6c7a571d1
Update URL when switching between Team tabs.
2015-06-24 18:00:16 -04:00
cahrens
51a72c63fa
Delete files that have no references to them.
2015-06-23 16:12:36 -04:00
Will Daly
356cdeecb4
Fix JS tests that broke due to a conflict between merges
2015-06-22 13:22:17 -07:00
Will Daly
8c52c92bcb
Reverification iOS support and refactor
...
* Delete reverification templates
* Delete photocapture.js
* Delete unused "name change" end-points
* Rebuild the reverification views using Backbone sub-views
* Stop passing template names to the JavaScript code
* Avoid hard-coding the parent view ID in the webcam view (for getting the capture click sound URL)
2015-06-22 08:45:12 -07:00
Ahsan Ulhaq
698f6fb2d3
Merge pull request #8550 from edx/ahsan/ECOM-1523-Credit-Eligibility-Progress-page-display-updated
...
Credit eligibility requirements display on student progress page
2015-06-22 19:54:38 +05:00
Ahsan Ulhaq
6fdff766bc
Credit eligibility requirements display on student progress page
...
ECOM-1523
2015-06-22 18:36:54 +05:00
Ahsan Ulhaq
0a696ae87f
Learner profile Location and Language fields Accessibility issues
...
Following are done in this PR
1-The controls to edit the form fields were hyperlinks, added button and required css to
make it look like hyperlink.
2-label added when swap to combobox
3-Non breaking spaces added with dashes.
2015-06-22 18:10:39 +05:00
Clinton Blackburn
72ca88c44e
Merge pull request #8578 from edx/clintonb/checkout-button-update
...
Updated Payment Buttons
2015-06-19 17:25:44 -04:00
Clinton Blackburn
1281532be5
Updated Payment Buttons
...
The payment buttons now match the style of the verified upgrade buttons.
XCOM-422
2015-06-19 13:39:16 -04:00
AlasdairSwan
36c8c36987
Merge pull request #8567 from edx/alasdair/ECOM-1673-dashboard-challenge-expanded
...
ECOM-1673 removed class and icon to always show full upsell content.
2015-06-19 09:31:22 -04:00
Renzo Lucioni
e960adc0ff
Merge pull request #8262 from open-craft/tpa-pipeline-consolidation
...
Cleanup of third-party login and auto-enrollment
2015-06-19 09:12:11 -04:00
AlasdairSwan
b30839fe88
ECOM-1673 removed class and icon to always show full upsell content.
...
removed JavaScript function specific to the upsell toggle
removed bok choy test
Removed all referenced to toggleExpandMessage()
2015-06-19 08:29:51 -04:00
Braden MacDonald
345fcabd05
Fix CRI-9 so third_party_auth pipeline always completes, and consolidate auto-enrollment code
2015-06-18 20:57:19 -07:00
Ben McMorran
c02d09a185
TNL-1893 Teams Topic Card
2015-06-18 13:16:28 +00:00
chrisndodge
302d3e6e06
Merge pull request #8206 from edx/afzaledx/sol-795-executive-summary-report
...
SOL-795 Executive Summary Report
2015-06-16 15:38:28 -04:00
Afzal Wali
0569a770ea
Executive Summary Report
2015-06-16 14:48:16 -04:00
Ahsan Ulhaq
d35b652843
Display Eligibility table on progress page
...
1-Adding basic html for displaying eligibility table
2-Updated Eligibility Requirements Dynamically
ECOM-1523
2015-06-16 16:19:33 +05:00
Andy Armstrong
c28003b50d
Merge pull request #8416 from edx/andya/common-list-component
...
Create a common paginated list view
2015-06-15 14:55:20 -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
Renzo Lucioni
3de0af1616
Merge pull request #8498 from edx/release
...
Release
2015-06-12 11:09:16 -04:00