Re: [pmwiki-users] Recipe Redundency... problems?

2007-05-18 Thread ThomasP
On Fri, May 18, 2007 01:34, IchBin wrote: The Cookbook has several instances of multiple approaches. This is redundancy in the best sense -- multiple solutions from multiple perspectives, so the user can pick the best match for their particular needs. I don't believe there was ever a JITS

Re: [pmwiki-users] Official release of UserAuth2 recipe

2007-05-18 Thread ThomasP
On Thu, May 17, 2007 23:21, The Editor wrote: On 5/17/07, Jason Frisvold [EMAIL PROTECTED] wrote: On 5/17/07, The Editor [EMAIL PROTECTED] wrote: I'd find it helpful to know what advantages UserAuth2 offers over AuthUser. It would seem finding a way to add those in to AuthUser would be a

Re: [pmwiki-users] Official release of UserAuth2 recipe

2007-05-18 Thread ThomasP
Hello, due to the delegation mechanism I'm actually in the practical position to be able to show how UserAuth2 looks like on a real example, without compromising the security of the pmwiki itself. (I have still not used my own web site though, rather an out-of-the-box pmwiki only - one never

Re: [pmwiki-users] pmwiki and 'user' php session handler (sharedanced)

2007-05-18 Thread Leif Schou
Hi Jean-Fabrice / Patric I experience exactly the same thing. If i use $DefaultPasswords['edit'] = crypt('anything'); or as well the Authuser, when i login i get directet to a blank page. There is no difference if i login with a wrong password or the right one, and there is no way to get to

Re: [pmwiki-users] pmwiki and 'user' php session handler (sharedanced)

2007-05-18 Thread Jean-Fabrice [gmail]
Well. After some investigations, I found this error in the log : Fatal error: session_start(): Failed to initialize storage module: user. Calling session_start twice when working with 'user' set_save_handler seems to have bad effect. I patched my pmwiki.php (2.2.0 beta 42) with the following :

Re: [pmwiki-users] Urgent: $DefaultPage stopped working ??

2007-05-18 Thread Anno
$DefaultPage =HAP.SevaWikiHome; should work. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Urgent: $DefaultPage stopped working ??

2007-05-18 Thread Sivakatirswami
Anno wrote: $DefaultPage =HAP.SevaWikiHome; should work. (sigh) right.. it should, but it does not... I have in the /seva/ /local config.php for a field on the farm $WikiTitle = 'Himalayan Academy Dev Wiki'; $DefaultPage ='HAP.SevaWikiHome'; $PubDirUrl = $FarmPubDirUrl; But

Re: [pmwiki-users] Urgent: $DefaultPage stopped working ??

2007-05-18 Thread Kathryn Andersen
On Fri, May 18, 2007 at 12:57:18AM -1000, Sivakatirswami wrote: /seva/ /local config.php for a field on the farm $WikiTitle = 'Himalayan Academy Dev Wiki'; $DefaultPage ='HAP.SevaWikiHome'; $PubDirUrl = $FarmPubDirUrl; But the page being displayed as the default home page

Re: [pmwiki-users] Login issue with JITS

2007-05-18 Thread Tegan Dowling
On 5/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Hladůvka Jiří [EMAIL PROTECTED]: The Editor napsal(a): That's the behaviour I would like to have! I have a similar configuration as you have, but as mentionde before, I will remain on the login page, despite successful login.

[pmwiki-users] What's the Best Way to Automatically Create Author Page?

2007-05-18 Thread Ben Wilson
I'm trying to figure out the best path for creating an author page based off of the template. I plan on using the AutoCreate array, but I don't know the best way to have it automatically include Templates.NewUser. -- Ben Wilson Words are the only thing which will last forever Churchill

Re: [pmwiki-users] Official release of UserAuth2 recipe

2007-05-18 Thread Jason Frisvold
On 5/17/07, Neil Herber (nospam) [EMAIL PROTECTED] wrote: AuthUser has supported group authentication for quite a while. For a quick overview of how it works, simply look at the Site/AuthUser page on your install. Let me re-phrase.. I'm looking to store the groups in the database along with

Re: [pmwiki-users] What's the Best Way to Automatically Create Author Page?

2007-05-18 Thread Patrick R. Michaud
On Fri, May 18, 2007 at 08:26:46AM -0400, Ben Wilson wrote: I'm trying to figure out the best path for creating an author page based off of the template. I plan on using the AutoCreate array, but I don't know the best way to have it automatically include Templates.NewUser. Here's a good

Re: [pmwiki-users] Urgent: $DefaultPage stopped working ??

