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

[pull] master from TYPO3-Documentation:master #20

Open
wants to merge 44 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Apr 18, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

franzholz and others added 2 commits April 18, 2021 11:20
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]>
@changelogg
Copy link

changelogg bot commented Apr 18, 2021

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@pull pull bot added the ⤵️ pull label Apr 18, 2021
franzholz and others added 26 commits April 19, 2021 10:47
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]>
* [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]>
* 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]>
* 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]>
alexander-nitsche and others added 16 commits August 6, 2021 06:44
* 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.
... 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.
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:`.
@linawolf linawolf deleted the branch mtdev2:master November 29, 2021 11:50
@linawolf linawolf deleted the master branch November 29, 2021 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.