[pmwiki-users] Fox forms and form validation

2008-07-15 Thread Scott Smith
I'm struggling with a form that has validation (an effort to make my forms right and proper). One of the fields, 'destination', is used to create the Target page. This field has validation, making sure it isn't too short or too long and doesn't include funky characters. The validation works; the cr

[pmwiki-users] Gradient Factors

2008-07-15 Thread Steve
Hi, Are there plans to incorporate Gradient Factors into the deco algorithm ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] Gradient Factors

2008-07-15 Thread Steve
Hi, Are there plans to incorporate user selectable Gradient factors. Much like the Shearwater Computer I mean? ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Text captcha notes

2008-07-15 Thread Petko Yotov
Just read yesterday's article at Computer World about CAPTCHA: How CAPTCHA got trashed http://www.computerworld.com.au/index.php/id;489635775 The author concludes: Is there any hope for CAPTCHA? No, not really. Might interest you :-) Petko _

Re: [pmwiki-users] Text captcha notes

2008-07-15 Thread Petko Yotov
On Wednesday 16 July 2008 04:50:47 Marcus wrote: > There is one thing which needs adding in text captchas -- comparison > needs to be case-insensitive for some languages and case-sensitive for > others (see below). I think most are case-insensitive so that should > be default. ... > > $resp = strto

Re: [pmwiki-users] Page Names

2008-07-15 Thread Petko Yotov
On Tuesday 15 July 2008 23:47:10 Hans wrote: > Tuesday, July 15, 2008, 7:28:49 PM, Russell D Jones wrote: > > problem is that PmWiki doesn't seem to support the linking to a page > > titled "George W. Bush" but instead sends the user to the "Bush" page in > > the "George W" group. > > You could try

[pmwiki-users] Text captcha notes

2008-07-15 Thread Marcus
Patrick, There is one thing which needs adding in text captchas -- comparison needs to be case-insensitive for some languages and case-sensitive for others (see below). I think most are case-insensitive so that should be default. You may know a better way, but I could only get the comparison to b

Re: [pmwiki-users] Separate wikilib.d into separate directories

2008-07-15 Thread Vince Administration
Christian, It makes sense to me to separate wikilib.d into per group subdirectories like many do with wiki.d. But I fear that it might cause many more problems than just moving the docs to wikidoc.d. Patrick, is this true? Vince On Jul 15, 2008, at 8:53 PM, Christian Ridderström wrot

Re: [pmwiki-users] Separate wikilib.d into separate directories

2008-07-15 Thread Christian Ridderström
On Mon, 14 Jul 2008, Patrick R. Michaud wrote: I'd like to split the wikilib.d/ directory into separate directories for "system" pages (Site.*, SiteAdmin.*) and "documentation" pages (PmWiki.*, others). But I'm not sure how to make the split in a way that (1) makes sense to others and (2) cau

Re: [pmwiki-users] Authentication options

2008-07-15 Thread Marcus
On Tue, Jul 15, 2008 at 2:58 PM, The Editor <[EMAIL PROTECTED]> wrote: > ZAP can do this, of course... I tried ZAP, but it had become Abandonware and did not work with current Pmwiki versions. The problem was that nobody else knew enough about ZAP to fix it. Marcus

Re: [pmwiki-users] Turing Test for pmwiki

2008-07-15 Thread Marcus
On Tue, Jul 15, 2008 at 2:21 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > Image captures in general, or specifically the ones that the Captcha > recipe is generating? Well, both really. Pmwiki is better than many in readability, but too small. > If just the PmWiki captcha recipe, what sor

Re: [pmwiki-users] wikiforms - how to get search to use editeform

2008-07-15 Thread John Rankin
>Date: Tue, 15 Jul 2008 14:05:33 + (UTC) >how can i tell the search result (in this example, Main.1), when clicked >to open Main.1?action=editeform > >i'd prefer users not to see the viewform style when a search has been done. >would the ?action=editeform need to be specified in pmwi

Re: [pmwiki-users] Page Names

2008-07-15 Thread Petko Yotov
On Tuesday 15 July 2008 20:28:49 Russell D Jones wrote: > problem is that PmWiki doesn't seem to support the linking to a page > titled "George W. Bush" but instead sends the user to the "Bush" page in > the "George W" group. The work-around I've been doing is to hunt down > all these types of lin

Re: [pmwiki-users] Page Names

2008-07-15 Thread Hans
Tuesday, July 15, 2008, 7:28:49 PM, Russell D Jones wrote: > The > problem is that PmWiki doesn't seem to support the linking to a page > titled "George W. Bush" but instead sends the user to the "Bush" page in > the "George W" group. You could try this markup definition as a replacement to the

[pmwiki-users] Page Names

