[Rt-commit] [rtir] branch master updated (c96367a -> e44a808)
Kevin Falcone
falcone at bestpractical.com
Wed Apr 16 17:29:38 EDT 2014
This is an automated email from the git hooks/post-receive script.
falcone pushed a change to branch master
in repository rtir.
from c96367a Merge branch '3.0-trunk'
adds 1524ac3 Remove the install dep on Hook::LexWrap
adds d65cdf5 Cleanly wrap CleanupRequest to flush our caches
adds 7ea7104 Flush cache when _AddCustomFieldValue on a ticket
new cdf7e7d Wrap ACLEquivalenceObjects for tickets
new c909835 Docs about what/why the AutoOpen override exists.
new 97cc885 Wrap RT::Ticket::QueueObj without Hook::LexWrap
new 5e99558 Define RT::Queue::HasRight
new 7524f1a Minor cleanups to HasRight
new 3ec3478 Further doc cleanups in HasRight
new d264956 Docs for GetQueueAttribute
new 97a0209 Continue wrapping Ticket->Create, but cleanly now
new bafdde6 Now that we no longer use it, stop loading Hook::LexWrap
new 492c905 Merge branch '3.2/unwrap-hook-lexwrap'
adds e994c89 Add inverse class to properly display tab
adds a991232 /Elements/GnuPG moved to /Elements/Crypt
adds e9de6b2 Call LifecycleObj to get the queue lifecycle object
adds 4d8f055 EditCustomFields needs an object
adds b17fef3 Update ShowHistory location and pass Object
adds b28fb5d Call Attachments directly rather than old wrapper template
adds 7b1a90f Update to modern ProcessObjectCustomFieldUpdates method name
adds c4dca36 Move MassageCustomFields callback
adds a3e7cdc Rename callback after switch to /Elements/ShowHistory
new 4d1aba1 Merge branch '3.2/incident-investigation-updates'
adds d88a7a5 EscapeUTF8 was deprecated in 4.2, replace with EscapeHTML
adds 441c3ca More "Case sensitive search by" warnings
adds e544dfb Further LifecycleObj instead of Lifecycle updates
adds 4a92220 RT 4.2 removed ClassifySQLOperation
new 0ab9e78 Merge branch '3.2/deprecated-warnings'
adds 3f423a6 RT 4.2 introduced improved attachment handling
adds b9d0beb Attachment handing on ScriptedActions
new e44a808 Merge branch '3.2/attachment-handling'
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
META.yml | 1 -
Makefile.PL | 1 -
.../Elements/EditCustomFields/MassageCustomFields | 8 +-
html/Callbacks/RTIR/Elements/MakeClicky/Default | 2 +-
.../Elements/QueueSummaryByLifecycle/SQLFilter | 1 +
.../Elements/ShowHistory/SkipTransaction | 0
html/RTIR/Create.html | 44 +---
html/RTIR/Display.html | 5 +-
html/RTIR/Edit.html | 4 +-
html/RTIR/Elements/ShowArticles | 1 +
html/RTIR/Elements/ShowChildren | 4 +-
html/RTIR/Incident/BulkAbandon.html | 7 +-
html/RTIR/Incident/Create.html | 19 +-
html/RTIR/Incident/Display.html | 11 +-
html/RTIR/Incident/Elements/Create | 3 +-
html/RTIR/Incident/Reply/index.html | 18 +-
html/RTIR/Investigation/Elements/Create | 8 +-
html/RTIR/Tools/ScriptedAction.html | 16 +-
html/RTIR/Update.html | 12 +-
lib/RT/Action/RTIR_OpenParent.pm | 2 +-
lib/RT/Action/RTIR_SetBlockStatus.pm | 2 +-
lib/RT/Action/RTIR_SetConstituencyGroup.pm | 2 +-
lib/RT/Condition/RTIR_LinkingToIncident.pm | 17 +-
lib/RT/Condition/RTIR_RequireDueChange.pm | 2 +-
lib/RT/Condition/RTIR_RequireReportActivation.pm | 2 +-
lib/RT/IR.pm | 230 +++++++++++++--------
t/009-attachments-processing.t | 2 +-
27 files changed, 226 insertions(+), 198 deletions(-)
rename html/Callbacks/RTIR/{Ticket => }/Elements/EditCustomFields/MassageCustomFields (93%)
rename html/Callbacks/RTIR/{Ticket => }/Elements/ShowHistory/SkipTransaction (100%)
More information about the rt-commit
mailing list