[Bps-public-commit] rt-extension-excelfeed branch, update-for-rt5, repushed
Aaron Trevena
ast at bestpractical.com
Wed Jul 8 15:31:25 EDT 2020
The branch update-for-rt5 was deleted and repushed:
was b13351c5bbc8940c7f84df4eba5fa3d4f36cdf25
now fb9c79ff33864e3dd52ff0f37aadd0ff3644e4c6
1: f9051af ! 1: 2146fec Update documentation for RT 4.4.4 and 5.0
@@ -14,6 +14,25 @@
INSTALLATION
"perl Makefile.PL"
+@@
+ May need root permissions
+
+ patch RT
++ For RT 5 no patches are required.
++ For RT 4 version 4.4.4 or higher no patches are required.
++
+ The following patches are also needed. Note the versions and only
+ apply the patches needed for your version.
+
+@@
+
+ patch -p1 -d /path/to/rt < etc/tabs_privileged_callback.patch
+
+- Apply for 4.4:
++ Apply for 4.4.0, 4.4.1, 4.4.2, 4.4.3:
+
+ patch -p1 -d /path/to/rt < etc/tabs_privileged_callback_44.patch
+
diff --git a/lib/RT/Extension/ExcelFeed.pm b/lib/RT/Extension/ExcelFeed.pm
--- a/lib/RT/Extension/ExcelFeed.pm
@@ -42,7 +61,7 @@
-The following patches are also needed. Note the versions and only apply
-the patches needed for your version.
-+For RT 5 no patched are required.
++For RT 5 no patches are required.
+For RT 4 version 4.4.4 or higher no patches are required.
+
+The following patches are also needed for older versions of RT
@@ -50,4 +69,13 @@
Only run these the first time you install this module. If upgrading, install
any patches that were not previously applied.
+@@
+
+ patch -p1 -d /path/to/rt < etc/tabs_privileged_callback.patch
+
+-Apply for 4.4:
++Apply for 4.4.0, 4.4.1, 4.4.2, 4.4.3:
+
+ patch -p1 -d /path/to/rt < etc/tabs_privileged_callback_44.patch
+
2: d3f347c < -: ------- Update documentation for RT 4.4.4 and 5.0
3: c0a45cb = 2: 7ffc742 Update Makefile.PL supported versions for RT5
4: b13351c = 3: fb9c79f Update Changelog for RT5 documentation release
More information about the Bps-public-commit
mailing list