Philipp Hörist pushed to branch master at gajim / gajim
Commits:
298fa4b9 by Philipp Hörist at 2017-08-27T22:32:33+02:00
Update old trac links
- - - - -
3 changed files:
- gajim/common/exceptions.py
- gajim/common/rst_xhtml_generator.py
- plugins/acronyms_expander/acronyms_expander.py
Changes:
=====================================
gajim/common/exceptions.py
=====================================
--- a/gajim/common/exceptions.py
+++ b/gajim/common/exceptions.py
@@ -80,7 +80,7 @@ class SessionBusNotPresent(Exception):
def __str__(self):
return _('Session bus is not available.\nTry reading %(url)s') % \
- {'url': 'http://trac.gajim.org/wiki/GajimDBus'}
+ {'url':
'https://dev.gajim.org/gajim/gajim/wikis/help/GajimDBus'}
class SystemBusNotPresent(Exception):
"""
@@ -92,7 +92,7 @@ class SystemBusNotPresent(Exception):
def __str__(self):
return _('System bus is not available.\nTry reading %(url)s') % \
- {'url': 'http://trac.gajim.org/wiki/GajimDBus'}
+ {'url':
'https://dev.gajim.org/gajim/gajim/wikis/help/GajimDBus'}
class NegotiationError(Exception):
"""
=====================================
gajim/common/rst_xhtml_generator.py
=====================================
--- a/gajim/common/rst_xhtml_generator.py
+++ b/gajim/common/rst_xhtml_generator.py
@@ -94,7 +94,7 @@ else:
'XEP #', 'http://www.xmpp.org/extensions/',
'xep-%04d.html',
pos_int_validator)
generate_uri_role('gajim-ticket-reference', ('ticket', 'gtrack'),
- 'Gajim Ticket #', 'http://trac.gajim.org/ticket/',
'%d',
+ 'Gajim Ticket #',
'https://dev.gajim.org/gajim/gajim/issues', '%d',
pos_int_validator)
class HTMLGenerator:
=====================================
plugins/acronyms_expander/acronyms_expander.py
=====================================
--- a/plugins/acronyms_expander/acronyms_expander.py
+++ b/plugins/acronyms_expander/acronyms_expander.py
@@ -51,9 +51,8 @@ class AcronymsExpanderPlugin(GajimPlugin):
'ACRONYMS': ({'/slap': '/me slaps',
'PS-': 'plug-in system',
'G-': 'Gajim',
- 'GNT-': 'http://trac.gajim.org/newticket',
- 'GW-': 'http://trac.gajim.org/',
- 'GTS-': 'http://trac.gajim.org/report',
+ 'GNT-': 'https://dev.gajim.org/gajim/gajim/issues',
+ 'GW-':
'https://dev.gajim.org/gajim/gajim/wikis/home',
},
''),
}
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/298fa4b96d61549745c951f2ff359b6ddd99521d
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/298fa4b96d61549745c951f2ff359b6ddd99521d
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits