{"id":19648335,"url":"https://github.com/bestpractical/rt-extension-quickdelete","last_synced_at":"2026-02-06T01:44:17.407Z","repository":{"id":66697627,"uuid":"2199384","full_name":"bestpractical/rt-extension-quickdelete","owner":"bestpractical","description":null,"archived":false,"fork":false,"pushed_at":"2016-02-24T20:34:19.000Z","size":53,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-07-01T22:41:53.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://search.cpan.org/dist/rt-extension-quickdelete","language":"Perl","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bestpractical.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-12T21:50:18.000Z","updated_at":"2019-09-30T20:56:34.000Z","dependencies_parsed_at":"2023-03-07T23:00:49.165Z","dependency_job_id":null,"html_url":"https://github.com/bestpractical/rt-extension-quickdelete","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/bestpractical/rt-extension-quickdelete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestpractical%2Frt-extension-quickdelete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestpractical%2Frt-extension-quickdelete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestpractical%2Frt-extension-quickdelete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestpractical%2Frt-extension-quickdelete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bestpractical","download_url":"https://codeload.github.com/bestpractical/rt-extension-quickdelete/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestpractical%2Frt-extension-quickdelete/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29144188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T01:13:33.096Z","status":"ssl_error","status_checked_at":"2026-02-06T01:11:47.313Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T14:47:54.699Z","updated_at":"2026-02-06T01:44:17.390Z","avatar_url":"https://github.com/bestpractical.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"NAME\n    RT::Extension::QuickDelete - Adds a \"quick delete\" button to RT's\n    standard ticket search interface\n\nSYNOPSIS\n     perl Makefile.PL\n     make install\n\n     Add RT::Extension::QuickDelete to your existin @Plugins line, or create a new @Plugins line:\n\n     Set(@Plugins, qw(RT::Extension::QuickDelete));\n\n     # If you're using RT 3.6.0 or RT 3.6.1, copy etc/3.6.1/ShowSearch to /opt/rt3/share/html/Elements/ShowSearch\n     # (This changed file is already included in RT 3.6.2)\n \n     # Update your default RT search results format to include favorites link by adding this to your RT_SiteConfig.pm:\n\n     Set ($DefaultSearchResultFormat, qq{\n       '\u003cB\u003e\u003cA HREF=\"$RT::WebPath/Ticket/Display.html?id=__id__\"\u003e__id__\u003c/a\u003e\u003c/B\u003e/TITLE:#',\n       '\u003cB\u003e\u003cA HREF=\"$RT::WebPath/Ticket/Display.html?id=__id__\"\u003e__Subject__\u003c/a\u003e\u003c/B\u003e/TITLE:Subject',\n       Status,\n       QueueName,\n       OwnerName,\n       Priority,\n       QuickDelete,\n       '__NEWLINE__',\n       '',\n       '\u003csmall\u003e__Requestors__\u003c/small\u003e',\n       '\u003csmall\u003e__CreatedRelative__\u003c/small\u003e',\n       '\u003csmall\u003e__ToldRelative__\u003c/small\u003e',\n       '\u003csmall\u003e__LastUpdatedRelative__\u003c/small\u003e',\n       '\u003csmall\u003e__TimeLeft__\u003c/small\u003e',\n       '__BLANK__/TITLE:NBSP'});\n\n    On RT 4, this extension will not provide a Quick Delete link from the\n    Ticket Display pages. You can add one using the Lifecycles\n    functionality.\n\nAUTHOR\n    Jesse Vincent \"\u003cjesse@bestpractical.com\u003e\"\n\nLICENCE AND COPYRIGHT\n    Copyright (c) 2007-2011, Best Practical Solutions, LLC. All rights\n    reserved.\n\n    This module is free software; you can redistribute it and/or modify it\n    under the same terms as Perl itself. See perlartistic.\n\nDISCLAIMER OF WARRANTY\n    BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n    FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\n    OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n    PROVIDE THE SOFTWARE \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER\n    EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE\n    ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH\n    YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL\n    NECESSARY SERVICING, REPAIR, OR CORRECTION.\n\n    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n    WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n    REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE\n    TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR\n    CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\n    SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\n    RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\n    FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\n    SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\n    DAMAGES.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestpractical%2Frt-extension-quickdelete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbestpractical%2Frt-extension-quickdelete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestpractical%2Frt-extension-quickdelete/lists"}