From SvenDowideit@home.org.au Wed Apr 05 19:49:10 2006 Received: from ihug-mail.icp-qv1-irony4.iinet.net.au ([203.59.1.198] helo=mail-ihug.icp-qv1-irony4.iinet.net.au) by shale.socialtext.net with esmtp (Exim 4.34) id 1FRKYY-0002Sn-4o for wikiwyg-dev@wikiwyg.net; Wed, 05 Apr 2006 19:49:10 -0700 Received: from 203-217-90-186.dyn.iinet.net.au (HELO [10.10.10.100]) ([203.217.90.186]) by mail-ihug.icp-qv1-irony4.iinet.net.au with ESMTP; 06 Apr 2006 10:48:37 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.04,91,1143993600"; d="scan'208"; a="688928831:sNHT302871064" Message-ID: <44348174.9000300@home.org.au> Date: Thu, 06 Apr 2006 12:48:20 +1000 From: Sven Dowideit User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: wikiwyg-dev@wikiwyg.net X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Wikiwyg-dev] iframe location X-BeenThere: wikiwyg-dev@wikiwyg.net X-Mailman-Version: 2.1.5 Precedence: list List-Id: wikiwyg-dev.wikiwyg.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 02:49:10 -0000 Hello Guys. I was looking at using wikiwyg for TWiki integration, and have a quandry. The source location of the edit_mode iframes is not set, so it isn't possible to get the edit components to call back to the parent container. is this 1 intentional 2 and oversight 3 a complete lack of understanding on my part? when I add a iframe.setAttribute("src", document.location.href); to the get_edit_iframe, it does what I want (and this also finally applies the css from the parent).. but i really don't feel sure enough of the code.... Sven From ingy@ttul.org Wed Apr 05 20:40:11 2006 Received: from xen1.ttul.org ([72.51.24.131]) by shale.socialtext.net with esmtp (Exim 4.34) id 1FRLLv-0002YX-Cj for wikiwyg-dev@wikiwyg.net; Wed, 05 Apr 2006 20:40:11 -0700 Received: by xen1.ttul.org (Postfix, from userid 1003) id 49F4953EBB; Thu, 6 Apr 2006 03:40:10 +0000 (UTC) Date: Wed, 5 Apr 2006 20:40:10 -0700 To: Sven Dowideit Subject: Re: [Wikiwyg-dev] iframe location Message-ID: <20060406034010.GA18635@ttul.org> References: <44348174.9000300@home.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44348174.9000300@home.org.au> User-Agent: Mutt/1.5.9i From: ingy@ttul.org (Ingy dot Net) Cc: wikiwyg-dev@wikiwyg.net X-BeenThere: wikiwyg-dev@wikiwyg.net X-Mailman-Version: 2.1.5 Precedence: list List-Id: wikiwyg-dev.wikiwyg.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 03:40:11 -0000 On 06/04/06 12:48 +1000, Sven Dowideit wrote: > Hello Guys. > > > I was looking at using wikiwyg for TWiki integration, and have a quandry. > > The source location of the edit_mode iframes is not set, so it isn't > possible to get the edit components to call back to the parent container. > > is this > 1 intentional > 2 and oversight > 3 a complete lack of understanding on my part? More likely: 4 a complete lack of understanding on my part! This looks like a good patch. I'll apply it. Cheers, Ingy PS drop by #wikiwyg on irc.freenode.net sometime and hopefully we can discuss further. > when I add a iframe.setAttribute("src", document.location.href); to the > get_edit_iframe, it does what I want (and this also finally applies the > css from the parent).. but i really don't feel sure enough of the code.... > > Sven > > _______________________________________________ > Wikiwyg-dev mailing list > Wikiwyg-dev@wikiwyg.net > http://wikiwyg.net/mailman/listinfo/wikiwyg-dev From ingy@ttul.org Wed Apr 05 20:42:35 2006 Received: from xen1.ttul.org ([72.51.24.131]) by shale.socialtext.net with esmtp (Exim 4.34) id 1FRLOF-0002ZJ-2W for wikiwyg-dev@wikiwyg.net; Wed, 05 Apr 2006 20:42:35 -0700 Received: by xen1.ttul.org (Postfix, from userid 1003) id 7AF6B53EBB; Thu, 6 Apr 2006 03:42:34 +0000 (UTC) Date: Wed, 5 Apr 2006 20:42:34 -0700 To: Jean-Nicolas GEREONE Subject: Re: [Wikiwyg-dev] Fixed Issue : Two Radio buttons checked at the same time on IE 6 Message-ID: <20060406034234.GB18635@ttul.org> References: <4427FD69.3020202@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4427FD69.3020202@st.com> User-Agent: Mutt/1.5.9i From: ingy@ttul.org (Ingy dot Net) Cc: wikiwyg-dev@wikiwyg.net X-BeenThere: wikiwyg-dev@wikiwyg.net X-Mailman-Version: 2.1.5 Precedence: list List-Id: wikiwyg-dev.wikiwyg.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 03:42:35 -0000 Sorry for the late reply. I was a conference last week. Thanks for fixing this old bug! I'll apply the patch. Cheers, Ingy On 27/03/06 16:57 +0200, Jean-Nicolas GEREONE wrote: > Hi, > > I would like to signal an issue in Toolbar.js. > > This issues appear in IE 6 when there is only two mode in wikiwyg. Both > radio buttons are checked all the time. > > For example if you have : > Wikiwyg.prototype.modeClasses = ['Wikiwyg.Wikitext','Wikiwyg.Wysiwyg']; > Radio buttons Wikitext AND Wysiwyg are checked. > > Something strange is when you have : > Wikiwyg.prototype.modeClasses = ['Wikiwyg.Wikitext','Wikiwyg.Wysiwyg', > 'Wikiwyg.Preview']; > the issue doesn't appear. > > > To fix this issue I changed Toolbar.js : > > On line 204 of Toolbar.js there is : > > var checked = i == 0 ? 'checked' : ''; > var radio = Wikiwyg.createElementWithAttrs( > 'input', { > type: 'radio', > name: radio_name, > id: radio_id, > value: mode_object.classname, > 'checked': checked > } > ); > > > So the generated code is : > > name="wikiwyg_0" type="radio"> > > name="wikiwyg_0" type="radio"> > > > > > I replaced it by : > > var checked = i == 0 ? 'checked' : ''; > if ( i==0 ) > var radio = Wikiwyg.createElementWithAttrs( > 'input', { > type: 'radio', > name: radio_name, > id: radio_id, > value: mode_object.classname, > 'checked': checked > } > ); > else > var radio = Wikiwyg.createElementWithAttrs( > 'input', { > type: 'radio', > name: radio_name, > id: radio_id, > value: mode_object.classname > } > ); > > > The code generated become : > > name="wikiwyg_0" type="radio"> > > > > > > It works on IE and firefox now. It appears that IE does not like when > there is two 'checked="checked"'. > > Please consider to include it in a new revision. > > Regards. > > Jean-Nicolas > > > _______________________________________________ > Wikiwyg-dev mailing list > Wikiwyg-dev@wikiwyg.net > http://wikiwyg.net/mailman/listinfo/wikiwyg-dev From ingy@ttul.org Wed Apr 05 20:44:03 2006 Received: from xen1.ttul.org ([72.51.24.131]) by shale.socialtext.net with esmtp (Exim 4.34) id 1FRLPf-0002a2-2M for wikiwyg-dev@wikiwyg.net; Wed, 05 Apr 2006 20:44:03 -0700 Received: by xen1.ttul.org (Postfix, from userid 1003) id 7E80E53EBB; Thu, 6 Apr 2006 03:44:02 +0000 (UTC) Date: Wed, 5 Apr 2006 20:44:02 -0700 To: Nicolas Kauffmann Subject: Re: [Wikiwyg-dev] WikiWyg error "Component is not available" Message-ID: <20060406034402.GC18635@ttul.org> References: <9329.1143341521@www099.gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9329.1143341521@www099.gmx.net> User-Agent: Mutt/1.5.9i From: ingy@ttul.org (Ingy dot Net) Cc: wikiwyg-dev@wikiwyg.net X-BeenThere: wikiwyg-dev@wikiwyg.net X-Mailman-Version: 2.1.5 Precedence: list List-Id: wikiwyg-dev.wikiwyg.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 03:44:03 -0000 I'll try to get this resolved this week. Thanks for the report! Cheers, Ingy On 26/03/06 04:52 +0200, Nicolas Kauffmann wrote: > Hello! > > I tried to implement wikiwyg with a mediawiki. > but i get the error: > > Javascript use failed: > http:// ... /wikipedia.js > [Exception... "Component is not available" nsresult: "0x8004011 > (NS_ERROR_NOT_AVAILABLE)" > location: "JS frame :: :: anonymous :: line 95" data: no] > > > I'm using Firefox 1.5.0.1 with Greasemonkey 0.6.4. > Even trying your demo-site > http://demo.wikiwyg.net/wikiwyg/demo/wikipedia/ > results into the same error. > > How can i fix it? > > Best regards > Nicolas Kauffmann > > _______________________________________________ > Wikiwyg-dev mailing list > Wikiwyg-dev@wikiwyg.net > http://wikiwyg.net/mailman/listinfo/wikiwyg-dev From ingy@ttul.org Wed Apr 05 20:50:45 2006 Received: from xen1.ttul.org ([72.51.24.131]) by shale.socialtext.net with esmtp (Exim 4.34) id 1FRLW9-0002av-Ny for wikiwyg-dev@wikiwyg.net; Wed, 05 Apr 2006 20:50:45 -0700 Received: by xen1.ttul.org (Postfix, from userid 1003) id 2A4BA53EBB; Thu, 6 Apr 2006 03:50:45 +0000 (UTC) Date: Wed, 5 Apr 2006 20:50:45 -0700 To: Christopher Scollo Subject: Re: [Wikiwyg-dev] Markup differs by browser Message-ID: <20060406035045.GD18635@ttul.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: ingy@ttul.org (Ingy dot Net) Cc: wikiwyg-dev@wikiwyg.net X-BeenThere: wikiwyg-dev@wikiwyg.net X-Mailman-Version: 2.1.5 Precedence: list List-Id: wikiwyg-dev.wikiwyg.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 03:50:45 -0000 The "designmode" browser component that Wikiwyg uses to do wysiwyg varies not only between IE and Firefox, but also between different versions of Firefox. It's maddening from a dev standpoint. However we are working on a new version of Wikiwyg that tries harder to produce consistent html. Stay tuned... Cheers, Ingy On 10/03/06 09:53 -0500, Christopher Scollo wrote: > Hello, > > I've noticed that the markup produced by the WYSIWYG editor in Gecko is > very different from the markup produced in IE for the same effect. Gecko > uses span style="font-weight: bold;" whereas IE uses STRONG. > > I tested by writing an article using WYSIWYG in Firefox. I saved to the > server and tried to edit the same article in IE. IE could not modify > anything within the span elements, even though IE can create and save its > own articles. > > Have I missed some kind of markup conversion I was supposed to do before > saving to the server? > > > _______________________________________________ > Wikiwyg-dev mailing list > Wikiwyg-dev@wikiwyg.net > http://wikiwyg.net/mailman/listinfo/wikiwyg-dev From jean-nicolas.gereone@st.com Thu Apr 06 00:38:36 2006 Received: from lon-del-03.spheriq.net ([195.46.50.99]) by shale.socialtext.net with esmtp (Exim 4.34) id 1FRP4e-0003bX-Gh for wikiwyg-dev@wikiwyg.net; Thu, 06 Apr 2006 00:38:36 -0700 Received: from lon-out-01.spheriq.net ([195.46.50.129]) by lon-del-03.spheriq.net with ESMTP id k367cTuR021138 for ; Thu, 6 Apr 2006 07:38:29 GMT Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-01.spheriq.net with ESMTP id k367cSu3024364 for ; Thu, 6 Apr 2006 07:38:29 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-02.spheriq.net with ESMTP id k367cR4V024386 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 6 Apr 2006 07:38:28 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 70849DA42; Thu, 6 Apr 2006 07:38:26 +0000 (GMT) Received: from mail3.cro.st.com (mail3.cro.st.com [164.129.40.133]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 28511473A6; Thu, 6 Apr 2006 07:38:26 +0000 (GMT) Received: from [164.129.45.60] (crx760.cro.st.com [164.129.45.60]) by mail3.cro.st.com (MOS 3.5.8-GR) with ESMTP id CGA07357 (AUTH "jean gereone"); Thu, 6 Apr 2006 09:38:24 +0200 (CEST) Message-ID: <4434C56C.7010702@st.com> Date: Thu, 06 Apr 2006 09:38:20 +0200 From: Jean-Nicolas GEREONE User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ingy@ttul.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.2.01 Cc: wikiwyg-dev@wikiwyg.net Subject: [Wikiwyg-dev] Issue in 'proto.format_span' for IE X-BeenThere: wikiwyg-dev@wikiwyg.net X-Mailman-Version: 2.1.5 Precedence: list List-Id: wikiwyg-dev.wikiwyg.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 07:38:37 -0000 Hi, I've found something that makes IE crash in my tests. The problem comes from the file *wikitext.js*, more precisely in the function '*proto.format_span()*' : on line 713. When there is a link that comes from wikitext then I switch to the wysiwyg mode ( the link comes between ). After that if I want to go back to wikitext mode IE just doesn't make the conversion. After some tests, I have found in the code : ( L719) : *var style = element.getAttribute('style', 'true' ); if (!style ) { this.pass(element); return; }* Firefox 1.5 goes into this test ( I mean firefox execute this.pass(element) and return ), but IE doesn't do so. IE executes the lines after ( if ( style.match(/\bbold\b/)) ) and just crash. So I've made a little patch : ----------------------------------------------------------- Here is the original code : ----------------------------------------------------------- proto.format_span = function(element) { if (this.is_opaque(element)) { this.handle_opaque_phrase(element); return; } var style = element.getAttribute('style','true'); * if (!style ) { this.pass(element); return; }* this.assert_space_or_newline(); * if (style.match(/\bbold\b/)) // make IE crash* this.appendOutput(this.config.markupRules.bold[1]); if (style.match(/\bitalic\b/)) this.appendOutput(this.config.markupRules.italic[1]); if (style.match(/\bunderline\b/)) this.appendOutput(this.config.markupRules.underline[1]); if (style.match(/\bline-through\b/)) this.appendOutput(this.config.markupRules.strike[1]); this.no_following_whitespace(); this.walk(element); if (style.match(/\bline-through\b/)) this.appendOutput(this.config.markupRules.strike[2]); if (style.match(/\bunderline\b/)) this.appendOutput(this.config.markupRules.underline[2]); if (style.match(/\bitalic\b/)) this.appendOutput(this.config.markupRules.italic[2]); if (style.match(/\bbold\b/)) this.appendOutput(this.config.markupRules.bold[2]); } ----------------------------------------------------------- Here is the patch : ----------------------------------------------------------- proto.format_span = function(element) { if (this.is_opaque(element)) { this.handle_opaque_phrase(element); return; } var style = element.getAttribute('style','true'); if (!style ) { this.pass(element); return; } if ( !Wikiwyg.is_ie ) { this.assert_space_or_newline(); if (style.match(/\bbold\b/)) this.appendOutput(this.config.markupRules.bold[1]); if (style.match(/\bitalic\b/)) this.appendOutput(this.config.markupRules.italic[1]); if (style.match(/\bunderline\b/)) this.appendOutput(this.config.markupRules.underline[1]); if (style.match(/\bline-through\b/)) this.appendOutput(this.config.markupRules.strike[1]); } this.no_following_whitespace(); this.walk(element); if ( !Wikiwyg.is_ie ) { if (style.match(/\bline-through\b/)) this.appendOutput(this.config.markupRules.strike[2]); if (style.match(/\bunderline\b/)) this.appendOutput(this.config.markupRules.underline[2]); if (style.match(/\bitalic\b/)) this.appendOutput(this.config.markupRules.italic[2]); if (style.match(/\bbold\b/)) this.appendOutput(this.config.markupRules.bold[2]); } } ----------------------------------------------------------- Regards. Jean-Nicolas. From jean-nicolas.gereone@st.com Fri Apr 14 03:41:41 2006 Received: from fra-del-02.spheriq.net ([195.46.51.98]) by shale.socialtext.net with esmtp (Exim 4.34) id 1FULkC-0007v9-Tf for wikiwyg-dev@wikiwyg.net; Fri, 14 Apr 2006 03:41:41 -0700 Received: from fra-out-01.spheriq.net (fra-out-01.spheriq.net [195.46.51.129]) by fra-del-02.spheriq.net with ESMTP id k3EAfUVM002160 for ; Fri, 14 Apr 2006 10:41:30 GMT Received: from fra-cus-01.spheriq.net (fra-cus-01.spheriq.net [195.46.51.37]) by fra-out-01.spheriq.net with ESMTP id k3EAfS9D031551 for ; Fri, 14 Apr 2006 10:41:29 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-01.spheriq.net with ESMTP id k3EAfRst004941 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 14 Apr 2006 10:41:28 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id F084EDA41; Fri, 14 Apr 2006 10:41:26 +0000 (GMT) Received: from mail3.cro.st.com (mail3.cro.st.com [164.129.40.133]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id B13D9480A2; Fri, 14 Apr 2006 10:41:26 +0000 (GMT) Received: from [164.129.45.60] (crx760.cro.st.com [164.129.45.60]) by mail3.cro.st.com (MOS 3.5.8-GR) with ESMTP id CGB09958 (AUTH "jean gereone"); Fri, 14 Apr 2006 12:41:24 +0200 (CEST) Message-ID: <443F7C54.9030002@st.com> Date: Fri, 14 Apr 2006 12:41:24 +0200 From: Jean-Nicolas GEREONE User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ingy@ttul.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.2.01 Cc: wikiwyg-dev@wikiwyg.net Subject: [Wikiwyg-dev] Switch mode only if different X-BeenThere: wikiwyg-dev@wikiwyg.net X-Mailman-Version: 2.1.5 Precedence: list List-Id: wikiwyg-dev.wikiwyg.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 10:41:41 -0000 Hi, I would like to send a very little fix but it'sis important for my configuration. When you are in edit mode the user is allowed to switch mode. But if the user click on the same mode that he is editing the entire algorithm is executed. So, if the mode to switch is the same than the current mode it's not necessary to convert. That's why I've changed In wikiwyg.js : proto.switchMode : -------------------------------------------------------------- proto.switchMode = function(new_mode_key) { var new_mode = this.mode_objects[new_mode_key]; var old_mode = this.current_mode; if (old_mode == new_mode ) return; var self = this; new_mode.enableStarted(); old_mode.disableStarted(); old_mode.toHtml( function(html) { self.previous_mode = old_mode; new_mode.fromHtml(html); old_mode.disableThis(); new_mode.enableThis(); new_mode.enableFinished(); old_mode.disableFinished(); self.current_mode = new_mode; } ); } -------------------------------------------------------------- I've added : if (old_mode == new_mode ) return; I hope it will be useful. Cheers. Jean-Nicolas. From soloturn@gmail.com Fri Apr 14 10:27:03 2006 Received: from nz-out-0102.google.com ([64.233.162.206]) by shale.socialtext.net with esmtp (Exim 4.34) id 1FUS4V-0000Dz-HB for Wikiwyg-dev@wikiwyg.net; Fri, 14 Apr 2006 10:27:03 -0700 Received: by nz-out-0102.google.com with SMTP id q3so117457nzb for ; Fri, 14 Apr 2006 10:27:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=t8K7AE2RD6l8Z7KAuIynqd/FucIc4LtJU5/buG8p0xar8zdCi+t7IhYMlvICJQlaqFh6x7lslLOq8pDmkQtBLwOSnsZj70UhxaSulnWMEvQM1r414kFq2Y0GayBoEjqxzj7ZPD7jCEP6yV2BBPJ2iOgi4FXNh4y5kE5MFG+sDUY= Received: by 10.65.75.5 with SMTP id c5mr1045911qbl; Fri, 14 Apr 2006 10:27:02 -0700 (PDT) Received: by 10.65.98.20 with HTTP; Fri, 14 Apr 2006 10:27:02 -0700 (PDT) Message-ID: Date: Fri, 14 Apr 2006 19:27:02 +0200 From: "solo turn" To: Wikiwyg-dev@wikiwyg.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: [Wikiwyg-dev] trac for tracking bugs? X-BeenThere: wikiwyg-dev@wikiwyg.net X-Mailman-Version: 2.1.5 Precedence: list List-Id: wikiwyg-dev.wikiwyg.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 17:27:03 -0000 hi, did you ever think in using edgewall track for tracking errors? http://projects.edgewall.com/trac? even if i'm just asking this for a very egoistic reason: i'd like trac to have wikiwyg features, as discussed in http://projects.edgewall.com/trac/wiki/WysiWyg :) -solo From ingy@ttul.org Fri Apr 14 10:39:50 2006 Received: from xen1.ttul.org ([72.51.24.131]) by shale.socialtext.net with esmtp (Exim 4.34) id 1FUSGs-0000FS-Bb for Wikiwyg-dev@wikiwyg.net; Fri, 14 Apr 2006 10:39:50 -0700 Received: by xen1.ttul.org (Postfix, from userid 1003) id 53A4753EC6; Fri, 14 Apr 2006 17:39:49 +0000 (UTC) Date: Fri, 14 Apr 2006 10:39:49 -0700 To: solo turn Subject: Re: [Wikiwyg-dev] trac for tracking bugs? Message-ID: <20060414173949.GF1282@ttul.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: ingy@ttul.org (Ingy dot Net) Cc: Wikiwyg-dev@wikiwyg.net X-BeenThere: wikiwyg-dev@wikiwyg.net X-Mailman-Version: 2.1.5 Precedence: list List-Id: wikiwyg-dev.wikiwyg.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 17:39:50 -0000 On 14/04/06 19:27 +0200, solo turn wrote: > > hi, > > did you ever think in using edgewall track for tracking errors? > http://projects.edgewall.com/trac? even if i'm just asking this for a > very egoistic reason: i'd like trac to have wikiwyg features, as > discussed in http://projects.edgewall.com/trac/wiki/WysiWyg :) Yes, actually. http://trac.wikiwyg.net/trac/ From soloturn@gmail.com Fri Apr 14 15:36:44 2006 Received: from nz-out-0102.google.com ([64.233.162.195]) by shale.socialtext.net with esmtp (Exim 4.34) id 1FUWuC-00015V-1E for Wikiwyg-dev@wikiwyg.net; Fri, 14 Apr 2006 15:36:44 -0700 Received: by nz-out-0102.google.com with SMTP id q3so152936nzb for ; Fri, 14 Apr 2006 15:36:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=rPk2zjuZHjgCcJG+KW97/4eH8dDOVzaKs5mlaAFl8BoBWi/jF5J5IinxWJHT064jV/fVSjzDFg8C+DBdzIddnKOYvnVb49E77mei28HYn8sihTMzDa/kw7OyQxmICUIs7Sr1Skgohhg9cb7hizJQt4U/biHFYkagI83/b31wyQY= Received: by 10.65.204.8 with SMTP id g8mr888518qbq; Fri, 14 Apr 2006 15:36:43 -0700 (PDT) Received: by 10.65.98.20 with HTTP; Fri, 14 Apr 2006 15:36:43 -0700 (PDT) Message-ID: Date: Sat, 15 Apr 2006 00:36:43 +0200 From: "solo turn" To: Wikiwyg-dev@wikiwyg.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: trac-dev@lists.edgewall.com Subject: [Wikiwyg-dev] change trac html markup or not to reach traciwyg (trac is what you get)? X-BeenThere: wikiwyg-dev@wikiwyg.net X-Mailman-Version: 2.1.5 Precedence: list List-Id: wikiwyg-dev.wikiwyg.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 22:36:44 -0000 hi, would you suggest to change/extend the trac html markup somehow to better integrate wikiwyg, or is this not necessary? some examples: 1. a normal wiki page http://projects.edgewall.com/trac. 2. a new ticket http://projects.edgewall.com/trac 3. an existing ticket http://projects.edgewall.com/trac/ticket/1682. special case: if you have the right, you are allowed to edit the description too. 4. milestone http://projects.edgewall.com/trac/roadmap http://projects.edgewall.com/trac/milestone/0.10 special case: if you have the right, you are allowed to edit the descriptio= n. 6. makros/extensions/plugins http://trac-hacks.org/wiki/EggCookingTutorial/BasicEggCooking wiki source contains something like "[[TOC(heading=3DEgg Cooking Tutorial, EggCookingTutorial/BasicEggCooking, EggCookingTutorial/AdvancedEggCooking, EggCookingTutorial/AdvancedEggCooking2)]]", which then is completely different. or also at the end, "[[TagIt(rede)]]" how/where would you try to integrate it? mgood made a comment: >You don't need to add an id to the tag in order to get the DOM node. cssQuery is a >convenient way to look up nodes using CSS-style selectors. You should be able to > get the wiki editing fields like: > >var wiki_editors =3D cssQuery("textarea.wikitext"); which is true after you pressed "edit", or you have the text field to enter your text. -solo. From trac-dev-list@swapoff.org Sat Apr 15 06:56:26 2006 Received: from vsrouter.swapoff.org ([202.139.0.30] helo=swapoff.org) by shale.socialtext.net with esmtp (Exim 4.34) id 1FUlGE-0002FJ-9l for Wikiwyg-dev@wikiwyg.net; Sat, 15 Apr 2006 06:56:26 -0700 Received: from 205.121.233.220.exetel.com.au ([220.233.121.205] helo=cavern.swapoff.org) by swapoff.org with esmtp (Exim 4.44) id 1FUlFW-000092-3O; Sat, 15 Apr 2006 23:55:44 +1000 Received: from athomas by cavern.swapoff.org with local (Exim 4.54) id 1FUlFR-0002Zm-0z; Sat, 15 Apr 2006 23:55:37 +1000 Date: Sat, 15 Apr 2006 23:55:36 +1000 From: Alec Thomas To: trac-dev@lists.edgewall.com Message-ID: <20060415135536.GF17460@swapoff.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-Virus-Scanned: clamav on vsrouter.swapoff.org X-Spam-Score: 0.0 X-Mailman-Approved-At: Mon, 17 Apr 2006 09:01:46 -0700 Cc: Wikiwyg-dev@wikiwyg.net Subject: [Wikiwyg-dev] Re: [Trac-dev] change trac html markup or not to reach traciwyg (trac is what you get)? X-BeenThere: wikiwyg-dev@wikiwyg.net X-Mailman-Version: 2.1.5 Precedence: list List-Id: wikiwyg-dev.wikiwyg.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Apr 2006 13:56:26 -0000 Solo, I'm not sure of the specifics of what you are trying to achieve but one way to achieve this might be to subclass the WikiModule, and implement your own logic on top of it. The tags plugin [1] does this very thing. Alec [1] http://muness.textdriven.com/trac/wiki/tags On Sat, Apr 15, 2006 at 12:36:43AM +0200, solo turn wrote: > hi, > > would you suggest to change/extend the trac html markup somehow to > better integrate wikiwyg, or is this not necessary? some examples: > > 1. a normal wiki page > http://projects.edgewall.com/trac. > > 2. a new ticket > http://projects.edgewall.com/trac > > 3. an existing ticket > http://projects.edgewall.com/trac/ticket/1682. > special case: if you have the right, you are allowed to edit the > description too. > > 4. milestone > http://projects.edgewall.com/trac/roadmap > http://projects.edgewall.com/trac/milestone/0.10 > special case: if you have the right, you are allowed to edit the description. > > 6. makros/extensions/plugins > http://trac-hacks.org/wiki/EggCookingTutorial/BasicEggCooking > wiki source contains something like "[[TOC(heading=Egg Cooking > Tutorial, EggCookingTutorial/BasicEggCooking, > EggCookingTutorial/AdvancedEggCooking, > EggCookingTutorial/AdvancedEggCooking2)]]", which then is completely > different. or also at the end, "[[TagIt(rede)]]" > > how/where would you try to integrate it? mgood made a comment: > > >You don't need to add an id to the tag in order to get the DOM node. > cssQuery is a >convenient way to look up nodes using CSS-style > selectors. You should be able to > > get the wiki editing fields like: > > > >var wiki_editors = cssQuery("textarea.wikitext"); > > which is true after you pressed "edit", or you have the text field to > enter your text. > > > -solo. > _______________________________________________ > Trac-dev mailing list > Trac-dev@lists.edgewall.com > http://lists.edgewall.com/mailman/listinfo/trac-dev > -- Evolution: Taking care of those too stupid to take care of themselves. From ingy@ttul.org Mon Apr 17 09:27:28 2006 Received: from xen1.ttul.org ([72.51.24.131]) by shale.socialtext.net with esmtp (Exim 4.34) id 1FVWZT-0006CY-Uw for Wikiwyg-dev@wikiwyg.net; Mon, 17 Apr 2006 09:27:28 -0700 Received: by xen1.ttul.org (Postfix, from userid 1003) id 8999B53C41; Mon, 17 Apr 2006 16:27:24 +0000 (UTC) Date: Mon, 17 Apr 2006 09:27:24 -0700 To: solo turn Subject: Re: [Wikiwyg-dev] change trac html markup or not to reach traciwyg (trac is what you get)? Message-ID: <20060417162724.GA7384@ttul.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: ingy@ttul.org (Ingy dot Net) Cc: Wikiwyg-dev@wikiwyg.net, trac-dev@lists.edgewall.com X-BeenThere: wikiwyg-dev@wikiwyg.net X-Mailman-Version: 2.1.5 Precedence: list List-Id: wikiwyg-dev.wikiwyg.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 16:27:28 -0000 solo, Could you join the #wikiwyg irc channel, on irc.freenode.net server. I'd like to set you up with wikiwyg commit access and trac access. I'd also like to see what issues stand in the way of getting Wikiwyg integrated onto trac sometime this week. Cheers, Ingy On 15/04/06 00:36 +0200, solo turn wrote: > > hi, > > would you suggest to change/extend the trac html markup somehow to > better integrate wikiwyg, or is this not necessary? some examples: > > 1. a normal wiki page > http://projects.edgewall.com/trac. > > 2. a new ticket > http://projects.edgewall.com/trac > > 3. an existing ticket > http://projects.edgewall.com/trac/ticket/1682. > special case: if you have the right, you are allowed to edit the > description too. > > 4. milestone > http://projects.edgewall.com/trac/roadmap > http://projects.edgewall.com/trac/milestone/0.10 > special case: if you have the right, you are allowed to edit the description. > > 6. makros/extensions/plugins > http://trac-hacks.org/wiki/EggCookingTutorial/BasicEggCooking > wiki source contains something like "[[TOC(heading=Egg Cooking > Tutorial, EggCookingTutorial/BasicEggCooking, > EggCookingTutorial/AdvancedEggCooking, > EggCookingTutorial/AdvancedEggCooking2)]]", which then is completely > different. or also at the end, "[[TagIt(rede)]]" > > how/where would you try to integrate it? mgood made a comment: > > >You don't need to add an id to the tag in order to get the DOM node. > cssQuery is a >convenient way to look up nodes using CSS-style > selectors. You should be able to > > get the wiki editing fields like: > > > >var wiki_editors = cssQuery("textarea.wikitext"); > > which is true after you pressed "edit", or you have the text field to > enter your text. > > > -solo. > > _______________________________________________ > Wikiwyg-dev mailing list > Wikiwyg-dev@wikiwyg.net > http://wikiwyg.net/mailman/listinfo/wikiwyg-dev From jean-nicolas.gereone@st.com Tue Apr 18 07:30:15 2006 Received: from fra-del-03.spheriq.net ([195.46.51.99]) by shale.socialtext.net with esmtp (Exim 4.34) id 1FVrDb-0000Rr-A3 for Wikiwyg-dev@wikiwyg.net; Tue, 18 Apr 2006 07:30:15 -0700 Received: from fra-out-01.spheriq.net (fra-out-01.spheriq.net [195.46.51.129]) by fra-del-03.spheriq.net with ESMTP id k3IEU6tf028092 for ; Tue, 18 Apr 2006 14:30:06 GMT Received: from fra-cus-01.spheriq.net (fra-cus-01.spheriq.net [195.46.51.37]) by fra-out-01.spheriq.net with ESMTP id k3IEU2wg028612 for ; Tue, 18 Apr 2006 14:30:06 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-01.spheriq.net with ESMTP id k3IETx1o031034 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 18 Apr 2006 14:30:02 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id F1E53DA46; Tue, 18 Apr 2006 14:29:54 +0000 (GMT) Received: from mail3.cro.st.com (mail3.cro.st.com [164.129.40.133]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id AE19347B91; Tue, 18 Apr 2006 14:29:54 +0000 (GMT) Received: from [164.129.45.60] (crx760.cro.st.com [164.129.45.60]) by mail3.cro.st.com (MOS 3.5.8-GR) with ESMTP id CGB41744 (AUTH "jean gereone"); Tue, 18 Apr 2006 16:29:53 +0200 (CEST) Message-ID: <4444F7E0.7040400@st.com> Date: Tue, 18 Apr 2006 16:29:52 +0200 From: Jean-Nicolas GEREONE User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ingy@ttul.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.2.01 Cc: Wikiwyg-dev@wikiwyg.net Subject: [Wikiwyg-dev]
and \n and

