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

Clean up Backend Ajax Chapters #2331

Open
linawolf opened this issue Oct 25, 2022 · 0 comments
Open

Clean up Backend Ajax Chapters #2331

linawolf opened this issue Oct 25, 2022 · 0 comments
Assignees

Comments

@linawolf
Copy link
Member

No description provided.

linawolf added a commit that referenced this issue Nov 3, 2022
references: #2331
releases: main, 11.5
linawolf added a commit that referenced this issue Nov 3, 2022
references: #2331
releases: main, 11.5

Co-authored-by: lina.wolf <[email protected]>
linawolf added a commit that referenced this issue Nov 3, 2022
references: #2331
releases: main, 11.5

Co-authored-by: lina.wolf <[email protected]>

(cherry picked from commit 5acb80d)
@brotkrueml brotkrueml self-assigned this Sep 25, 2023
brotkrueml added a commit to brotkrueml/TYPO3CMS-Reference-CoreApi that referenced this issue Sep 25, 2023
- Move PHP/JS snippets into separate files
- Recommend to add the extension name to the route key for better uniqueness
- Substitute included BackendAjaxRoutes.rst.txt with a custom one to be in-line with the PHP controller example namespace (the BackendAjaxRoutes.rst.txt is still in use in another place)
- Use ES6 instead of RequireJS in JavaScript example

This is a preparation for merging the "Ajax" chapter with the "Ajax, clientside" chapter.

Related: TYPO3-Documentation#2331
Releases: main, 12.4
brotkrueml added a commit to brotkrueml/TYPO3CMS-Reference-CoreApi that referenced this issue Sep 25, 2023
- Move PHP/JS snippets into separate files
- Recommend to add the extension name to the route key for better uniqueness
- Substitute included BackendAjaxRoutes.rst.txt with a custom one to be in-line with the PHP controller example namespace (the BackendAjaxRoutes.rst.txt is still in use in another place)
- Use ES6 instead of RequireJS in JavaScript example

This is a preparation for merging the "Ajax" chapter with the "Ajax, clientside" chapter.

Related: TYPO3-Documentation#2331
Releases: main, 12.4
brotkrueml added a commit to brotkrueml/TYPO3CMS-Reference-CoreApi that referenced this issue Sep 25, 2023
- Move PHP/JS snippets into separate files
- Recommend to add the extension name to the route key for better uniqueness
- Substitute included BackendAjaxRoutes.rst.txt with a custom one to be in-line with the PHP controller example namespace (the BackendAjaxRoutes.rst.txt is still in use in another place)
- Use ES6 instead of RequireJS in JavaScript example

This is a preparation for merging the "Ajax" chapter with the "Ajax, clientside" chapter.

Related: TYPO3-Documentation#2331
Releases: main, 12.4
brotkrueml added a commit to brotkrueml/TYPO3CMS-Reference-CoreApi that referenced this issue Sep 25, 2023
- Move PHP/JS snippets into separate files
- Recommend to add the extension name to the route key for better uniqueness
- Substitute included BackendAjaxRoutes.rst.txt with a custom one to be in-line with the PHP controller example namespace (the BackendAjaxRoutes.rst.txt is still in use in another place)
- Use ES6 instead of RequireJS in JavaScript example

This is a preparation for merging the "Ajax" chapter with the "Ajax, clientside" chapter.

Related: TYPO3-Documentation#2331
Releases: main, 12.4
brotkrueml added a commit to brotkrueml/TYPO3CMS-Reference-CoreApi that referenced this issue Sep 25, 2023
Additionally, switch to ES6 modules. Also the ResponseError is gone with v12.

This is a preparation for merging the "Ajax" chapter with the "Ajax, client-side" chapter.

Related: TYPO3-Documentation#2331
Related: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65625/4/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89738-ApiForAjaxRequests.rst#4
Releases: main, 12.4
brotkrueml added a commit to brotkrueml/TYPO3CMS-Reference-CoreApi that referenced this issue Sep 25, 2023
Additionally, switch to ES6 modules. Also the ResponseError is gone with v12.

