From chao.zhou at utt.fr Wed Apr 8 08:04:35 2009 From: chao.zhou at utt.fr (zhouchao) Date: Wed, 8 Apr 2009 17:04:35 +0200 Subject: [Project_owners] Replace non-privileged page content. Message-ID: <16AB98FA-BB93-41E6-9BBA-AE0E31FAFE05@utt.fr> Hi, I have a problem with firefox 3.08. In my firefox extension I want to replace the non-privileged page content, and I am using the following code: var doc = gBrowser.contentDocument.wrappedJSObject; doc.open("text/html", "replace"); doc.write(docHtml); doc.close(); It works well until updated my firefox to 3.08, In firefox 3.08 those code will not only replace the content in the web page, but also replace the URL address in the location bar. How can I only replace content but keep the URL unchange? Thanks. Regards, Chao ZHOU From belaviyo at gmail.com Sun Apr 12 00:23:35 2009 From: belaviyo at gmail.com (joe ertaba) Date: Sun, 12 Apr 2009 10:53:35 +0330 Subject: [Project_owners] Run PhP Script once per day in Mozdev Message-ID: <23d9f6b20904120023m53019e57w3bb593ca316e119f@mail.gmail.com> Hi I need updating some setting on my Mozdev site, so I need to run a php script once per day, Is there any tool there to do it, something which can be triggered to run a script on specific periods Thanks Joe From grimholtz at yahoo.com Sun Apr 12 08:02:25 2009 From: grimholtz at yahoo.com (Eric Jung) Date: Sun, 12 Apr 2009 11:02:25 -0400 Subject: [Project_owners] Run PhP Script once per day in Mozdev In-Reply-To: <23d9f6b20904120023m53019e57w3bb593ca316e119f@mail.gmail.com> References: <23d9f6b20904120023m53019e57w3bb593ca316e119f@mail.gmail.com> Message-ID: On Sun, Apr 12, 2009 at 3:23 AM, joe ertaba wrote: > Hi > > I need updating some setting on my Mozdev site, so I need to run a php > script once per day, Is there any tool there to do it, something which > can be triggered to run a script on specific periods > > Thanks > Joe > Hi Joe, If you email the syadmin mailing list (sysadmin at mozdev.org), I think they can set up a cron job for your script. Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: From silfreed at silfreed.net Tue Apr 21 08:13:57 2009 From: silfreed at silfreed.net (Douglas E. Warner) Date: Tue, 21 Apr 2009 11:13:57 -0400 Subject: [Project_owners] Updated list hostname for certain projects Message-ID: <49EDE2B5.6050000@silfreed.net> It's been observed [1] that the host_name setting has been set to the wrong value for certain projects' lists. We're planning on fixing the host name for the 241 affected lists tomorrow and have fixed the default setting so this is correct for future lists. The host name will be changed from "mozdev.mozdev.org" to "mozdev.org". If you're an affected project [2], any filters your users have set up based on the host name (like the List-Id header) will need to be modified. If you have any questions about the change, feel free to reply or comment in the bug [3]. -Doug [1] https://www.mozdev.org/bugs/show_bug.cgi?id=20804 [2] https://www.mozdev.org/bugs/show_bug.cgi?id=20805#c6 [3] https://www.mozdev.org/bugs/show_bug.cgi?id=20805 -- Douglas E. Warner Site Developer Mozdev.org http://www.mozdev.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature URL: From eric.jung at yahoo.com Wed Apr 22 12:40:37 2009 From: eric.jung at yahoo.com (Eric Jung) Date: Wed, 22 Apr 2009 15:40:37 -0400 Subject: [Project_owners] How to turn on drupal email notification? Message-ID: Hi, Anyone know how I can turn on drupal email notification so I get an email when someone posts a new topic or a reply to an existing topic in Drupal forums? Thanks, Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: From silfreed at silfreed.net Wed Apr 22 12:54:31 2009 From: silfreed at silfreed.net (Douglas E. Warner) Date: Wed, 22 Apr 2009 15:54:31 -0400 Subject: [Project_owners] How to turn on drupal email notification? In-Reply-To: References: Message-ID: <49EF75F7.30704@silfreed.net> Eric Jung wrote: > Hi, > > Anyone know how I can turn on drupal email notification so I get an > email when someone posts a new topic or a reply to an existing topic in > Drupal forums? > > Thanks, > Eric I use the subscriptions module for this; I have the following modules enabled: Subscriptions Content Subscriptions Subscriptions Mail Subscriptions UI Taxonomy Subscriptions I doubt you would need the Taxonomy one for this. Once subscriptions are enabled, I go to my account (left nav, "my account", "Subscriptions" tab). From the "Content types" tab you can subscribe to all forum and comment posts. -Doug -- Douglas E. Warner Site Developer Mozdev.org http://www.mozdev.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature URL: From belaviyo at gmail.com Tue Apr 28 07:36:18 2009 From: belaviyo at gmail.com (joe ertaba) Date: Tue, 28 Apr 2009 19:06:18 +0430 Subject: [Project_owners] Socket Message-ID: <23d9f6b20904280736h1454223ai7977d9857f76ddb@mail.gmail.com> Hi Is there any component available for Mozilla to make synchronous socket connection ? Mozilla's default socket is asynchronous I really need synchronous one :-) -Joe -------------- next part -------------- An HTML attachment was scrubbed... URL: From axel.grude at googlemail.com Tue Apr 28 08:13:16 2009 From: axel.grude at googlemail.com (Axel) Date: Tue, 28 Apr 2009 16:13:16 +0100 Subject: [Project_owners] Socket In-Reply-To: <23d9f6b20904280736h1454223ai7977d9857f76ddb@mail.gmail.com> References: <23d9f6b20904280736h1454223ai7977d9857f76ddb@mail.gmail.com> Message-ID: <49F71D0C.30008@googlemail.com> I have no idea :-) > Hi > > Is there any component available for Mozilla to make synchronous > socket connection ? Mozilla's default socket is asynchronous > > I really need synchronous one :-) > > -Joe