2008-07-15 Thread Russell D Jones
I've been looking through the documentation and have found only one solution (work-around) to this problem. So I'll ask here. I've a proprietary history wiki where the users (summer school students) want to write biography pages for people such as George W. Bush. The problem is that PmWiki doesn

Re: [pmwiki-users] Formatting numbers

2008-07-15 Thread Hans
Tuesday, July 15, 2008, 5:46:50 PM, Scott Smith wrote: > Oh, I need to include the formatting stuff as well; e.g., > ${(numfmt {$:sum} 2, '.', ',')} > And the result for 22000 is now 22,000.00. Don't use commas to separate the parameters in the expression. There should be no need to give all f

Re: [pmwiki-users] Formatting numbers

2008-07-15 Thread Hans
Tuesday, July 15, 2008, 5:38:10 PM, Scott Smith wrote: > I must be missing something. Let's say my sum is 22 and my argument is 0, > the result is 22. If the argument is 1, the result is 220. If the argument > is 2, 2200 is the result. I don't understand what you mean. what markup do you use? Ple

Re: [pmwiki-users] Formatting numbers

2008-07-15 Thread Scott Smith
Oh, I need to include the formatting stuff as well; e.g., ${(numfmt {$:sum} 2, '.', ',')} And the result for 22000 is now 22,000.00. On Tue, Jul 15, 2008 at 12:38 PM, Scott Smith <[EMAIL PROTECTED]> wrote: > I must be missing something. Let's say my sum is 22 and my argument is 0, > the result

Re: [pmwiki-users] Formatting numbers

2008-07-15 Thread Scott Smith
I must be missing something. Let's say my sum is 22 and my argument is 0, the result is 22. If the argument is 1, the result is 220. If the argument is 2, 2200 is the result. On Tue, Jul 15, 2008 at 11:35 AM, Hans <[EMAIL PROTECTED]> wrote: > Tuesday, July 15, 2008, 3:45:09 PM, Scott Smith wrote:

[pmwiki-users] Lost edits

2008-07-15 Thread Stephen Garland
Questions Is there some automatic way for PmWiki to create checkpoints (aka backup copies) of edits that are in progress? Alternatively, is there some explicit way for users to save in-progress edits without having the save appear in the page history of list of recent changes? Screed (to be

Re: [pmwiki-users] Web for mobiles -- Apple sold over 1 million iPhones last weekend...

2008-07-15 Thread [EMAIL PROTECTED]
> > > http://www.kirpi.it/wiki/pmwiki.php?n=Mobile.Mobile?action=mobile >> - As the page loads, a lot of things are included into the page >> (javascripts, css definitions,...please see the html) which could be >> useful (and make no harm) for the regular pc view, but are unuseful >> and overload

Re: [pmwiki-users] fox validation problem

2008-07-15 Thread Hans
Tuesday, July 15, 2008, 10:14:42 AM, noskule wrote: > hi hans, I updated the code, and checked it against your Contacts and > some other forms. After submit the form without complete it, I get a > textarea. It happens be all forms I checked. fox.php is now updated to cope with this. In additio

Re: [pmwiki-users] Formatting numbers

2008-07-15 Thread Hans
Tuesday, July 15, 2008, 3:45:09 PM, Scott Smith wrote: > I have a Fox form that adds a few currency amounts together. It would be > nice if I could force ###.## formatting. The only thing I found that uses > currency format is Sortable tables, but that recipe isn't right for this > form. try a cu

Re: [pmwiki-users] how to know how many times the page has been seen?

2008-07-15 Thread Sandy
[EMAIL PROTECTED] wrote: >> Does anyone know how to register the numbers of viewers of a wiki page? > > Wouldn't http://www.google.com/analytics/ be of any use? > > Luigi Web analyzers usually over-state the numbers. Web crawlers and people who always go to the same page before going elsewhere

Re: [pmwiki-users] Web for mobiles -- Apple sold over 1 million iPhones last weekend...

2008-07-15 Thread Sandy
[EMAIL PROTECTED] wrote: >> Not sure why you use ?action=mobile > > Mainly because I would like to be able and manually switch to the > mobile version of a page no matter the device I am using. And back. > > Another answer to the same question could be: because I do not really > know what else to

[pmwiki-users] Formatting numbers

2008-07-15 Thread Scott Smith
I have a Fox form that adds a few currency amounts together. It would be nice if I could force ###.## formatting. The only thing I found that uses currency format is Sortable tables, but that recipe isn't right for this form. Thanks Scott Smith ___ pmwik

Re: [pmwiki-users] how to know how many times the page has been seen?

2008-07-15 Thread Hans
Tuesday, July 15, 2008, 2:19:50 PM, Xueli Wang wrote: > Does anyone know how to register the numbers of viewers of a wiki page? try http://www.pmwiki.org/wiki/Cookbook/TotalCounter ~Hans ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http

Re: [pmwiki-users] can wikiforms use fox form validation?

2008-07-15 Thread Hans
Monday, July 14, 2008, 10:57:12 PM, John Rankin wrote: > Hans, is there an online example where I can see what this > functionality looks like in foxforms? And what does it do if > there are 2 required fields and they are both empty? Here is a small example, showing the markup source as well: htt

[pmwiki-users] wikiforms - how to get search to use editeform

2008-07-15 Thread david roundell
how can i tell the search result (in this example, Main.1), when clicked to open Main.1?action=editeform i'd prefer users not to see the viewform style when a search has been done. would the ?action=editeform need to be specified in pmwiki.php? this search is site specific so i don't m

[pmwiki-users] how to know how many times the page has been seen?

2008-07-15 Thread [EMAIL PROTECTED]
> Does anyone know how to register the numbers of viewers of a wiki page? Wouldn't http://www.google.com/analytics/ be of any use? Luigi ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] how to know how many times the page has been seen?

2008-07-15 Thread Xueli Wang
Hello there: Does anyone know how to register the numbers of viewers of a wiki page? Thanks a lot! xueli wang KNMI The Netherlands ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Web for mobiles -- Apple sold over 1 million iPhones last weekend...

2008-07-15 Thread Hans
Tuesday, July 15, 2008, 1:49:06 PM, [EMAIL PROTECTED] wrote: > Mainly because I would like to be able and manually switch to the > mobile version of a page no matter the device I am using. And back. Here you find a nice tester implemented as a bookmarklet: http://appro.mit.jyu.fi/tools/handheld/

Re: [pmwiki-users] Authentication options

2008-07-15 Thread The Editor
ZAP can do this, of course... :) Cheers, Dan On Tue, Jul 15, 2008 at 5:38 AM, Marcus <[EMAIL PROTECTED]> wrote: > Is there a recipe which allows users to self-register and send them a > confirmation email? > > Alternatively, I could use the PunBB forum I have, but then is there a > way to integ

