[Rt-commit] rtir branch, master, updated. 4.0.1rc1-156-g39f21742
Jim Brandt
jbrandt at bestpractical.com
Mon Jun 1 16:17:33 EDT 2020
The branch, master has been updated
via 39f217426d08a15b29a2e7fddef33c22d56d07c3 (commit)
via b899f83a996f7f239cf536379de6f98297ee9291 (commit)
via 6c975f66c67cb4d197045021e8ba60869eed3259 (commit)
via 5c81bb5640dc1d4941ea595d457de1c6432f1caf (commit)
via 0c779a6a5403a3b9b16d832e40952a314ecbdc43 (commit)
via 110afa8dd926b262dff13db6920600b999fd5dae (commit)
via a14a438ebf441501e54bebbd7841cfcdd47cb269 (commit)
from d45ed477e0e5ddc6a4f0de693034a0bdadfaf4da (commit)
Summary of changes:
docs/UPGRADING-5.0 | 17 +-
html/Callbacks/RTIR/Elements/Tabs/Privileged | 109 +++++++--
.../Callbacks/RTIR/Search/Build.html/BeforeDisplay | 27 +++
.../RTIR/Search/Elements/PickBasics/Default | 20 +-
html/Callbacks/RTIR/Search/Results.html/Initial | 23 +-
html/RTIR/Elements/DueIncidents | 4 +-
html/RTIR/Elements/NewReports | 4 +-
html/RTIR/Elements/QueueSummary | 5 +-
html/RTIR/Elements/SelectRTIRLifecycle | 67 ------
html/RTIR/Incident/Reply/Refine.html | 71 ------
html/RTIR/Link/FromIncident/Refine.html | 63 -----
html/RTIR/Link/ToIncident/Refine.html | 59 -----
html/RTIR/Merge/Refine.html | 59 -----
html/RTIR/Search/Elements/BuildQuery | 114 ----------
html/RTIR/Search/Elements/ProcessQuery | 253 ---------------------
html/RTIR/Search/Elements/RefinePage | 77 -------
html/RTIR/Search/Elements/ShowResults | 2 +-
html/RTIR/Search/Refine.html | 50 ----
html/RTIR/Search/Reporting.html | 229 -------------------
html/RTIR/Search/Results.html | 136 -----------
html/RTIR/Search/index.html | 83 -------
html/RTIR/Tools/Elements/LookupSummary | 9 +-
html/RTIR/index.html | 4 +-
lib/RT/IR.pm | 23 +-
lib/RT/IR/Web.pm | 34 +++
t/002-test-reject.t | 2 +-
t/searches/cf.t | 2 +-
t/searches/menu.t | 10 +-
28 files changed, 214 insertions(+), 1342 deletions(-)
create mode 100644 html/Callbacks/RTIR/Search/Build.html/BeforeDisplay
delete mode 100644 html/RTIR/Elements/SelectRTIRLifecycle
delete mode 100644 html/RTIR/Incident/Reply/Refine.html
delete mode 100644 html/RTIR/Link/FromIncident/Refine.html
delete mode 100644 html/RTIR/Link/ToIncident/Refine.html
delete mode 100644 html/RTIR/Merge/Refine.html
delete mode 100644 html/RTIR/Search/Elements/BuildQuery
delete mode 100644 html/RTIR/Search/Elements/ProcessQuery
delete mode 100644 html/RTIR/Search/Elements/RefinePage
delete mode 100644 html/RTIR/Search/Refine.html
delete mode 100644 html/RTIR/Search/Reporting.html
delete mode 100644 html/RTIR/Search/Results.html
delete mode 100644 html/RTIR/Search/index.html
- Log -----------------------------------------------------------------
commit b899f83a996f7f239cf536379de6f98297ee9291
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Mon Jun 1 16:04:25 2020 -0400
Note search changes in UPGRADING doc
diff --git a/docs/UPGRADING-5.0 b/docs/UPGRADING-5.0
index 8469d10c..a513dab2 100644
--- a/docs/UPGRADING-5.0
+++ b/docs/UPGRADING-5.0
@@ -31,7 +31,7 @@ instead link to RTIR/Create.html or RTIR/Incident/Create.html.
=item *
-Previous versions of RTIR, set RT's DefaultQueue option to Incident Reports.
+Previous versions of RTIR set RT's DefaultQueue option to Incident Reports.
The new versions of RT and RTIR move the queue selection to the create page
from the top action, so a new RTIR_DefaultQueue option is now available to
set the default queue for RTIR create ticket pages.
@@ -40,6 +40,21 @@ With this new RTIR-specific option, RTIR no longer automatically sets RT's
DefaultQueue. You can still set it manually for your system via the RT
configuration.
+=item *
+
+The RTIR search page has been re-worked to use RT's base search features
+more directly. This gives RTIR full access to current and future search
+and reporting features added to RT.
+
+We have retained the features associated with the custom RTIR search
+interface including limiting queue selection to RTIR queues and providing
+some additional RTIR menu options.
+
+On the previous RTIR search, the Advanced and Bulk Update menu options were
+hidden. Visibility of these two menus is now managed with a new right in
+RT. The RT 5.0 upgrade process grants these rights to all Privileged users,
+but you can revoke these rights to restore the previous RTIR menu.
+
=back
=cut
commit 39f217426d08a15b29a2e7fddef33c22d56d07c3
Merge: d45ed477 b899f83a
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Mon Jun 1 16:04:47 2020 -0400
Merge branch '5.0/migrate-to-rt-search'
-----------------------------------------------------------------------
More information about the rt-commit
mailing list