Re: [pmwiki-users] apply class to link

2007-04-12 Thread Hans
Friday, April 13, 2007, 3:47:09 AM, Henrik wrote: > How do I apply a class to a link? > I'd like to do %class=something%[[Some Page Link]], and have it render as > Instead it generates http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] apply class to link

2007-04-12 Thread Henrik
How do I apply a class to a link? I'd like to do %class=something%[[Some Page Link]], and have it render as http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] ZAP erase pattern problem...

2007-04-12 Thread The Editor
I'm trying to get ZAP to erase hidden variables by this pattern $newpage['text'] = preg_replace('/\\(\\:'.$ff.' (.*?)\\:\\)/s', '', $newpage['text']); but it seems to not be working. also I'd like to get it to delete along with an ending \n if it exists or without it, so I don't end up with an e

Re: [pmwiki-users] {(...)} markup recipe available

2007-04-12 Thread The Editor
On 4/12/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Thu, Apr 12, 2007 at 05:47:21PM -0400, The Editor wrote: > > BTW, it may be a small thing, but I really l wish you had gone with > > time not ftime. Is there a reason you made that choice Pm? > > The biggest reason was to leave the {(t

Re: [pmwiki-users] {(...)} markup recipe available

2007-04-12 Thread Kathryn Andersen
On Thu, Apr 12, 2007 at 05:09:26PM -0500, Patrick R. Michaud wrote: > On Thu, Apr 12, 2007 at 05:47:21PM -0400, The Editor wrote: > > BTW, it may be a small thing, but I really l wish you had gone with > > time not ftime. Is there a reason you made that choice Pm? > > The biggest reason was to le

Re: [pmwiki-users] {(...)} markup recipe available

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 05:39:15PM -0400, The Editor wrote: > FWIW, I use time in a lot of different formats, but almost always > based on the current time. The exact opposite of Roman's needs. Yes, this is exactly what I was thinking. :-) > Yet for me, option 1 is also the best. That's a go

Re: [pmwiki-users] {(...)} markup recipe available

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 05:47:21PM -0400, The Editor wrote: > BTW, it may be a small thing, but I really l wish you had gone with > time not ftime. Is there a reason you made that choice Pm? The biggest reason was to leave the {(time ...)} expression available for other purposes if we came up wit

Re: [pmwiki-users] {(...)} markup recipe available

2007-04-12 Thread The Editor
BTW, it may be a small thing, but I really l wish you had gone with time not ftime. Is there a reason you made that choice Pm? I realize f is for format, but for something as generic and frequently used as this it would be nice to use something a bit more natural and intuitive. I can change mine

Re: [pmwiki-users] {(...)} markup recipe available

2007-04-12 Thread The Editor
FWIW, I use time in a lot of different formats, but almost always based on the current time. The exact opposite of Roman's needs. Yet for me, option 1 is also the best. That's a good sign when opposite needs like the same solution! I suppose to maintain consistency of the formats in Roman's cas

Re: [pmwiki-users] {(...)} markup recipe available

2007-04-12 Thread Roman
I like #1, #2 or #3, mostly #1. > But ultimately the question of order for format and when comes > down to asking which is likely to occur most often: (1) formatting > different time values using a common default admin-defined > format, or (2) specifying that the current time is to be displayed >

Re: [pmwiki-users] recent changes and deleted pages

2007-04-12 Thread Hans
Thursday, April 12, 2007, 10:10:22 PM, Scott wrote: >> How about giving users a different page than RecentChanges, >> and use pagelist to provide a list of recent changes? > If we do this we won't have a trail for RSS feeds... There still remains a RecentChanges page, only not a prominent link t

Re: [pmwiki-users] recent changes and deleted pages

2007-04-12 Thread Scott Connard
> How about giving users a different page than RecentChanges, > and use pagelist to provide a list of recent changes? If we do this we won't have a trail for RSS feeds... Scott Connard. ___ pmwiki-users mailing list [EMAIL PROTECTED] http://www.pmicha

Re: [pmwiki-users] UTF-8 case insensitive index

2007-04-12 Thread Petko Yotov
On Thursday 12 April 2007 21:45, you wrote: > I'm working on the utf-8 case insensitive index issue... Thanks Patrick, that is good news! :-)) > > In addition to making the index case insensitive, should we also > have it normalize strings to remove accent marks altogether > for purposes of compa

Re: [pmwiki-users] OT: Graphics and Embedded Fonts

2007-04-12 Thread Carlos Randolph
When creating graphics you should keep them in a format this readable by all of your graphics programs and is scalable. For example all of my imagery is created and saved in Postscript format (.ps). This format can be resized up and down without compromising the image. If I need the image for a

Re: [pmwiki-users] recent changes and deleted pages

2007-04-12 Thread Neil Herber (nospam)
On 2007-04-12 Patrick R. Michaud is rumoured to have said: > $EnableOmitDeletedPagesFromRecentChanges > > which seems awfully long for a configuration variable. Thankfully > it's not likely to be used very often. :-) :-) > > (Suggestions for better names welcome!) > $ForgetDeletedPag

Re: [pmwiki-users] UTF-8 case insensitive index

2007-04-12 Thread Patrick R. Michaud
I'm working on the utf-8 case insensitive index issue... In addition to making the index case insensitive, should we also have it normalize strings to remove accent marks altogether for purposes of comparisons? Then someone could enter a search term without accents and still be able to quickly

Re: [pmwiki-users] recent changes and deleted pages

2007-04-12 Thread Hans
Thursday, April 12, 2007, 8:19:05 PM, Patrick wrote: > Not as far as I know -- it should work. Note that the summary only > displays if an author entered a "summary" when the page was last > edited. yes I know. It works on pmwiki.org, but not on my local site. http://www.pmwiki.org/wiki/Test/N

Re: [pmwiki-users] recent changes and deleted pages

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 08:12:10PM +0100, Hans wrote: > How about giving users a different page than RecentChanges, > and use pagelist to provide a list of recent changes? > > In page NewRecentChanges for instance: > > (:pagelist group={$Group} name=-*RecentChanges fmt=#recentchanges order=-time

Re: [pmwiki-users] recent changes and deleted pages

2007-04-12 Thread Hans
How about giving users a different page than RecentChanges, and use pagelist to provide a list of recent changes? In page NewRecentChanges for instance: (:pagelist group={$Group} name=-*RecentChanges fmt=#recentchanges order=-time count=30 :) (:if false:) [[#recentchanges]] (:if equal {<$Group}

Re: [pmwiki-users] recent changes and deleted pages

2007-04-12 Thread Patrick R. Michaud
On Fri, Apr 13, 2007 at 04:46:47AM +1000, Kathryn Andersen wrote: > On Thu, Apr 12, 2007 at 01:41:43PM -0500, Patrick R. Michaud wrote: > > On Thu, Apr 12, 2007 at 04:32:51PM +, Sandy wrote: > > > Patrick R. Michaud pobox.com> writes: > > > > On Wed, Apr 11, 2007 at 08:46:24AM -0700, Nicholas

Re: [pmwiki-users] recent changes and deleted pages

2007-04-12 Thread Kathryn Andersen
On Thu, Apr 12, 2007 at 01:41:43PM -0500, Patrick R. Michaud wrote: > On Thu, Apr 12, 2007 at 04:32:51PM +, Sandy wrote: > > Patrick R. Michaud pobox.com> writes: > > > On Wed, Apr 11, 2007 at 08:46:24AM -0700, Nicholas Buttle wrote: > > > > any way of stopping the deleting of pages coming up

[pmwiki-users] OT: Graphics and Embedded Fonts

2007-04-12 Thread Sandy
Working on logos and such. (Hmmm, does reading books on letterheads and logos rather than working on the content of my ever-promised business site and some sample sites indicate something? Learning a lot about how to save money if using 1980's printing technology.) 1. Is there a reliable and easy

Re: [pmwiki-users] recent changes and deleted pages

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 04:32:51PM +, Sandy wrote: > Patrick R. Michaud pobox.com> writes: > > On Wed, Apr 11, 2007 at 08:46:24AM -0700, Nicholas Buttle wrote: > > > any way of stopping the deleting of pages coming up in > > > the recent changes list? once a page is gone I don't > > > want so

Re: [pmwiki-users] Read-protecting Site.*

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 12:33:29PM -0400, Ben Wilson wrote: > > In the alternative, could an administrator set up a list of @nopass > pages in local/config.php? That could prevent somebody from > accidentally restricting critical pages. Being able to specify page restrictions from local/config.ph

Re: [pmwiki-users] Read-protecting Site.*

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 08:10:43PM +0200, ThomasP wrote: > >> Could there be another passwordable attribute "access" or something > >> like that? > ... > What the engine performs on most of these special pages is not actually a > 'read', but rather an 'interpret' operation, which is worth distingui

Re: [pmwiki-users] Saving a page

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 07:58:33PM +0200, Fredrik wrote: > Is this a new function? I'm running pmwiki-2.1.27 and it doesn't > seem to recognize this function? UpdatePage() was introduced in 2.2.0-beta12, I think. Prior to that one has to do some extra work to get a recipe to do the equivalent.

Re: [pmwiki-users] Read-protecting Site.*

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 12:32:14PM -0500, Tegan Dowling wrote: > On 4/12/07, Tegan Dowling <[EMAIL PROTECTED]> wrote: > > Taking another step slightly sideways: Several of these are pages > > that no one but administrators ever need to actually browse. The wiki > > itself needs access to them in

Re: [pmwiki-users] Read-protecting Site.*

2007-04-12 Thread ThomasP
> On 4/12/07, Tegan Dowling <[EMAIL PROTECTED]> wrote: >> On 4/12/07, Ben Wilson <[EMAIL PROTECTED]> wrote: >> > On 4/12/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: >> > [...] >> > >> > > Administrators often want to restrict browse access to pages >> > > in the Site.* group. The natural (an

Re: [pmwiki-users] Saving a page

2007-04-12 Thread Fredrik
Is this a new function? I'm running pmwiki-2.1.27 and it doesn't seem to recognize this function? On Thu, Apr 12, 2007 at 12:11:37PM -0400, Ben Wilson wrote: > http://pmwiki.org/wiki/PmWiki/Functions#UpdatePage > > On 4/12/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > > On Thu, Apr 12, 200

[pmwiki-users] calander

2007-04-12 Thread James Grizzard
Is anyone very familiar with the wiki calender recipe? I am using the calender as a public access community calender for my website and everything is going well, but I want to be notified by email when someone posts an event on my calender so that I may approve it. The events wont display until I

Re: [pmwiki-users] Read-protecting Site.*

2007-04-12 Thread Tegan Dowling
On 4/12/07, Tegan Dowling <[EMAIL PROTECTED]> wrote: > On 4/12/07, Ben Wilson <[EMAIL PROTECTED]> wrote: > > On 4/12/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > > [...] > > > > > Administrators often want to restrict browse access to pages > > > in the Site.* group. The natural (and obviou

Re: [pmwiki-users] Read-protecting Site.*

2007-04-12 Thread Sandy
Tegan Dowling gmail.com> writes: At the risk of breaking sites (well, more flags about which behaviour your site expects), and maybe more confusion, What about splitting it into two groups? One for pages that only admins need to see, and one for pages others need to see? Sandy __

Re: [pmwiki-users] Read-protecting Site.*

2007-04-12 Thread Tegan Dowling
On 4/12/07, Ben Wilson <[EMAIL PROTECTED]> wrote: > On 4/12/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > [...] > > > Administrators often want to restrict browse access to pages > > in the Site.* group. The natural (and obvious) approach is > > to place a read password on Site.GroupAttribut

Re: [pmwiki-users] recent changes and deleted pages

2007-04-12 Thread Sandy
Patrick R. Michaud pobox.com> writes: > > On Wed, Apr 11, 2007 at 08:46:24AM -0700, Nicholas Buttle wrote: > > any way of stopping the deleting of pages coming up in > > the recent changes list? once a page is gone I don't > > want someone clicking the link in the recent changes > > list and cr

Re: [pmwiki-users] Read-protecting Site.*

2007-04-12 Thread Ben Wilson
On 4/12/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: [...] > Administrators often want to restrict browse access to pages > in the Site.* group. The natural (and obvious) approach is > to place a read password on Site.GroupAttributes, but that's > often problematic because some pages in Site

Re: [pmwiki-users] Farms

2007-04-12 Thread Ben Wilson
Not "index.html," as much as "index.php." I advocate the index.php because many web servers expect to map to an index.* when given a clean URL (e.g. http://www.example.org to http://example.org/index.html). Now that I have a web server of my own, I put PmWiki in /usr/local/pmwiki and then: ln -s

Re: [pmwiki-users] PmWiki 2.2-beta12 - UpdatePage() released

2007-04-12 Thread Ben Wilson
Just to polish off this thread. In response to a need for documentation, I documented UpdatePage() at PmWiki.Functions#UpdatePage[1]. Now that I'm gainfully re-employed, I find myself doing some documentation at work---so on my lunch break what do I do? Regards, Ben [1]: http://pmwiki.org/wiki/Pm

Re: [pmwiki-users] Saving a page

2007-04-12 Thread Ben Wilson
http://pmwiki.org/wiki/PmWiki/Functions#UpdatePage On 4/12/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Thu, Apr 12, 2007 at 04:49:46PM +0200, Fredrik wrote: > > Is there anyway to save a page through a cookbook script so that > > if you use the script to modify the text in the page it i

Re: [pmwiki-users] How to make a Pagelist Template?

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 10:20:03AM +0100, Hans wrote: > Thursday, April 12, 2007, 8:51:00 AM, SMETS wrote: > > > http://www.pmwiki.org/wiki/PmWiki/PageLists?from=Cookbook.PagelistExplained > > It seems that there is no documentation about the (:template ..:) > directive for pagelist templates. Is

Re: [pmwiki-users] Saving a page

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 04:49:46PM +0200, Fredrik wrote: > Is there anyway to save a page through a cookbook script so that > if you use the script to modify the text in the page it is > updated the same way as if you would edit the page using a browser? You're probably looking for the UpdatePag

Re: [pmwiki-users] {(...)} markup recipe available

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 11:53:35AM +0200, Roman wrote: > The only comment I have is that I would transpose parameters of ftime > expression so second parameter (format) could be omitted. That would > allow users to specify only "when" parameter, for example {(ftime > "next Monday")} without the nee

[pmwiki-users] Saving a page

2007-04-12 Thread Fredrik
Is there anyway to save a page through a cookbook script so that if you use the script to modify the text in the page it is updated the same way as if you would edit the page using a browser? Regards, Fredrik ___ pmwiki-users mailing list [EMAIL PROT

Re: [pmwiki-users] Adding something like '?action=version'? (Was: Version of Pmwiki)

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 04:05:44PM +0200, [EMAIL PROTECTED] wrote: > >One reason why PmWiki hasn't provided something like this by default is > >that some administrators would prefer that PmWiki version information > >not be easily available to others (especially malicious programs). > > Do you

Re: [pmwiki-users] Adding something like '?action=version'? (Was: Version of Pmwiki)

2007-04-12 Thread christian . ridderstrom
On Thu, 12 Apr 2007, Patrick R. Michaud wrote: One reason why PmWiki hasn't provided something like this by default is that some administrators would prefer that PmWiki version information not be easily available to others (especially malicious programs). Do you think such an administrator w

Re: [pmwiki-users] IE ccs compatability

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 02:56:40PM +0100, Christian wrote: > >Perhaps: > >$Condition['browser'] = > > 'strpos($_SERVER['HTTP_USER_AGENT'], $condparm) !== false'; > > i cant seem to get that to work, i am correct in putting the condition > into my config.php? My apologies, I messed up.

Re: [pmwiki-users] IE ccs compatability

2007-04-12 Thread Christian
> Perhaps: > > $Condition['browser'] = > 'strpos($_SERVER['HTTP_USER_AGENT'], $condparm) !== false'; > > Then the above would work. > Pm > > > i cant seem to get that to work, i am correct in putting the condition into my config.php? ___

Re: [pmwiki-users] Farms

2007-04-12 Thread DaveG
Correct. You would have an index.html that pointed to the pmwiki.php. Ben suggests pointing to the pmwiki.php using a synonym, which will make it easy to simply switch the synonym when upgrading/downgrading PmWiki versions. On Thu, 12 Apr 2007 14:35:45 +0200, Mark Trumpold <[EMAIL PROTECTED]> w

[pmwiki-users] Read-protecting Site.*

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 09:24:04AM -0400, Neil Herber (nospam) wrote: > But of all the suggestions made so far, I think that a Site.Versions > page would be the best repository for version info from any of the > scripts that make such info available. I like the Site.Version idea. I wonder if i

Re: [pmwiki-users] Adding something like '?action=version'? (Was:Version of Pmwiki)

2007-04-12 Thread Neil Herber (nospam)
On 2007-04-12 SMETS Stephane BKS-IT is rumoured to have said: > Thinking about a page with the info : it is correct to think that many people > will search localy so if the info is in the doc in a Version page (maybe > Site.version?) Despite the fact that all of my wikis expose the version numb

Re: [pmwiki-users] IE ccs compatability

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 12:59:46PM +0100, Hans wrote: > Thursday, April 12, 2007, 12:51:13 PM, Christian wrote: > > > i want to put this code on my wiki, has anyone done this? > > > > > > i was just going to throw it onto my side bar page, but i was 100% sure > > if that would work. > > It nee

Re: [pmwiki-users] Adding something like '?action=version'? (Was:Version of Pmwiki)

2007-04-12 Thread SMETS Stephane BKS-IT
>Which means we can now turn the question back around to Mark... >where were you hoping to find version information before you >decided to ask the mailing list? Well, the first time I need this information I was a newbie with Pmwiki, and I remember I try to find the info on the search result on

Re: [pmwiki-users] Adding something like '?action=version'? (Was:Version of Pmwiki)

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 10:18:57AM +0200, [EMAIL PROTECTED] wrote: > On Thu, 12 Apr 2007, SMETS Stephane BKS-IT wrote: > >On one of my wiki, I put it in the template, in the footer of the page. > >So it is there all the time And if diag is enable, the info is also > >there, so is it really a

Re: [pmwiki-users] Adding something like '?action=version'? (Was: Version of Pmwiki)

2007-04-12 Thread Hans
Thursday, April 12, 2007, 8:44:56 AM, christian wrote: >> Put {$Version} in some wiki page. I put this routinely into Site.PageFooter, which is a subpage and part of Gemini, FixFlow and Triad skins. That way I can always check the version on any page. For a public "production" site I still put t

Re: [pmwiki-users] Adding something like '?action=version'? (Was: Version of Pmwiki)

2007-04-12 Thread Patrick R. Michaud
On Thu, Apr 12, 2007 at 09:44:56AM +0200, [EMAIL PROTECTED] wrote: > We could add a dedicated page to the PmWiki/-pages that says what version > is running, e.g. the page > > http://pmwiki.org/wiki/PmWiki/Version > > which I just created to illustrate this. Hmm, this is an interesting ide

Re: [pmwiki-users] IE ccs compatability

2007-04-12 Thread Hans
Thursday, April 12, 2007, 12:59:42 PM, Tegan wrote: > Is it possible to do an if javascript enabled? > (:if enabled javascript:) stuff that uses it (:else:) alternative, > non-js way of doing stuff (:if:) I have done it in Gemini, Fixflow and Triad skins, with a little trick: In the skin tmpl t

Re: [pmwiki-users] Farms

2007-04-12 Thread Mark Trumpold
So would I no have a pmwiki.php file in my other wikis but only in the wikifarm engine? On 12/4/07 1:29 PM, "DaveG" <[EMAIL PROTECTED]> wrote: > > > > On Thu, 12 Apr 2007 10:54:49 +0200, Mark Trumpold <[EMAIL PROTECTED]> > wrote: >> Hi again >> >> After a little more reading I still have que

Re: [pmwiki-users] IE ccs compatability

2007-04-12 Thread Hans
Thursday, April 12, 2007, 12:51:13 PM, Christian wrote: > i want to put this code on my wiki, has anyone done this? > > i was just going to throw it onto my side bar page, but i was 100% sure > if that would work. It needs to go into the head section of your skin's template .tmpl file. > als

Re: [pmwiki-users] IE ccs compatability

2007-04-12 Thread Tegan Dowling
On 4/12/07, Christian <[EMAIL PROTECTED]> wrote: > i want to put this code on my wiki, has anyone done this? > > > > i was just going to throw it onto my side bar page, but i was 100% sure > if that would work. > reason im using it is because, although IE is a wondrous and magical > creation... i

[pmwiki-users] IE ccs compatability

2007-04-12 Thread Christian
i want to put this code on my wiki, has anyone done this? i was just going to throw it onto my side bar page, but i was 100% sure if that would work. reason im using it is because, although IE is a wondrous and magical creation... i prefer firefox. no problem i hear you say. only thing is i t

Re: [pmwiki-users] Am I alone to find that?

2007-04-12 Thread Tegan Dowling
I think the way you have your conditional written, the wiki is only analyzing 1/2 of it (looks like maybe the first half, as it's only working with "if auth admin" is in the front). I think that the correct syntax would be (:if expr name *{$AuthId}* || auth admin :) On 4/12/07, SMETS Stephane

Re: [pmwiki-users] Farms

2007-04-12 Thread DaveG
On Thu, 12 Apr 2007 10:54:49 +0200, Mark Trumpold <[EMAIL PROTECTED]> wrote: > Hi again > > After a little more reading I still have questions;-) > Do I install a new 'empty' or 'dummy' pmwiki that all the existing wikis get > there scripts etc etc? The way I look at it it would make upgrading

Re: [pmwiki-users] Version of Pmwiki

2007-04-12 Thread H. Fox
On 4/11/07, Mark Trumpold <[EMAIL PROTECTED]> wrote: > Hi > > Simple question but I cant find the answer > > How do I check the version of pm I am running? It's on the PmWiki.PmWiki page. You can also look at the contents of scripts/version.php . Hagan __

Re: [pmwiki-users] {(...)} markup recipe available

2007-04-12 Thread Roman
Thank you for this recipe. I've immediately found lot of usages for it. And it is extensible as usually! The only comment I have is that I would transpose parameters of ftime expression so second parameter (format) could be omitted. That would allow users to specify only "when" parameter, for exam

Re: [pmwiki-users] How to make a Pagelist Template?

2007-04-12 Thread Hans
Thursday, April 12, 2007, 8:51:00 AM, SMETS wrote: > http://www.pmwiki.org/wiki/PmWiki/PageLists?from=Cookbook.PagelistExplained It seems that there is no documentation about the (:template ..:) directive for pagelist templates. Is it somewhere hidden? I thought (:template..:) was created to make

Re: [pmwiki-users] Farms

2007-04-12 Thread Mark Trumpold
Hi again After a little more reading I still have questions;-) Do I install a new 'empty' or 'dummy' pmwiki that all the existing wikis get there scripts etc etc? The way I look at it it would make upgrading easy and safer (less risk to the existing Data. So if something were to go wrong with the

Re: [pmwiki-users] Adding something like '?action=version'? (Was:Version of Pmwiki)

2007-04-12 Thread christian . ridderstrom
On Thu, 12 Apr 2007, SMETS Stephane BKS-IT wrote: On one of my wiki, I put it in the template, in the footer of the page. So it is there all the time And if diag is enable, the info is also there, so is it really a need for an action in thecore of Pmwiki? When interfacing the wiki to some

[pmwiki-users] Am I alone to find that?

2007-04-12 Thread SMETS Stephane BKS-IT
Hi ! I want to use this (:if name *{$AuthId}* || auth admin : ) do something (:ifend:} As I am admin I need to do the something, but pmwiki don't do it But if I use this (:if auth admin || name *{$AuthId}* : ) do something (:ifend:} Pmwiki do something So is there any ordering consideration

Re: [pmwiki-users] How to make a Pagelist Template?

2007-04-12 Thread SMETS Stephane BKS-IT
My own source of documentation for this is this page : http://www.pmwiki.org/wiki/PmWiki/PageLists?from=Cookbook.PagelistExplained Stephane -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of H. Fox Sent: jeudi 12 avril 2007 6:31 To: Mega Mario Cc:

Re: [pmwiki-users] Adding something like '?action=version'? (Was:Version of Pmwiki)

2007-04-12 Thread SMETS Stephane BKS-IT
On one of my wiki, I put it in the template, in the footer of the page. So it is there all the time And if diag is enable, the info is also there, so is it really a need for an action in thecore of Pmwiki? Stéphane -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

[pmwiki-users] Adding something like '?action=version'? (Was: Version of Pmwiki)

2007-04-12 Thread christian . ridderstrom
On Thu, 12 Apr 2007, Petko Yotov wrote: How do I check the version of pm I am running? Put {$Version} in some wiki page. I've used that now and then, and it is a bit annoying to have to edit a wiki page in order to do it. The page http://wiki.lyx.org/PmWiki/PmWiki does reveal wha