[Rt-commit] rt branch 5.0-trunk updated. rt-5.0.3-387-g8b8d8799cd

BPS Git Server git at git.bestpractical.com
Mon Apr 3 18:58:19 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 5.0-trunk has been updated
       via  8b8d8799cd4c2b007e2712e9a270f2e7556ce164 (commit)
       via  377b950da99d21af5aefff6ec262dad8c4ced75d (commit)
       via  36b5b54027f55d2aaab4d2aaeba82487c47593ab (commit)
       via  2f8b8340b95ceafed0dd751f58e708221ec32b00 (commit)
       via  31e72faf0fa183c21f87a146efc75ed368d78acf (commit)
       via  f698f9dce5ee2f626c5e7c9efec8853ac921ebc8 (commit)
       via  efc7df2fabccdc34761d3f9fe67f6dcdd0700371 (commit)
       via  a9b5530e65c160b357854169f7e0eb1a0bfa8395 (commit)
       via  eae06078d794d938a273f7817dd47a91882480f1 (commit)
       via  04354c40c9537488dc99566fd6d863aaf00f293c (commit)
       via  99b63592c79691f67aff7122a90d054f5b0af771 (commit)
       via  be8f711bc0e8fc93fafc8a3308a561428d020f83 (commit)
       via  17a6fffedbfcc38174b01d2a3fd20e66bac8dd32 (commit)
       via  2e7fead594b4bcd40cc0fccd16668908fd72e789 (commit)
       via  97f031cfce566c8b30bd4858ba9d5974c5efe666 (commit)
       via  46b0ab2cc78b89d043a257dc7a6d677538ee0d9e (commit)
       via  bd10fb08e25b20bf1df25c7b3a4f800ad0318276 (commit)
       via  41536e799a022c40f298c1116ebc525a4851fb25 (commit)
       via  60b81aaa32c4df2761e86ec394e939ccf3822134 (commit)
       via  5fadfcf5c80369ff14d72ac6f7680951d7d4ece9 (commit)
       via  0408a2ab19a4d3dec4bde819a479099d6b91ebdc (commit)
       via  affb1590b66fc12574dac6810bc3f96b9dc6af27 (commit)
       via  23578d764af02508b2fab0c57ca97b9d7849e0ea (commit)
      from  7d436701ab82b411e2c5790020976f9c0f3677a7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 .gitignore                                         |   1 +
 README                                             |   5 +
 configure.ac                                       |   1 +
 devel/third-party/README                           |   5 +
 devel/third-party/clipboard-2.0.8.js               | 944 +++++++++++++++++++++
 docs/query_builder.pod                             |  79 ++
 etc/RT_Config.pm.in                                |   8 +
 etc/acl.Pg                                         |   2 +
 etc/schema.Oracle                                  |  17 +
 etc/schema.Pg                                      |  17 +
 etc/schema.SQLite                                  |  15 +
 etc/schema.mysql                                   |  16 +
 etc/upgrade/{4.5.7 => 5.0.4}/acl.Pg                |   4 +-
 etc/upgrade/5.0.4/schema.Oracle                    |  16 +
 etc/upgrade/5.0.4/schema.Pg                        |  16 +
 etc/upgrade/5.0.4/schema.SQLite                    |  14 +
 etc/upgrade/5.0.4/schema.mysql                     |  15 +
 lib/RT.pm                                          |   3 +
 lib/RT/Attribute.pm                                |  11 +
 lib/RT/Config.pm                                   |   9 +
 lib/RT/Interface/Web.pm                            | 182 ++++
 lib/RT/Interface/Web/MenuBuilder.pm                |  85 +-
 lib/RT/Migrate/Serializer.pm                       |   3 +
 lib/RT/Record.pm                                   |   6 +
 lib/RT/SavedSearch.pm                              |  14 +
 lib/RT/Shortener.pm                                | 341 ++++++++
 lib/RT/Shorteners.pm                               | 139 +++
 ...rt-session-viewer.in => rt-clean-shorteners.in} |  58 +-
 share/html/Admin/Tools/Shortener.html              | 170 ++++
 share/html/Elements/CollectionAsTable/Header       |   2 +-
 share/html/Elements/ShowSearch                     |   2 +-
 .../CreateLinkedTicket => Helpers/Permalink}       |  67 +-
 share/html/NoAuth/iCal/dhandler                    |  12 +
 share/html/NoAuth/rss/dhandler                     |  18 +-
 share/html/Search/Build.html                       |  12 +-
 share/html/Search/Chart.html                       |   2 +-
 share/html/Search/Edit.html                        |   1 +
 share/html/Search/Elements/ChartTable              |  24 +-
 share/html/Search/Elements/EditSearches            |  19 +-
 share/html/Search/JSChart                          |  26 +-
 share/html/Search/Results.html                     |  27 +-
 share/static/js/clipboard.min.js                   |   7 +
 share/static/js/util.js                            |   9 +
 t/api/shortener.t                                  |  25 +
 t/api/shorteners.t                                 |  64 ++
 t/web/admin_tools_shortener.t                      |  39 +
 t/web/charting.t                                   |  14 +-
 t/web/search_shortener.t                           | 109 +++
 48 files changed, 2563 insertions(+), 112 deletions(-)
 create mode 100644 devel/third-party/clipboard-2.0.8.js
 copy etc/upgrade/{4.5.7 => 5.0.4}/acl.Pg (93%)
 create mode 100644 lib/RT/Shortener.pm
 create mode 100644 lib/RT/Shorteners.pm
 copy sbin/{rt-session-viewer.in => rt-clean-shorteners.in} (71%)
 create mode 100644 share/html/Admin/Tools/Shortener.html
 copy share/html/{Asset/Helpers/CreateLinkedTicket => Helpers/Permalink} (60%)
 create mode 100644 share/static/js/clipboard.min.js
 create mode 100644 t/api/shortener.t
 create mode 100644 t/api/shorteners.t
 create mode 100644 t/web/admin_tools_shortener.t
 create mode 100644 t/web/search_shortener.t


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list