[Rt-commit] [rtir] branch 3.4/remove_old_constituencies updated (b7c1001 -> 8492bb5)
Jesse Vincent
jesse at bestpractical.com
Wed Mar 25 00:20:49 EDT 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 b7c1001 make constituency renaming significantly more robust
new d29b50e Remove several outdated bits of constituency documentation
new c3c7ddb Remove a now-unused callback
new 6d74a84 Remove a now-unused callback
new 465e826 Remove old homepage components that don't make sense
new fa4e053 Document the new 'StrictConstituencyLinking config option
new daa3eae Because related tickets can now be in a number of queues, show the queue in the linking interface
new 235746d Fix some path matching errors that broke the page nav
new 406ffdd Default to limit the incident linking ui to a single constituency, but let the user change it
new 326f6f3 Document a method in RT::IR
new c638c8e Add a helper method for checking StrictConstituencyLinking
new 3f9ebcb Defend against undef
new 943f2fc Refactoring to remove duplicated code
new 60e7923 Remove incorrect use of BaseQuery
new 67d0946 Fix tests now that we no longer hide part of the query from users
new 8c5a871 Use RT::IR->StrictConstituencyLinking to decide when to restrict RTIR's list of queues for creating or moving tickets.
new f10ac36 A note and a whitespace fix to Investigation/Elements/Create
new b51842c When linking an incident to a another ticket, make sure to take Strict Constituency Linking into account
new 8722792 Typo fix
new 8492bb5 When merging tickets, respect StrictConstituencyLinking
The 19 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:
docs/Constituencies.pod | 131 ++++-----------------
etc/RTIR_Config.pm | 28 ++++-
.../Elements/EditCustomField/EditComponentName | 74 ------------
.../Elements/EditCustomFields/MassageCustomFields | 66 -----------
.../Elements/QueueSummaryByLifecycle/SQLFilter | 66 -----------
.../RTIR/Elements/QueueSummaryByStatus/SQLFilter | 48 --------
html/Callbacks/RTIR/Elements/Tabs/Privileged | 8 +-
html/RTIR/Create.html | 2 +-
html/RTIR/Edit.html | 2 +-
html/RTIR/Elements/QueueSummary | 4 +-
html/RTIR/Incident/Create.html | 27 ++---
html/RTIR/Incident/Display.html | 10 +-
html/RTIR/Investigation/Elements/Create | 9 +-
html/RTIR/Link/FromIncident/index.html | 9 +-
html/RTIR/Link/ToIncident/index.html | 8 +-
html/RTIR/Merge/index.html | 16 ++-
lib/RT/IR.pm | 14 +++
t/searches/menu.t | 5 +-
18 files changed, 114 insertions(+), 413 deletions(-)
delete mode 100644 html/Callbacks/RTIR/Elements/EditCustomField/EditComponentName
delete mode 100644 html/Callbacks/RTIR/Elements/EditCustomFields/MassageCustomFields
delete mode 100644 html/Callbacks/RTIR/Elements/QueueSummaryByLifecycle/SQLFilter
delete mode 100644 html/Callbacks/RTIR/Elements/QueueSummaryByStatus/SQLFilter
More information about the rt-commit
mailing list