[pmwiki-users] SaveAttributes and performance

2007-12-06 Thread Hans
I have been running some performance tests using StopWatch() with Fox processing multiple files. I noticed that the line in the pmwiki.php SaveAttributes function $html = MarkupToHTML($pagename,$text); is causing the overall process time to more than double. As a test I used Fox to rewrite

Re: [pmwiki-users] ZAPdoc site working?

2007-12-06 Thread Benoit Dutilleul
Dear all, Sorry for the delay. I have seen a couple of messages related to zapdoc lately but I got other issues that required my attention and work. I have updated the ZAPDoc site so that visitors can see the snippet sources. I will do my best to maintain the ZAP documentation but any help would

[pmwiki-users] putenv() error in config.php

2007-12-06 Thread Ingersoll, Nelson
Hi, I am using the exact same PmWiki in two servers. One is served under Slackware and the other on my WinXP PC. The Slackware system is a LAMP system. I'm running UniformServer on my PC. When I visit the wiki on Slackware I see no errors. When visiting the wiki on my PC I see this

Re: [pmwiki-users] putenv() error in config.php

2007-12-06 Thread Hans
Thursday, December 6, 2007, 3:55:53 PM, Ingersoll, Nelson wrote: When visiting the wiki on my PC I see this error message. Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'TZ' - it's not in the allowed list in C:\home\PmWiki\local\config.php on line

Re: [pmwiki-users] putenv() error in config.php

2007-12-06 Thread Hans
Thursday, December 6, 2007, 3:55:53 PM, Ingersoll, Nelson wrote: The line(s), shown below, causing the problem are recommended in default config.php. I'm guessing something is amiss in my UniformServer setup. Does anyone have any experience which might help me figure out what I might

Re: [pmwiki-users] including the contents of a php file on a wiki page

2007-12-06 Thread Hans
Tuesday, December 4, 2007, 6:25:59 PM, Peter Melodye Bowers wrote: Again, I'm interested both in the security ramifications as well as any thoughts how to get non-eval'd source included onto a page... Here is a markup and function for showing file content without evaluation. No attempt is

Re: [pmwiki-users] including the contents of a php file on a wiki page

2007-12-06 Thread Hans
PS: forgot to say: use markup (:showsource filename:) like (:showsource cookbook/anyfile.php:) the path is relativ to the pmwiki script. ~Hans ___ pmwiki-users mailing list pmwiki-users@pmichaud.com

Re: [pmwiki-users] New Skin -- Blix

2007-12-06 Thread St�phane Heckel
DaveG wrote : http://www.pmwiki.org/wiki/Cookbook/Blix Hope you like it! More coming in another three weeks... very smart ! I have issues to make it work with IE6.: - right menu appears at the bottom of the page - page is not centered (left positioned) Is this known issues ? Regards

[pmwiki-users] Avoid repetition in pagelists?

2007-12-06 Thread Benoit Dutilleul
Dear all, I am using a pagelist entry with the option Group=group1,group2 to display a customized RecentChanges list to the users of my site. The 2 groups are related to each other because group1 is used to store ZAP variables related to the content stored in group2 pages. Thus, for a

Re: [pmwiki-users] pmwiki-users Digest, Vol 30, Issue 16

2007-12-06 Thread Peter Melodye Bowers
From: TSgt Marshall Kelly [EMAIL PROTECTED] Subject: [pmwiki-users] Debugging help? (:if equal $:dateOfEntryMM 01:) (:MMOf6MoAnniv: 07:) (:Of6MoAnniv: {(math '{$:dateOfEntry} + 0')}:) (:ifend:) ... (:if equal $:dateOfEntryMM 12:) (:MMOf6MoAnniv: 06:) (:Of6MoAnniv:

[pmwiki-users] Looking for Working xToDo

2007-12-06 Thread David Fionda
Hello All Was on the site and saw a great cookbook recipe for my PMWIki project management needs..xToDo The developer has not kept up with it and the code on the cookbook page is a couple of years old. Does anyone have an updated recipe? I see that someone named Peter K.H. Gragert made some

Re: [pmwiki-users] New Skin -- Blix

2007-12-06 Thread DaveG
very smart ! Thanks! I have issues to make it work with IE6.: - right menu appears at the bottom of the page - page is not centered (left positioned) I suspect those two are linked. Is this known issues ? They are now :), thanks for letting me know. I'll see if I can get a fix out over