Re: [pmwiki-users] Cluster recipe

2007-02-13 Thread The Editor
On 2/12/07, Kathryn Andersen [EMAIL PROTECTED] wrote: I've uploaded a new version of the group-cluster recipe: http://www.pmwiki.org/wiki/Cookbook/Cluster This adds $GroupTitle and $GroupTitlespaced page variables. For the most part it's the same as the GroupTitle recipe, in that it looks

[pmwiki-users] Global Delete all orphaned pages in a group

2007-02-13 Thread Sivakatirswami
I've set up a kind of calendar (simple list of dates, one per line all on on page) for visitors where those responsible for people traveling to our place here are entered in the wiki and sometimes they will add more info by linking the name of the guests e.g. 04/17/07 -[[Patrick

Re: [pmwiki-users] Greek Utf-8

2007-02-13 Thread Seth Cherney
OK, I thought the utf-8 script was only for using utf-8 in pagenames. I posted to http://www.pmwiki.org/wiki/UTF8/GreekDiacritics and everything checks out. So, the problem with saxon was that the StaticPageGenerator generates pages in iso-8859-1, not utf-8. Thus, I had to add a declaration

Re: [pmwiki-users] Global Delete all orphaned pages in a group

2007-02-13 Thread Kathryn Andersen
On Tue, Feb 13, 2007 at 12:11:25AM -1000, Sivakatirswami wrote: 05/06/07 -[[Kathryn Anderson]] is flying in to give a Cluster Demo 8-) So, what we will have is a lot of orphaned pages in the group, like this: VisitorCare.PatrickMichaud which have no back links at all on any

[pmwiki-users] Populate array from a seperate 'data page' (a la blocklist)

2007-02-13 Thread Hsing-Foo Wang
Hi all, I don't know if this has been brought up before (did searching) but would it be possible to do the following: I would like to have a page with names, where each line is a separate name e.g.: names1:John Doe names1:Jane Doe etc Then create a forms page with 'Input select' markup and

Re: [pmwiki-users] Populate array from a seperate 'data page' (a la blocklist)

2007-02-13 Thread Jiri Hladůvka / OBUTEX
od NOD32 2057 (20070213) __ Tato zprava byla proverena antivirovym systemem NOD32. http://www.nod32.cz -- OBUTEX s.r.o Ing.Jiří Hladůvka Zlatovská 22 911 01 Trenčín tel.: +421 (0)32 6587000 mailto:[EMAIL PROTECTED] http://www.obutex.com

[pmwiki-users] newbie: PageNotFound translation

