[pmwiki-users] Hg pattern error

2007-04-25 Thread the Other michael
I've tried installing Hierarchical groups (http://www.pmwiki.org/wiki/Cookbook/Hg), but a pattern error(?) appears at the bottom of every page in the navigation: pat=/\[\[([\-|\*|\^]+)(.*?)\]\]/e you can see it live at http://www.xradiograph.com/wrottings/Wrottings/Wrottings I have a number of o

Re: [pmwiki-users] pmwiki upload 'world write' always set

2007-04-25 Thread Paul Carew
Hello Patrick, Thanks for the reply. The files ends up being owned by 'apache'. We have added apache to the 'webadmin' group (the owner of the web directory tree that contains the pmwiki). We had to do this so that apache could 'write' the file in the first place. I would be interested in your

Re: [pmwiki-users] pmwiki upload 'world write' always set

2007-04-25 Thread Patrick R. Michaud
On Wed, Apr 25, 2007 at 04:13:19PM -0500, Paul Carew wrote: >Essentially we have file uploads working, but they all get 'World' Write' >permission. >I tried changing umask in pmwiki/pmwiki.php, but this didn't stop the >problem. >I tried setting a umask in Apache, which would af

Re: [pmwiki-users] Marking up the markup

2007-04-25 Thread Kathryn Andersen
On Wed, Apr 25, 2007 at 05:46:16PM -0400, DaveG wrote: > I have another piece of code that I'm making use of which works based on > classes, picking up objects from the DOM based on class. > > I'd have thought that adding a class to an anchor is not something out > of the usual. In normal HTML,

Re: [pmwiki-users] Marking up the markup

2007-04-25 Thread DaveG
I have another piece of code that I'm making use of which works based on classes, picking up objects from the DOM based on class. I'd have thought that adding a class to an anchor is not something out of the usual. ~ ~ Dave Kathryn Andersen wrote: > On Wed, Apr 25, 2007 at 05:22:09PM -0400,

Re: [pmwiki-users] Marking up the markup

2007-04-25 Thread Kathryn Andersen
On Wed, Apr 25, 2007 at 05:22:09PM -0400, DaveG wrote: > Anyone help? I need to get a class tag inside an anchor link: > text Why? What is the problem with having a class tag in a span around an anchor link? text If you need to style the anchor with CSS, then the only difference is

Re: [pmwiki-users] Marking up the markup

2007-04-25 Thread DaveG
Anyone help? I need to get a class tag inside an anchor link: text ~ ~ Dave DaveG wrote: > How would I go about acheiving the same affect with links? Thus, I want > to produce: > text > > Best I've been able to get so far is a SPAN around the anchor. > > ~ ~ Dave > > DaveG wrote

[pmwiki-users] pmwiki upload 'world write' always set

2007-04-25 Thread Paul Carew
Hello everyone, I have a hopefully quick question about file permissions for uploaded files. We have a new server that we're bringing up that utilizes CentOS release 4.4 (Final), Apache 2, PHP5 and pmwiki 2.1.7 Essentially we have file uploads working, but they all get 'World' Wri

Re: [pmwiki-users] include source code or command in pmwiki

2007-04-25 Thread the Other michael
Beautifier has not been working so well on all systems for me, it got erratic after 0.72 ! However, http://www.pmwiki.org/wiki/Cookbook/SourceBlock works wonderfully the other non-parsed section would be [=...=] I prefer sourceblock, though. -the Other michael http://www.xradiograph.com/int

Re: [pmwiki-users] include source code or command in pmwiki

2007-04-25 Thread pmwiki
On Wed, 25 Apr 2007 12:09:45 -0700 "Clay Ye" <[EMAIL PROTECTED]> wrote: > Hi, > This may has been asked before but I did some search and haven't > found it. My question is how to include some source code or just > some command in pmwiki, I know in dokuwiki, you could use > , and it will display i

