[Rt-commit] rt branch, 4.4/canonicalize-custom-fields, repushed
Shawn Moore
shawn at bestpractical.com
Wed Jun 1 12:56:26 EDT 2016
The branch 4.4/canonicalize-custom-fields was deleted and repushed:
was 3831a282fb151e0814d916366639823bbde8b95d
now 673993b2a0c0a6560c0dfca671bd3203d872a72a
1: a851ab5 = 1: a851ab5 Limit ExternalAuth enabled setting to ExternalSettings
2: 434b36b = 2: 434b36b Only attempt to set External Info/Auth if values are available
3: 9f2d352 = 3: 9f2d352 Add UniqueValues column to Custom Fields
4: b522bba = 4: b522bba Enforce CustomField UniqueValues
5: 4913478 = 5: 4913478 Basic tests for unique custom field values
6: 7784c04 = 6: 7784c04 Add CanonicalizeClass to CustomField table
7: 1437cfd = 7: 1437cfd Scaffolding for CustomField CanonicalizeClass
8: b19cca2 = 8: b19cca2 Admin UI for CF canonicalizer
9: 75153d2 = 9: 75153d2 Implement custom field canonicalization
10: def2137 ! 10: bd545ee Ship Uppercase and Lowercase canonicalizers in core
@@ -92,6 +92,8 @@
+
+use base qw(RT::CustomFieldValues::Canonicalizer);
+
++=encoding utf-8
++
+=head1 NAME
+
+RT::CustomFieldValues::Canonicalizer::Lowercase - lowercase custom field values
@@ -181,6 +183,8 @@
+
+use base qw(RT::CustomFieldValues::Canonicalizer);
+
++=encoding utf-8
++
+=head1 NAME
+
+RT::CustomFieldValues::Canonicalizer::Uppercase - uppercase custom field values
11: 3831a28 ! 11: 15dd822 Canonicalize default values on custom fields
@@ -45,3 +45,4 @@
}
}
}
+
--: ------- > 12: 673993b Tests for custom field canonicalizers
More information about the rt-commit
mailing list