[pmwiki-users] per group css problem

2007-05-22 Thread Ryan O'Toole
Dear List, I'm using a custom skin with additional CSS added per group in $PubDirUrl/css/GroupName.css, but my template isn't picking up the additional styles. I've followed all the instructions on this page: http://pmwiki.com/wiki/PmWiki/PerGroupCustomizations to no avail. Is there something

[pmwiki-users] logbook and session.bug_compat_42 error

2007-05-22 Thread Bernhard Schroetter
Hi there, I have a wiki (Version 2.2.0-beta49) using some recipes (utf-8, totalcounter.php, fplauth.php, XSiteInfo.php, recipecheck.php, refcount.php, authuser, perGroupSubDirectory, German XLPage) running without having problems, but if I try to enable logbook (following the instructions on

Re: [pmwiki-users] IncludeXML does not include the xml source

2007-05-22 Thread Jean-Fabrice [gmail]
2007/5/21, Boris Mitschke [EMAIL PROTECTED]: The Sourcecode of the mainpage looks like this: (:includexml xml=stdplan.xml xsl=stdplan.xsl:) I don't know if it's related, but here is the code I would use : (:includexml xml=Attach:stdplan.xml xsl=Attach:stdplan.xls:) Having take care to upload

[pmwiki-users] includexml recipe questions

2007-05-22 Thread Jean-Fabrice [gmail]
Hi, In the includexml.php recipe someone (or maybe Dominique), add the following test in order to solve issue with UrlApprovals : if (strrpos($f, 'action=approvesites') !== false) return Keep($f); Shouldn't it be (using strpos instead of strrpos) : if (strpos($f, 'action=approvesites') !==

Re: [pmwiki-users] IncludeXML does not include the xml source

2007-05-22 Thread Jean-Fabrice [gmail]
thanks for your advice. Now I got the error message XML data not found. Maybe the XML- and XSL-files are at the wrong place. Where do I have to put them? if you use xml=Attach:stdplan.xml, the stdplan.xml should be attached to the same page where (:includexml...:) stands. Also, take a look

[pmwiki-users] Test if user or not online...

2007-05-22 Thread The Editor
I'm thinking of setting up a documentation system that shows a simple version of some documentation if they are viewing a page offline, and a different view with additional links if they are online. Is there some way to setup a conditional that tells whether someone has internet access? something

[pmwiki-users] zap consecutive numbering comments

2007-05-22 Thread noskule
hi list/dan I wondering if there is a way to consecutive numbering numbering comments, ie comment-1, comment-2, comment-3. What I'm doing now is save datapages like this: (:zap datapage={*$Group}.{*$Name}-Issue-+ note:) so far I undersand the + gives a timestamp number And a question: If it

Re: [pmwiki-users] [pmwiki-devel] Is 'RightBar' the right name?

2007-05-22 Thread Tegan Dowling
On 5/22/07, Stirling Westrup [EMAIL PROTECTED] wrote: I'm working on a skin for a project and its going to have both a sidebar and an (optional) rightbar. I'm not sure that 'rightbar' is what I should be referring to it as though. One of the configuration options is going to be to switch the

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Christophe David
Oh, I think I might have misread the original. There are two steps needed for indexing: first, the page file needs to have an appropriate target= value (this normally occurs when the page is saved); second, the target= values go into the .pageindex file. I was thinking that a reindexall

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Christophe David
I am using beta 49, and have wiki pages created dynamically from external applications (say Group1.Name1, Group1.Name2, etc.), and a simple (:pagelist group=Group1:) fails to list them. Deleting .pageindex does not help. When creating a page with PmWIki in Group1, pagelist sees it. Part of

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 02:55:29PM +0200, Christophe David wrote: I am using beta 49, and have wiki pages created dynamically from external applications (say Group1.Name1, Group1.Name2, etc.), and a simple (:pagelist group=Group1:) fails to list them. Deleting .pageindex does not help.

Re: [pmwiki-users] Is 'RightBar' the right name?

2007-05-22 Thread Stirling Westrup
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tegan Dowling wrote: OR have a LeftBar and RightBar but have NO fixed contents in either one, and instead populate each only via includes, and name the includables for their functions - GroupMenu, LinksMenu, ToolsMenu, etc. That is more-or-less

[pmwiki-users] Test and Question

2007-05-22 Thread Adaram
Hello. I am having a really tough time getting our new wiki to take advantage of the various security options. In fact, there seems to be no security at all. I am a complete newbie at this stuff, so I am shocked I even got it installed correctly. In a perfect world, I would be able to enable

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 03:40:00PM +0200, Christophe David wrote: Could you please explain how (:pagelist:) works internally in order to take the neccessary steps to get externally generated pages listed ? Are the caching options related somehow ? In particular, PmWiki does not seem to cache

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 08:40:27AM -0500, Patrick R. Michaud wrote: If yes, then the problem is that PmWiki can't see that a page has been created by an external program, and therefore doesn't realize that the pagelist cache it's already created is invalid. One way that we could improve

[pmwiki-users] Problem with $FmtPV;

2007-05-22 Thread Ben Wilson
I am setting $FmtPV with the following value: '2007W19'; This is how I set it, outside of any function, but in a recipe. $FmtPV['$YearWeek'] = '2007W19'; On the page, the variable is not set. If I set the variable to 'a2007W19', the variable is displayed. If I put a hyphen in the variable, the

[pmwiki-users] Calendar that handles recurring events

2007-05-22 Thread apastuszak
Is there a calendar recipe out there that candle daily recurring events? I looked at pmcalendar, but it does not seem to handle recurring events. Andy Sent via BlackBerry from Cingular Wireless ___ pmwiki-users mailing list

Re: [pmwiki-users] Problem with $FmtPV;

2007-05-22 Thread Stirling Westrup
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ben Wilson wrote: I am setting $FmtPV with the following value: '2007W19'; This is how I set it, outside of any function, but in a recipe. $FmtPV['$YearWeek'] = '2007W19'; This won't work. The contents of $FmtPV are run through eval. That means

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Ralph Zeller
On 05/22/07 09am, Patrick R. Michaud wrote: On Tue, May 22, 2007 at 08:40:27AM -0500, Patrick R. Michaud wrote: If yes, then the problem is that PmWiki can't see that a page has been created by an external program, and therefore doesn't realize that the pagelist cache it's already

Re: [pmwiki-users] Problem with $FmtPV;

2007-05-22 Thread Ben Wilson
Thanks. But then why does it not fail otherwise? On 5/22/07, Stirling Westrup [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ben Wilson wrote: I am setting $FmtPV with the following value: '2007W19'; This is how I set it, outside of any function, but in a recipe.

Re: [pmwiki-users] zap consecutive numbering comments

2007-05-22 Thread The Editor
On 5/22/07, noskule [EMAIL PROTECTED] wrote: hi list/dan I wondering if there is a way to consecutive numbering numbering comments, ie comment-1, comment-2, comment-3. What I'm doing now is save datapages like this: (:zap datapage={*$Group}.{*$Name}-Issue-+ note:) so far I undersand the

Re: [pmwiki-users] Problem with $FmtPV;

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 11:15:33AM -0400, Ben Wilson wrote: On 5/22/07, Stirling Westrup [EMAIL PROTECTED] wrote: Ben Wilson wrote: I am setting $FmtPV with the following value: '2007W19'; This is how I set it, outside of any function, but in a recipe. $FmtPV['$YearWeek'] =

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Christophe David
One way that we could improve things here would be to provide an avenue whereby an external application could create a plain text file somewhere, and then issue a command to PmWiki telling it to update the page with the contents of the text file. Then PmWiki could handle generating all of

[pmwiki-users] Test

2007-05-22 Thread Adaram
Am I suppose to receive a mail from the mailing list when I send a mail to the mailing list? I guess I will see when I send this Sorry for spamming everyone while I try and figure this stuff out. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com

Re: [pmwiki-users] Capture all pages within date range.

2007-05-22 Thread DaveG
There was a thread on this a while back, with Pm providing a number of examples. I seem to recall that the '*' was used as a wildcard. On Tue, 22 May 2007 13:07:26 -0400, Ben Wilson [EMAIL PROTECTED] wrote: On 5/22/07, Ben Wilson [EMAIL PROTECTED] wrote: Does anybody have a suggestion on how

Re: [pmwiki-users] Capture all pages within date range.

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 01:07:26PM -0400, Ben Wilson wrote: On 5/22/07, Ben Wilson [EMAIL PROTECTED] wrote: Does anybody have a suggestion on how to capture a pagelist items within a date range? For example, I want to list all journal pages occurring this week (by page name

Re: [pmwiki-users] Capture all pages within date range.

2007-05-22 Thread DaveG
That's the one -- guess it didn't help then :) On Tue, 22 May 2007 13:24:53 -0400, Ben Wilson [EMAIL PROTECTED] wrote: On 5/22/07, DaveG [EMAIL PROTECTED] wrote: There was a thread on this a while back, with Pm providing a number of examples. I seem to recall that the '*' was used as a

Re: [pmwiki-users] Capture all pages within date range.

2007-05-22 Thread Ben Wilson
On 5/22/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: On Tue, May 22, 2007 at 01:07:26PM -0400, Ben Wilson wrote: On 5/22/07, Ben Wilson [EMAIL PROTECTED] wrote: Does anybody have a suggestion on how to capture a pagelist items within a date range? For example, I want to list all

Re: [pmwiki-users] Capture all pages within date range.

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 01:59:47PM -0400, Ben Wilson wrote: On 5/22/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: On Tue, May 22, 2007 at 01:07:26PM -0400, Ben Wilson wrote: On 5/22/07, Ben Wilson [EMAIL PROTECTED] wrote: Does anybody have a suggestion on how to capture a pagelist items

Re: [pmwiki-users] Capture all pages within date range.

2007-05-22 Thread Ben Wilson
On 5/22/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: [...] However, I want to have a page (Summary-2007W21) list all journal entries for that week. Each week, there will be a new summary page. In six months, a visitor should be able to visit Summary-2007W21 and see the same pages as

Re: [pmwiki-users] Problem with $FmtPV;

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 01:05:08PM -0400, Ben Wilson wrote: On 5/22/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: In the case where you had $FmtPV['$YearWeek'] = 'a2007W19'; when PHP evaluates a2007W19 it sees it as a bareword string and automatically treats it as a string. For

Re: [pmwiki-users] Problem with $FmtPV;

2007-05-22 Thread Vince Admin Account
On May 22, 2007, at 2:47 PM, Patrick R. Michaud wrote: On Tue, May 22, 2007 at 01:05:08PM -0400, Ben Wilson wrote: On 5/22/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: In the case where you had $FmtPV['$YearWeek'] = 'a2007W19'; when PHP evaluates a2007W19 it sees it as a bareword

Re: [pmwiki-users] Capture all pages within date range.

2007-05-22 Thread Ben Wilson
On 5/22/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: [...] Hmm. Is this available now? I upgraded the site using subversion (Exported revision 2062), but the above does not work. This appears to be the trunk revision. I believe what you have scratches the itch perfectly. The exact

Re: [pmwiki-users] Capture all pages within date range.

2007-05-22 Thread Ben Wilson
On 5/22/07, Ben Wilson [EMAIL PROTECTED] wrote: On 5/22/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: [...] Hmm. Is this available now? I upgraded the site using subversion (Exported revision 2062), but the above does not work. This appears to be the trunk revision. I believe what you

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 06:09:17PM +0200, Christophe David wrote: One way that we could improve things here would be to provide an avenue whereby an external application could create a plain text file somewhere, and then issue a command to PmWiki telling it to update the page with the contents

Re: [pmwiki-users] Capture all pages within date range.

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 02:59:12PM -0400, Ben Wilson wrote: On 5/22/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: Hmm. Is this available now? I upgraded the site using subversion (Exported revision 2062), but the above does not work. The exact code I have in the

Re: [pmwiki-users] Capture all pages within date range.

2007-05-22 Thread Adaram
I can't seem to make my own direct posts work. Sorry to muddle this thread, but I wanted to test to see if this would actually go to the list or not...my others have not. Sorry again and thanks for your patience with me. On 22/05/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: On Tue, May

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Christophe David
It could also check the timestamp of the import directory itself, to perhaps detect the import more quickly. So then we'd have both, a check every n minutes, and a check whenever the import/ directory obviously changed somehow. Indeed. We'd probably need to do the actual conversion as a

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 09:27:17PM +0200, Christophe David wrote: Speaking for myself, I prefer the import feature quickly and possibly some small delay sometimes that having to wait until an elegant background solution can be found. Doing things in the background isn't a really a problem --

Re: [pmwiki-users] Problem with $FmtPV;

2007-05-22 Thread Ben Wilson
On 5/22/07, Vince Admin Account [EMAIL PROTECTED] wrote: Patrick, please don't end there. Tell us what should be done. Is it $x=a2007W19 or ... Thanks $FmtPV = 'a2007W19'; # Note, there are single quotes inside the double quotes. That allows PmWiki to evaluate the string as, er, a string. --

Re: [pmwiki-users] Problem with $FmtPV;

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 03:34:38PM -0400, Ben Wilson wrote: On 5/22/07, Vince Admin Account [EMAIL PROTECTED] wrote: Patrick, please don't end there. Tell us what should be done. Is it $x=a2007W19 or ... Thanks $FmtPV = 'a2007W19'; # Note, there are single quotes inside the double quotes.

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Mike Bishop
On Tue, May 22, 2007 at 02:33:40PM -0500, Patrick R. Michaud wrote: snip But if I get a lot of me too requests for this feature, its priority goes up accordingly. :-) And it'll undoubtedly be a recipe, not a core feature. Pm Okay, I’ll add a me too (but it’s not urgent). I

Re: [pmwiki-users] includexml recipe questions

2007-05-22 Thread Dominique Faure
On 5/22/07, Jean-Fabrice [gmail] [EMAIL PROTECTED] wrote: Hi, In the includexml.php recipe someone (or maybe Dominique), add the following test in order to solve issue with UrlApprovals : if (strrpos($f, 'action=approvesites') !== false) return Keep($f); Shouldn't it be (using strpos

Re: [pmwiki-users] Test

2007-05-22 Thread Petko Yotov
On Tuesday 22 May 2007 18:07, Adaram wrote: Am I suppose to receive a mail from the mailing list when I send a mail to the mailing list? I guess I will see when I send this Sorry for spamming everyone while I try and figure this stuff out. You can select to recieve your own messages or not

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 11:44:43AM -0800, Mike Bishop wrote: On Tue, May 22, 2007 at 02:33:40PM -0500, Patrick R. Michaud wrote: But if I get a lot of me too requests for this feature, its priority goes up accordingly. :-) And it'll undoubtedly be a Okay, I’ll add a me too (but

