diff options
Diffstat (limited to 'abbrevURL')
-rwxr-xr-x | abbrevURL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,8 +16,10 @@ str = str:gsub("https?://sourceforge.net/support/tracker.php%?aid=(%d+)", "sh#%1 str = str:gsub("https?://sf.net/support/tracker.php%?aid=(%d+)", "sh#%1") str = str:gsub("https?://sourceforge.net/p/(.*)/patches/(%d+)/", "shp#%1#%2") str = str:gsub("https?://sourceforge.net/p/(.*)/bugs/(%d+)/", "shb#%1#%2") +str = str:gsub("https?://sourceforge.net/p/(.*)/tickets/(%d+)/", "sht#%1#%2") str = str:gsub("https?://sf.net/support/p/(.*)/patches/(%d+)/", "shp#%1#%2") str = str:gsub("https?://sf.net/support/p/(.*)/bugs/(%d+)/", "shb#%1#%2") +str = str:gsub("https?://sf.net/support/p/(.*)/tickets/(%d+)/", "sht#%1#%2") str = str:gsub("https?://bitbucket.org/(.*)/issues/(%d+)/", "bt#%1#%2") str = str:gsub("https?://build.suse.de/request/show/(%d+)", "ssr#%1") str = str:gsub("https?://build.opensuse.org/request/show/(%d+)", "sr#%1") |