From scartoffie at hotmail.com Sun Mar 12 16:14:59 2006 From: scartoffie at hotmail.com (Grande Puffo) Date: Sun Mar 12 11:16:02 2006 Subject: [Slogger] Problem with Whitelist Message-ID: Hi everybody, I just installed slogger-0.6.20060201.xpi, but something seems not to work right with whitelist. If i use a criteria like "$title".match(/music$/) in BLACKlist, no page whose title ends with "music" is saved. And this is ok. But if i use the same criteria in WHITElist, again no page whose title ends with "music" is saved. And this is wrong. From kschutte at mit.edu Mon Mar 13 00:39:21 2006 From: kschutte at mit.edu (Ken Schutte) Date: Mon Mar 13 00:39:25 2006 Subject: [Slogger] Problem with Whitelist In-Reply-To: References: Message-ID: <44150589.80104@mit.edu> I think there was a bug there... try this, http://www.kenschutte.com/download/slogger/xpi/slogger-0.6.20060313.xpi Also note that if something matches both the blacklist and whitelist, it is not logged. Ken Grande Puffo wrote: > Hi everybody, > > I just installed slogger-0.6.20060201.xpi, but something seems not to > work right with whitelist. > > If i use a criteria like "$title".match(/music$/) in BLACKlist, no page > whose title ends with "music" is saved. And this is ok. > > But if i use the same criteria in WHITElist, again no page whose title > ends with "music" is saved. And this is wrong. > > > _______________________________________________ > Slogger mailing list > Slogger@mozdev.org > http://mozdev.org/mailman/listinfo/slogger From vaesel at poczta.onet.pl Mon Mar 13 12:26:32 2006 From: vaesel at poczta.onet.pl (vaesel@poczta.onet.pl) Date: Mon Mar 13 06:28:19 2006 Subject: [Slogger] bug in escaping quotation sign Message-ID: <441556E8.1090700@poczta.onet.pl> there's a bug in escaping quotation signs in function replaceVars(str,escapeXMLflag) in sloggerPrefs.js: this val = val.replace(/\'/g,"\\\'"); val = val.replace(/\\/g,"\\\\"); produces error (too many escape signs - after first replace operation second one - doubles single backslashes before quotation sign), escaping should look like this: val = val.replace(/\\/g,"\\\\"); val = val.replace(/'/g,"\\'"); From scartoffie at hotmail.com Tue Mar 14 21:51:29 2006 From: scartoffie at hotmail.com (Grande Puffo) Date: Tue Mar 14 16:52:34 2006 Subject: [Slogger] Problems with whitelist 2 In-Reply-To: <44150589.80104@mit.edu> Message-ID: Hi, I have another problem with whitelist. It seems that, using in the whitelist a criteria like: "$title".match(/^Albums by/) the filter doesn't save all those pages that present an apostrophe (') in the title, es. "Albums by 2 Many DJ's" I don't know java, so i'm asking: is there a way to filter out undesired characters before the whitelist check? If so, what should I do? As a sidenote, this should be useful also if i want to save files in $url.txt format, as i suspect that my current inability to do so can be caused by the presence of (:) in the URL Thanks in advance! From viybel at yahoo.fr Thu Mar 16 19:09:25 2006 From: viybel at yahoo.fr (Viybel) Date: Thu Mar 16 13:11:15 2006 Subject: [Slogger] Doesn't show profiles Message-ID: <004201c64924$c2fbf3e0$8e01a8c0@FUAJ2.local> Hi, I have been using Slogger for months and I must have changed something in my system (Slogger 0.6.2, FF 1.5.0.1, Win XP SP2) for it cannot load any profile now. The "Available profiles" area is just empty, the "New" button doesn't work and the "Import" button doesn't import anything. My profiles are in the right folder (\Application Data\Mozilla\Firefox\Profiles\ia0i1zpj.default\extensions\{EEC3388C-A7F9-413 6-9C59-5CF09EA1C856}\profiles\). I tried unstalling and reinstalling it but it doesn't change anything (appart from deleting all my personal profiles, grrrr...) Another question: why isn't there a forum for this great extension? It would be much more effichient for Slogger users to search it for support instead of subscribing to a mailing list. Thanks in advance for your help! Viybel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/slogger/attachments/20060316/af67608b/attachment.htm From kschutte at mit.edu Thu Mar 16 13:40:51 2006 From: kschutte at mit.edu (Ken Schutte) Date: Thu Mar 16 13:40:51 2006 Subject: [Slogger] Problems with whitelist 2 In-Reply-To: References: Message-ID: <4419B133.4040300@mit.edu> Just a few days ago someone pointed out a bug with escaping quote marks in variables... the latest version at kenschutte.com/slogger has that fixed, so maybe it would work... Another thing that might help is to use: sloggerGetVar("title").match(... instead of "$title". this might alleviate some of the problems with escaping special characters. Ken Grande Puffo wrote: > Hi, > > I have another problem with whitelist. It seems that, using in the > whitelist a criteria like: > > "$title".match(/^Albums by/) > > the filter doesn't save all those pages that present an apostrophe (') > in the title, es. "Albums by 2 Many DJ's" > > I don't know java, so i'm asking: is there a way to filter out undesired > characters before the whitelist check? If so, what should I do? > > As a sidenote, this should be useful also if i want to save files in > $url.txt format, as i suspect that my current inability to do so can be > caused by the presence of (:) in the URL > > Thanks in advance! > > > _______________________________________________ > Slogger mailing list > Slogger@mozdev.org > http://mozdev.org/mailman/listinfo/slogger From scartoffie at hotmail.com Fri Mar 17 11:14:04 2006 From: scartoffie at hotmail.com (Grande Puffo) Date: Fri Mar 17 06:15:04 2006 Subject: [Slogger] Problems with whitelist 2 In-Reply-To: <4419B133.4040300@mit.edu> Message-ID: >Just a few days ago someone pointed out a bug with escaping quote marks in >variables... the latest version at kenschutte.com/slogger has that fixed, >so maybe it would work... Sorry, it was filtered in my unwanted mail, so I didn't see it Thanks!! From kschutte at csail.mit.edu Wed Mar 22 16:43:19 2006 From: kschutte at csail.mit.edu (Ken Schutte) Date: Wed Mar 22 16:43:37 2006 Subject: [Slogger] Doesn't show profiles In-Reply-To: <004201c64924$c2fbf3e0$8e01a8c0@FUAJ2.local> References: <004201c64924$c2fbf3e0$8e01a8c0@FUAJ2.local> Message-ID: <4421C4F7.5080708@csail.mit.edu> Hi, A bit delayed response but maybe this will help... Viybel wrote: > I have been using Slogger for months and I must have changed something > in my system (Slogger 0.6.2, FF 1.5.0.1, Win XP SP2) for it cannot load > any profile now. The "Available profiles" area is just empty, the "New" > button doesn't work and the "Import" button doesn't import anything. My > profiles are in the right folder (\Application > Data\Mozilla\Firefox\Profiles\ia0i1zpj.default\extensions\{EEC3388C-A7F9-4136-9C59-5CF09EA1C856}\profiles\). > I tried unstalling and reinstalling it but it doesn't change anything > (appart from deleting all my personal profiles, grrrr...) Hmmm... you can check Tools->JavaScript Console for error messages, but it seems the profile dir is not being found. Enter "about:config" as a URL in FF, and find "slogger.sloggerDir" and change if necessary to point to where the profiles are. But, to get a totally fresh install. Uninstall slogger. Then (with FF closed) edit the prefs.js file in your FF profile dir. Remove all lines with slogger.*, then reinstall slogger. > Another question: why isn't there a forum for this great extension? It > would be much more effichient for Slogger users to search it > for support instead of subscribing to a mailing list. I find email list easier and there's free mailman hosting by mozdev. The mailing list is archived online. You can try to search using google with a search like: site:mozdev.org slogger some_search_term Ken From heshammarei at yahoo.com Thu Mar 23 06:39:35 2006 From: heshammarei at yahoo.com (hesham marei) Date: Thu Mar 23 09:42:01 2006 Subject: [Slogger] same problem as Viybel but on linux Message-ID: <20060323143935.79654.qmail@web54305.mail.yahoo.com> Hi, I have the same problem as Viybel. I must have changed something in my system (Slogger 0.6.2, FF 1.5.0.1, Linux Suse 10, gnome) for it cannot load any profile now. The "Available profiles" area is just empty, the "New" button doesn't work and the "Import" button doesn't import anything. Regards hesham marei Regards Hesham Marei __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From kschutte at mit.edu Tue Mar 28 17:58:13 2006 From: kschutte at mit.edu (Ken Schutte) Date: Tue Mar 28 17:58:07 2006 Subject: [Slogger] Doesn't show profiles In-Reply-To: <005c01c64e90$4cb31620$8e01a8c0@FUAJ2.local> References: <005c01c64e90$4cb31620$8e01a8c0@FUAJ2.local> Message-ID: <4429BF85.2070708@mit.edu> Viybel wrote: > 4) All my profiles were deleted when I upgraded! I realized too late it was > written in your website. You should really do something about it. I made a change to the newest version online so that slogger by default will use a folder (for profiles and data) that won't be wiped out on upgrading slogger. However, if you're already setup from a previous version, your files would still be in a dangerous spot. Sorry, it's a bit of a mess (although not as bad if you're starting from a fresh slogger install) I'll try to put some of this info in an FAQ. There's a brief description of the different directories slogger uses there, http://www.kenschutte.com/slogger/faq.php (Also, I put the slogger menu within the "Tools" menu...) Ken