Re: [pmwiki-users] Skins and wikilib.d

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 01:13:50PM -0400, DaveG wrote: According to this http://pmwiki.com/wiki/Cookbook/SkinGuidelines#pages, skins can have their own wikilib.d directories. This seems to be a great place to store wiki specific pages, etc. Out of curiosity, what do you mean by wiki

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 02:33:40PM -0500, Patrick R. Michaud wrote: On Tue, May 22, 2007 at 09:27:17PM +0200, Christophe David wrote: I don't want to push you, but if you could tell me how many nights I still have to sleep before seeing it ;-) Could happen tonight (small probability),

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Mike Bishop
On Tue, May 22, 2007 at 04:33:06PM -0500, Patrick R. Michaud wrote: On Tue, May 22, 2007 at 02:33:40PM -0500, Patrick R. Michaud wrote: On Tue, May 22, 2007 at 09:27:17PM +0200, Christophe David wrote: I don't want to push you, but if you could tell me how many nights I still have to

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Petko Yotov
On Tuesday 22 May 2007 23:33, Patrick R. Michaud wrote: Also, it would help to know which you think is more important: - getting an import feature to work - getting pagelist to work properly with HTML caching Oh, certainly (2) will benefit immediately to more sites, even those that do

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Kathryn Andersen
On Tue, May 22, 2007 at 02:33:40PM -0500, Patrick R. Michaud wrote: On Tue, May 22, 2007 at 09:27:17PM +0200, Christophe David wrote: [snip -- import feature] I don't want to push you, but if you could tell me how many nights I still have to sleep before seeing it ;-) Could happen tonight