Re: [pmwiki-users] How to delete uploaded files?

2007-04-25 Thread Patrick R. Michaud
On Wed, Apr 25, 2007 at 07:01:02PM +, Mercator Group - Shell wrote: > I am new to PMWIKI but I am the admin for the site. I have set the uploads > script correctly so that I can upload files to my PMWIKI, it works fine. > But the "test" file that I uploaded, I now want to delete. I can not fi

Re: [pmwiki-users] How to delete uploaded files?

2007-04-25 Thread Dr Fred C
So far as I know, you have to delete files using an FTP program or your web site file management utilities. Mercator Group - Shell wrote: > I am new to PMWIKI but I am the admin for the site. I have set the > uploads script correctly so that I can upload files to my PMWIKI, it > works fine. But

Re: [pmwiki-users] include source code or command in pmwiki

2007-04-25 Thread DaveG
As well as built-in markup for block text, you could also try: Cookbook/Beautifier ~ ~ David On Wed, 25 Apr 2007 12:09:45 -0700, "Clay Ye" <[EMAIL PROTECTED]> wrote: > Hi, > This may has been asked before but I did some search and haven't found it. > My question is how to include some source c

[pmwiki-users] include source code or command in pmwiki

2007-04-25 Thread Clay Ye
Hi, This may has been asked before but I did some search and haven't found it. My question is how to include some source code or just some command in pmwiki, I know in dokuwiki, you could use , and it will display in a block, like http://wiki.splitbrain.org/wiki:syntax#non-parsed_blocks, how to do

[pmwiki-users] How to delete uploaded files?

2007-04-25 Thread Mercator Group - Shell
I am new to PMWIKI but I am the admin for the site. I have set the uploads script correctly so that I can upload files to my PMWIKI, it works fine. But the "test" file that I uploaded, I now want to delete. I can not find any documentation on how to to this, except that only the admin can do it.

Re: [pmwiki-users] vexed by messages

2007-04-25 Thread Hans
Wednesday, April 25, 2007, 5:59:52 PM, Hans wrote: > But the FoxAbort function displays the right page ($pagename), with the right > error > message, but the url is script url, not page url. > I like to see the page with its page url in the address bar. > What am I missing? sorry this was not to

Re: [pmwiki-users] quick php question

2007-04-25 Thread Tegan Dowling
On 4/25/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: On Wed, Apr 25, 2007 at 06:11:18PM +0100, Hans wrote: > Wednesday, April 25, 2007, 6:06:03 PM, Tegan wrote: > > > Whoops. Never mind the never mind - that doesn't work after all. I have > > > if($page == 'Admin.WebAdmin') $EnablePat

Re: [pmwiki-users] quick php question

2007-04-25 Thread Tegan Dowling
On 4/25/07, Hans <[EMAIL PROTECTED]> wrote: Wednesday, April 25, 2007, 6:06:03 PM, Tegan wrote: > Whoops. Never mind the never mind - that doesn't work after all. I have > if($page == 'Admin.WebAdmin') $EnablePathInfo = 0; > That's no good. What should I have? Do I need some curly bra

Re: [pmwiki-users] quick php question

2007-04-25 Thread Patrick R. Michaud
On Wed, Apr 25, 2007 at 06:11:18PM +0100, Hans wrote: > Wednesday, April 25, 2007, 6:06:03 PM, Tegan wrote: > > > Whoops. Never mind the never mind - that doesn't work after all. I have > > > if($page == 'Admin.WebAdmin') $EnablePathInfo = 0; > > > That's no good. What should I have? Do

Re: [pmwiki-users] quick php question

2007-04-25 Thread Hans
Wednesday, April 25, 2007, 6:06:03 PM, Tegan wrote: > Whoops. Never mind the never mind - that doesn't work after all. I have > if($page == 'Admin.WebAdmin') $EnablePathInfo = 0; > That's no good. What should I have? Do I need some curly brackets in there > or something? try $page

