Scuttlelicious 0.2.3 Released with German Language Support

Submitted by kai on Sat, 2007-09-15 14:27. ::

I've upgraded Scuttlelicious to version 0.2.3:

  • Click here to install
  • If you are using Firefox 3, and Firefox disables the extension or doesn't allow you to install the above version, you will need to get the version at the official Firefox Add-ons site because Firefox 3 requires a extension hosting site to be SSL-enabled

Changes:

  • Localization in German(de-DE) by Christian Sigl.
kai
Submitted by kai on Fri, 2008-06-20 23:37.

I've made the extension compatible with Firefox 3 now.

JimBo
Submitted by JimBo (not verified) on Thu, 2008-07-03 08:40.

Hi,
i tried it with Firefox 3.0.0 (WinXPSP2) and it doesn't work. If i choose "Post to scuttle" from the context-menu the window pops up, but all fields are blank (even the URL). If you enter everything manually and hit the "Post"-Button, nothing happens. Even the window keeps open. Can you confirm this? I want this extension so badly ... :-)

JB.

smd
Submitted by smd (not verified) on Mon, 2008-09-22 04:37.

Hi there,
Had exactly the same problem - I think now I solved it. In content/dialogs/submit.js, the function delicious_post_dialog_init needs to be encased in a try/catch block, like:


var username='';
var password='';
try {
if (scuttlelicious_preferences.prefHasUserValue('delicious.post.username')) {
username=scuttlelicious_preferences.getCharPref('delicious.post.username');
//...whatever else here...
scuttlelicious_autofillServiceURL();
} catch (ex)
{
alert(ex);
scuttlelicious_preferences.setBoolPref('delicious.post.use_password_manager',false);
}

The first time the plugin is run, it should generate an exception - but subsequent times, all should be ok...

Hope this helps, cheers..

osamu
Submitted by osamu (not verified) on Mon, 2008-07-07 10:50.

it doesn't work for me either (firefox 3.0/winxp sp3). yes, exactly the same.

Anonymous
Submitted by Anonymous (not verified) on Wed, 2008-07-09 06:05.

same here.
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9) Gecko/2008052906 Firefox/3.0

Anonymous
Submitted by Anonymous (not verified) on Mon, 2008-07-14 22:38.

It works fine on my windows XP with Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9) Gecko/2008052906 Firefox/3.0.

It also works fine on my friend's vista box.

Please try to uninstall the extension, restart Firefox, install the extension, restart Firefox.

osamu
Submitted by osamu (not verified) on Wed, 2008-07-16 11:34.

Yes, it worked once after reinstalling and restarting Firefox, but next time I started the system, the same thing happened; all fields are blank and "Post" button causes nothing. Do I have to reinstall every day?

kai
Submitted by kai on Sun, 2008-07-20 18:35.

You shouldn't need to re-install every day.

Try it with Portable Firefox(http://portableapps.com/apps/internet/firefox_portable)

kai
Submitted by kai on Thu, 2008-07-24 23:48.

If you are using Firefox 3, and Firefox disables the extension or doesn't allow you to install the version hosted at mozdev, you may need to get the version at the official Firefox Add-ons site because Firefox 3 requires a extension hosting site to be SSL-enabled

smd
Submitted by smd (not verified) on Mon, 2008-09-22 05:03.

Ok, another error I just noticed - 'Components.classes["@mozilla.org/passwordmanager;1"] is undefined', so all contents of function delicious_savePassword in content/dialogs/submit.js should also be encapsulated in a try/catch block, that is:

function delicious_savePassword(username,password,save) {
var url = scuttlelicious_chrome_url;
try{
var passwordManager = Components.classes["@mozilla.org/passwordmanager;1"].createInstance();
// ... whatever else comes ...
} catch (e)
{ }
}

Maybe this is only FF3/XP specific, who knows..

Hope this helps, cheers..

kai
Submitted by kai on Thu, 2008-09-25 18:16.

I no longer use Scuttle to bookmark pages.

I need access to a Scuttle-powered site to reproduce the problem.

Right now, I don't have time to set up a local Scuttle site.

Can someone create a test account for any Scuttle-powered site and send the access into to me through the feedback link?

thanks.
Kai

osamu
Submitted by osamu (not verified) on Thu, 2008-11-06 11:01.

Kai,

I just set up the scuttle 0.7.4 site. Please give me your mail address, then I will give you your account and password.

--
osamu

osamu
Submitted by osamu (not verified) on Fri, 2008-10-10 02:02.

So, how can I apply this modification to my FF3? or where can I get this modified xpi?

> Ok, another error I just noticed - 'Components.classes["@mozilla.org/passwordmanager;1"] is undefined', so all contents of function delicious_savePassword in content/dialogs/submit.js should also be encapsulated in a try/catch block, that is:
...

Post new comment



The content of this field is kept private and will not be shown publicly.


*

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • WikiText is converted to HTML (supported WikiText formatting will show in the long tip format).
Verify comment authorship
Captcha Image: you will need to recognize the text in it.
*
Please type in the letters/numbers that are shown in the image above.