]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 593539: Refactor See Also to use separate modules for each type of URL
authorTiago Mello <timello@gmail.com>
Mon, 20 Dec 2010 22:49:10 +0000 (20:49 -0200)
committerTiago Mello <timello@gmail.com>
Mon, 20 Dec 2010 22:49:10 +0000 (20:49 -0200)
commited3e015a1c21061ed9f30cfc3fe3c3e83c0d2fb1
tree16a3b61e4fd8f04479bcbe02c8ed4d367b97e9f4
parentc9c81ee7156fc47d834317644baa25cec7cf16e4
Bug 593539: Refactor See Also to use separate modules for each type of URL
r/a=mkanat
Bugzilla/Bug.pm
Bugzilla/BugUrl.pm [new file with mode: 0644]
Bugzilla/BugUrl/Bugzilla.pm [new file with mode: 0644]
Bugzilla/BugUrl/Bugzilla/Local.pm [new file with mode: 0644]
Bugzilla/BugUrl/Debian.pm [new file with mode: 0644]
Bugzilla/BugUrl/Google.pm [new file with mode: 0644]
Bugzilla/BugUrl/Launchpad.pm [new file with mode: 0644]
Bugzilla/Install/DB.pm