[pmwiki-users] strange change of PmWiki behaviour

2007-07-10 Thread Peter K.H. Gragert
Hallo specialists I tried the logbook.php from van den Bulke and locally it works very fine and too on a real website But now the problem: http://pepe.cwsurf.de/pmwiki220beta57/pmwiki.php?n=Main.HomePage I removed logbook.php etc because it did not work there! But now ALWAYS the Edit

[pmwiki-users] Intermittent Problem with creating pages.

2007-07-10 Thread Ben Wilson
The quoted section below occurs intermittently when I try to create a page (using WritePage()) in a function put at the end via register_function_shutdown(). I don't know why, but it appears that PmWiki forgets where wiki.d is.[1] Sometimes it works, which is why I scratch my head. PmWiki needs

Re: [pmwiki-users] strange change of PmWiki behaviour

2007-07-10 Thread H. Fox
On 7/10/07, Peter K.H. Gragert [EMAIL PROTECTED] wrote: [...] But now ALWAYS the Edit referst to Site.RightBar Any idea? A fresh upload of PmWIki beta57 behaves the same …(G) it seems to be the webserver at cwsurf ??? But what??? In your RightBar, change {$FullName} to

Re: [pmwiki-users] Intermittent Problem with creating pages.

2007-07-10 Thread H. Fox
On 7/10/07, Ben Wilson [EMAIL PROTECTED] wrote: The quoted section below occurs intermittently when I try to create a page (using WritePage()) in a function put at the end via register_function_shutdown(). I don't know why, but it appears that PmWiki forgets where wiki.d is.[1] Sometimes it

[pmwiki-users] php match q

2007-07-10 Thread noskule
hi list I would like to find out if a string occurs in a value and tried the match condition $showfields = FieldAFieldBFieldC (:if match '{$sowhfields}' FieldA:) ...formfield (:if match '{$sowhfields}' FieldB:) ...formfield is there a way how to do it? so far I tested with the match

Re: [pmwiki-users] php match q

2007-07-10 Thread noskule
noskule schrieb: hi list I would like to find out if a string occurs in a value and tried the match condition $showfields = FieldAFieldBFieldC (:if match '{$sowhfields}' FieldA:) ...formfield (:if match '{$sowhfields}' FieldB:) ...formfield arg, I did a misstake in the mail, I

Re: [pmwiki-users] php match q

2007-07-10 Thread noskule
I tried: (:expr expression string:) exapmles: (:expr 'FieldA' '{$showfields}':) something like this shouls work to: (:expr '^FieldA' '{$showfields}':) $Conditions['expr'] = 'CompareArgs($condparm) == 0'; function CompareArgs($arg) { $arg = ParseArgs($arg); return preg_match(@$arg[''][0],

Re: [pmwiki-users] PITS vs. JITS

2007-07-10 Thread Sandy
Sivakatirswami wrote: Kathryn Andersen wrote: snip I use AuthUser with HtpasswdForm and settings to require author names and to force the author names to be the same as the logins. Advantages: - self-registration makes it easier for both the users and the admin Note: AuthUser alone does not

Re: [pmwiki-users] can password be embedded into url?; https security

2007-07-10 Thread H. Fox
On 7/9/07, W Randolph Franklin [EMAIL PROTECTED] wrote: Hi, 1. Is it possible to combine a password into the url, so that accessing a protected page becomes a 1-step process? This would make it easier for people to access protected pages, say by simply clicking on a link in a bookmark list

Re: [pmwiki-users] php match q

2007-07-10 Thread noskule
noskule schrieb: I tried: (:expr expression string:) exapmles: (:expr 'FieldA' '{$showfields}':) something like this shouls work to: (:expr '^FieldA' '{$showfields}':) $Conditions['expr'] = 'CompareArgs($condparm) == 0'; function CompareArgs($arg) { $arg = ParseArgs($arg);

Re: [pmwiki-users] Intermittent Problem with creating pages.

2007-07-10 Thread Patrick R. Michaud
On Tue, Jul 10, 2007 at 08:34:59AM -0400, Ben Wilson wrote: The quoted section below occurs intermittently when I try to create a page (using WritePage()) in a function put at the end via register_function_shutdown(). I don't know why, but it appears that PmWiki forgets where wiki.d is.[1]

Re: [pmwiki-users] advanced (I guess) CSS question for bulleted lists

2007-07-10 Thread H. Fox
On 7/9/07, Tegan Dowling [EMAIL PROTECTED] wrote: [...] I haven't been able to change the second-level items in any way. I've tried: #NavCell ul { list-style-type: none; padding: 0; margin: 0; } #NavCell li { padding-bottom: 3px; margin-left: 10px;