[pmwiki-users] Fwd: zap: form components and key definition

2007-07-22 Thread The Editor
On 7/21/07, noskule [EMAIL PROTECTED] wrote: hi list/dan currently I'm building forms with components, to simplify form creation. A form could looks like this: (:include ContenFormComponents.Title:) (:include ContenFormComponents.Text:) (:include ContenFormComponents.Categories:)

[pmwiki-users] SiteAdmin attributes

2007-07-22 Thread Scott Connard
Patrick, It hardly matters, but you no longer need to distribute passwords on the SiteAdmin.* files other than GroupAttributes: SiteAdmin.AuthList:[EMAIL PROTECTED] SiteAdmin.AuthUser:[EMAIL PROTECTED] SiteAdmin.AuthUser:[EMAIL PROTECTED] Scott Connard.

Re: [pmwiki-users] SiteAdmin attributes

2007-07-22 Thread Patrick R. Michaud
On Sun, Jul 22, 2007 at 10:37:23AM -0400, Scott Connard wrote: Patrick, It hardly matters, but you no longer need to distribute passwords on the SiteAdmin.* files other than GroupAttributes: SiteAdmin.AuthList:[EMAIL PROTECTED] SiteAdmin.AuthUser:[EMAIL PROTECTED]

[pmwiki-users] {$SiteAdminGroup}

2007-07-22 Thread Scott Connard
Patrick, In pmwiki.php you define a huge list of page variables including {$SiteGroup}. Shouldn't {$SiteAdminGroup} be included in that list as well? I thought I had seen somebody mention this before, but I rechecked my recent mail archives and could not locate the item, so I thought I'd

Re: [pmwiki-users] {$SiteAdminGroup}

2007-07-22 Thread Patrick R. Michaud
On Sun, Jul 22, 2007 at 11:38:01AM -0400, Scott Connard wrote: Patrick, In pmwiki.php you define a huge list of page variables including {$SiteGroup}. Shouldn't {$SiteAdminGroup} be included in that list as well? Yes -- it's another case of the documentation lagging the implementation

Re: [pmwiki-users] {$SiteAdminGroup}

2007-07-22 Thread Patrick R. Michaud
On Sun, Jul 22, 2007 at 10:46:31AM -0500, Patrick R. Michaud wrote: On Sun, Jul 22, 2007 at 11:38:01AM -0400, Scott Connard wrote: Patrick, In pmwiki.php you define a huge list of page variables including {$SiteGroup}. Shouldn't {$SiteAdminGroup} be included in that list as well?

Re: [pmwiki-users] Skins: How to disable file: , function: , and page: markups?

2007-07-22 Thread Petko Yotov
On Saturday 23 June 2007, Petko Yotov wrote: On Saturday 23 June 2007, Patrick R. Michaud wrote: On Sat, Jun 23, 2007 at 04:13:26AM +0200, Petko Yotov wrote: So, is it possible to disable the following skin markups from being processed: !--function: fname par par...--

Re: [pmwiki-users] NewPageBox[Plus] missing id= and name=

2007-07-22 Thread Hans
Saturday, July 21, 2007, 1:18:55 PM, [EMAIL PROTECTED] wrote: A problem arises as I switch to the (:newpagebox:) markup needed to properly create a new page. It seems that (:newpagebox:) markup, differently from the plain (:input:), does not (yet?) allows for the id= and name= parameters

[pmwiki-users] Monospace-Text and buffer size problem.

2007-07-22 Thread Nelson Ingersoll
Hello, PmWiki novice here. I am creating a PmWiki based knowledge base for work. I am running pmwiki-2.2.0-beta60. Yes, I know this is the bleeding edge. I am an experienced computer engineer. My thoughts are if not me, who?; and, if not now, when? I have a largish text file, about

Re: [pmwiki-users] Monospace-Text and buffer size problem.

2007-07-22 Thread Patrick R. Michaud
On Sun, Jul 22, 2007 at 10:58:41AM -0600, Nelson Ingersoll wrote: Hello, PmWiki novice here. I am creating a PmWiki based knowledge base for work. I am running pmwiki-2.2.0-beta60. Yes, I know this is the bleeding edge. I am an experienced computer engineer. My thoughts are if not

Re: [pmwiki-users] Skins: How to disable file: , function: , and page: markups?

2007-07-22 Thread Patrick R. Michaud
Petko Yotov 5ko at free.fr Sun Jul 22 11:26:51 CDT 2007 On Sunday, 21 July 2007, Petko wrote: On Saturday 23 June 2007, Patrick R. Michaud wrote: Actually, I think we could make this fairly simple, by providing a $SkinDirectivesPattern that identifies the patterns allowed in a skin

