summaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
authorivan <ivan>2010-11-18 02:44:25 +0000
committerivan <ivan>2010-11-18 02:44:25 +0000
commit4dcf8f5e1c074aab60ef7bc2d7bbbd2badd9fb50 (patch)
tree70b34f0d3693f33454447bb4dfb021e8280690d2 /rt
parentac6f13a86d41f51d631d4b43e607eff92e89fdde (diff)
keep slightly better track of what was patched for what
Diffstat (limited to 'rt')
-rw-r--r--rt/FREESIDE_MODIFIED18
1 files changed, 9 insertions, 9 deletions
diff --git a/rt/FREESIDE_MODIFIED b/rt/FREESIDE_MODIFIED
index f4bf5e5b3..a52cd3799 100644
--- a/rt/FREESIDE_MODIFIED
+++ b/rt/FREESIDE_MODIFIED
@@ -11,11 +11,11 @@ config.layout.in
lib/RT/CustomField.pm #CheckMandatoryFields
lib/RT/CustomField_Overlay.pm #customfield date patch
lib/RT/Interface/Web.pm #customfield date patch
-lib/RT/Action.pm
-lib/RT/Condition.pm
-lib/RT/Scrip_Overlay.pm
-lib/RT/Action/CreateTickets.pm
-lib/RT/Condition/CustomFieldChange.pm
+lib/RT/Action.pm #create ticket on custom field change
+lib/RT/Condition.pm #create ticket on custom field change
+lib/RT/Scrip_Overlay.pm #create ticket on custom field change
+lib/RT/Action/CreateTickets.pm #create ticket on custom field change
+lib/RT/Condition/CustomFieldChange.pm #create ticket on custom field change
lib/RT/Interface/Web_Vendor.pm
lib/RT/Interface/Web/Handler.pm #freeside comp_root for dashboard emails
lib/RT/Record.pm #and customfield date patch
@@ -32,10 +32,10 @@ lib/RT/URI/freeside/XMLRPC.pm
share/html/autohandler #Footer getting appended where unwelcome
share/html/index.html #option to redirect to ticket display on quick create
share/html/Admin/CustomFields/Modify.html #CheckMandatoryFields
- share/html/Admin/Elements/EditScrip
- share/html/Admin/Elements/EditScripOptions
- share/html/Admin/Elements/SelectScripAction
- share/html/Admin/Elements/SelectScripCondition
+ share/html/Admin/Elements/EditScrip #create ticket on custom field change
+ share/html/Admin/Elements/EditScripOptions #create ticket on custom field change
+ share/html/Admin/Elements/SelectScripAction #create ticket on custom field change
+ share/html/Admin/Elements/SelectScripCondition #create ticket on custom field change
share/html/Admin/Users/Modify.html
share/html/Elements/CollectionList
share/html/Elements/EditCustomFieldDate #customfield date patch (NEW)