From chadschultz@gmail.com Wed Apr 11 19:12:40 2007 Received: from an-out-0708.google.com ([209.85.132.247]) by shale.socialtext.net with esmtp (Exim 4.52) id 1Hbong-0008Rs-Js for wikiwyg-dev@wikiwyg.net; Wed, 11 Apr 2007 19:12:40 -0700 Received: by an-out-0708.google.com with SMTP id d18so504233and for ; Wed, 11 Apr 2007 19:12:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=WvBjKx1Lbovk2cGDj7h4w1SE9bIGNQhqeSfd//40dEKrEQwc0j/XfHYBg4o+1Cwj11ojbMFx2EtXsETVZ7Q+mY83FEq+5mpWsSiV2KcJQEZ1Op0lN6EumZ9Ga8cOHHITpbDxxoNj3C+BxoJSa3zqtNpXEY5kuxXmLqkbOpytnds= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XGfTV6hrK4402faB91TffaaojP/0qacO4qcNuGr8Ux41/F8fr9ratECwzpzxloRLC5rIKHint6jH0sDLRDt79xaojoMqmsqJG7vJTLEqqWMdBzVC2Dt3oIDKSojeIhoMNHElscuFUODfGbzIq8J1y3a1ZejIT+MBs8RpNp6R74E= Received: by 10.100.8.18 with SMTP id 18mr965583anh.1176343957798; Wed, 11 Apr 2007 19:12:37 -0700 (PDT) Received: by 10.100.127.8 with HTTP; Wed, 11 Apr 2007 19:12:37 -0700 (PDT) Message-ID: Date: Wed, 11 Apr 2007 22:12:37 -0400 From: "Chad Schultz" To: wikiwyg-dev@wikiwyg.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Wikiwyg-dev] Trouble setting up wikiwyg with Mediawiki 1.9.3 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, 12 Apr 2007 02:12:40 -0000 Hey all. I'm a new user of Wikiwyg... using the term "user" rather loosely, since I've been trying to install it for a week without success! I never did figure out how to use the patch, but I read it and manually changed some of the indicated lines. The Mediawiki files have changed since the patch was written, however, so I'm not sure of how everything applies. Either I'm incredibly retarded, or there is no one-click method to download all of Wikiwyg, so I downloaded the files individually and created all the directories in the root directory of the virtual web server I set up in Windows XP using Internet Information Services. I add the lines in Localsettings.php to include Mediawikiwyg.pgp and EZparser.php... and my wiki doesn't load. The screen is just white. Remove the includes, and it's fully functional again. Anyone have any ideas? From travis@wikihow.com Thu Apr 12 06:21:25 2007 Received: from nz-out-0506.google.com ([64.233.162.237]) by shale.socialtext.net with esmtp (Exim 4.52) id 1HbzEr-0001kv-Fr for wikiwyg-dev@wikiwyg.net; Thu, 12 Apr 2007 06:21:25 -0700 Received: by nz-out-0506.google.com with SMTP id s18so517906nze for ; Thu, 12 Apr 2007 06:21:21 -0700 (PDT) Received: by 10.114.210.2 with SMTP id i2mr744456wag.1176384080720; Thu, 12 Apr 2007 06:21:20 -0700 (PDT) Received: by 10.114.210.17 with HTTP; Thu, 12 Apr 2007 06:21:20 -0700 (PDT) Message-ID: Date: Thu, 12 Apr 2007 09:21:20 -0400 From: "Travis Derouin" To: "Chad Schultz" Subject: Re: [Wikiwyg-dev] Trouble setting up wikiwyg with Mediawiki 1.9.3 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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, 12 Apr 2007 13:21:25 -0000 Hey Chad, I recently had to figure all of this out too. Unfortunately, I couldn't find any documentation on any of this. The best thing to do to get an svn client and get the source code and then execute: svn http://svn.wikiwyg.net/code/trunk/wikiwyg inside of your extensions directory. You could be missing some key files. For modifying localsettings.php, add only this to LocalSettings require_once('extensions/wikiwyg/share/MediaWiki/extensions/MediaWikiWyg.php'); as it seems EZParser.php is already included in this file and add this to LocalSettings.php as well, depending on your path: $wgWikiwygPath = "$wgServer/extensions/wikiwyg"; You'll also have to change the imagesLocation in one of the javascript files to find your images. Once you have that going, and you can load a page, open up the source of the page verify that MediaWikiwyg.css and MediaWikiWyg.js are being included, and you can see entries like: I hope this helps. I look forward to seeing some documentation be put up somewhere on this process in the future. Travis From chadschultz@gmail.com Thu Apr 12 13:41:37 2007 Received: from an-out-0708.google.com ([209.85.132.244]) by shale.socialtext.net with esmtp (Exim 4.52) id 1Hc66r-00039r-O1 for wikiwyg-dev@wikiwyg.net; Thu, 12 Apr 2007 13:41:37 -0700 Received: by an-out-0708.google.com with SMTP id d18so828280and for ; Thu, 12 Apr 2007 13:41:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LcCI5qfLoDz3SFuirh5B0F2AIfbYSnOJp/6L1qMXAkN0lGJqb2WfYWdogu34kGudVcUgWdkQKPk+ztr/HVCGzH06Q14xUEi7D5JYsnjhk5xBu5fuB+JiFUM34tOKOxG4/5PUWg5ZWWqNjl/DXqnXuNhUTyxJQFci2UGFNht8AEM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sOp/kKSYCoM/oto67fcjtR95XvJxE4Qh/8M1UsxfBTPlSS4pM9/OYS6gKprnFZcHETz+EXhpZl8THjEmpWjUMqq5IINKcu+VNIHZDIwUoa3jbS8cEmhpXf5JDApyLhlgf3JIypO5Jg1Th6SKUuHnt9r3ToZcYPVR6UHbbH0H4XI= Received: by 10.100.7.18 with SMTP id 18mr1874741ang.1176410496173; Thu, 12 Apr 2007 13:41:36 -0700 (PDT) Received: by 10.100.127.8 with HTTP; Thu, 12 Apr 2007 13:41:36 -0700 (PDT) Message-ID: Date: Thu, 12 Apr 2007 16:41:36 -0400 From: "Chad Schultz" To: "Travis Derouin" Subject: Re: [Wikiwyg-dev] Trouble setting up wikiwyg with Mediawiki 1.9.3 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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, 12 Apr 2007 20:41:38 -0000 Thanks! Using the Tortoise SVN client I was able to redownload everything. I wasn't able to apply the patch, however. It said it was looking for a specific revision of the Mediawiki files. So I used the proper paths as you gave, only the one include statement, and set the wikiwygpath variable. I did change the variable in two javascript files to point to the proper directory. I then had to make a change in mediawikiwyg.php: it was looking for divs to mark editable sections, when they were actually in spans. Finally, it worked- yay! I could quick edit a section with a doubleclick! ...but it doesn't work. There are the problems I'm running into now with the wikiwyg edit box: * In IE 6, both radio buttons (Wikitext and Preview) are marked. In Firefox, only one is. * When the edit box appears, it does not fill with the text from the section. However, it does save- so anything you enter will overwrite what used to be in the section. * clicking either "wikitext" or "preview" will result in the box saying "loading" indefinitely with no result * Using the formatting buttons (bold, italic, etc) has no effect whatsoever on selected text. Does this sound familiar to anyone? On 4/12/07, Travis Derouin wrote: > Hey Chad, > > I recently had to figure all of this out too. Unfortunately, I > couldn't find any documentation on any of this. The best thing to do > to get an svn client and get the source code and then execute: > > svn http://svn.wikiwyg.net/code/trunk/wikiwyg > > inside of your extensions directory. You could be missing some key files. > > For modifying localsettings.php, add only this to LocalSettings > require_once('extensions/wikiwyg/share/MediaWiki/extensions/MediaWikiWyg.php'); > > as it seems EZParser.php is already included in this file and add this > to LocalSettings.php as well, depending on your path: > > $wgWikiwygPath = "$wgServer/extensions/wikiwyg"; > > You'll also have to change the imagesLocation in one of the javascript > files to find your images. > > Once you have that going, and you can load a page, open up the source > of the page verify that MediaWikiwyg.css and MediaWikiWyg.js are being > included, and you can see entries like: > > > > I hope this helps. I look forward to seeing some documentation be put > up somewhere on this process in the future. > > Travis > From joesox@gmail.com Mon Apr 30 20:04:41 2007 Received: from ik-out-1112.google.com ([66.249.90.177]) by shale.socialtext.net with esmtp (Exim 4.60) (envelope-from ) id 1HiifP-0000ms-R2 for wikiwyg-dev@wikiwyg.net; Mon, 30 Apr 2007 20:04:40 -0700 Received: by ik-out-1112.google.com with SMTP id b35so244636ika for ; Mon, 30 Apr 2007 20:04:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cjtGdS9arXMCuPc7CsD+oshEY6rstQ9MyAMXcUvhWDfwkSI7+YSIjvl+WK56uulDCtHajDF2PNDYWo6G1ApL9HdYT1xX9c+H3p/dfUgk8yo2b36m3R3IzutNvdOWLiyTrHzfIwKH05CNtefyiybCEkgKtEC4ArhqYFfr1ckH/Mw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=T3RwMIa4ej4ybPhIw89Ao/4XLrOC9soKajX5IfI5xEyu3e4Lhvkcd/GXDcm2SF4y8y+MnV+W3DflAW1HX7C7AWdZieTpkDoeuSTZoA0eX3OdIZn1u25OOHF3HO0stWzubImr/1dLtlwOLIdzTAl25J+io6qPYJXUnf91/Nw8fVQ= Received: by 10.64.84.3 with SMTP id h3mr1920399qbb.1177988676768; Mon, 30 Apr 2007 20:04:36 -0700 (PDT) Received: by 10.65.98.17 with HTTP; Mon, 30 Apr 2007 20:04:36 -0700 (PDT) Message-ID: <785694cd0704302004rbf15434yf69c780dc440afcb@mail.gmail.com> Date: Mon, 30 Apr 2007 20:04:36 -0700 From: JoeSox To: wikiwyg-dev@wikiwyg.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Wikiwyg-dev] Re:Trouble setting up wikiwyg with Mediawiki 1.9.3 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, 01 May 2007 03:04:41 -0000 Hi, This has been helpful but I am still unable to get to be inserted when I edit a page or double-click in the text box it does import the MediaWikiwyg.css from the correct path. I am running into a dead end here. I am running MediaWiki 1.9.3 I did not apply the 1.7 patch. Does this matter? If so, is that a patch to php? What file do I add that code to? -- Thanks, Joe ---------- Thanks! Using the Tortoise SVN client I was able to redownload everything. I wasn't able to apply the patch, however. It said it was looking for a specific revision of the Mediawiki files. So I used the proper paths as you gave, only the one include statement, and set the wikiwygpath variable. I did change the variable in two javascript files to point to the proper directory. I then had to make a change in mediawikiwyg.php: it was looking for divs to mark editable sections, when they were actually in spans. Finally, it worked- yay! I could quick edit a section with a doubleclick! ...but it doesn't work. There are the problems I'm running into now with the wikiwyg edit box: * In IE 6, both radio buttons (Wikitext and Preview) are marked. In Firefox, only one is. * When the edit box appears, it does not fill with the text from the section. However, it does save- so anything you enter will overwrite what used to be in the section. * clicking either "wikitext" or "preview" will result in the box saying "loading" indefinitely with no result * Using the formatting buttons (bold, italic, etc) has no effect whatsoever on selected text. Does this sound familiar to anyone? On 4/12/07, Travis Derouin wrote: > Hey Chad, > > I recently had to figure all of this out too. Unfortunately, I > couldn't find any documentation on any of this. The best thing to do > to get an svn client and get the source code and then execute: > > svn http://svn.wikiwyg.net/code/trunk/wikiwyg > > inside of your extensions directory. You could be missing some key files. > > For modifying localsettings.php, add only this to LocalSettings > require_once('extensions/wikiwyg/share/MediaWiki/extensions/MediaWikiWyg.php'); > > as it seems EZParser.php is already included in this file and add this > to LocalSettings.php as well, depending on your path: > > $wgWikiwygPath = "$wgServer/extensions/wikiwyg"; > > You'll also have to change the imagesLocation in one of the javascript > files to find your images. > > Once you have that going, and you can load a page, open up the source > of the page verify that MediaWikiwyg.css and MediaWikiWyg.js are being > included, and you can see entries like: > > > > I hope this helps. I look forward to seeing some documentation be put > up somewhere on this process in the future. > > Travis >