Chunk

Patch/nl: Difference between revisions

From Joomla! Documentation

Created page with "Patchbestanden worden gebruikt door de Bug Squad om voorgestelde bug fixes te testen. Ze kunnen ook gebruikt worden om bij te dragen aan voorgestelde nieuwe functies in de..."
Created page with "De term patch-bestand wordt gebruikt voor twee verschillende bestandstypen. De term patch bestand wordt soms gebruikt om te verwijzen naar het archiveren van bestanden waarmee..."
Line 1: Line 1:
The term patch file is used for two different file types. The term patch file is sometimes used to refer to archive files that allow you to upgrade from one Joomla! version to another (for example, from version 1.0.0 to version 1.0.7). These upgrade files are also referred to as [[Chunk:Upgrade Package|upgrade packages]].
De term patch-bestand wordt gebruikt voor twee verschillende bestandstypen. De term patch bestand wordt soms gebruikt om te verwijzen naar het archiveren van bestanden waarmee u om te upgraden van een Joomla versie naar de andere (bijvoorbeeld van versie 1.0.0 versie 1.0.7). Deze upgrade-bestanden worden ook wel aangeduid als [[Upgrade Pakket upgrade pakketten]].


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 22:35, 22 March 2014

De term patch-bestand wordt gebruikt voor twee verschillende bestandstypen. De term patch bestand wordt soms gebruikt om te verwijzen naar het archiveren van bestanden waarmee u om te upgraden van een Joomla versie naar de andere (bijvoorbeeld van versie 1.0.0 versie 1.0.7). Deze upgrade-bestanden worden ook wel aangeduid als Upgrade Pakket upgrade pakketten.

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.

Patchbestanden worden gebruikt door de Bug Squad om voorgestelde bug fixes te testen. Ze kunnen ook gebruikt worden om bij te dragen aan voorgestelde nieuwe functies in de in ontwikkeling zijnde versie. Voor meer informatie over de structuur van de SVN patchbestanden, lees Leer meer over patchbestanden.

Languages