Chunk

修補檔

From Joomla! Documentation

This page is a translated version of the page Chunk:Patch and the translation is 60% complete.

修補檔這個詞用於兩種不同的檔案類型。修補檔這個詞有時候用來指一個壓縮檔案,讓您升級 Joomla!版本 (例如從 1.0.0 升級到 1.0.7)。這個升級檔案也可以說是升級套件包。 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.