Chunk

Patch/de: Difference between revisions

From Joomla! Documentation

No edit summary
No edit summary
Line 1: Line 1:
Der Begriff Patchdatei wird für zwei verschiedene Dateitypen verwendet. Manchmal, um mit Archivdateien ein Upgrade von einer Joomla!-Version auf eine andere (z.B. von version 3.0.0 version 3.0.7) durchzuführen. Diese Upgradedateien werden auch  als [[Chunk:Upgrade Package|Upgrade Package]] bezeichnet.
Der Begriff Patchdatei wird für zwei unterschiedliche Dateitypen verwendet. Einmal um mit Archivdateien ein Upgrade einer Joomla!-Version (z.B. Version 3.0.0 auf 3.0.7) durchzuführen. Diese Upgradedateien werden auch  als [[Chunk:Upgrade Package|Upgrade Package]] bezeichnet.


The other meaning for a patch file is a file created by source code [[wp:Revision_control|version control software]] -- for example, Subversion or SVN, which is used for the Joomla! source code. This type of patch file contains instructions for changing the contents of one or more source code files. The SVN software reads the patch file and then can automatically change the source code of the files being patched.
The other meaning for a patch file is a file created by source code [[wp:Revision_control|version control software]] -- for example, Subversion or SVN, which is used for the Joomla! source code. This type of patch file contains instructions for changing the contents of one or more source code files. The SVN software reads the patch file and then can automatically change the source code of the files being patched.

Revision as of 07:11, 20 October 2018

Der Begriff Patchdatei wird für zwei unterschiedliche Dateitypen verwendet. Einmal um mit Archivdateien ein Upgrade einer Joomla!-Version (z.B. Version 3.0.0 auf 3.0.7) durchzuführen. Diese Upgradedateien werden auch als Upgrade Package bezeichnet.

The other meaning for a patch file is a file created by source code version control software -- for example, Subversion or SVN, which is used for the Joomla! source code. This type of patch file contains instructions for changing the contents of one or more source code files. The SVN software reads the patch file and then can automatically change the source code of the files being patched.

Patch files are used by the Bug Squad to test proposed bug fixes. They can also be used to contribute proposed new features to the version under development. For more information about the structure of SVN patch files, read Learn more about patch files.

Languages