Re: [pmwiki-users] quick php question

2007-04-25 Thread Tegan Dowling
On 4/25/07, Tegan Dowling <[EMAIL PROTECTED]> wrote: On 4/25/07, Tegan Dowling <[EMAIL PROTECTED]> wrote: > Because I use clean URLs, I was previously unable to use the very nifty > WebAdmin recipe -- http://www.pmwiki.org/wiki/Cookbook/WebAdmin -- but > I've finally revisited it and now see th

[pmwiki-users] vexed by messages

2007-04-25 Thread Hans
I recently added some error messaging to Fox, following ZAPs example, by adding a function function FoxAbort($pagename, $msg) { global $MessagesFmt; $MessagesFmt[] = "$[$msg]"; HandleBrowse($pagename); exit; } This can be called from within other functions to abort proceedings with an

[pmwiki-users] drop down menu/simpleskin

2007-04-25 Thread hsubryan
Hello: First of all i would like to say pmwiki is an amazing tool. There's is so much you can do with this piece of software. Thank you to all the developers who have been working on this. Since i'm a newbie, however, working hard on learning understanding the capabilities of pmwiki. But now

Re: [pmwiki-users] PmWiki questions...

2007-04-25 Thread Roman
On 4/25/07, The Editor <[EMAIL PROTECTED]> wrote: > After working through the various ZAP questions in my last post I > ended up with a couple PmWiki questions. > > 1) Is there any possibility of support for a nested tables solution > like the following? The markup is too tricky on this for me to

[pmwiki-users] drop down menu

2007-04-25 Thread hsubryan
First of all i would like to say pmwiki is an amazing tool. There's is so much you can do with this piece of software. Thank you to all the developers who have been working on this. Since i'm a newbie, however, working on learning understanding the capabilities of pmwiki, i've run into a hump a

Re: [pmwiki-users] ZAP edit/insert update...

2007-04-25 Thread Patrick R. Michaud
On Wed, Apr 25, 2007 at 12:34:11PM -0400, The Editor wrote: > > Curious if Pm has any input on the syntax being planned for page > insertions in core and how it might compare? Because I don't have time to keep up with all of the ZAP changes, I don't really have any useful comments about this at

Re: [pmwiki-users] Templates for other actions (was: PmWiki questions...)

2007-04-25 Thread Patrick R. Michaud
On Wed, Apr 25, 2007 at 10:23:51AM -0500, Ben Stallings wrote: > It seems to me that an EditForm works very much like a GroupHeader or > GroupFooter, though I haven't looked into the workings closely enough to > see if they're processed exactly the same way. They aren't. An EditForm is really

[pmwiki-users] ZAP edit/insert update...

