[Rt-commit] [rtir] branch 3.4/remove_old_constituencies updated (90b33d7 -> e3c796c)
Jesse Vincent
jesse at bestpractical.com
Mon Feb 9 00:25:16 EST 2015
This is an automated email from the git hooks/post-receive script.
jesse pushed a change to branch 3.4/remove_old_constituencies
in repository rtir.
from 90b33d7 First step in switching RTIR logic from queue name to lifecycle
new eed20a1 Further queue->lookup type conversions
new 8256c14 add a bit of debugging to a test file
new 6bf7a15 Progressively replacing queue-based searches
new d92806d Progressively replacing queue-based searches
new 61c6f8f Additional work porting from queue-based ticket typing to lifecycle-based ticket typing
new 7f86980 Further lifecycle updates
new b4423ac Switch MapStatus to using lifecycles
new ad3f881 Switch another use of queue name to queue lifecycle
new 400a94a Further lifecycles changes
new 9023a35 Further conversion of ActiveQuery and friends to lifecycles
new 7be8f02 Remove a completely unused parameter on Incident Reply
new b8bc20c Switch more of the API to depend on lifecycles
new 48fb250 Switch test helpers to use lifecycles
new c9ecc47 Switch tests that depend on queue name to use lifecycle instead
new a5d8d9d Switch TicketType to use Lifecycle calls
new 08ef700 Switch Create Links from Queue to Lifecycle
new 906a35c Switch QueueSummaryByLifecycle to just use lifecycles
new c209d02 Interim hack to switch RTIR Create to use Lifecycle
new 064c6e4 Fix typo in ActiveQuery parameters
new 1a01f3d Switch RTIR Lookup to create by lifecycle
new 4725229 Switch a bunch of RT::IR->Query calls to use lifecycles
new 815fd92 Switch incident display pages to use lifecycles
new 61a29aa Start to switch 'children' to use lifecycles
new e3c796c A few more lifecyclifications.
The 24 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:
html/Callbacks/RTIR/Elements/MakeClicky/Default | 6 +-
.../Elements/QueueSummaryByLifecycle/SQLFilter | 4 +-
.../RTIR/Elements/RT__Ticket/ColumnMap/Once | 2 +-
html/Callbacks/RTIR/Elements/Tabs/Privileged | 66 +++++-----
html/RTIR/Create.html | 8 ++
html/RTIR/Display.html | 2 +-
html/RTIR/Elements/AttachReports | 2 +-
html/RTIR/Elements/DueIncidents | 8 +-
html/RTIR/Elements/MergeWith | 10 +-
html/RTIR/Elements/NewReports | 12 +-
html/RTIR/Elements/NobodyDueIncidents | 2 +-
html/RTIR/Elements/SelectIncident | 2 +-
html/RTIR/Elements/ShowChildren | 21 ++--
html/RTIR/Elements/ShowIncidents | 2 +-
html/RTIR/Elements/UserDueIncidents | 2 +-
html/RTIR/Incident/BulkAbandon.html | 8 +-
html/RTIR/Incident/Children/index.html | 22 ++--
html/RTIR/Incident/Display.html | 8 +-
html/RTIR/Incident/Elements/ShowChildren | 45 +++----
html/RTIR/Incident/Reply/Refine.html | 8 +-
html/RTIR/Incident/Reply/index.html | 19 ++-
html/RTIR/Link/FromIncident/index.html | 12 +-
html/RTIR/Link/ToIncident/Refine.html | 2 +-
html/RTIR/Link/ToIncident/index.html | 6 +-
html/RTIR/Merge/Refine.html | 2 +-
html/RTIR/Merge/index.html | 30 ++---
html/RTIR/Report/BulkReject.html | 10 +-
html/RTIR/Reporting/Report.html | 8 +-
html/RTIR/Search/Elements/ShowResults | 2 -
html/RTIR/Search/Reporting.html | 8 +-
html/RTIR/Search/Results.html | 15 ++-
html/RTIR/Tools/Elements/LookupRelatedTickets | 8 +-
html/RTIR/Tools/Elements/LookupSummary | 43 +++----
html/RTIR/Tools/Lookup.html | 2 +-
lib/RT/Action/RTIR_ChangeChildOwnership.pm | 6 +-
lib/RT/Action/RTIR_ChangeParentOwnership.pm | 2 +-
lib/RT/Action/RTIR_ResolveChildren.pm | 8 +-
lib/RT/Action/RTIR_SetDueIncident.pm | 4 +-
lib/RT/Condition/RTIR_LinkingToIncident.pm | 2 +-
lib/RT/IR.pm | 133 ++++++++++++++-------
lib/RT/IR/Test/Web.pm | 12 +-
t/015-make-clicky.t | 2 +-
t/searches/menu.t | 4 +-
43 files changed, 313 insertions(+), 267 deletions(-)
More information about the rt-commit
mailing list