Re: [pmwiki-users] Question about uploads

2007-07-22 Thread Patrick R. Michaud
On Sat, Jul 21, 2007 at 09:08:26AM -0700, Ian MacGregor wrote: When I go to {$FullName}?action=upload I notice that there is a count at the bottom of that page for all uploads in a certain group. I'm putting together a page for my site that uses a table to list all pages in each group. I'd

Re: [pmwiki-users] Custom Page lists

2007-07-22 Thread Patrick R. Michaud
On Sat, Jul 21, 2007 at 10:56:05AM -1000, Sivakatirswami wrote: Possibly this is answered at I would like to be able to customize, easily edit and have auth control over the side bar links which change frequently based on what projects and areas are hot and what projects are dead or

Re: [pmwiki-users] Automatically add anchors to heading tags?

2007-07-22 Thread Patrick R. Michaud
On Fri, Jul 20, 2007 at 09:11:00PM -0700, H. Fox wrote: On 7/5/07, Jonathan Abbett [EMAIL PROTECTED] wrote: Greetings, all-- Is there a simple way to configure pmWiki such that all headings (H1, H2, etc) are automatically generated with anchor tags so people can link directly to a

Re: [pmwiki-users] Skins: How to disable file: , function: , and page: markups?

2007-07-22 Thread Petko Yotov
On Sunday 22 July 2007, Patrick R. Michaud wrote: On Saturday 23 June 2007, Patrick R. Michaud wrote: Actually, I think we could make this fairly simple, by providing a $SkinDirectivesPattern that identifies the patterns allowed in a skin template. Now added for the next beta

[pmwiki-users] zap alphanumeric chars

2007-07-22 Thread noskule
hi list/dan is it somehow possible to remove all none-alphanumeric chars (inkl spaces) from a field entry? I want do do a new page box. posteditname should be cleaned from everything not pagenamecompatible. (:zapform:) (:input text posteditname:)\\ (:zap editname={posteditname}:) (:zap if1=equal

Re: [pmwiki-users] {$SiteAdminGroup}

2007-07-22 Thread christian . ridderstrom
On Sun, 22 Jul 2007, Patrick R. Michaud wrote: If there are likely to be pages that need to reference the SiteAdmin group, then yes, we could see about adding it into the default implementation. Following PmWikiPhilosophy #3, I couldn't really see where {$SiteAdminGroup} would be used as a

Re: [pmwiki-users] Automatically add anchors to heading tags?

2007-07-22 Thread christian . ridderstrom
On Sun, 22 Jul 2007, Patrick R. Michaud wrote: Is there a simple way to configure pmWiki such that all headings (H1, H2, etc) are automatically generated with anchor tags so people can link directly to a section or subsection? (I believe MediaWiki has this functionality by default.) Now

[pmwiki-users] Templates question

2007-07-22 Thread Ian MacGregor
I am using the following in config.php: ## This settings adds the content of Site.SiteHeader ## into the header of every page that is created. $GroupHeaderFmt = '(:include {$SiteGroup}.SiteHeader basepage={*$FullName}:) (:nl:)' . $GroupHeaderFmt; ## This settings adds the content of

Re: [pmwiki-users] Templates question - answered

2007-07-22 Thread Ian MacGregor
I am using the following in config.php: ## This settings adds the content of Site.SiteHeader ## into the header of every page that is created. $GroupHeaderFmt = '(:include {$SiteGroup}.SiteHeader basepage={*$FullName}:) (:nl:)' . $GroupHeaderFmt; ## This settings adds the content of

Re: [pmwiki-users] Monospace-Text and buffer size problem.

2007-07-22 Thread Nelson E. Ingersoll
Patrick, Awesome! Added the line ini_set('pcre.backtrack_limit', 100); to my ./local/config.php and was immediately able to see the text. Thank you. Putting the text into the page as monospaced-text has the additional benefit of loading a LOT faster than allowing PmWiki to attempt

Re: [pmwiki-users] Monospace-Text and buffer size problem.

2007-07-22 Thread Kathryn Andersen
On Sun, Jul 22, 2007 at 08:14:02PM -0600, Nelson E. Ingersoll wrote: Putting the text into the page as monospaced-text has the additional benefit of loading a LOT faster than allowing PmWiki to attempt to translate 310K of potential markup instructions. Suddenly I am starting to think I