Re: [pmwiki-users] Nice URL strange problem (FIXED)!

2007-02-28 Thread Athan
"Patrick R. Michaud" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Since this has been causing so many problems, in 2.2.0-beta32 > (just released) I've removed the call to ResolvePageName from > authuser.php so as to avoid confusion. I don't think this will > negatively impact any

[pmwiki-users] Excluding results from earlier (:pagelist:)

2007-02-28 Thread christian . ridderstrom
I just had a thought... sometimes I want to create more than one list of pages on a page. And when I create the second (and third) list, I don't want the pages in the previous lists to appear. What if (:pagelist:) kept track of it's list of pages in an array, and it was possible to refer to it

Re: [pmwiki-users] Default group with authentication

2007-02-28 Thread Tegan Dowling
On 2/28/07, Kathryn Andersen <[EMAIL PROTECTED]> wrote: > On Wed, Feb 28, 2007 at 11:58:51PM +, Keith Edmunds wrote: > > I'm new to pmwiki, so apologies if this is a naive question. > > > > I'm considering using pmwiki as a CMS, and have read the recipes about > > doing so. One feature I want i

Re: [pmwiki-users] Default group with authentication

2007-02-28 Thread Kathryn Andersen
On Wed, Feb 28, 2007 at 11:58:51PM +, Keith Edmunds wrote: > I'm new to pmwiki, so apologies if this is a naive question. > > I'm considering using pmwiki as a CMS, and have read the recipes about > doing so. One feature I want is for there to be a consistent menu for > all authenticated users

Re: [pmwiki-users] offline/online wiki synchronization and page merging with conflict resolution

2007-02-28 Thread Lukasz Stafiniak
I'd just like to drop in with info, that `pmwiki-mode' will have 3-way graphical merge for edits. It will just pass the job to emerge of course (its local copy of the original, the changed version, and current version from server), so its only a matter of "function call" I hope. Sorry I don't have

Re: [pmwiki-users] WikiTrails with branches?

2007-02-28 Thread Martin Fick
--- Martin Fick <[EMAIL PROTECTED]> wrote: > --- Steve Glover <[EMAIL PROTECTED]> wrote: > > > I have a sequence of pages that relate to a > > procedure for setting up > > membership in an organisation, and there are a > > couple of points where > > the user could go off to one of three different

[pmwiki-users] Default group with authentication

2007-02-28 Thread Keith Edmunds
I'm new to pmwiki, so apologies if this is a naive question. I'm considering using pmwiki as a CMS, and have read the recipes about doing so. One feature I want is for there to be a consistent menu for all authenticated users, but for the actual page linked to for each menu item to be unique per g

Re: [pmwiki-users] WikiTrails with branches?

2007-02-28 Thread Martin Fick
--- Steve Glover <[EMAIL PROTECTED]> wrote: > I have a sequence of pages that relate to a > procedure for setting up > membership in an organisation, and there are a > couple of points where > the user could go off to one of three different > pages, but then come > back to the same page: > >

Re: [pmwiki-users] Number of results of a pagelist query ?

