<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=CustomizingWithPatches</id>
	<title>CustomizingWithPatches - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=CustomizingWithPatches"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=CustomizingWithPatches&amp;action=history"/>
	<updated>2026-08-22T09:06:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=CustomizingWithPatches&amp;diff=758&amp;oldid=prev</id>
		<title>Admin: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=CustomizingWithPatches&amp;diff=758&amp;oldid=prev"/>
		<updated>2016-04-06T20:03:38Z</updated>

		<summary type="html">&lt;p&gt;2 revisions imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Introduction =&lt;br /&gt;
&lt;br /&gt;
Patches (see some examples in [[Patches]]) are more local (than &amp;#039;local&amp;#039; customizations ;-).&lt;br /&gt;
&lt;br /&gt;
= Alternatives to patches =&lt;br /&gt;
&lt;br /&gt;
[[CustomizingWithLocalDir]] and [[CustomizingWithOverlays]].&lt;br /&gt;
&lt;br /&gt;
= Advantages of patches =&lt;br /&gt;
&lt;br /&gt;
First advantage is that you can group many changes in many files into one patch file. So a patch which adds one feature, which must be implemented in many modules can be hold in a single file together.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re using the local dir then you have to check for changes in files that are overridden. Overlays are better as you have to check particular functions/methods only which should be easier. However, with patches you don&amp;#039;t have to check anything as patches fail to apply if a source code has been changed dramatically on update.&lt;br /&gt;
&lt;br /&gt;
[[DirkPape]], for example, maintains a directory of patches and use a version upgrade script which automatically tries to apply the patches into a new version&amp;#039;s source tree and reports conflicts.&lt;br /&gt;
&lt;br /&gt;
The second one reason to choose patches is better shareability, that&amp;#039;s quite easy to read patches and they are smaller than copies of the same files with small changes.&lt;br /&gt;
&lt;br /&gt;
= Other ways to customize RT =&lt;br /&gt;
&lt;br /&gt;
[[Customizing]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>