Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Forge #78731 RTE - Regular Text Element - Fullscreen Rich Text Ed… #63

Closed
wants to merge 1 commit into from
Closed

Fix Forge #78731 RTE - Regular Text Element - Fullscreen Rich Text Ed… #63

wants to merge 1 commit into from

Conversation

LeoniePhiline
Copy link

…iting doesn't work

https://forge.typo3.org/issues/78731

@wouter90
Copy link
Contributor

wouter90 commented Apr 3, 2017

Hi Leonie,

Thank you for your contribution to TYPO3. We are using Gerrit Code Review for our contributions and took the liberty to convert your pull request to a review in our review system.
You can find your patch at: https://review.typo3.org/#/c/52339
For further information on how to contribute have a look at https://docs.typo3.org/typo3cms/ContributionWorkflowGuide/

@wouter90 wouter90 closed this Apr 3, 2017
reviewtypo3org pushed a commit that referenced this pull request Sep 26, 2022
Add static library functions that allow using base64url-compliant
values (according to https://tools.ietf.org/html/rfc4648#section-5).

The difference to classic base64 is, that the result alphabet is
adjusted like shown below, padding (`=`) is stripped completely:

 + position #62: `+` -> `-` (minus)
 + position #63: `/` -> `_` (underscore)

Resolves: #92509
Releases: main, 11.5
Change-Id: I8804824f3a7fb4e08e18ef6dee6826744dbd41bc
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66075
Tested-by: core-ci <typo3@b13.com>
Tested-by: Simon Schaufelberger <simonschaufi+typo3@gmail.com>
Tested-by: Benjamin Franzke <bfr@qbus.de>
Tested-by: Oliver Hader <oliver.hader@typo3.org>
Reviewed-by: Simon Schaufelberger <simonschaufi+typo3@gmail.com>
Reviewed-by: Benjamin Franzke <bfr@qbus.de>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
reviewtypo3org pushed a commit that referenced this pull request Sep 26, 2022
Add static library functions that allow using base64url-compliant
values (according to https://tools.ietf.org/html/rfc4648#section-5).

The difference to classic base64 is, that the result alphabet is
adjusted like shown below, padding (`=`) is stripped completely:

 + position #62: `+` -> `-` (minus)
 + position #63: `/` -> `_` (underscore)

Resolves: #92509
Releases: main, 11.5
Change-Id: I8804824f3a7fb4e08e18ef6dee6826744dbd41bc
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75868
Tested-by: core-ci <typo3@b13.com>
Tested-by: Oliver Hader <oliver.hader@typo3.org>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants