All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Request Tracker Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:46, 30 March 2026 Admin talk contribs created page User talk:Polettix (Welcome!)
- 09:46, 30 March 2026 Admin talk contribs created page User:Polettix (Creating user page for new user.)
- 09:46, 30 March 2026 User account Polettix talk contribs was created by Admin talk contribs and password was sent by email
- 15:01, 17 December 2025 Robl talk contribs created page RestrictAttachments (add new page)
- 09:11, 31 October 2025 Lisabette talk contribs created page User talk:Grant (Welcome!)
- 09:11, 31 October 2025 Lisabette talk contribs created page User:Grant (Creating user page for new user.)
- 09:11, 31 October 2025 User account Grant talk contribs was created by Lisabette talk contribs and password was sent by email
- 13:38, 6 March 2025 Robl talk contribs created page REST2 (Created page with " == RT REST2 (JSON) API == * RT has two REST APIs - the original REST v1.0 API, and a newer, REST2 JSON API. * The REST1 API is still used and supported. Many things use it, including RT's mail gateway, rt-mailgate. The REST2 API is more modern and uses JSON for queries and responses, making it easier to integrate RT with other systems, and to read and update RT with scripts running on remote servers. The REST2 API was originally provided as an [https://github.com...")
- 15:07, 1 October 2024 Lisabette talk contribs created page User talk:Mquinn5 (Welcome!)
- 15:07, 1 October 2024 Lisabette talk contribs created page User:Mquinn5 (Creating user page for new user.)
- 15:07, 1 October 2024 User account Mquinn5 talk contribs was created by Lisabette talk contribs and password was sent by email
- 12:09, 20 September 2024 Cmatte talk contribs created page OnSpam (Create page)
- 07:31, 18 September 2024 Lisabette talk contribs created page User talk:Mfraser (Welcome!)
- 07:31, 18 September 2024 Lisabette talk contribs created page User:Mfraser (Creating user page for new user.)
- 07:30, 18 September 2024 User account Mfraser talk contribs was created by Lisabette talk contribs and password was sent by email
- 07:30, 18 September 2024 Lisabette talk contribs created page User talk:Cmatte (Welcome!)
- 07:30, 18 September 2024 Lisabette talk contribs created page User:Cmatte (Creating user page for new user.)
- 07:30, 18 September 2024 User account Cmatte talk contribs was created by Lisabette talk contribs and password was sent by email
- 11:53, 18 July 2024 Phanousk talk contribs created page ManualDatabaseConversion (new article)
- 12:35, 13 June 2024 Admin talk contribs blocked Cherdt talk contribs with an expiration time of indefinite (account creation disabled, email disabled, cannot edit own talk page) (spam account)
- 12:34, 13 June 2024 Admin talk contribs blocked Gchoules talk contribs with an expiration time of indefinite (account creation disabled, email disabled, cannot edit own talk page) (spam account)
- 07:28, 22 May 2024 Lisabette talk contribs created page User talk:Dadams (Welcome!)
- 07:28, 22 May 2024 Lisabette talk contribs created page User:Dadams (Creating user page for new user.)
- 07:28, 22 May 2024 User account Dadams talk contribs was created by Lisabette talk contribs and password was sent by email
- 08:58, 21 May 2024 Admin talk contribs created page User talk:Gchoules (Welcome!)
- 08:58, 21 May 2024 Admin talk contribs created page User:Gchoules (Creating user page for new user.)
- 08:58, 21 May 2024 User account Gchoules talk contribs was created by Admin talk contribs and password was sent by email
- 09:05, 18 March 2024 Admin talk contribs created page User talk:Cherdt (Welcome!)
- 09:05, 18 March 2024 Admin talk contribs created page User:Cherdt (Creating user page for new user.)
- 09:05, 18 March 2024 User account Cherdt talk contribs was created by Admin talk contribs and password was sent by email
- 09:05, 18 March 2024 Admin talk contribs created page User talk:Israelrbb (Welcome!)
- 09:05, 18 March 2024 Admin talk contribs created page User:Israelrbb (Creating user page for new user.)
- 09:05, 18 March 2024 User account Israelrbb talk contribs was created by Admin talk contribs and password was sent by email
- 07:08, 13 November 2023 Phanousk talk contribs created page ForwardMessage (Created page with "Allow to forward message as well as particular transaction in .eml format to some destination. The forwarded message can be also commented before sending.")
- 22:51, 22 August 2023 Robl talk contribs created page Exim4Config (Created page with " Example for exim4 configs: == Debian Exim == The following was tested on Exim 4.94.2 Debian split config. # Install either exim4-daemon-light or exim4-daemon-heavy, depending on feature requirements. exim4-daemon-light is sufficient unless you need database lookup features (MySQL etc.) or content/malware scanning etc. apt-get install exim4-daemon-light === Initial setup === If RT is on a '''dedicated server or VM''', you will probably want to configure Exim in...")
- 11:40, 20 July 2023 Admin talk contribs created page User talk:Greatquux (Welcome!)
- 11:40, 20 July 2023 Admin talk contribs created page User:Greatquux (Creating user page for new user.)
- 11:40, 20 July 2023 User account Greatquux talk contribs was created by Admin talk contribs and password was sent by email (Thanks for using RT, Michael! :))
- 07:56, 22 June 2023 Ronaldo talk contribs created page How to create options to move tickets to a Spam Queue (Created page with "To add a spam menu to ticket display page, you can make it via a callback, i.e. Create "/opt/rt5/local/html/Callbacks/MyRT/Elements/Tabs/Privileged" with the following content(Replace queue id "3" with your real Spam queue id): <pre> <%INIT> my $request_path = $HTML::Mason::Commands::r->path_info; $request_path =~ s!/{2,}!/!g; if ( $request_path =~ m{^/Ticket/} and my $id = $DECODED_ARGS->{id} ) { my $ticket = RT::Ticket->new( $session{CurrentUs...")
- 09:56, 20 June 2023 Ronaldo talk contribs created page Enable a custom field only for staff (privileged) users (Created page with "# Pick the Admin > Global > Custom Fields > Tickets menu option # Click your custom field (Location) # Click the Group Rights tab # Click Privileged # Click View Custom Fields on the General rights tab to give read access # Click both rights on the Rights for Staff tab if you'd like them to be able to edit your custom field # Click Save Changes Category:Administration Category:Custom Fields")
- 09:51, 20 June 2023 Ronaldo talk contribs created page Remove a super user from the Owners dropdown list (Created page with "You can achieve this via a callback to exclude specified users from the owner dropdown, e.g. create /opt/rt5/local/html/Callbacks/MyRT/Elements/SelectOwnerDropdown/ModifyOwnerListRaw with the following content: <pre> <%INIT> if ( $UserHashRef ) { for my $user_id ( 14, 25, 26, 38, 57 ) { delete $UserHashRef->{$user_id}; } } </%INIT> <%ARGS> $UserHashRef => undef </%ARGS> </pre> Remember to replace the list...")
- 09:23, 13 June 2023 Admin talk contribs created page User talk:Iizuki (Welcome!)
- 09:23, 13 June 2023 Admin talk contribs created page User:Iizuki (Creating user page for new user.)
- 09:23, 13 June 2023 User account Iizuki talk contribs was created by Admin talk contribs and password was sent by email
- 09:06, 13 June 2023 Ronaldo talk contribs created page Fixing Fulltext Indexing in Request Tracker RT (Created page with "If you have Fulltext search enabled and users start reporting that the queries are not retrieving the expected results, you might want to perform a full reindex of it. Follow the steps below to fix the fulltext indexing. === Step 1: Disable Fulltext-Indexer Cron Job === Temporarily disable the fulltext-indexer cron job to prevent any interference during the re-indexing process. === Step 2: Disable Fulltext Search in RT Configuration === Temporarily disable fulltext s...")
- 15:19, 8 June 2023 Admin talk contribs created page User talk:Ttyslan (Welcome!)
- 15:19, 8 June 2023 Admin talk contribs created page User:Ttyslan (Creating user page for new user.)
- 15:19, 8 June 2023 User account Ttyslan talk contribs was created by Admin talk contribs and password was sent by email
- 13:25, 6 June 2023 Admin talk contribs created page User talk:Kurth (Welcome!)
- 13:25, 6 June 2023 Admin talk contribs created page User:Kurth (Creating user page for new user.)