2007-04-25 Thread The Editor
It seems the only forms-breaking change to come about to ZAP after all the points I brought up yesterday or so will be splitting edit into edit and insert. (I even decided to keep create as it will not overwrite existing pages and thus may be preferable in some situations. It can also create mult

Re: [pmwiki-users] ZAP syntax ideas...

2007-04-25 Thread Patrick R. Michaud
On Wed, Apr 25, 2007 at 10:51:21AM -0500, Ben Stallings wrote: > The Editor wrote: > > What risks are you thinking about? And for that matter, what's to > > stop someone from going to a page with (:zapget:) on it now and doing > > the same thing? > > Well, presumably they don't know that (:zapget

Re: [pmwiki-users] quick php question

2007-04-25 Thread Tegan Dowling
On 4/25/07, Tegan Dowling <[EMAIL PROTECTED]> wrote: Because I use clean URLs, I was previously unable to use the very nifty WebAdmin recipe -- http://www.pmwiki.org/wiki/Cookbook/WebAdmin -- but I've finally revisited it and now see that in January, Bill Reveile (Thanks, Bill, if you're reading

Re: [pmwiki-users] fox: displaying a message when success

2007-04-25 Thread Guillermo Calderon - INCO
Hans wrote: > Tuesday, April 24, 2007, 8:40:28 PM, Guillermo wrote: > > >>I am using a Fox formulary in some of my wiki pages. >>I would like to display a message such as "Your request was succesfull >> processed" when everything was ok. >>Any suggestion or idea? > > > I am still trying to dev

[pmwiki-users] Fwd: Templates for other actions (was: PmWiki questions...)

2007-04-25 Thread The Editor
On 4/25/07, Ben Stallings <[EMAIL PROTECTED]> wrote: > Pm replied to Dan, > >> 3) I'm wondering with the new forms processing system Pm is > >> > developing, just how flexible the following syntax is: > >> > > >> > http://www.pmwiki.org/wiki/Cookbook/SimpleRating?action=edit&editform=Cookbook.Recip

Re: [pmwiki-users] ZAP syntax ideas...

2007-04-25 Thread The Editor
It might have been better to have posted something like this offlist... Fortunately, while this gave me a good scare, I just checked into it and found it does not work. The authentication is done using the session variable not the page variable. It could be used to override the displayed value fo

Re: [pmwiki-users] ZAP syntax ideas...

2007-04-25 Thread Ben Stallings
The Editor wrote: > What risks are you thinking about? And for that matter, what's to > stop someone from going to a page with (:zapget:) on it now and doing > the same thing? Well, presumably they don't know that (:zapget:) turns all GET variables into page variables. Maybe they think it only

[pmwiki-users] Templates for other actions (was: PmWiki questions...)

2007-04-25 Thread Ben Stallings
Pm replied to Dan, >> 3) I'm wondering with the new forms processing system Pm is >> > developing, just how flexible the following syntax is: >> > >> > http://www.pmwiki.org/wiki/Cookbook/SimpleRating?action=edit&editform=Cookbook.RecipeInfoForm >> > >> > That is, can it be used with other action

Re: [pmwiki-users] ZAP syntax ideas...

2007-04-25 Thread The Editor
On 4/25/07, Ben Stallings <[EMAIL PROTECTED]> wrote: > Dan wrote, > > 9. (:zapget:) {$var} -> {(get var)} > > Came up with a better idea still. Realized GET variables could be set > > automatically as page variables without requiring zapget. It would > > break no forms and make future forms easier.

[pmwiki-users] including php files

2007-04-25 Thread Hans
I have a problem with Fox and how to include extension scripts (fox filters) for it. I would like to generally be able to include Fox filter extensions just for the page or group they are needed, but include Fox generally for all pages. But I need to include the extensions before including fox.php

Re: [pmwiki-users] ZAP syntax ideas...

2007-04-25 Thread Ben Stallings
Dan wrote, > 9. (:zapget:) {$var} -> {(get var)} > Came up with a better idea still. Realized GET variables could be set > automatically as page variables without requiring zapget. It would > break no forms and make future forms easier. It would also make hacking easier, since GET variables can be

Re: [pmwiki-users] Firefox fails to download latest file

2007-04-25 Thread Hans
Wednesday, April 25, 2007, 3:02:47 PM, Patrick wrote: > Is there any way to quickly tell which version is the correct one? > As far as I can tell I only get the one version (possibly because > I've never downloaded it before). > The version I get when downloading with Firefox is 17,232 bytes > i

Re: [pmwiki-users] PmWiki questions...

2007-04-25 Thread The Editor
On 4/25/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Wed, Apr 25, 2007 at 09:31:37AM -0400, The Editor wrote: > > After working through the various ZAP questions in my last post I > > ended up with a couple PmWiki questions. > > > > 1) Is there any possibility of support for a nested tabl

Re: [pmwiki-users] ZAP syntax ideas...

2007-04-25 Thread The Editor
On 4/25/07, Jiri Hladůvka / OBUTEX <[EMAIL PROTECTED]> wrote: > Sorry Dan, I am totally lost now - perhaps I missed some important post. > > Would you explain the differences between: > - ZAP > - ACME > - ZAPwiki ZAP is the name of the script, code, engine, forms processor, whatever. I've been re

