Skip to content

Commit

Permalink
YubNub locationbar 0.19 - support for http://example.com:888/blah
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma committed Mar 1, 2007
1 parent 1f6448b commit ff3b3be
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 200 deletions.
2 changes: 1 addition & 1 deletion firefox/yubnub/chrome/content/yubnub/about.xul
Expand Up @@ -12,7 +12,7 @@
<groupbox align="center" orient="horizontal">
<vbox>
<text value="YubNub LocationBar" style="font-weight: bold; font-size: x-large;"/>
<text value="ver. 0.18"/>
<text value="ver. 0.19"/>
<separator class="thin"/>
<text value="Created By:" style="font-weight: bold;"/>
<text value="Stephen Paul Weber" class="url"
Expand Down
36 changes: 0 additions & 36 deletions firefox/yubnub/chrome/content/yubnub/about.xul~

This file was deleted.

2 changes: 1 addition & 1 deletion firefox/yubnub/chrome/content/yubnub/yubnubOverlay.js
Expand Up @@ -115,7 +115,7 @@ function YubNubGo(param) {
cmdstr = cmdstr[1];
isyubnub = true;
}//end if match y:
if(!isyubnub && (cmdstr.match(/^[^ ]+\.[a-z]{1,4}(\/[^ ]*)?$/m) || cmdstr.match(/^about:.*$/m) || cmdstr.match(/^javascript:.*$/m) || cmdstr.match(/^http:.*$/m) || cmdstr.match(/^ftp[:\.].*$/m) || cmdstr.match(/^file[:\.].*$/m) || cmdstr.match(/^\d\d?\d?.\d\d?\d?.\d\d?\d?.\d\d?\d?$/m)))
if(!isyubnub && (cmdstr.match(/^[^ ]+\.[a-z]{1,4}(:[\d]+)?(\/[^ ]*)?$/m) || cmdstr.match(/^about:.*$/m) || cmdstr.match(/^javascript:.*$/m) || cmdstr.match(/^http:.*$/m) || cmdstr.match(/^ftp[:\.].*$/m) || cmdstr.match(/^file[:\.].*$/m) || cmdstr.match(/^\d\d?\d?.\d\d?\d?.\d\d?\d?.\d\d?\d?$/m)))
return handleURLBarCommand(param);
else
YubNubGOTO('http://yubnub.org/parser/parse?sourceid=Mozilla-search&command='+encodeURIComponent(cmdstr));
Expand Down
160 changes: 0 additions & 160 deletions firefox/yubnub/chrome/content/yubnub/yubnubOverlay.js~

This file was deleted.

2 changes: 1 addition & 1 deletion firefox/yubnub/install.js
Expand Up @@ -6,7 +6,7 @@ var XpiInstaller = {
// --- Editable items begin ---
extFullName: 'YubNub LocationBar', // The name displayed to the user (don't include the version)
extShortName: 'yubnub', // The leafname of the JAR file (without the .jar part)
extVersion: '0.18',
extVersion: '0.19',
extAuthor: 'Stephen Paul Weber',
extLocaleNames: null, // e.g. ['en-US', 'en-GB']
extSkinNames: null, // e.g. ['classic', 'modern']
Expand Down
2 changes: 1 addition & 1 deletion firefox/yubnub/install.rdf
Expand Up @@ -7,7 +7,7 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#">

<em:id>{3120A7EC-D068-11DA-9B41-B622A1EF5492}</em:id>
<em:name>YubNub LocationBar</em:name>
<em:version>0.17</em:version>
<em:version>0.19</em:version>
<em:description>Adds YubNub support to locationbar</em:description>
<em:creator>Stephen Paul Weber</em:creator>
<em:homepageURL>http://singpolyma-tech.blogspot.com/</em:homepageURL>
Expand Down

0 comments on commit ff3b3be

Please sign in to comment.