Update Trac URLs to GitLab.

This commit is contained in:
Sebastiaan Lokhorst
2019-01-04 14:58:09 +01:00
committed by Philipp Hörist
parent 76643eb839
commit 0189214c41
13 changed files with 16 additions and 16 deletions

View File

@@ -4,6 +4,6 @@ short_name: banner_tweaks
version: 1.2.1 version: 1.2.1
description: Allows user to tweak chat window banner appearance (eg. make it compact). description: Allows user to tweak chat window banner appearance (eg. make it compact).
authors: Mateusz Biliński <mateusz@bilinski.it> authors: Mateusz Biliński <mateusz@bilinski.it>
homepage: http://trac-plugins.gajim.org/wiki/BannerTweaksPlugin homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/BannerTweaksPlugin
min_gajim_version: 1.1.91 min_gajim_version: 1.1.91
max_gajim_version: 1.2.90 max_gajim_version: 1.2.90

View File

@@ -20,8 +20,8 @@ Adjustable chat window banner.
Includes tweaks to make it compact. Includes tweaks to make it compact.
Based on patch by pb in ticket #4133: Based on patch by pb in issue #4133:
http://trac.gajim.org/attachment/ticket/4133/gajim-chatbanneroptions-svn10008.patch https://dev.gajim.org/uploads/-/system/note/attachment/162938/gajim-chatbanneroptions-svn10008.patch
:author: Mateusz Biliński <mateusz@bilinski.it> :author: Mateusz Biliński <mateusz@bilinski.it>
:since: 30 July 2008 :since: 30 July 2008
@@ -47,8 +47,8 @@ class BannerTweaksPlugin(GajimPlugin):
def init(self): def init(self):
self.description = _('Allows user to tweak chat window banner ' self.description = _('Allows user to tweak chat window banner '
'appearance (eg. make it compact).\n' 'appearance (eg. make it compact).\n'
'Based on patch by pb in ticket #4133:\n' 'Based on patch by pb in issue #4133:\n'
'http://trac.gajim.org/attachment/ticket/4133.') 'https://dev.gajim.org/gajim/gajim/issues/4133.')
self.config_dialog = BannerTweaksPluginConfigDialog(self) self.config_dialog = BannerTweaksPluginConfigDialog(self)
self.gui_extension_points = { self.gui_extension_points = {

View File

@@ -5,6 +5,6 @@ version: 1.2.1
description: Clickable nicknames in the conversation textview. description: Clickable nicknames in the conversation textview.
authors: Andrey Musikhin <melomansegfault@gmail.com> authors: Andrey Musikhin <melomansegfault@gmail.com>
Denis Fomin <fominde@gmail.com> Denis Fomin <fominde@gmail.com>
homepage: http://trac-plugins.gajim.org/wiki/ClickableNicknamesPlugin homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/ClickableNicknamesPlugin
min_gajim_version: 1.1.91 min_gajim_version: 1.1.91
max_gajim_version: 1.2.90 max_gajim_version: 1.2.90

View File

@@ -6,6 +6,6 @@ description: Adds a button for the '/me' command.
authors: BomberMan authors: BomberMan
copper copper
Denis Fomin <fominde@gmail.com> Denis Fomin <fominde@gmail.com>
homepage: http://trac-plugins.gajim.org/wiki/GUIForMePlugin homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/GUIForMePlugin
min_gajim_version: 1.1.91 min_gajim_version: 1.1.91
max_gajim_version: 1.2.90 max_gajim_version: 1.2.90

View File

@@ -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. Client on the other side must support XEP-0071: XHTML-IM and maintain the scheme data: URI.
Psi+ and Jabbim supported this. Psi+ and Jabbim supported this.
authors: Denis Fomin <fominde@gmail.com> authors: Denis Fomin <fominde@gmail.com>
homepage: http://trac-plugins.gajim.org/wiki/ImagePlugin homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/ImagePlugin
min_gajim_version: 1.1.91 min_gajim_version: 1.1.91
max_gajim_version: 1.2.90 max_gajim_version: 1.2.90

View File

@@ -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). The key combination alt + up in the textbox allow insert the number of last message (comment or topic).
authors: Denis Fomin <fominde@gmail.com> authors: Denis Fomin <fominde@gmail.com>
evgen <drujebober@gmail.com> evgen <drujebober@gmail.com>
homepage: http://trac-plugins.gajim.org/wiki/JuickPlugin homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/JuickPlugin
min_gajim_version: 1.1.91 min_gajim_version: 1.1.91
max_gajim_version: 1.2.90 max_gajim_version: 1.2.90

View File

@@ -5,6 +5,6 @@ version: 1.2.1
description: render received latex code description: render received latex code
authors: Yves Fischer <yvesf@xapek.org> authors: Yves Fischer <yvesf@xapek.org>
Yann Leboulanger <asterix@lagaule.org> Yann Leboulanger <asterix@lagaule.org>
homepage: http://trac-plugins.gajim.org/wiki/LatexPlugin homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/LatexPlugin
min_gajim_version: 1.1.91 min_gajim_version: 1.1.91
max_gajim_version: 1.2.90 max_gajim_version: 1.2.90

View File

@@ -4,6 +4,6 @@ short_name: length_notifier
version: 1.2.1 version: 1.2.1
description: Highlights message entry field in chat window when given length of message is exceeded. description: Highlights message entry field in chat window when given length of message is exceeded.
authors: Mateusz Biliński <mateusz@bilinski.it> authors: Mateusz Biliński <mateusz@bilinski.it>
homepage: http://trac-plugins.gajim.org/wiki/LengthNotifierPlugin homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/LengthNotifierPlugin
min_gajim_version: 1.1.91 min_gajim_version: 1.1.91
max_gajim_version: 1.2.90 max_gajim_version: 1.2.90

View File

@@ -4,6 +4,6 @@ short_name: message_box_size
version: 1.2.1 version: 1.2.1
description: Allows you to adjust the height of the new message input field. description: Allows you to adjust the height of the new message input field.
authors: Denis Fomin <fominde@gmail.com> authors: Denis Fomin <fominde@gmail.com>
homepage: http://trac-plugins.gajim.org/wiki/MessageBoxSizePlugin homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/MessageBoxSizePlugin
min_gajim_version: 1.1.91 min_gajim_version: 1.1.91
max_gajim_version: 1.2.90 max_gajim_version: 1.2.90

View File

@@ -4,6 +4,6 @@ short_name: regex_filter
version: 1.2.1 version: 1.2.1
description: Filter incoming messages using regex. description: Filter incoming messages using regex.
authors: Yann Leboulanger <asterix@lagaule.org> authors: Yann Leboulanger <asterix@lagaule.org>
homepage: http://trac-plugins.gajim.org/wiki/RegexFilterPlugin homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/RegexFilterPlugin
min_gajim_version: 1.1.91 min_gajim_version: 1.1.91
max_gajim_version: 1.2.90 max_gajim_version: 1.2.90

View File

@@ -5,6 +5,6 @@ version: 1.2.1
description: Allows user to tweak roster window appearance (eg. make it compact). description: Allows user to tweak roster window appearance (eg. make it compact).
Added ability to quickly change the status message to all connected accounts. Added ability to quickly change the status message to all connected accounts.
authors = Denis Fomin <fominde@gmail.com> authors = Denis Fomin <fominde@gmail.com>
homepage = http://trac-plugins.gajim.org/wiki/RosterTweaksPlugin homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/RosterTweaksPlugin
min_gajim_version: 1.1.91 min_gajim_version: 1.1.91
max_gajim_version: 1.2.90 max_gajim_version: 1.2.90

View File

@@ -6,6 +6,6 @@ description: Replace standard Gajim status icons with server
specific for known XMPP server accounts (vk.com, ...) specific for known XMPP server accounts (vk.com, ...)
authors = Denis Fomin <fominde@gmail.com> authors = Denis Fomin <fominde@gmail.com>
Pavel Suslov 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 min_gajim_version: 1.1.91
max_gajim_version: 1.2.90 max_gajim_version: 1.2.90

View File

@@ -5,6 +5,6 @@ version: 1.2.1
description: Support for autodetection of network status for Wicd Network Manager. description: Support for autodetection of network status for Wicd Network Manager.
Requires wicd and python-dbus. Requires wicd and python-dbus.
authors = Denis Fomin <fominde@gmail.com> authors = Denis Fomin <fominde@gmail.com>
homepage = http://trac-plugins.gajim.org/wiki/WicdSupportPlugin homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/WicdSupportPlugin
min_gajim_version: 1.1.91 min_gajim_version: 1.1.91
max_gajim_version: 1.2.90 max_gajim_version: 1.2.90