[pmwiki-users] Page action won't disappear

2007-01-04 Thread marc
In many places with non-user-editable text, I want: (:if ! auth admin:)(:noaction:)(:ifend:) This works fine in local/Site.php and other places. However, when authorisation is required and the login form appears, I can't find a way to stop PageActions from being displayed. Is this possible?

Re: [pmwiki-users] Page action won't disappear

2007-01-04 Thread Patrick R. Michaud
On Thu, Jan 04, 2007 at 05:31:59PM -, marc wrote: > In many places with non-user-editable text, I want: > > (:if ! auth admin:)(:noaction:)(:ifend:) > > This works fine in local/Site.php and other places. > > However, when authorisation is required and the login form appears, I > can't fi

Re: [pmwiki-users] Page action won't disappear

2007-01-04 Thread Dominique Faure
On 1/4/07, marc <[EMAIL PROTECTED]> wrote: > In many places with non-user-editable text, I want: > > (:if ! auth admin:)(:noaction:)(:ifend:) > > This works fine in local/Site.php and other places. > > However, when authorisation is required and the login form appears, I > can't find a way to sto

Re: [pmwiki-users] Page action won't disappear

2007-01-05 Thread marc
Patrick R. Michaud said... > On Thu, Jan 04, 2007 at 05:31:59PM -, marc wrote: > > In many places with non-user-editable text, I want: > > > > (:if ! auth admin:)(:noaction:)(:ifend:) > > > > This works fine in local/Site.php and other places. > > > > However, when authorisation is require

Re: [pmwiki-users] Page action won't disappear

2007-01-05 Thread marc
Dominique Faure said... > On 1/4/07, marc <[EMAIL PROTECTED]> wrote: > > In many places with non-user-editable text, I want: > > > > (:if ! auth admin:)(:noaction:)(:ifend:) > > > > This works fine in local/Site.php and other places. > > > > However, when authorisation is required and the login f

Re: [pmwiki-users] Page action won't disappear

2007-01-13 Thread marc
marc said... > In many places with non-user-editable text, I want: > > (:if ! auth admin:)(:noaction:)(:ifend:) > > This works fine in local/Site.php and other places. > > However, when authorisation is required and the login form appears, I > can't find a way to stop PageActions from being d

Re: [pmwiki-users] Page action won't disappear

2007-01-13 Thread Petko Yotov
On Saturday 13 January 2007 17:04, marc wrote: > marc said... > > > In many places with non-user-editable text, I want: > > > > (:if ! auth admin:)(:noaction:)(:ifend:) > > > > This works fine in local/Site.php and other places. > > > > However, when authorisation is required and the login form a

Re: [pmwiki-users] Page action won't disappear

2007-01-13 Thread marc
Petko Yotov said... > On Saturday 13 January 2007 17:04, marc wrote: > > marc said... > > > > > In many places with non-user-editable text, I want: > > > > > > (:if ! auth admin:)(:noaction:)(:ifend:) > > > > > > This works fine in local/Site.php and other places. > > > > > > However, when author

Re: [pmwiki-users] Page action won't disappear

2007-01-13 Thread Petko Yotov
On Saturday 13 January 2007 19:48, marc wrote: > Petko Yotov said... > > > On Saturday 13 January 2007 17:04, marc wrote: > > > marc said... > > > > > > > In many places with non-user-editable text, I want: > > > > > > > > (:if ! auth admin:)(:noaction:)(:ifend:) > > > > > > > > This works fine i

Re: [pmwiki-users] Page action won't disappear

2007-01-14 Thread Dominique Faure
On 1/13/07, Petko Yotov <[EMAIL PROTECTED]> wrote: > On Saturday 13 January 2007 19:48, marc wrote: > > Petko Yotov said... > > > > > On Saturday 13 January 2007 17:04, marc wrote: > > > > marc said... > > > > > > > > > In many places with non-user-editable text, I want: > > > > > > > > > > (:if

Re: [pmwiki-users] Page action won't disappear

2007-01-17 Thread marc
Dominique Faure said... > On 1/13/07, Petko Yotov <[EMAIL PROTECTED]> wrote: > > On Saturday 13 January 2007 19:48, marc wrote: > > > Petko Yotov said... > > > > > > > On Saturday 13 January 2007 17:04, marc wrote: > > > > > marc said... > > > > > > > > > > > In many places with non-user-editable t

Re: [pmwiki-users] Page action won't disappear

2007-01-17 Thread marc
Petko Yotov said... > On Saturday 13 January 2007 19:48, marc wrote: > > Petko Yotov said... > > > > > On Saturday 13 January 2007 17:04, marc wrote: > > > > marc said... > > > > > > > > > In many places with non-user-editable text, I want: > > > > > > > > > > (:if ! auth admin:)(:noaction:)(:ife

Re: [pmwiki-users] Page action won't disappear

2007-01-17 Thread marc
marc said... > marc said... > > In many places with non-user-editable text, I want: > > > > (:if ! auth admin:)(:noaction:)(:ifend:) > > > > This works fine in local/Site.php and other places. > > > > However, when authorisation is required and the login form appears, I > > can't find a way t

Re: [pmwiki-users] Page action won't disappear

2007-01-17 Thread marc
marc said... > marc said... > > marc said... > > > In many places with non-user-editable text, I want: > > > > > > (:if ! auth admin:)(:noaction:)(:ifend:) > > > > > > This works fine in local/Site.php and other places. > > > > > > However, when authorisation is required and the login form app

Re: [pmwiki-users] Page action won't disappear

2007-01-17 Thread marc
marc said... > marc said... > > marc said... > > > marc said... > > > > In many places with non-user-editable text, I want: > > > > > > > > (:if ! auth admin:)(:noaction:)(:ifend:) > > > > > > > > This works fine in local/Site.php and other places. > > > > > > > > However, when authorisation i

Re: [pmwiki-users] Page action won't disappear

2007-01-17 Thread Patrick R. Michaud
On Wed, Jan 17, 2007 at 08:18:54PM -, marc wrote: > marc said... > > I was wrong - I was looking at the wrong test site :-o It doesn't work. > > As soon as > an HTML comment. Ah yes, another bug (overlooked another /s option on the regex). Sorry about that. Now fixed in 2.2.0-beta23, just

Re: [pmwiki-users] Page action won't disappear

2007-01-18 Thread marc
Patrick R. Michaud said... > On Wed, Jan 17, 2007 at 08:18:54PM -, marc wrote: > > marc said... > > > I was wrong - I was looking at the wrong test site :-o It doesn't work. > > > As soon as > > an HTML comment. > > Ah yes, another bug (overlooked another /s option on the regex). > Sorry a