rt:5.0/add-more-shredder-links

Last commit made on 2022-07-21
Get this branch:
git clone -b 5.0/add-more-shredder-links https://git.launchpad.net/rt

Branch merges

Branch information

Name:
5.0/add-more-shredder-links
Repository:
lp:rt

Recent commits

61255dc... by Brian Conry <email address hidden>

Add shredder links to Asset and Transaction search

This change provides users with the SuperUser right with a link under
the Feeds menu to got to the Shredder page directly from the Asset and
Transaction search results pages.

a58025d... by Brian Conry <email address hidden>

Add Shredder Plugin for Assets

This change adds support for shredding assets, their associated role
groups, and (optionally) other linked assets.

2b3175e... by Brian Conry <email address hidden>

Add Shredder Plugin for Transactions

This change allows transactions to be directly targeted for shredding
while leaving the ticket. This was possible before using the Object
plugin, but this makes it clearer and may simplify some integrations.

a612882... by Jim Brandt

Merge branch '5.0/allow-empty-html-cf-on-create' into 5.0-trunk

db320b5... by Christian

disable browser spell check on customcode

63827b0... by Jim Brandt

Merge branch '5.0/clear-floating-elements-in-correspondence' into 5.0-trunk

ee60e85... by sunnavy

Merge branch '5.0.3-releng' into 5.0-trunk

850147a... by Jim Brandt

Merge branch '5.0/allow-empty-search-result-page' into 5.0.3-releng

46d2659... by sunnavy

Allow empty search ResultPage parameter in URL

RT could generate URLs with empty ResultPage(e.g. when building menus),
which doesn't hurt as it falls back to "/Search/Result.html".

In ba3a82144d we added validation of ResultPage, to avoid redirecting to
arbitrary pages for security reasons. As empty ResultPage falls back
safely, allowing it is totally fine.

This is mainly to get rid of the following warning:

    ResultPage is not whitelisted, ignoring

45c29dc... by sunnavy

Merge branch '4.4.6-releng' into 5.0.3-releng