2007-02-13 Thread sgp
Hello, I'm new to PmWiki, and I'm hooked! How can I change Site.PageNotFound so that it shows a localized message with the multilanguage recipe? Multilanguage adds markup (:if userlang de:) etc. so I tried (2 lines below, all on one line from (:if to \\ ) both lines: (:if (userlang de) (!

Re: [pmwiki-users] newbie: PageNotFound translation

2007-02-13 Thread Patrick R. Michaud
On Tue, Feb 13, 2007 at 07:07:16AM +0100, sgp wrote: Hello, I'm new to PmWiki, and I'm hooked! How can I change Site.PageNotFound so that it shows a localized message with the multilanguage recipe? Multilanguage adds markup (:if userlang de:) etc. so I tried (2 lines below, all on one line

[pmwiki-users] detecting minor edit

2007-02-13 Thread sgp
I've searched the list and found the following way to detect minor edit, in local/config.php line 2, I added if(@$_POST['diffclass'] == 'minor') { ... ; } The trouble is that I never ever see anything inside the braces being executed. In dispair I even added {print 1/0;} to force an error but

Re: [pmwiki-users] Greek Utf-8

2007-02-13 Thread Patrick R. Michaud
On Tue, Feb 13, 2007 at 03:01:34AM -0800, Seth Cherney wrote: OK, I thought the utf-8 script was only for using utf-8 in pagenames. I posted to http://www.pmwiki.org/wiki/UTF8/GreekDiacritics and everything checks out. So, the problem with saxon was that the StaticPageGenerator generates

Re: [pmwiki-users] i18n housekeeping (was: utf inclusion - odd behavior.)

2007-02-13 Thread Patrick R. Michaud
On Tue, Feb 13, 2007 at 08:17:58AM +0100, Jiri Hladůvka / OBUTEX wrote: BTW how can I control which XLPage of the same language - or their parts is to be used? Two different cookbook recipes can use the same phrase but with different meaning. I think the best solution here is to somehow get

Re: [pmwiki-users] utf inclusion - odd behavior.

2007-02-13 Thread Tom Lederer
Am 13.02.2007 um 16:16 schrieb Patrick R. Michaud: On Mon, Feb 12, 2007 at 10:57:56PM +0100, Tom Lederer wrote: Am 12.02.2007 um 20:44 schrieb Patrick R. Michaud: BTW, as of 2.2.0-beta31 the UTF-8 version of AsSpaced is now part of the distribution. (As are the other improvements in that

Re: [pmwiki-users] detecting minor edit

2007-02-13 Thread sgp
Patrick R. Michaud wrote: On Tue, Feb 13, 2007 at 05:51:32PM +0100, sgp wrote: Patrick R. Michaud wrote: Then edit a page, select minor edit, and press Preview. You should see Minor edit and possibly a couple of PHP warnings at the very top of the resulting page. (Note that by very top

Re: [pmwiki-users] newbie: PageNotFound translation

2007-02-13 Thread sgp
Patrick R. Michaud wrote: Could someone describe to me the ways in which they are wanting to use multiple languages on a single page? I.e., what sorts of features are needed from the existing recipe, and what things do you want to do that the recipe currently cannot? I might be able to

Re: [pmwiki-users] detecting minor edit

2007-02-13 Thread Patrick R. Michaud
On Tue, Feb 13, 2007 at 06:15:29PM +0100, sgp wrote: Patrick R. Michaud wrote: If you see that, then you know the code to detect minor edits is working. If you don't see it, then something else odd is happening. That helped. I didn't know that I could select minor edit while

Re: [pmwiki-users] Cluster recipe

2007-02-13 Thread Kathryn Andersen
On Tue, Feb 13, 2007 at 09:04:28AM -1000, Sivakatirswami wrote: Kathryn Andersen wrote: I've uploaded a new version of the group-cluster recipe: http://www.pmwiki.org/wiki/Cookbook/Cluster This adds $GroupTitle and $GroupTitlespaced page variables. For the most part it's the same as the

[pmwiki-users] stopping simultaneous edits

2007-02-13 Thread Nicholas Buttle
hi I asked this before and wondered if I had missed a reply. pardon me asking again. is it possible to stop simultaneous edits? so if a user starts editing a page and a second user clicks edit then they get a 'page being edited' message. is that possible? TIA Nicholas

Re: [pmwiki-users] stopping simultaneous edits

2007-02-13 Thread Patrick R. Michaud
On Tue, Feb 13, 2007 at 02:01:28PM -0800, Nicholas Buttle wrote: hi I asked this before and wondered if I had missed a reply. pardon me asking again. is it possible to stop simultaneous edits? so if a user starts editing a page and a second user clicks edit then they get a 'page being

Re: [pmwiki-users] detecting minor edit

2007-02-13 Thread sgp
Patrick R. Michaud wrote: to trails in pagelists, but 2.2.0 does. You might try upgrading to the latest 2.2.0-beta. So I decide to upgrade and found a few hurdles. The first one is that {$FullPage} in the Site.SideBar resolves to the last displayed page, not to the current page. My

Re: [pmwiki-users] Cluster recipe

2007-02-13 Thread The Editor
On 2/14/07, Kathryn Andersen [EMAIL PROTECTED] wrote: On Tue, Feb 13, 2007 at 09:04:28AM -1000, Sivakatirswami wrote: Kathryn Andersen wrote: I've uploaded a new version of the group-cluster recipe: http://www.pmwiki.org/wiki/Cookbook/Cluster This adds $GroupTitle and $GroupTitlespaced

Re: [pmwiki-users] detecting minor edit

2007-02-13 Thread sgp
sgp wrote: So I decide to upgrade and found a few hurdles. The first one is that {$FullPage} in the Site.SideBar resolves to the last displayed page, not to the current page. Correction: {$FullPage} in the SideBar resolves to the SideBar page and not to the real page. It's either broken

Re: [pmwiki-users] detecting minor edit

2007-02-13 Thread Tom Lederer
Am 14.02.2007 um 01:36 schrieb sgp: sgp wrote: So I decide to upgrade and found a few hurdles. The first one is that {$FullPage} in the Site.SideBar resolves to the last displayed page, not to the current page. Correction: {$FullPage} in the SideBar resolves to the SideBar page and

Re: [pmwiki-users] $FarmD problem

2007-02-13 Thread Patrick R. Michaud
On Tue, Feb 13, 2007 at 05:35:12PM +0800, john.mcginnis wrote: Seemingly I have a PmWiki Farm running. But I have another hmmm. Running a child wiki from main I get '*Warning*: include_once($FarmD/cookbook/XToDo.php) [function.include-once

[pmwiki-users] pmwiki newbie question: problem with paths

2007-02-13 Thread David B Smith
Hello everyone! Sorry for this what is probably very trivial problem, but I am stumped. I am trying to set up a wiki on my web site (http://www.virtualorchestra.com). I downloaded the pmwiki software, installed it on my ftp site, following directions as precisely possible. So I put the

Re: [pmwiki-users] pmwiki newbie question: problem with paths

2007-02-13 Thread Patrick R. Michaud
On Tue, Feb 13, 2007 at 09:44:44PM -0500, David B Smith wrote: Hello everyone! Sorry for this what is probably very trivial problem, but I am stumped. I am trying to set up a wiki on my web site (http://www.virtualorchestra.com). I downloaded the pmwiki software, installed it on

Re: [pmwiki-users] Trouble with web host *THANK YOU*

2007-02-13 Thread Mark Trumpold
Hi all It was in the end the web host. I have had to change and within hours of signing up I am back online. Lesson learnt Watch out for cheap hosts Pay a little more (that is provided this host stays true) Most Webhost review sites rate the same 1o or so hosts which leads me to believe that