From 0189214c412df16c8f7f2004485a41b0f3d02ee6 Mon Sep 17 00:00:00 2001 From: Sebastiaan Lokhorst Date: Fri, 4 Jan 2019 14:58:09 +0100 Subject: [PATCH] Update Trac URLs to GitLab. --- banner_tweaks/manifest.ini | 2 +- banner_tweaks/plugin.py | 8 ++++---- clickable_nicknames/manifest.ini | 2 +- gui_for_me/manifest.ini | 2 +- image/manifest.ini | 2 +- juick/manifest.ini | 2 +- latex/manifest.ini | 2 +- length_notifier/manifest.ini | 2 +- message_box_size/manifest.ini | 2 +- regex_filter/manifest.ini | 2 +- roster_tweaks/manifest.ini | 2 +- server_status_icons/manifest.ini | 2 +- wicd_support/manifest.ini | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/banner_tweaks/manifest.ini b/banner_tweaks/manifest.ini index c286311..02e8321 100644 --- a/banner_tweaks/manifest.ini +++ b/banner_tweaks/manifest.ini @@ -4,6 +4,6 @@ short_name: banner_tweaks version: 1.2.1 description: Allows user to tweak chat window banner appearance (eg. make it compact). authors: Mateusz Biliński -homepage: http://trac-plugins.gajim.org/wiki/BannerTweaksPlugin +homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/BannerTweaksPlugin min_gajim_version: 1.1.91 max_gajim_version: 1.2.90 diff --git a/banner_tweaks/plugin.py b/banner_tweaks/plugin.py index 9ef48b4..d6c8b84 100644 --- a/banner_tweaks/plugin.py +++ b/banner_tweaks/plugin.py @@ -20,8 +20,8 @@ Adjustable chat window banner. Includes tweaks to make it compact. -Based on patch by pb in ticket #4133: -http://trac.gajim.org/attachment/ticket/4133/gajim-chatbanneroptions-svn10008.patch +Based on patch by pb in issue #4133: +https://dev.gajim.org/uploads/-/system/note/attachment/162938/gajim-chatbanneroptions-svn10008.patch :author: Mateusz Biliński :since: 30 July 2008 @@ -47,8 +47,8 @@ class BannerTweaksPlugin(GajimPlugin): def init(self): self.description = _('Allows user to tweak chat window banner ' 'appearance (eg. make it compact).\n' - 'Based on patch by pb in ticket #4133:\n' - 'http://trac.gajim.org/attachment/ticket/4133.') + 'Based on patch by pb in issue #4133:\n' + 'https://dev.gajim.org/gajim/gajim/issues/4133.') self.config_dialog = BannerTweaksPluginConfigDialog(self) self.gui_extension_points = { diff --git a/clickable_nicknames/manifest.ini b/clickable_nicknames/manifest.ini index 1d9557f..b22ada4 100644 --- a/clickable_nicknames/manifest.ini +++ b/clickable_nicknames/manifest.ini @@ -5,6 +5,6 @@ version: 1.2.1 description: Clickable nicknames in the conversation textview. authors: Andrey Musikhin Denis Fomin -homepage: http://trac-plugins.gajim.org/wiki/ClickableNicknamesPlugin +homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/ClickableNicknamesPlugin min_gajim_version: 1.1.91 max_gajim_version: 1.2.90 diff --git a/gui_for_me/manifest.ini b/gui_for_me/manifest.ini index 95e20f6..493de68 100644 --- a/gui_for_me/manifest.ini +++ b/gui_for_me/manifest.ini @@ -6,6 +6,6 @@ description: Adds a button for the '/me' command. authors: BomberMan copper Denis Fomin -homepage: http://trac-plugins.gajim.org/wiki/GUIForMePlugin +homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/GUIForMePlugin min_gajim_version: 1.1.91 max_gajim_version: 1.2.90 diff --git a/image/manifest.ini b/image/manifest.ini index 3aded0e..c26cf43 100644 --- a/image/manifest.ini +++ b/image/manifest.ini @@ -6,6 +6,6 @@ description: This plugin is designed to send a small(0 - 40 kb) graphic image to Client on the other side must support XEP-0071: XHTML-IM and maintain the scheme data: URI. Psi+ and Jabbim supported this. authors: Denis Fomin -homepage: http://trac-plugins.gajim.org/wiki/ImagePlugin +homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/ImagePlugin min_gajim_version: 1.1.91 max_gajim_version: 1.2.90 diff --git a/juick/manifest.ini b/juick/manifest.ini index 5fdbbc4..89cb8f7 100644 --- a/juick/manifest.ini +++ b/juick/manifest.ini @@ -6,6 +6,6 @@ description: Clickable Juick links , Juick nicks, preview Juick picturs. The key combination alt + up in the textbox allow insert the number of last message (comment or topic). authors: Denis Fomin evgen -homepage: http://trac-plugins.gajim.org/wiki/JuickPlugin +homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/JuickPlugin min_gajim_version: 1.1.91 max_gajim_version: 1.2.90 diff --git a/latex/manifest.ini b/latex/manifest.ini index 9c0a69a..ceb4fa6 100644 --- a/latex/manifest.ini +++ b/latex/manifest.ini @@ -5,6 +5,6 @@ version: 1.2.1 description: render received latex code authors: Yves Fischer Yann Leboulanger -homepage: http://trac-plugins.gajim.org/wiki/LatexPlugin +homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/LatexPlugin min_gajim_version: 1.1.91 max_gajim_version: 1.2.90 diff --git a/length_notifier/manifest.ini b/length_notifier/manifest.ini index a6c6824..7f3d750 100644 --- a/length_notifier/manifest.ini +++ b/length_notifier/manifest.ini @@ -4,6 +4,6 @@ short_name: length_notifier version: 1.2.1 description: Highlights message entry field in chat window when given length of message is exceeded. authors: Mateusz Biliński -homepage: http://trac-plugins.gajim.org/wiki/LengthNotifierPlugin +homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/LengthNotifierPlugin min_gajim_version: 1.1.91 max_gajim_version: 1.2.90 diff --git a/message_box_size/manifest.ini b/message_box_size/manifest.ini index 625c4b8..9d15491 100644 --- a/message_box_size/manifest.ini +++ b/message_box_size/manifest.ini @@ -4,6 +4,6 @@ short_name: message_box_size version: 1.2.1 description: Allows you to adjust the height of the new message input field. authors: Denis Fomin -homepage: http://trac-plugins.gajim.org/wiki/MessageBoxSizePlugin +homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/MessageBoxSizePlugin min_gajim_version: 1.1.91 max_gajim_version: 1.2.90 diff --git a/regex_filter/manifest.ini b/regex_filter/manifest.ini index eefa4de..0a2c7d7 100644 --- a/regex_filter/manifest.ini +++ b/regex_filter/manifest.ini @@ -4,6 +4,6 @@ short_name: regex_filter version: 1.2.1 description: Filter incoming messages using regex. authors: Yann Leboulanger -homepage: http://trac-plugins.gajim.org/wiki/RegexFilterPlugin +homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/RegexFilterPlugin min_gajim_version: 1.1.91 max_gajim_version: 1.2.90 diff --git a/roster_tweaks/manifest.ini b/roster_tweaks/manifest.ini index 3d6e855..1920117 100644 --- a/roster_tweaks/manifest.ini +++ b/roster_tweaks/manifest.ini @@ -5,6 +5,6 @@ version: 1.2.1 description: Allows user to tweak roster window appearance (eg. make it compact). Added ability to quickly change the status message to all connected accounts. authors = Denis Fomin -homepage = http://trac-plugins.gajim.org/wiki/RosterTweaksPlugin +homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/RosterTweaksPlugin min_gajim_version: 1.1.91 max_gajim_version: 1.2.90 diff --git a/server_status_icons/manifest.ini b/server_status_icons/manifest.ini index 896588d..ddbc0cc 100644 --- a/server_status_icons/manifest.ini +++ b/server_status_icons/manifest.ini @@ -6,6 +6,6 @@ description: Replace standard Gajim status icons with server specific for known XMPP server accounts (vk.com, ...) authors = Denis Fomin Pavel Suslov -homepage = http://trac-plugins.gajim.org/wiki/ServerStatusIconsPlugin +homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/ServerStatusIconsPlugin min_gajim_version: 1.1.91 max_gajim_version: 1.2.90 diff --git a/wicd_support/manifest.ini b/wicd_support/manifest.ini index 5afe094..7e2f85d 100644 --- a/wicd_support/manifest.ini +++ b/wicd_support/manifest.ini @@ -5,6 +5,6 @@ version: 1.2.1 description: Support for autodetection of network status for Wicd Network Manager. Requires wicd and python-dbus. authors = Denis Fomin -homepage = http://trac-plugins.gajim.org/wiki/WicdSupportPlugin +homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/WicdSupportPlugin min_gajim_version: 1.1.91 max_gajim_version: 1.2.90