2007-05-18 Thread Patrick R. Michaud
On Fri, May 18, 2007 at 09:58:27PM +1000, Kathryn Andersen wrote: On Fri, May 18, 2007 at 12:57:18AM -1000, Sivakatirswami wrote: /seva/ /local config.php for a field on the farm $WikiTitle = 'Himalayan Academy Dev Wiki'; $DefaultPage ='HAP.SevaWikiHome'; $PubDirUrl

Re: [pmwiki-users] Login issue with JITS

2007-05-18 Thread info
Quoting Tegan Dowling [EMAIL PROTECTED]: On 5/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Hladůvka Jiří [EMAIL PROTECTED]: The Editor napsal(a): That's the behaviour I would like to have! I have a similar configuration as you have, but as mentionde before, I will remain on

[pmwiki-users] (:pagelist:) directive

2007-05-18 Thread jdd
Hello :-) I can't make the (:pagelist:) directive display all my pages, according to http://www.pmwiki.org/wiki/PmWiki/PageLists. I simply create a page with (:pagelist:) in it : http://www.culte.org/pmwiki/?n=Rubriques.Test there are none of my own pages (groups Officiel, Rubriques are read

Re: [pmwiki-users] Official release of UserAuth2 recipe

2007-05-18 Thread Neil Herber (nospam)
Jason Frisvold wrote: On 5/17/07, Neil Herber (nospam) [EMAIL PROTECTED] wrote: AuthUser has supported group authentication for quite a while. For a quick overview of how it works, simply look at the Site/AuthUser page on your install. Let me re-phrase.. I'm looking to store the groups

Re: [pmwiki-users] zap cancel button

2007-05-18 Thread noskule
Ben Stallings schrieb: noskule wrote: Is there a way/example for a cancel button? The cancel button should not touch the datapage but use nextpage to return to the basepage. Does it have to be a button? Since it doesn't submit any data, a simple link would be more appropriate and a lot

Re: [pmwiki-users] zap cancel button

2007-05-18 Thread noskule
The Editor schrieb: On 5/17/07, noskule [EMAIL PROTECTED] wrote: hi dan Is there a way/example for a cancel button? The cancel button should not touch the datapage but use nextpage to return to the basepage. grz nos Not really, but you might be able to get that effect if you did

Re: [pmwiki-users] Official release of UserAuth2 recipe

2007-05-18 Thread IchBin
Neil Herber (nospam) wrote: Jason Frisvold wrote: On 5/17/07, Neil Herber (nospam) [EMAIL PROTECTED] wrote: AuthUser has supported group authentication for quite a while. For a quick overview of how it works, simply look at the Site/AuthUser page on your install. Let me re-phrase.. I'm

Re: [pmwiki-users] Official release of UserAuth2 recipe

2007-05-18 Thread Jason Frisvold
On 5/18/07, IchBin [EMAIL PROTECTED] wrote: I think you can use recipes along side of AuthUser for user authentication but this seems to be just for user authentication. It does not seem to store access rules from what I can tell. These are the authentication possibilities with AuthUser:

Re: [pmwiki-users] [pmwiki-devel] CSS whiz needed...

2007-05-18 Thread Sandy
The Editor wrote: Thanks bunches for both links. Very helpful. But neither seem to give a list of what style attributes can be assigned to which html markups. Ex: can you put a border around a p? Does float mean anything in a span--or is it only for divs? etc. If anyone has an idea where

Re: [pmwiki-users] FW: (:pagelist:) directive

2007-05-18 Thread jdd
Peter K.H. Gragert wrote: -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:pmwiki-users- [EMAIL PROTECTED] Namens jdd Verzonden: vrijdag 18 mei 2007 16:55 Aan: PmWiki Users Onderwerp: [pmwiki-users] (:pagelist:) directive Hello :-) I can't make the (:pagelist:) directive

Re: [pmwiki-users] [pmwiki-devel] CSS whiz needed...

2007-05-18 Thread Patrick R. Michaud
On Thu, May 17, 2007 at 02:45:00PM -0400, The Editor wrote: Thanks bunches for both links. Very helpful. But neither seem to give a list of what style attributes can be assigned to which html markups. Ex: can you put a border around a p? Does float mean anything in a span--or is it only for

Re: [pmwiki-users] Official release of UserAuth2 recipe

2007-05-18 Thread Patrick R. Michaud
On Fri, May 18, 2007 at 01:22:30PM -0400, Jason Frisvold wrote: On 5/18/07, IchBin [EMAIL PROTECTED] wrote: I think you can use recipes along side of AuthUser for user authentication but this seems to be just for user authentication. It does not seem to store access rules from what I can