This is a preparation for merging the "Ajax" chapter with the "Ajax, client-side" chapter.

Related: TYPO3-Documentation#2331
Related: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65625/4/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89738-ApiForAjaxRequests.rst#4
Releases: main, 12.4
brotkrueml added a commit that referenced this issue Sep 26, 2023
- Move PHP/JS snippets into separate files
- Recommend to add the extension name to the route key for better uniqueness
- Substitute included BackendAjaxRoutes.rst.txt with a custom one to be in-line with the PHP controller example namespace (the BackendAjaxRoutes.rst.txt is still in use in another place)
- Use ES6 instead of RequireJS in JavaScript example

Related: #2331
Releases: main, 12.4
brotkrueml added a commit to brotkrueml/TYPO3CMS-Reference-CoreApi that referenced this issue Sep 26, 2023
- Move PHP/JS snippets into separate files
- Recommend to add the extension name to the route key for better uniqueness
- Substitute included BackendAjaxRoutes.rst.txt with a custom one to be in-line with the PHP controller example namespace (the BackendAjaxRoutes.rst.txt is still in use in another place)
- Use ES6 instead of RequireJS in JavaScript example

Related: TYPO3-Documentation#2331
Releases: main, 12.4
brotkrueml added a commit that referenced this issue Sep 26, 2023
- Move PHP/JS snippets into separate files
- Recommend to add the extension name to the route key for better uniqueness
- Substitute included BackendAjaxRoutes.rst.txt with a custom one to be in-line with the PHP controller example namespace (the BackendAjaxRoutes.rst.txt is still in use in another place)
- Use ES6 instead of RequireJS in JavaScript example

Related: #2331
Releases: main, 12.4
github-actions bot pushed a commit that referenced this issue Sep 26, 2023
Additionally, switch to ES6 modules. Also the ResponseError is gone with v12.

This is a preparation for merging the "Ajax" chapter with the "Ajax, client-side" chapter.

Related: #2331
Related: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65625/4/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89738-ApiForAjaxRequests.rst#4
Releases: main, 12.4
brotkrueml added a commit that referenced this issue Sep 26, 2023
brotkrueml added a commit to brotkrueml/TYPO3CMS-Reference-CoreApi that referenced this issue Sep 26, 2023
Previously, the page was called "Ajax, client-side" but was about TYPO3's AjaxRequest API. The page is renamed to "Ajax request" to make more clear what is the content of the page. Additionally, it is moved into the Backend/JavaScript folder wher other JavaScript APIs reside.

Related: TYPO3-Documentation#2331
Releases: main, 12.4
brotkrueml added a commit that referenced this issue Oct 4, 2023
Previously, the page was called "Ajax, client-side" but was about TYPO3's AjaxRequest API. The page is renamed to "Ajax request" to make more clear what is the content of the page. Additionally, it is moved into the Backend/JavaScript folder wher other JavaScript APIs reside.

Related: #2331
Releases: main, 12.4
brotkrueml added a commit to brotkrueml/TYPO3CMS-Reference-CoreApi that referenced this issue Oct 4, 2023
…PO3-Documentation#3475)

Previously, the page was called "Ajax, client-side" but was about TYPO3's AjaxRequest API. The page is renamed to "Ajax request" to make more clear what is the content of the page. Additionally, it is moved into the Backend/JavaScript folder wher other JavaScript APIs reside.

Related: TYPO3-Documentation#2331
Releases: main, 12.4
brotkrueml added a commit that referenced this issue Oct 4, 2023
) (#3512)

Previously, the page was called "Ajax, client-side" but was about TYPO3's AjaxRequest API. The page is renamed to "Ajax request" to make more clear what is the content of the page. Additionally, it is moved into the Backend/JavaScript folder wher other JavaScript APIs reside.

Related: #2331
Releases: main, 12.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants