Chunk

Patch

From Joomla! Documentation

Revision as of 15:36, 1 March 2014 by Sandra97 (talk | contribs) (Created page with "Le terme "fichier de patch" est utilisé pour deux types de fichier différents. Le terme "fichier de patch" est parfois utilisé pour désigner des fichiers d'archive qui vou...")
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Kiswahili • ‎Nederlands • ‎català • ‎dansk • ‎español • ‎français • ‎italiano • ‎português • ‎português do Brasil • ‎svenska • ‎Ελληνικά • ‎български • ‎русский • ‎中文(台灣)‎ • ‎日本語

Le terme "fichier de patch" est utilisé pour deux types de fichier différents. Le terme "fichier de patch" est parfois utilisé pour désigner des fichiers d'archive qui vous permettent de mettre à jour une version de Joomla! (par exemple, pour mettre à jour la version 1.0.0 vers la version 1.0.7). Ces fichiers de mise à jour sont également appelés Paquets de mises à jour.

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.