Fix payment of certificates with expiration datetime - #30
Closed
regisb wants to merge 18 commits into
Closed
Conversation
Fork edx-platform to allow usage of ecommerce service and Paybox:
- ecommerce code is not compatible with Cypress regarding the JWT authentification, then we use new dependancy edx_rest_api_client (added to fun-apps requirements) to auth
- Display prices in Euro currency
- Alphabeticaly order Paybox fields to ensure they are posted in the same order they were signed where created
- Change edX payement related wording for our own
Related to openedx#1831 openedx#2637 openedx#2636 openedx#2635 openedx#2656 openedx#2644 openedx#2662 openedx#2712
Quick fix missing i18n in javascript
This closes issues openedx#2705 and openedx#1831.
…port public/private DailyMotion and Youtube. Related to openedx#2136
If the web certificate setting is activated, pdf certificates were no longer displayed in the user dashboard. In this patch, we simply swap a couple conditions to make sure that pdf certificates are displayed even when web certificates are activated. This should be a temporary patch and should be removed once we stop supporting pdf certificates and migrate existing pdf certificates to web certificates.
This requirement causes a large number of build to crash because of the dependency on versiontools. But we do not use it, not even in development. So we remove it.
EDX doesn't support to display order history when we use ECommerce. I will try to PR EDX with a fix, so we don't need the fork
…onditions if necessary Related to openedx#2788 openedx#2791
Not even course staff should have access to the certificate configuration page. Only is_staff and is_superuser users are granted access.
Previously, only 4 signatories were allowed on web certificates. We increase this value to 8.
The certificate modified date is required in the FUN certificate templates to be displayed in French.
The google analytics tracking code should not be included for users that have not yet clicked on the "I agree" button on the cookie banner. This closes issue openedx#2300.
The minimum verified certificate grade can be edited from the "Grading" tab. It is then stored in MySQL.
We have removed : * the mail adress (student profile and grade reports) * id / name / mailing adress / language (student profile) This closes openedx#2837
…y generated pdf attestation. Closes openedx#2917
The message used for the payment of certificates for courses with an expiration datetime was incorrectly translated. This was causing a js error that prevented the proper text from appearing. This closes issue openedx#2863.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The message used for the payment of certificates for courses with an
expiration datetime was incorrectly translated. This was causing a js
error that prevented the proper text from appearing.
This closes issue openedx#2863.