Re: [pmwiki-users] Official release of UserAuth2 recipe

2007-05-18 Thread Jason Frisvold
On 5/18/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: Where would you like the groups to be read from? I'm not really sure actually. What I've done so far is tie pmWiki in with my existing user's database, stored in MySQL. That database has another table called groups that map the users and

Re: [pmwiki-users] [pmwiki-devel] CSS whiz needed...

2007-05-18 Thread Jon Haupt
On 5/18/07, Sandy [EMAIL PROTECTED] wrote: The Editor wrote: Thanks bunches for both links. Very helpful. But neither seem to give a list of what style attributes can be assigned to which html markups. Ex: can you put a border around a p? Does float mean anything in a span--or is it

Re: [pmwiki-users] Official release of UserAuth2 recipe

2007-05-18 Thread Patrick R. Michaud
On Fri, May 18, 2007 at 12:37:12PM -0400, IchBin wrote: I think you can use recipes along side of AuthUser for user authentication but this seems to be just for user authentication. It does not seem to store access rules from what I can tell. These are the authentication possibilities with

Re: [pmwiki-users] FW: (:pagelist:) directive

2007-05-18 Thread Patrick R. Michaud
On Fri, May 18, 2007 at 06:44:42PM +0200, Peter K.H. Gragert wrote: I can't make the (:pagelist:) directive display all my pages, according to http://www.pmwiki.org/wiki/PmWiki/PageLists. I simply create a page with (:pagelist:) in it : http://www.culte.org/pmwiki/?n=Rubriques.Test

Re: [pmwiki-users] FW: (:pagelist:) directive

2007-05-18 Thread jdd
Patrick R. Michaud wrote: I've set up a fresh beta45 install, and it seems to work perfectly there. it's a config.php problem, I restored briefly and old version and it works (with lot of langages groups). Too late today, I will experiment more tomorrow :-) thanks all jdd --

Re: [pmwiki-users] Official release of UserAuth2 recipe

2007-05-18 Thread IchBin
Patrick R. Michaud wrote: On Fri, May 18, 2007 at 12:37:12PM -0400, IchBin wrote: I think you can use recipes along side of AuthUser for user authentication but this seems to be just for user authentication. It does not seem to store access rules from what I can tell. These are the

Re: [pmwiki-users] Official release of UserAuth2 recipe

2007-05-18 Thread Patrick R. Michaud
On Fri, May 18, 2007 at 03:47:43PM -0400, IchBin wrote: Patrick R. Michaud wrote: On Fri, May 18, 2007 at 12:37:12PM -0400, IchBin wrote: I think you can use recipes along side of AuthUser for user authentication but this seems to be just for user authentication. It does not seem to

Re: [pmwiki-users] Login issue with JITS

2007-05-18 Thread Tegan Dowling
On 5/18/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Tegan Dowling [EMAIL PROTECTED]: On 5/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Hladůvka Jiří [EMAIL PROTECTED]: The Editor napsal(a): That's the behaviour I would like to have! I have a similar configuration

Re: [pmwiki-users] genealogy with pmwiki ?

2007-05-18 Thread Knut Alboldt
[EMAIL PROTECTED] schrieb: On Thu, 17 May 2007, Knut Alboldt wrote: Well I think, collecting the data isn't to hard: - a group for persons, locations, date-tables etc - one page per person, the fields could be adapted from other existing good application (e.g PAF) - like in PAF, a person's

Re: [pmwiki-users] genealogy with pmwiki ?

2007-05-18 Thread Knut Alboldt
Vince Administration schrieb: I think it is really important that the system be able to read and probably write standard GeD (? files). absolutely ! im- and export All the geneology programs use this as a flat file database format. I have collected such data, and would not want to start

Re: [pmwiki-users] Urgent: $DefaultPage stopped working ??

2007-05-18 Thread Sivakatirswami
Patrick R. Michaud wrote: On Fri, May 18, 2007 at 09:58:27PM +1000, Kathryn Andersen wrote: On Fri, May 18, 2007 at 12:57:18AM -1000, Sivakatirswami wrote: /seva/ /local config.php for a field on the farm $WikiTitle = 'Himalayan Academy Dev Wiki'; $DefaultPage

Re: [pmwiki-users] Urgent: $DefaultPage stopped working ??

2007-05-18 Thread Kathryn Andersen
On Fri, May 18, 2007 at 03:45:42PM -1000, Sivakatirswami wrote: Patrick R. Michaud wrote: On Fri, May 18, 2007 at 09:58:27PM +1000, Kathryn Andersen wrote: Hmmm. How early in your local/config.php file do you have $DefaultPage defined? I gather it needs to be pretty early. The