[Rt-commit] rt branch, 4.4/drop-cf-self-category-select, repushed
? sunnavy
sunnavy at bestpractical.com
Mon Nov 24 19:26:45 EST 2014
The branch 4.4/drop-cf-self-category-select was deleted and repushed:
was fe0222c604e941f1068be47305fb3b8766481f18
now 357ba1b188c74baed30db6d4f50189c3ee234b72
1: fe0222c ! 1: 357ba1b drop cf its own category select
@@ -14,6 +14,18 @@
Fixes: #30426
+diff --git a/.gitignore b/.gitignore
+--- a/.gitignore
++++ b/.gitignore
+@@
+ /etc/RT_Config.pm
+ /etc/upgrade/3.8-ical-extension
+ /etc/upgrade/4.0-customfield-checkbox-extension
+-/etc/upgrade/split-out-cf-categories
+ /etc/upgrade/generate-rtaddressregexp
+ /etc/upgrade/upgrade-articles
+ /etc/upgrade/vulnerable-passwords
+
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +37,42 @@
etc/upgrade/generate-rtaddressregexp
etc/upgrade/upgrade-articles
etc/upgrade/vulnerable-passwords
+
+diff --git a/docs/UPGRADING-3.8 b/docs/UPGRADING-3.8
+--- a/docs/UPGRADING-3.8
++++ b/docs/UPGRADING-3.8
+@@
+ transactions) but this requires a new Template called "Forward Ticket". This
+ template will be added as part of the standard database upgrade step.
+
+-Custom fields with categories can optionally be split out into hierarchical
+-custom fields. If you wish to convert your old category-based custom fields,
+-run:
+-
+- perl etc/upgrade/split-out-cf-categories
+-
+-It will prompt you for each custom field with categories that it finds, and
+-the name of the custom field to create to store the categories.
+-
+ If you were using the LocalizedDateTime RT::Date formatter from custom code,
+ and passing a DateFormat or TimeFormat argument, you need to switch from the
+ strftime methods to the cldr methods; that is,
+
+diff --git a/docs/UPGRADING-4.4 b/docs/UPGRADING-4.4
+--- a/docs/UPGRADING-4.4
++++ b/docs/UPGRADING-4.4
+@@
+ an F<etc/RT_SiteConfig.d/> directory. All files ending in C<.pm> will be
+ parsed, in alphabetical order, after the main F<RT_SiteConfig.pm> is loaded.
+
++=item *
++
++Custom fields with categories will be split out into hierarchical custom
++fields.
++
+ =back
+
+ =cut
diff --git a/etc/upgrade/4.3.4/content b/etc/upgrade/4.3.4/content
new file mode 100644
More information about the rt-commit
mailing list