This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| OpenSSH_5.8p1 Debian-4, OpenSSL 1.0.0d 8 Feb 2011 | |
| debug1: Reading configuration data /home/weisslj/.ssh/config | |
| debug1: Reading configuration data /etc/ssh/ssh_config | |
| debug1: Applying options for * | |
| debug1: Connecting to git.musicbrainz.org [72.29.167.151] port 10015. | |
| debug1: Connection established. | |
| debug1: identity file /home/weisslj/.ssh/id_rsa type 1 | |
| debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-4096 | |
| debug1: Checking blacklist file /etc/ssh/blacklist.RSA-4096 | |
| debug1: identity file /home/weisslj/.ssh/id_rsa-cert type -1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git remote -v | |
| mb ssh://[email protected]:10015/musicbrainz-server.git (fetch) | |
| mb ssh://[email protected]:10015/musicbrainz-server.git (push) | |
| origin /var/cache/reviewboard/git.musicbrainz.org.git (fetch) | |
| origin /var/cache/reviewboard/git.musicbrainz.org.git (push) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Message-ID: | |
| <B4669D8F214710488CEBEEB32CF650B05825F1EE1D@HPIAP319MBXEU1.adr.recgroup.com> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/js/Bookmarklet.js b/src/js/Bookmarklet.js | |
| index daa633e..f335fc7 100644 | |
| --- a/src/js/Bookmarklet.js | |
| +++ b/src/js/Bookmarklet.js | |
| @@ -178,11 +178,60 @@ formParameters = function(aLoginForm) { | |
| //----------------------------------------------------------------------------- | |
| +getImageData = function (url) { | |
| + try { |