Re: [pmwiki-users] markup expression for explode-like effect

2007-04-25 Thread Patrick R. Michaud
On Wed, Apr 25, 2007 at 03:48:45PM +0200, noskule wrote: > hi list > I seen the markup expressions but could not find something like explode > to separate something like -XXX: > > PageName-Discussion -> PageName If you know that you want to strip off "-Discussion", you can do: $BaseNamePatt

Re: [pmwiki-users] PmWiki questions...

2007-04-25 Thread Patrick R. Michaud
On Wed, Apr 25, 2007 at 09:31:37AM -0400, The Editor wrote: > After working through the various ZAP questions in my last post I > ended up with a couple PmWiki questions. > > 1) Is there any possibility of support for a nested tables solution > like the following? The markup is too tricky on this

Re: [pmwiki-users] markup expression for explode-like effect

2007-04-25 Thread The Editor
If you know the length of the part you want to cut off, why don't you try {(substr {$Name} 0 -11)} Not tested... Cheers, Dan PS. I seem to recall Pm may even have added something like {(substr {$Name} 0 --Discussion)} On 4/25/07, noskule <[EMAIL PROTECTED]> wrote: > hi list > I seen the mar

Re: [pmwiki-users] Firefox fails to download latest file

2007-04-25 Thread Patrick R. Michaud
On Wed, Apr 25, 2007 at 09:55:55AM +0100, Hans wrote: > Downloading the latest guibuttons.zip is consistently failing > on pmwiki.org using Firefox. It always seems to download a previous > version. Using IE6 I get the correct version. Is there any way to quickly tell which version is the correct

Re: [pmwiki-users] ZAP syntax ideas...

2007-04-25 Thread Jiri Hladůvka / OBUTEX
Sorry Dan, I am totally lost now - perhaps I missed some important post. Would you explain the differences between: - ZAP - ACME - ZAPwiki Should I switch to something different then zap.php and zaptoolbox.php recipes which I downloaded as 19 Apr 2007 version ? What is the future of these recipe

[pmwiki-users] markup expression for explode-like effect

2007-04-25 Thread noskule
hi list I seen the markup expressions but could not find something like explode to separate something like -XXX: PageName-Discussion -> PageName is there any way to do this grz nos ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pm

[pmwiki-users] PmWiki questions...

2007-04-25 Thread The Editor
After working through the various ZAP questions in my last post I ended up with a couple PmWiki questions. 1) Is there any possibility of support for a nested tables solution like the following? The markup is too tricky on this for me to handle, so I'm submitting it as a feature request to Pm. Or

[pmwiki-users] quick php question

2007-04-25 Thread Tegan Dowling
Because I use clean URLs, I was previously unable to use the very nifty WebAdmin recipe -- http://www.pmwiki.org/wiki/Cookbook/WebAdmin -- but I've finally revisited it and now see that in January, Bill Reveile (Thanks, Bill, if you're reading!) posted the solution, which is to disable clean URLs

Re: [pmwiki-users] ZAP syntax ideas...

2007-04-25 Thread The Editor
Thanks for all the input. Here's a brief summary of the direction I'm leaning toward at present, plus a couple new ideas. In general, esp with Dr. Fred's urging, I resisted all changes that would break forms (where there was not a compelling reason). If there are any further objection/comments, l

Re: [pmwiki-users] Shortcut for Spaced Title on Links

2007-04-25 Thread DaveG
That's it exactly, thanks. I updated PmWiki/Links. On Wed, 25 Apr 2007 07:56:10 -0500, "Tegan Dowling" <[EMAIL PROTECTED]> wrote: > On 4/25/07, DaveG <[EMAIL PROTECTED]> wrote: >> >> >> In order to display the link spaced title you can do: >>[[xyz.My Spaced Title]] >> >> However, when combini