in wysiwyg mode X-BeenThere: wikiwyg-dev@wikiwyg.net X-Mailman-Version: 2.1.5 Precedence: list List-Id: wikiwyg-dev.wikiwyg.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 14:30:15 -0000 Hi, I have a question about
and

tags in wysiwyg mode. I don't really understand when they appears. The problem is : if I want to type in wysiwyg mode : " line 1 line 2 line 3 " So the HTML generated is : "line 1
line 2
line 3
" When you convert it into wikitext you'll have "line 1line 2line 3" Although if you type ( in wysiwyg mode ) " line 1 line 2 line 3 " you will have : "line 1

line 2

line 3


" and then in wikitext mode "line 1line 2line 3" That's why I would like to understand this mechanism. Is there a key that can make :

line 1

line 2

line 3

? So I would have " line 1 line 2 line 3 " in wikitext mode ? Or will I have to convert
into \n maybe ? Thanks. Regards. Jean-Nicolas. From soloturn@gmail.com Sun Apr 23 03:49:42 2006 Received: from nz-out-0102.google.com ([64.233.162.203]) by shale.socialtext.net with esmtp (Exim 4.52) id 1FXc9u-00064N-H7 for Wikiwyg-dev@wikiwyg.net; Sun, 23 Apr 2006 03:49:42 -0700 Received: by nz-out-0102.google.com with SMTP id v1so737571nzb for ; Sun, 23 Apr 2006 03:49:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OaRX+dSbMZ5GNWzWg/nbaWb/IdDJazQohvP+nKXunkVaAzVkJHy9hh09DHYVfkWGDkHFKLMVL8oJXD4c86dyWDpFqG2NWPNHIj5/U3W+rfJA/IUiQgJYOwDMH8p5GYeG35m+XYiYtxkj/pAfbNgWB7rVjohO3A67Rl8vFZ6XmlY= Received: by 10.65.100.12 with SMTP id c12mr212970qbm; Sun, 23 Apr 2006 03:49:41 -0700 (PDT) Received: by 10.65.97.15 with HTTP; Sun, 23 Apr 2006 03:49:41 -0700 (PDT) Message-ID: Date: Sun, 23 Apr 2006 12:49:41 +0200 From: "solo turn" To: "Ingy dot Net" Subject: Re: [Wikiwyg-dev] change trac html markup or not to reach traciwyg (trac is what you get)? In-Reply-To: <20060417162724.GA7384@ttul.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060417162724.GA7384@ttul.org> Cc: Wikiwyg-dev@wikiwyg.net, trac-dev@lists.edgewall.com X-BeenThere: wikiwyg-dev@wikiwyg.net X-Mailman-Version: 2.1.5 Precedence: list List-Id: wikiwyg-dev.wikiwyg.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Apr 2006 10:49:42 -0000 hi, i joined it, maybe we can chat on monday (tomorrow). maybe somebody of you could judge if the trial goes in the right direction? i uploaded the plugin to http://projects.edgewall.com/trac/ticket/1682. on the wikiwyg site i created tickets for the things that i think are missi= ng: http://trac.wikiwyg.net/trac/query?action=3Dview&keywords=3Dtraciwyg&order= =3Dpriority -solo. On 4/17/06, Ingy dot Net wrote: > solo, > > Could you join the #wikiwyg irc channel, on irc.freenode.net server. I'd = like > to set you up with wikiwyg commit access and trac access. I'd also like t= o see > what issues stand in the way of getting Wikiwyg integrated onto trac some= time > this week. > > Cheers, Ingy > > On 15/04/06 00:36 +0200, solo turn wrote: > > > > hi, > > > > would you suggest to change/extend the trac html markup somehow to > > better integrate wikiwyg, or is this not necessary? some examples: > > > > 1. a normal wiki page > > http://projects.edgewall.com/trac. > > > > 2. a new ticket > > http://projects.edgewall.com/trac > > > > 3. an existing ticket > > http://projects.edgewall.com/trac/ticket/1682. > > special case: if you have the right, you are allowed to edit the > > description too. > > > > 4. milestone > > http://projects.edgewall.com/trac/roadmap > > http://projects.edgewall.com/trac/milestone/0.10 > > special case: if you have the right, you are allowed to edit the descri= ption. > > > > 6. makros/extensions/plugins > > http://trac-hacks.org/wiki/EggCookingTutorial/BasicEggCooking > > wiki source contains something like "[[TOC(heading=3DEgg Cooking > > Tutorial, EggCookingTutorial/BasicEggCooking, > > EggCookingTutorial/AdvancedEggCooking, > > EggCookingTutorial/AdvancedEggCooking2)]]", which then is completely > > different. or also at the end, "[[TagIt(rede)]]" > > > > how/where would you try to integrate it? mgood made a comment: > > > > >You don't need to add an id to the tag in order to get the DOM node. > > cssQuery is a >convenient way to look up nodes using CSS-style > > selectors. You should be able to > > > get the wiki editing fields like: > > > > > >var wiki_editors =3D cssQuery("textarea.wikitext"); > > > > which is true after you pressed "edit", or you have the text field to > > enter your text. > > > > > > -solo. > > > > _______________________________________________ > > Wikiwyg-dev mailing list > > Wikiwyg-dev@wikiwyg.net > > http://wikiwyg.net/mailman/listinfo/wikiwyg-dev >