Re: [pmwiki-users] Web for mobiles -- Apple sold over 1 million iPhones last weekend...

2008-07-15 Thread [EMAIL PROTECTED]
> Not sure why you use ?action=mobile Mainly because I would like to be able and manually switch to the mobile version of a page no matter the device I am using. And back. Another answer to the same question could be: because I do not really know what else to do. Have you ever seen a blind man wa

Re: [pmwiki-users] Web for mobiles -- Apple sold over 1 million iPhones last weekend...

2008-07-15 Thread Hans
Tuesday, July 15, 2008, 1:12:24 PM, [EMAIL PROTECTED] wrote: > - As the page loads, a lot of things are included into the page > (javascripts, css definitions,...please see the html) which could be > useful (and make no harm) for the regular pc view, but are unuseful > and overload the transfer to

Re: [pmwiki-users] Turing Test for pmwiki

2008-07-15 Thread Patrick R. Michaud
On Tue, Jul 15, 2008 at 06:45:42AM +0200, Marcus wrote: > Thanks! Works with the new captcha.php script :-) > > I've been doing a little research and many people are complaining > about the image captures. Image captures in general, or specifically the ones that the Captcha recipe is generating?

Re: [pmwiki-users] Web for mobiles -- Apple sold over 1 million iPhones last weekend...

2008-07-15 Thread [EMAIL PROTECTED]
> I can try and mimic the basic template provided by .mobi consortium as > a starting point > http://www.kirpi.it/176/index.xhtml My first attempt is here for all to see: http://www.kirpi.it/wiki/pmwiki.php?n=Mobile.Mobile?action=mobile Unsatisfactory, miserable, pathetic. Anyway, a proof of conce

[pmwiki-users] Authentication options

2008-07-15 Thread Marcus
Is there a recipe which allows users to self-register and send them a confirmation email? Alternatively, I could use the PunBB forum I have, but then is there a way to integrate the accounts from PunBB with pmwiki? (PunBB uses Mysql). Any recommendations? Thanks, Marcus ___

Re: [pmwiki-users] fox validation problem

2008-07-15 Thread Hans
Monday, July 14, 2008, 1:27:51 PM, Hans wrote: > I uploaded updated scripts fox.php and foxedit.php > to provide correct handling of input validation errors when a page is > edited through a foxedit edit form. Yesterdays update was buggy, I am very sorry. I worked on a wrong copy of fox.php. Now

Re: [pmwiki-users] fox validation problem

2008-07-15 Thread noskule
Hans schrieb: >> I will issue updated scripts shortly, later today I hope. >> > > I uploaded updated scripts fox.php and foxedit.php > to provide correct handling of input validation errors when a page is > edited through a foxedit edit form. > > > > Hans > > hi hans, I updated the code, an