Re: [pmwiki-users] Shortcut for Spaced Title on Links

2007-04-25 Thread Tegan Dowling
On 4/25/07, DaveG <[EMAIL PROTECTED]> wrote: In order to display the link spaced title you can do: [[xyz.My Spaced Title]] However, when combining with parameters: [[xyz.My Spaced Title?action=edit]] It doesn't work. It would be nice if there was a shortcut similar to "+" [[xyz.MySpa

[pmwiki-users] Shortcut for Spaced Title on Links

2007-04-25 Thread DaveG
In order to display the link spaced title you can do: [[xyz.My Spaced Title]] However, when combining with parameters: [[xyz.My Spaced Title?action=edit]] It doesn't work. It would be nice if there was a shortcut similar to "+" [[xyz.MySpacedTitle?action=edit | +]] which gave the space

[pmwiki-users] Standalone version

2007-04-25 Thread Jiri Hladůvka / OBUTEX
How can I know the version of the standalone support? At http://www.pmwiki.org/wiki/Cookbook/Standalone is written version 2.1.13 which means probably the version of the core included in the package. Usually I update my standalone by copying the most recent normal releases (e.g. pmwiki-2.2.0-beta4

[pmwiki-users] Category problem - [3rd post]

2007-04-25 Thread Jiri Hladůvka / OBUTEX
I asked for help a month ago and 2 weeks ago having problems with Category pages. The Category. page is automaticly created, it is listed in Category.Category page, but placing (:pagelist link=Category.{*$Name} list=normal:) into the Category.GroupFooter or (:pagelist link=Category. list=normal:)

Re: [pmwiki-users] Mixed Search results. Google + PMWiki

2007-04-25 Thread Ben Wilson
Google has an AJAX search API (GSA, let's call it), similar basic approach to Google Map API.[1] So, it is possible to create a function that triggers the search in Goggle then feeds to PmWiki's search. Here's a rough idea on the flow: 1. Visitor sends query. 2. Helper function generates javascrip

Re: [pmwiki-users] Creating default group pages?

2007-04-25 Thread Roman
On 4/24/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Tue, Apr 24, 2007 at 03:01:09PM +0200, Roman wrote: > > Hans, > > would it be difficult to modify AutoGroupPages recipe to create also > > group directory in "uploads"? > > Perhaps the following will work: > > > function AutoCreateUploa

[pmwiki-users] Firefox fails to download latest file

2007-04-25 Thread Hans
Downloading the latest guibuttons.zip is consistently failing on pmwiki.org using Firefox. It always seems to download a previous version. Using IE6 I get the correct version. Is this a known problem with Firefox and zip files? Is Firefox using a cache rather than the file from the server? ~H

Re: [pmwiki-users] Best practices - link to pages

2007-04-25 Thread St�phane Heckel
"Patrick R. Michaud" wrote : > At some level this starts to sound more like categories than wikigroups. > ( http://www.pmwiki.org/wiki/PmWiki/Categories ). Very interesting ! Unfortunately, I can not completely migrate to PmWiki today. I have to balance & find the common denominator between Confl

[pmwiki-users] Broken pagelist with page text variables

2007-04-25 Thread Simon
I'm sorry my bug report http://pmwiki.org/wiki/PITS/00915 broke the PITS page and PITSList I have now changed the PTV name to prevent it happening (note that PTVs are picked up even in [@ @] blocks) to see the mode of failure please see http://pmwiki.org/wiki/Test/PTV-Summary Simon

[pmwiki-users] Mixed Search results. Google + PMWiki

2007-04-25 Thread Nicholas Buttle
Hi I thought about putting the google search recipie on our site (leading to 2 input boxes on the front page...ugh) but then it occurred to me to find out whether it would be possible to have a single search box that returned mixed results. So for example a search on 'xyz' might return the top 10