2007-02-28 Thread Martin Fick
--- Benoît DUTILLEUL <[EMAIL PROTECTED]> wrote: > Is there a way to display the number of results of a > pagelist query ? This is not the most efficient way to do this, but you could make a template like this: [[#PageCount]] (:if equal {>$Group}:) * PageCount: {$$PageCount} [[#PageCountEnd]] Th

Re: [pmwiki-users] FoxForum scrunched title names

2007-02-28 Thread Hans
Wednesday, February 28, 2007, 10:37:00 PM, Mike wrote: > I ran into this a few weeks ago. Turns out I needed > $SpaceWikiWords = 1; > in config.php to get proper formatting. Perhaps this is > your problem? Ahh, yes, I use $SpaceWikiWords = 1; Apart from that Markup Extensio

Re: [pmwiki-users] FoxForum scrunched names in topic heading list

2007-02-28 Thread Hans
Wednesday, February 28, 2007, 9:47:21 PM, Clive wrote: > I have installed fox forum which is great. The only slight problem is that the > topic title loses the spaces when presented in the forum list. > This is a test to see how much you can > ThisATestToSeeHowMuchYouCan > It's a little bizarre

Re: [pmwiki-users] FoxForum scrunched title names

2007-02-28 Thread Mike Bishop
On Wed, Feb 28, 2007 at 09:53:10PM +, Clive Shane Hetherington wrote: > > Hi People, > > I have installed foxforum and all is working fine except that the title names > when listed in the forum page don't retain the spaces between the words. > > So, > > This is a test > > becomes > > Thi

[pmwiki-users] A problem of HorizontalVerticalMenu in the cookbook

2007-02-28 Thread 辉飞 饶
Has anyone used HorizontalVerticalMenu in the cookbook? I got a problem when I use it in IE7. I create a horizontal menu with a menu "test" and four submenus in it, namely page1,page2,page3,page4. The code I use is shown below. It work well with firefox. But in IE7, empty spaces are put betwee

Re: [pmwiki-users] Mutiple uploads - Photo Gallery

2007-02-28 Thread Sandy
Chris Cox wrote: > Nicholas Buttle wrote: >> Hi >> >> We want a photo gallery but need a simple way to >> upload lots of images at a time, not one by one. >> >> Any way of doing this? > > Well, apart from doing something drastic like webdav, > it would be fairly trivial to write a Cookbook that >

[pmwiki-users] pmwiki as a community website ?

2007-02-28 Thread Benoît DUTILLEUL
Dear all, I have produced a couple of websites with pmwiki and I got seriously interested/addicted with this software. I have also discovered ZAP which is, in my opinion, the most powerful add-on to pmwiki which opens amazing perspectives for the software. I would like to know if somebody has us

Re: [pmwiki-users] link if the target page is readable

2007-02-28 Thread Tegan Dowling
On 2/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Wed, 28 Feb 2007, Tegan Dowling wrote: > > > It would be so nice to have a shorthand form of this kind of link > > > > [[{TargetPage}R]] for display link if the user is auth read taget > > > > Or some other syntax. > > I think I'd prefer

Re: [pmwiki-users] link if the target page is writeable

2007-02-28 Thread christian . ridderstrom
On Wed, 28 Feb 2007, Tegan Dowling wrote: It would be so nice to have a shorthand form of this kind of link [[{TargetPage}R]] for display link if the user is auth read taget Or some other syntax. I think I'd prefer a directive that disables showing all links to non-readable pages, e.g.

[pmwiki-users] Getting a Zap upload form to work

2007-02-28 Thread Benoît DUTILLEUL
Hello, My previous message did not go through so I post it again ! I hope you can answer me. Caveman told me it may be a permission issue but I don't know how to start investigating. Patrick, I read your message about commercialization and I think that, as long as there will be only one pmwiki v

[pmwiki-users] FoxForum scrunched title names

2007-02-28 Thread Clive Shane Hetherington
Hi People, I have installed foxforum and all is working fine except that the title names when listed in the forum page don't retain the spaces between the words. So, This is a test becomes ThisIsATest The title displays fine for the posts / comments page. But not the main lists The foxforu

[pmwiki-users] FoxForum scrunched names in topic heading list

2007-02-28 Thread Clive Shane Hetherington
Hi People, I have installed fox forum which is great. The only slight problem is that the topic title loses the spaces when presented in the forum list. This is a test to see how much you can ThisATestToSeeHowMuchYouCan It's a little bizarre as it presents that title on the posts / comments p

Re: [pmwiki-users] Uploads- read/download access to all? -- static SideBar edit link?

2007-02-28 Thread Jamie Robertson
this: * $[Edit sidebar] * works great, but it also *creates* a new sidebar for each group. I realize now that my question was misleading. Would it be possible to have the link default to Site.Sidebar unless a ".SideBar" file already existed for that group? In which case clicking the link o

Re: [pmwiki-users] pagelist template brainstorming

2007-02-28 Thread Martin Fick
--- "Patrick R. Michaud" <[EMAIL PROTECTED]> wrote: > I just wanted to follow up to the dicussion we had > last > week regarding sections within pagelist templates... > > Based on the voting (and other considerations) I've > settled on the following directives: > > (:template first:)

Re: [pmwiki-users] pagelist template brainstorming

2007-02-28 Thread Patrick R. Michaud
I just wanted to follow up to the dicussion we had last week regarding sections within pagelist templates... Based on the voting (and other considerations) I've settled on the following directives: (:template first:) - first record (:template last:) - last record

[pmwiki-users] offline/online wiki synchronization and page merging with conflict resolution

2007-02-28 Thread Leo Razoumov
Hi Everybody, I have a pmwiki installation on a Linux server behind a firewall for a small group of people with a busy travel schedule. When on the road a local offline copy of wiki is used by those individuals. When a person is back merging her/his changes to the master wiki tree is a difficult pr

Re: [pmwiki-users] Site design wanted - Pm Informatics, Inc.

2007-02-28 Thread Henrik
Congratulations Patrick! I wish all the very best with your commercial endeavor. I believe that this is very good news for wiki users. All the best, - Henrik Patrick R. Michaud wrote: > Many people come to the mailing list asking for help > with PmWiki... now it's my turn. :-) > > As some of

Re: [pmwiki-users] Mutiple uploads - Photo Gallery

2007-02-28 Thread Chris Cox
Nicholas Buttle wrote: > Hi > > We want a photo gallery but need a simple way to > upload lots of images at a time, not one by one. > > Any way of doing this? Well, apart from doing something drastic like webdav, it would be fairly trivial to write a Cookbook that accepts an archive file and unr

[pmwiki-users] Mutiple uploads - Photo Gallery

2007-02-28 Thread Nicholas Buttle
Hi We want a photo gallery but need a simple way to upload lots of images at a time, not one by one. Any way of doing this? TIA Nicholas Don't pick lemons. See all the new 2007 cars at Yahoo! Autos. http://

Re: [pmwiki-users] HowTo Get IP in RecentChanges

2007-02-28 Thread Sandy
I thought the IP address was available in ?action=diff . Vague memory, so may have changed. I like the ActionLog recipe. Cheers! Sandy Thierry - Listes wrote: > Hello all, > > Which variable can I put in the array $RecentChangesFmt to get author's > format like in history ?: > The author, a

Re: [pmwiki-users] Nice URL strange problem!

2007-02-28 Thread Oliver Betz
Patrick R. Michaud wrote: [...documentation questions...] > Just add or edit pages on pmwiki.org . > I'll try to update the documentation guidelines > ( http://www.pmwiki.org/wiki/PmWiki/DocumentationGuidelines ). Sometimes I can't see the wood for the trees... Seems to be not only my proble

[pmwiki-users] Number of results of a pagelist query ?

2007-02-28 Thread Benoît DUTILLEUL
Dear all, Is there a way to display the number of results of a pagelist query ? Cheers, Benoit ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] pmwiki-2.2.0-beta32 released

2007-02-28 Thread pmwiki
On Wed, 28 Feb 2007 13:00:40 -0600 "Patrick R. Michaud" <[EMAIL PROTECTED]> wrote: > > Sorry to ask again the question, but will something happen with > > porting/making blog into core? Is this still part of the plan? > > Yes, it is still part of the plan. Yes, it is taking me far > longer to im

Re: [pmwiki-users] Block Link Creation from Group

2007-02-28 Thread Sivakatirswami
> I don't like the phrase "block link creations" -- it sounds > as though one is trying to prevent authors from adding links > to a page. I think we're trying to prevent the creation of new > pages. Yes... exactly... Sorry for my question being poorly phrased, though in the thrashing out of what

Re: [pmwiki-users] pmwiki-2.2.0-beta32 released

2007-02-28 Thread Patrick R. Michaud
On Wed, Feb 28, 2007 at 10:51:32AM -0800, [EMAIL PROTECTED] wrote: > On Wed, 28 Feb 2007 12:31:02 -0600 > "Patrick R. Michaud" <[EMAIL PROTECTED]> wrote: > > > I've just released 2.2.0-beta32, now available at > > Sorry to ask again the question, but will something happen with > porting/making bl

Re: [pmwiki-users] pmwiki-2.2.0-beta32 released

2007-02-28 Thread pmwiki
On Wed, 28 Feb 2007 12:31:02 -0600 "Patrick R. Michaud" <[EMAIL PROTECTED]> wrote: > I've just released 2.2.0-beta32, now available at Sorry to ask again the question, but will something happen with porting/making blog into core? Is this still part of the plan? Yes, I know about blogsimple and..

Re: [pmwiki-users] Nice URL strange problem!

2007-02-28 Thread Patrick R. Michaud
On Wed, Feb 28, 2007 at 06:39:41PM +0100, Oliver Betz wrote: > I would like to know the preferred way for us users to improve the > documentation. > > Will changes to the documentation in pmwiki.org be merged with the > distribution? Yes. When I'm in a beta release cycle it sometimes happens m

Re: [pmwiki-users] Nice URL strange problem!

2007-02-28 Thread Patrick R. Michaud
On Wed, Feb 28, 2007 at 06:59:34PM +0200, Athan wrote: > "Oliver Betz" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > That's crazy! I wonder what Patric thinks about that. If authuser.php > inclusion order in config.php does matter, that has to be described clearly > in the

[pmwiki-announce] pmwiki-2.2.0-beta32 released

2007-02-28 Thread Patrick R. Michaud
I've just released 2.2.0-beta32, now available at http://www.pmwiki.org/pub/pmwiki/pmwiki-2.2.0-beta32.tgz http://www.pmwiki.org/pub/pmwiki/pmwiki-2.2.0-beta32.zip svn://pmwiki.org/pmwiki/tags/latest I haven't made a release announcement since beta24/beta25 on January 22, so here's a

[pmwiki-users] Backup

2007-02-28 Thread Allyen E. Wilson
I asked the group here a couple of days ago about backing up after I lost my wiki.d directory to a site attack. After learning my lesson I am working on figuring out backup strategies for my pmWiki site. How do I execute the "tar -zcvf ~/wiki-backup-`date +%Y%m`.tar.gz wiki/" command on my

Re: [pmwiki-users] Nice URL strange problem!

2007-02-28 Thread Oliver Betz
Athan wrote: [position of include_once("scripts/authuser.php")] > Then moved it after both $ScriptUrl, $PubUrl and $EnablePathInfo = 1; > > Now it works same here. I only found it after reverting to the default config.php and redoing every setting step by step. > That's crazy! I wonder what P

Re: [pmwiki-users] link if the target page is writeable

2007-02-28 Thread Tegan Dowling
It would be so nice to have a shorthand form of this kind of link [[{TargetPage}R]] for display link if the user is auth read taget Or some other syntax. Other than the conditional that PM provided below to get this result, if I'm listing a bunch of links I sometimes rely on a pagelist and the d

[pmwiki-users] RE : HowTo Get IP in RecentChanges

2007-02-28 Thread EXT / GFI GAGNAIRE Thierry
Hello, Do you think it's possible to get IP address in the AllRecentChanges page when the Author's field is empty ? Thanks in advance. bye - Cordialement, Thierry G -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mercredi 28 février 2007 00:50 À : pmwiki

Re: [pmwiki-users] New Editor Registration & Testing As Different User

2007-02-28 Thread Hladůvka Jiří
[] Jamie napsal(a): > Hi > > Newbie here! I'm getting my head round PMWiki and doing ok so far. > However I have a couple of questions regarding admin log on. If the > answer is simple or was covered in a previous email please don't > bombard me with "you idiot" and "RTFM" -I'm still learning. S

Re: [pmwiki-users] link if the target page is writeable

2007-02-28 Thread Patrick R. Michaud
On Wed, Feb 28, 2007 at 06:18:54PM +0100, noskule wrote: > hi list > > is it with the conditional markup somehow possible to show a link only if the > target page is readable? coundnt find something in the docs. (:if auth read TargetPage:)[[link to target -> TargetPage]] Pm ___

[pmwiki-users] link if the target page is writeable

2007-02-28 Thread noskule
hi list is it with the conditional markup somehow possible to show a link only if the target page is readable? coundnt find something in the docs. tanks for any hints nos ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com

Re: [pmwiki-users] Nice URL strange problem!

2007-02-28 Thread Athan
"Oliver Betz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Do you use authuser.php? Oliver, seems you're right about this. I do use authuser.php and that cause this misbehavior. I commented out the include_once("scripts/authuser.php") line and now it works fine. My next try w

Re: [pmwiki-users] Nice URL strange problem!

2007-02-28 Thread Oliver Betz
Athan wrote: > I'm using the known CleanUrls trick but seems not working with all urls. ^ there are several methods. I don't use rewrite but a wrapper script named "wiki". Seems to be simpler/clearer. [...] > http://www.example.com/wiki/PmWiki turns to > h

[pmwiki-users] Getting a Zap upload form to work

2007-02-28 Thread Benoît DUTILLEUL
I am using pmwiki with ZAP and I'm trying to have the upload function to work. Here is the current version of my script: (:zapform upload name=UploadPhoto:) (:input file uploadfile:) (:input hidden upname "test.jpg":) (:zap upload="" UploadPhoto:) (:input submit UploadPhoto:) (:zapend:) There is

[pmwiki-users] Nice URL strange problem!

2007-02-28 Thread Athan
I'm using the known CleanUrls trick but seems not working with all urls. Although almost everything works fine, there is a problem when direct requesting a Site or Page. Please take a look to the following examples. http://www.example.com/wiki -> works OK http://www.example.com/wiki/PmWiki/PmWi

[pmwiki-users] Out of Office

2007-02-28 Thread Paula Basa
I will be out of the office starting 02/27/2007 and will not return until 03/02/2007. For urgent issues, please contact eBusiness Operations at 877-369-8675. Thank You.___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com

[pmwiki-users] test site

2007-02-28 Thread Philip Yates
I've got a test site on a subdirectory, atest, and I've installed the same version of pmwiki as I've got installed on the main site, installed on the root directory.I learned about setting the "session_name('ABCSESSID')" to different values for each config.php file. After the posting yester

[pmwiki-users] New Editor Registration & Testing As Different User

2007-02-28 Thread [] Jamie
Hi Newbie here! I'm getting my head round PMWiki and doing ok so far. However I have a couple of questions regarding admin log on. If the answer is simple or was covered in a previous email please don't bombard me with "you idiot" and "RTFM" -I'm still learning. Sometimes the help pages can b

Re: [pmwiki-users] Images in Site.Sidebar ???

2007-02-28 Thread Tegan Dowling
On your Site.SideBar (and by the way, that's SideBar, not Sidebar, right? Case Does Matter A Lot), edit the link to be Attach:Site/SideBar/buttonimagename.gif That is, you need to qualify the link to the attachment, because otherwise when it, as part of the Site/SideBar, is visible while viewing

[pmwiki-users] Images in Site.Sidebar ???

2007-02-28 Thread Nicholas Buttle
Hi I've put a 'button' image to take users to a what's new page in Site.Sidebar. However when I go to any page that uses Site.Sidebar as it's sidebar it's telling me that I have to upload the image...We have per page upload directories but that shouldn't cause this, should it? The image is in th

[pmwiki-users] Site design wanted - Pm Informatics, Inc.

2007-02-28 Thread [EMAIL PROTECTED]
There is something in http://www.atlassian.com/ that I like. (Ok, let's forget the blue, Patrick!) Luigi ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] convert jspWiki to pmWiki

2007-02-28 Thread info
Hi Has anybody any experience by converting pages from jspWiki to pmWiki? -- Thanks for any tipp. Regards, Mike ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] WikiTrails with branches?

2007-02-28 Thread Steve Glover
Hi, Is there a way, please, to have a branch in a WikiTrail? I have a sequence of pages that relate to a procedure for setting up membership in an organisation, and there are a couple of points where the user could go off to one of three different pages, but then come back to the same page:

Re: [pmwiki-users] Site design wanted - Pm Informatics, Inc.

2007-02-28 Thread Thomas -Balu- Walter
On Tue, Feb 27, 2007 at 04:41:06PM -0600, Patrick R. Michaud wrote: > As far as what I like in site designs -- I tend towards > liking simple and clean designs. One of the best examples > is Google's site -- both the search engine interface and > the various other supporting pages behind Google's