[pmwiki-users] 2 things / password problems registration

2007-05-22 Thread Marguerite Floyd
I've looked and read everything I could find looking for an answer. I had the site set to require my password (admin password) for anything. Tonight I tried to release that requirement so I could work on some pages. I've commented (#) and uncommented everything in the config file related to my

[pmwiki-users] PmForm

2007-05-22 Thread Scott Connard
Patrick, I know it's a wee bit against normal policy, but can you post a PmForm page that contains your current settings for the PmForm group (i.e., PmForm.php)? I realize that the file may change and you may forget to update the wiki page, but I won't complain often. I've started playing

Re: [pmwiki-users] 2 things / password problems registration

2007-05-22 Thread IchBin
Marguerite Floyd wrote: I've looked and read everything I could find looking for an answer. I had the site set to require my password (admin password) for anything. Tonight I tried to release that requirement so I could work on some pages. I've commented (#) and uncommented everything in

[pmwiki-users] PresenceAwareness and PresenceAwarenessLight Recipes.

2007-05-22 Thread IchBin
I am interested in using PresenceAwarenessLight or maybe the PresenceAwareness recipe. On their recipe pages they both say they are based off of the UserAuth recipe. Does this mean that I need the UserAuth recipe. I am running UserAuth2. Does anyone know if there would be a problem have

Re: [pmwiki-users] PmForm

2007-05-22 Thread Patrick R. Michaud
On Tue, May 22, 2007 at 09:46:30PM -0400, Scott Connard wrote: Patrick, I know it's a wee bit against normal policy, but can you post a PmForm page that contains your current settings for the PmForm group (i.e., PmForm.php)? I realize that the file may change and you may forget to

Re: [pmwiki-users] pagelists link= with pages generated externally

2007-05-22 Thread Patrick R. Michaud
On Wed, May 23, 2007 at 12:14:01AM +0200, Petko Yotov wrote: On Tuesday 22 May 2007 23:33, Patrick R. Michaud wrote: Also, it would help to know which you think is more important: - getting an import feature to work - getting pagelist to work properly with HTML caching Oh,

[pmwiki-users] Footnotes and Endnotes?

2007-05-22 Thread Stirling Westrup
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Currently I'm using MarkupExtensions when I want to add footnotes to an article. For simple things its adequate, but today I found myself wanting a much more powerful footnoting recipe (where, for example, the text of the footnote could be stored on a