-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] master from TYPO3-Documentation:master #20
base: master
Are you sure you want to change the base?
Conversation
I could never find a way where the .htaccess file is shipped in TYPO3 10.
* Index of InstallTheNewSource fixed up * Spelling: great care Co-authored-by: flicstar <[email protected]> * Update Documentation/Upgrade/InstallTheNewSource/Index.rst Co-authored-by: flicstar <[email protected]> * Update Documentation/Upgrade/InstallTheNewSource/Index.rst Co-authored-by: flicstar <[email protected]> * Update Documentation/Upgrade/InstallTheNewSource/Index.rst Co-authored-by: flicstar <[email protected]> * Update Documentation/Upgrade/InstallTheNewSource/Index.rst Co-authored-by: Allan Nordhøy <[email protected]> Co-authored-by: flicstar <[email protected]> Co-authored-by: Lina Wolf <[email protected]>
Hey! Changelogs info seems to be missing or might be in incorrect format. |
The upgrade wizard part should be done directly after updating the source. Otherwise there may be problems (for example in 10.4, where entering the backend before database schema transformations will render the backend unusable). Converting the extensions can be done before the upgrade process. Resolves: #201 Releases: master, 10.4, 9.5
* The install tool has been renamed into Admin tool * Install Tool is still the valid name. * Update Documentation/QuickInstall/TheInstallTool/Index.rst Co-authored-by: Mathias Brodala <[email protected]>
* Add sample project composer.json Add an example composer.json file for a project to refer to. * Handle deprecated composer.typo3.org Do not add this repository in the examples and point to information about deprecation in the explanation. * Resolve issues raised in review * Use one require command * Remove dependency on normalize * Change version to 10.4 in composer.json * Remove extra semicolons in composer commands A previous change resulted in extra semicolons, thus breaking the command. This is now fixed. All commands were concatenated with semicolon and baskslash. Now all commands are given seperately, which makes it more readable. * Indent Composer commands * Change order of composer commands The config should be before require.
- Sort Screenshots TYPO3 -Automatic, TYPO3-Manual, External (Github, console, TER, etc) - introduce first two automatic screenshots Co-authored-by: lina.wolf <[email protected]>
* [FEATURE] Automate screenshots of Admin Tools * [FEATURE] Automate screenshots of Admin Tools * [FEATURE] Automate screenshots of Admin Tools * [FEATURE] Automate screenshots of Admin Tools * [FEATURE] Automate screenshots of Import-Export tool * [FEATURE] Automate screenshots of Introduction Package tool * [FEATURE] Automate screenshots of Introduction Package tool Co-authored-by: lina.wolf <[email protected]>
Do not backport, only valid for master.
…216) * [BUGFIX] composer's `platform.php` should be given as whole version https://docs.typo3.org/m/typo3/guide-installation/master/en-us/Composer/Index.html#run-composer-locally contained "7.2" only which is not recommended and should have been "7.2.32" for example. Since the upstream documentation contains an interesting note with implications on deployment, I chose to rather link it. * Update Documentation/Composer/Index.rst Co-authored-by: Mathias Brodala <[email protected]>
expanded the example for an installation with ddev according to the ddev docs example: https://ddev.readthedocs.io/en/stable/users/cli-usage/#typo3-quickstart setting the docroot and project type were missing
* [FEATURE] QuickInstall Screenshots * [FEATURE] #94218 - Selectable columns per table in record Co-authored-by: lina.wolf <[email protected]>
Co-authored-by: lina.wolf <[email protected]>
Co-authored-by: lina.wolf <[email protected]>
* [FEATURE] #94218 - Selectable columns per table in record * [FEATURE] #94218 - Selectable columns per table in record * [FEATURE] #94218 - Selectable columns per table in record * [TASK] Automate Context menu export screenshots refs TYPO3-Documentation/t3docs-screenshots#143 Co-authored-by: lina.wolf <[email protected]>
refs TYPO3-Documentation/t3docs-screenshots#143 Co-authored-by: lina.wolf <[email protected]>
Co-authored-by: lina.wolf <[email protected]>
* 2 forms of admin tool now exists One in the backend and one in the frontend. * Create Index.rst The one in the frontend is called "Admin Panel", see https://docs.typo3.org/m/typo3/reference-tsconfig/master/en-us/UserTsconfig/AdmPanel.html Co-authored-by: Lina Wolf <[email protected]>
refs TYPO3-Documentation/t3docs-screenshots#188 Co-authored-by: lina.wolf <[email protected]>
* Add ImageMagick configuration * Update Index.rst * Adjust wording for configuring Imagemagick Co-authored-by: Tom Warwick <[email protected]>
The main repository for TYPO3 changed, update the documentation accordingly.
* more requirement hints for Windows * Update Index.rst * Update Index.rst Co-authored-by: Tom Warwick <[email protected]>
* explanation for debug mode .user.ini: TYPO3_CONTEXT = Development * Update Index.rst * Update Index.rst * Update Documentation/In-depth/TheInstallTool/Index.rst Co-authored-by: Mathias Brodala <[email protected]> * Update Index.rst Co-authored-by: Mathias Brodala <[email protected]> Co-authored-by: Lina Wolf <[email protected]>
The LOCK TABLE is not a requirement of the core and will be removed from the PermissionChecker with this patch: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70738 The documentation should also not mention this as a requirement.
…talled with Composer (#244) refs TYPO3-Documentation/TYPO3CMS-Reference-CoreApi#1449 Co-authored-by: lina.wolf <[email protected]>
... and remove / adjust packagemanager mentions. See TYPO3-Documentation/TYPO3CMS-Reference-CoreApi#1449 See Core Feature 94996
As part of the documentation restructure (TYPO3-Documentation/TYPO3CMS-Tutorial-GettingStarted#145) the majority of the content in this repository is either out of date or duplicate content. This commit replaces all of the content in this guide with documentation on upgrading TYPO3 and migrating content from different installations.
Co-authored-by: lina.wolf <[email protected]>
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/11.4/Important-95647-ComposerInstallationsAndExtensionUsage.html refs TYPO3-Documentation/TYPO3CMS-Reference-CoreApi#1449 releases: master, 11.5 Co-authored-by: lina.wolf <[email protected]>
To further improve consistency in the TYPO3 documentation, the same top-level domain should be used in all places. It is proposed to use 1. https://example.org 2. https://example.com 3. https://example.net in that order.
Use `<placeholder>` as default placeholder style in URLs since it's standard in Backus–Naur form. To avoid URL linking, apply the reST directive `:samp:`.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )