Re: [pmwiki-users] File names with spaces in variables

2022-04-05 Thread Dominique Faure
earching for the strong "Back to > Gallery") > > > there is a line in there - > > %p center% {*$PrevLink} [[{*$FullName}?action=browse | $[Back to gallery] ]] > {*$NextLink} > > Attach:{*$UpDirUpFile} > > > but my ImageTemplate also has t

Re: [pmwiki-users] File names with spaces in variables

2022-04-04 Thread Dominique Faure
Cf. https://www.pmwiki.org/wiki/Test/AttachWithSpaces What is the exact challenge? On Mon, Apr 4, 2022 at 11:26 AM Simon wrote: > > We now have the cool markup Attach:[=some file name with spaces=] > but I have a challenge when the file name is already in a variable, e,g, > > [[Attach:{*$UpD

[pmwiki-users] Corner case issues in pmwiki-2.8.2 under PHP 8.1

2022-02-12 Thread Dominique Faure
Hi, On a PmWiki instance set up according to one of the Clean URL (https://www.pmwiki.org/wiki/Cookbook/CleanUrls) solution AND browsing to the home page (i.e. no pagename given to an invocation of pmwiki.php?n=... by the webserver), the following message appeared with PHP 8.1: Deprecated: preg_ma

Re: [pmwiki-users] New warnings with php 8.1.2

2022-02-07 Thread Dominique Faure
Hi, Toying with the prerelease on an updated php8.1-fpm (8.1.2), I got another set of deprecation warnings: Deprecated: strncmp(): Passing null to parameter #1 ($string1) of type string is deprecated in /home/debian/websites/X/pmwiki.php on line 1595 Deprecated: strncmp(): Passing null to paramet

Re: [pmwiki-users] [pmwiki-devel] Block Markup

2021-12-06 Thread Dominique Faure
Hi, > I would like to do Block Markup > > (:markupstart parameter1:) > > lorem-ipsum lorem-ipsum lorem-ipsum lorem-ipsum lorem-ipsum lorem-ipsum > lorem-ipsum > > (:markupend:) Fell free to have a look at SourceBlock or CodeMirror which both provides this kind of markup for source code highlighti

Re: [pmwiki-users] Conditional expressions

2021-09-07 Thread Dominique Faure
Hi, Several years ago, aside boolean expressions, numerical tests were presents In the ConditionalExtensions recipe. When Patrick asked me to relicence the recipe to let him include the boolean evaluation into PmWiki's core, I tailored it down, keeping the numerical tests. Even if the recipe migh

Re: [pmwiki-users] Problem with conditional markup equal ?

2021-03-31 Thread Dominique Faure
Hi, You could also have a try with the MarkupExprPlus recipe : First, you'll need to set the $EnableExprVarManip flag set in your configuration in order to enable variable evaluation in expressions. Then, instead of relying on two distinct expressions as you have in the "equal" condition, you co

Re: [pmwiki-users] Save and Edit with Preview

2020-06-13 Thread Dominique Faure
Hi, Maybe you need to organize the edit form in the same mood as what you have on discogs.com: While editing record releases on discogs, the input form shows only a "preview/submit" button. Once triggered the editing form is reloaded with a preview AND the real submit button display. On Wed, Jun

Re: [pmwiki-users] Using attached file names in a pagelist or similar

2020-02-03 Thread Dominique Faure
Considering this one and the previous topic on the list, I fear that we urgently need something to loop around a data source (attachment list, numerical values...) and apply some kind of page templates on each step :) ___ pmwiki-users mailing list pmwiki

Re: [pmwiki-users] RFC: ToggleNext or Details+Summary

2020-01-29 Thread Dominique Faure
> It is also possible to keep both ToggleNext and a cross-browser working > but this may sound like a feature creep. Also, I feel that the > (:details:) markup in a wiki page, while more characters to type than %p > toggle%, leaves the page source text more readable. You're perfectly right, but p

[pmwiki-users] RFC: ToggleNext or Details+Summary

2020-01-29 Thread Dominique Faure
Hi, Before all, I want to thank Petko sparing no effort to provide us with an ever more efficient wiki including interesting features with each release. The last release (v2.2.125) was embedding the ToggleNext[1] recipe and I wanted to share some thoughts on this particular feature: The ToggleNe

Re: [pmwiki-users] Cookbook MarkupExprPlus

2019-11-12 Thread Dominique Faure
Hello Hans, The recipe has been fixed (and uploaded) and the PHP 7.2 compatibility should be complete now. No features were harmed in the making the fix :) Regards, Dominique On Tue, Nov 12, 2019 at 2:18 PM Hans wrote: > Hello Dominique, > when using any of the arithmetic Markup Expressions f

Re: [pmwiki-users] Any way to get page counts with breaks based on a PTV?

2019-11-12 Thread Dominique Faure
Hi, You may have a try with the variables handling provided by the MarkupExprPlus recipe. Regards On Mon, Nov 11, 2019 at 9:15 PM Christopher Cox wrote: > Consider the following template and assume a SysUser group with pages of > users having the PTVs: department, name and active. > > [[#test1

Re: [pmwiki-users] "/e" in Cookbook / ExternalLinks2

2019-09-18 Thread Dominique Faure
Hi, This could be nice if we could have these auto-generated from the PmWiki Core itself, taking account of the $ScriptUrl definition, no? Regards, Dominique On Wed, Sep 18, 2019 at 9:01 PM Petko Yotov <5...@5ko.fr> wrote: > I think I've fixed the recipe, if you test it please report if it wor

Re: [pmwiki-users] New features to be enabled in the PmWiki core

2019-09-08 Thread Dominique Faure
Hi, As far as the purpose is to ease the wiki maintenance, here's the list of recipes (not counting my own ones) I'm used to install almost unconditionally and that I'd love to get in the core: https://www.pmwiki.org/wiki/Cookbook/LocalCSS https://www.pmwiki.org/wiki/Cookbook/Toggle https://www.p

Re: [pmwiki-users] Syntax highlighting recipes

2019-07-23 Thread Dominique Faure
Hi, > Please wait a day or two a fixed release. Sorry for the extra delay for it, but the last version just released is now better handling the source code syntax highlighting, providing the full file content when the generated dependencies data couldn't be written to the cookbook folder. Extra

Re: [pmwiki-users] Syntax highlighting recipes

2019-07-16 Thread Dominique Faure
> Ok, I got the link now after specifiying a mime type. > > Ufortunately it didn't work after clicking the link: > > PmWiki can't process your request > > # Unable to generate CodeMirror mode dependencies file > (/www/vhost/xyz.xyz.chalmers.se/htdocs/Farm-2.2.97/cookbook/cm-modes-dependencies.php).

Re: [pmwiki-users] Syntax highlighting recipes

2019-07-16 Thread Dominique Faure
I just got 1 hour free to make some tests updating SourceBlock to PHP7 with Github's GeSHI release v1.0.9 and found that the highlighter wasn't fully compliant: Deprecated: Function create_function() is deprecated in C:\inetpub\wwwroot\pmwiki-2.2.116\cookbook\geshi\geshi.php on line 4698 Ironical

Re: [pmwiki-users] Syntax highlighting recipes

2019-07-15 Thread Dominique Faure
Le 15 juil. 2019 4:15 PM, "Peter Kay" a écrit : Can CodeMirror adjust its markup? Look for (:source...:) instead of (:code...:)? That might be an option as well, and might be worth checking. IMHO, this should be written as an extra script (as already done with the code highlighter for the mai

Re: [pmwiki-users] Syntax highlighting recipes

2019-07-15 Thread Dominique Faure
> On https://www.pmwiki.org/wiki/Cookbook/SourceBlock-Talk author which > I believe is on this list says he is waiting for geshi to be updated for php > 7.2... You're right, I was the one who wrote this recipe. For the record, I wasn't aware that GeSHI had been forked on github when I answered on

Re: [pmwiki-users] Syntax highlighting recipes

2019-07-15 Thread Dominique Faure
> Also could not get syntax highlighting to work, there seems > to be some sort of setup procedure required, but I can't find any docs that > clearly explains it. Once the recipe own files and the CodeMirror distribution have been put in the proper places, the setup merely consists in trying to re

Re: [pmwiki-users] Syntax highlighting recipes

2019-07-15 Thread Dominique Faure
Hi, Feel free to have a try with the CodeMirror recipe ( https://pmwiki.org/wiki/Cookbook/CodeMirror). When I managed to make work CodeMirror in rendering-only mode for all the extra languages, I found it a nice alternative to SourceBlock and its un-maintained GeSHI. It shouldn't be too difficult

Re: [pmwiki-users] WYSIWYG on PmWiki

2019-06-18 Thread Dominique Faure
A wiki engine work is mainly a one-way rendering from the wiki text into html during page building. Dealing with a WYSIWYG editor would consists in handling the exact opposite, ie. getting back some html from a browser's content-editable block (the WYSIWYG equivalent of a textarea editing) and tra

Re: [pmwiki-users] Screen-reader friendly PmForm captchas

2019-04-14 Thread Dominique Faure
The Cookbook/Captcha recipe should be able to provide some help here, no? Regards, Dominique On Sun, Apr 14, 2019 at 2:36 AM Crisses wrote: > > Without using ReCaptcha — because Google data-mines everything so I don't > even want to load tech from them on my site — is there a way to fallback t

Re: [pmwiki-users] how to "edit here" ?

2018-11-13 Thread Dominique Faure
Hi, May be you have a try on one of the following cookbook recipes: * CodeMirror (https://www.pmwiki.org/wiki/Cookbook/CodeMirror) * EditPosFix (https://www.pmwiki.org/wiki/Cookbook/EditPosFix) * RememberEditPosition (https://www.pmwiki.org/wiki/Cookbook/RememberEditPosition) Which are both able

Re: [pmwiki-users] GDPR

2018-09-05 Thread Dominique Faure
(I forgot to answer to the end of the point) > Anyone else have particular GDPR-related needs? Can anyone think of other > places user information is potentially collected (even IP address, etc.) and > cookies set? An easy one: The web server itself (through its own cookie handling configuratio

Re: [pmwiki-users] GDPR

2018-09-05 Thread Dominique Faure
Hi, As far as you don't rely on some cookbook recipe specific cookie usage, and you don't extend abusively the php session lifetime, I think that according to https://webmasters.stackexchange.com/questions/114973/are-session-cookies-exempt-from-consent-under-gdpr There's should be no problem with

Re: [pmwiki-users] Talk Pages

2018-02-17 Thread Dominique Faure
Hi, IMHO, these practises are good candidates as Cookbook recipes. Nobody say that recipes should always provide a bunch of php/js/ scripts. Regards On Sun, Feb 18, 2018 at 6:12 AM, Christopher Cox wrote: > On 02/17/2018 08:47 PM, Chuck Dee wrote: > >> Perhaps there needs to be another categor

Re: [pmwiki-users] Talk Pages

2018-02-15 Thread Dominique Faure
Hi, In PmWiki, Talk pages are strictly regular pages. Its up to you to setup some kind of binding (usually a link) between a specific page and another talk-related one. Group headers/footers (http://www.pmwiki.org/wiki/PmWiki/GroupHeaders) are convenient places where to insert such links. On T

Re: [pmwiki-users] Markup expression for substring delimited by string

2017-04-04 Thread Dominique Faure
> I am looking for a markup expression which will return a substring starting from the left up until, say, the first punctuation mark. > Hi, This is rather easily done using MarkupExprPlus reg_replace feature: (:text: Lorem ipsum dolor sit amet, ad has esse duis lucilius, platonem reprimique eam

Re: [pmwiki-users] Direct me to a Cookbook that uses markup that takes an uploaded attachment as a parm

2017-04-02 Thread Dominique Faure
Hi, Feel free to have a look on the way I'm used to handle attachments with the help of http://www.pmwiki.org/wiki/Cookbook/LinkedResourceExtras. On Fri, Mar 31, 2017 at 5:29 PM, wrote: > I wanting to do something in a recipe in php that takes in an argument of > Attachment or Group/Attachmen

[pmwiki-users] CodeMirror recipe update

2017-03-22 Thread Dominique Faure
Hi, Just a few words to announce a CodeMirror recipe update. Most of the editor built-in features advertised at the author's website, as far as relevant in a PmWiki page editing context, are now available as configuration presets. Two new presets would enable the editor vertical resizing by drag

Re: [pmwiki-users] quoted text markup

2016-09-20 Thread Dominique Faure
IMHO and after a look at http://www.pmwiki.org/wiki/PmWiki/MarkupMasterIndex, I would suggest to keep on using the prefix/suffix pattern that emerges in the "Character format" section, and chosse one of: '"quoted text"' {"quoted text"} ["quoted text"'] Regards, Dominique On Tue, Sep 20, 2016 at

Re: [pmwiki-users] Search problem

2016-09-08 Thread Dominique Faure
On Thu, Sep 8, 2016 at 10:22 AM, Ulf Bro wrote: > More information about this error may be available in the server error log. Technical error reports are always useful to track this kind of behavior... :) -- Dominique ___ pmwiki-users mailing list p

Re: [pmwiki-users] UserAdmin

2016-08-18 Thread Dominique Faure
This should mean that: * The php 5 flavor is selected by the file extension and you should use the .php one to get the v5.6.8 running (Free is known to do weird things with php), * The config file error line 36, lets think to some erroneous object related declaration that was not supported anymore

Re: [pmwiki-users] UserAdmin

2016-08-18 Thread Dominique Faure
The major difference between your two urls seems to be the .php/.php5 extension. Did you tried changing the index.php5 to index.php ? -- Dominique ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-

Re: [pmwiki-users] UserAdmin

2016-08-17 Thread Dominique Faure
Hi, > So Is there a way to force the PHP's version of all the page? According to http://les.pages.perso.chez.free.fr/migrations/php5v6.io You should alter your .htaccess with something like: php56 1 -- Dominique ___ pmwiki-users mailing list pmwik

Re: [pmwiki-users] problem with https and includeurl

2016-08-16 Thread Dominique Faure
(reposting to the list as I wrongly replied to the sender) Hi, Taking profit of the MakeLink PmWiki's internal function, the markup was tailored to let you use all the intermap features to handle your links. More precisely, you should specify local resources with the "Path:" prefix. I modified t

Re: [pmwiki-users] Recipe to generate calendar invites

2016-05-27 Thread Dominique Faure
​Hi, ​ > I'm looking for a recipe that would generate a google/outlook(ics) inite that people can use to add an event to their own personal calendar? ​ I was about to write such a thing many years ago but didn't had enough spare time (nor interest) to handle it. Now, as thanks to you, CodeMirror is

Re: [pmwiki-users] Don't allow saving guest post for 0 modification

2015-12-16 Thread Dominique Faure
Incidentally the test should be reverted: ... if ($new['text'] == $page['text']) { ... On Wed, Dec 16, 2015 at 11:59 PM, Dominique Faure wrote: > Hi, > > A solution could be to handle this in the same way it is already done with > author requirement: Looki

Re: [pmwiki-users] Don't allow saving guest post for 0 modification

2015-12-16 Thread Dominique Faure
Hi, A solution could be to handle this in the same way it is already done with author requirement: Looking at scripts/author.php, you'll could easily see that the form post is interrupted by setting the $EnablePost variable to 0; Have a try with the following code: array_unshift($EditFunctions,

Re: [pmwiki-users] Same name but different pages if case sensitive

2015-04-21 Thread Dominique Faure
Hi, > Is there a solution via configuration ? You should perhaps have a look at this recipes: http://www.pmwiki.org/wiki/Cookbook/CaseCorrection -- Dominique ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/l

Re: [pmwiki-users] if exists conditional markup problem

2015-04-01 Thread Dominique Faure
Hi, This comes simply because the space between ftime and "%Y%m" is seen as a separator when evaluation the condition. You should try enclosing your expression with quotes: (:if exists ’Profile-Data.{Members/Hosts$:{(ftime "%Y%m")}}’ :) -D- On Wed, Apr 1, 2015 at 1:07 PM, Criss Ittermann wrot

Re: [pmwiki-users] Users, groups, permissions, security, tools... Help?

2015-03-29 Thread Dominique Faure
Hi, By itself, the PmWiki User oriented security system (http://www.pmwiki.org/wiki/PmWiki/AuthUser) is able to handle credentials coming from external sources, and noticeably coming from .htpasswd/.htgroup files, ie. the regular credential storage files used by apache web servers. Being able to u

Re: [pmwiki-users] guibuttons in skin.php

2015-03-13 Thread Dominique Faure
Hi, > I moved $EnableGuiButtons = 1; to precede the skin setup, but that had no > effect. When dealing with skins, you have to remember that the skins code itself (ie. the {$Skin}.php or skin.php file) is included from within a function call, therefore most of PmWiki's global variables aren't ava

[pmwiki-users] Major rewrite: CodeMirror

2014-12-23 Thread Dominique Faure
Hi, I finally managed to get a large enough free-time span to build and deliver a quite stable new version of the CodeMirror recipe (http://www.pmwiki.org/wiki/Cookbook/CodeMirror). For the record, this recipe provides the CodeMirror JavaScript text editor component to PmWiki, enabling both: * A

Re: [pmwiki-users] MarkupExpressionPlus recipe

2014-12-04 Thread Dominique Faure
In fact, most of the MarkupExpressionPlus() is borrowed from the equivalent core code. The real added value of the function is limited to the code addition at the beginning of the function which is responsible for triggering the evaluation of the various {$variable} markup rules before handling th

Re: [pmwiki-users] MarkupExpressionPlus recipe

2014-12-04 Thread Dominique Faure
Hi, I was (rather slowly, I must apologize) more or less in the process of reworking the recipe for PHP 5.5, and therefore was also wondering how far the features you precisely commented out really need to be updated or simply dropped. For the record, I mainly designed these excluded parts as proo

Re: [pmwiki-users] Recipe update needed?

2014-07-03 Thread Dominique Faure
On Wed, Jul 2, 2014 at 1:55 PM, Crisses wrote: > Hi, Dfaure, > > I am wondering whether you are still using your PmWiki recipe for > http://www.pmwiki.org/wiki/Cookbook/HtpasswdForm because I'm very interested > in using it. > > However it's not working right now with the latest PmWiki. Hi, Feel

Re: [pmwiki-users] rotated pictures displaying original

2013-12-10 Thread Dominique Faure
> It displays rotated on my computer, but when I upload it to pmwiki and > display it using Attach:foo.jpg markup (I also tried with Galleria) it > displays the original rotation as if I had never rotated it. The problem rather comes from the way the browser takes account of the image rotation inf

Re: [pmwiki-users] pmwiki-users Digest, Vol 89, Issue 6

2012-11-07 Thread Dominique Faure
On Wed, Nov 7, 2012 at 8:11 PM, Petko Yotov <5...@5ko.fr> wrote: > John writes: ... Hi, And anyway, while sending messages to the mailing list, could you please conform to usual elementary etiquette[1]. More precisely, don't quote digest mails as they would appear as bags of unrelated stuff with

Re: [pmwiki-users] Truncate PageTitle

2012-08-20 Thread Dominique Faure
On Mon, Aug 20, 2012 at 1:30 PM, Brian Tibbels wrote: > > > I need to truncate a page title for side bar presentation > (:title Language - Full Page Title:) Using MarkupExprPlus as suggested by Peter, the following expression will do it: {(reg_replace '/^.*\s+-\s*/' '' '{$Title}')} -- Dominiqu

[pmwiki-users] Pagelist templates defaults specifications not taken in account

2012-04-09 Thread Dominique Faure
Hi, As stated in http://www.pmwiki.org/wiki/PITS/01282, some pagelist options seemed to be badly handled while given as template default. Though I suspect that the fix would require a rather hard and large modification in the page list processing, this could be nice to allow the feature as sugges

Re: [pmwiki-users] text and image as link content in same [[ ]]

2012-03-18 Thread Dominique Faure
On Sun, Mar 11, 2012 at 13:44, wrote: > Hi > > I am trying to put some text and an image in the same link markup: > [[ linktarget | some text goes here http://host/image.ext ]] > > This is necessary in order to trigger the hover state of the text when the > mouse cursor moves over the image. Thi

Re: [pmwiki-users] RFC: Link titles

2011-10-30 Thread Dominique Faure
On Sun, Oct 30, 2011 at 20:50, Petko Yotov <5...@5ko.fr> wrote: > For me these two should have identical output: > >  [[Link""|text]] and [[Link|text]] There's but a subtle difference: in the 1st case, the author explicitly want a title whereas not in the 2nd. Since the empty title is quite usele

Re: [pmwiki-users] RFC: Link titles

2011-10-30 Thread Dominique Faure
Short version: do it :) The (not so) longer rationale is that things having common usages and behaviors should be expressed the same way, enforcing the analogy between them. All internal/external/intermap/image links are primarily *links* which should only differ by the target specification (as t

Re: [pmwiki-users] vspace revisited

2011-07-28 Thread Dominique Faure
On Wed, Jul 27, 2011 at 13:11, Oliver Betz wrote: > This doesn't work because if I suppress the PmWiki vspace handling, > the css has to take care about the margins. > > I consider vspace handling being part of a "skin". > > (misaligned results with monobook skin) For the record, the monobook ski

Re: [pmwiki-users] I want a pagelist template like the oneline sample, but NO spaces between entries...help

2011-07-05 Thread Dominique Faure
> Like the subject says.  I desire something like the #oneline fmt example in > the pagelist samples, but I do NOT want intervening spaces in the result. >  Even if I specify a backslash, I end up with a space between the items. >  Possible to eliminate without writing some custom markup expression

Re: [pmwiki-users] Remember Password Feature in Firefox

2011-03-08 Thread Dominique Faure
On Tue, Mar 8, 2011 at 15:38, Sebastian Schneider wrote: > Hello, > > I know this might be a firefox-issue, but I thought I'd still give this list > a try, since the problem only occurs to me with pmwiki pages. > > I'm using the "remember my password"-feature from firefox and I have a > pmwiki-pag

Re: [pmwiki-users] pmwiki.org server migration

2010-11-20 Thread Dominique Faure
Hi, On Sat, Nov 20, 2010 at 10:23, Oliver Betz wrote: > "Patrick R. wrote: > > [...] > >>I'm also considering migrating PmWiki's subversion repository >>to GitHub -- any comments?  (If you don't understand what > > Aren't the git people condemning Windows users? I remember > MSysGitHerald9 and ot

Re: [pmwiki-users] PTV including directive : (:text: this is my long text, with pictures. (:thumlist:):)

2010-08-15 Thread Dominique Faure
On Sun, Aug 15, 2010 at 16:20, Patrick R. Michaud wrote: > On Sun, Aug 15, 2010 at 03:44:38PM +1200, Simon wrote: >> A while ago we had a similar discussion about markup for nesting >><<, with >> variations on themes such as >> >> I feel that counting the number of colons may have similar

Re: [pmwiki-users] AsciiMath: Why all the whitespace?

2010-06-25 Thread Dominique Faure
On Fri, Jun 25, 2010 at 01:38, David Spitzley wrote: > > I'm working with AsciiMath, and its equation rendering is a miracle to > behold.  However, the iframes that it generates have about a half-dozen lines > worth of empty space underneath the equations, and I can't for the life of me > figur

Re: [pmwiki-users] New recipe: AbcTunebook

2010-05-17 Thread Dominique Faure
On Mon, May 17, 2010 at 14:24, V.Krishn wrote: > On Monday 17 May 2010 5:24:39 pm V.Krishn wrote: >> On Monday 17 May 2010 2:42:36 am Hans wrote: >> > Announcing a new recipe: AbcTunebook >> > http://www.pmwiki.org/wiki/Cookbook/AbcTunebook >> >> Hi, >> Looks nice. >> >> Just to mention, I think t

Re: [pmwiki-users] What attachment operations do you want or need?

2010-05-04 Thread Dominique Faure
On Tue, May 4, 2010 at 15:19, Eemeli Aro wrote: > Greetings. > > I'm working on a bundle of recipes for better PmWiki attachment > handling . [...] > But there's more to come, and I'd like to hear what you want or need > to do with PmWiki attachments th

Re: [pmwiki-users] (:directive:) in (:mytext: this is a hidden PTV:)

2010-04-20 Thread Dominique Faure
On Tue, Apr 20, 2010 at 12:26, Hans wrote: > Tuesday, April 20, 2010, 11:07:32 AM, Dominique Faure wrote: > >> oops, the generic version should be more elaborated: > >> $MarkupExpr['directive'] = 'preg_replace("/\\n$/", "",

Re: [pmwiki-users] (:directive:) in (:mytext: this is a hidden PTV:)

2010-04-20 Thread Dominique Faure
On Tue, Apr 20, 2010 at 11:42, Dominique Faure wrote: > On Tue, Apr 20, 2010 at 11:19, Hans wrote: >> Tuesday, April 20, 2010, 1:26:45 AM, ABClf wrote: >> >>> I was in trouble for using (:thumblist:) in a large hidden PTV >>> (:myptv: long text :). >

Re: [pmwiki-users] (:directive:) in (:mytext: this is a hidden PTV:)

2010-04-20 Thread Dominique Faure
On Tue, Apr 20, 2010 at 11:19, Hans wrote: > Tuesday, April 20, 2010, 1:26:45 AM, ABClf wrote: > >> I was in trouble for using (:thumblist:) in a large hidden PTV >> (:myptv: long text :). >> Here it is my problematic source: > >> (:text: some long text, where I want images (:thumblist:) some more

Re: [pmwiki-users] Google: noindex, nofollow error 403

2010-04-20 Thread Dominique Faure
On Mon, Apr 19, 2010 at 23:47, wrote: > On Mon, 19 Apr 2010 15:53:47 -0500 > "Patrick R. Michaud" wrote: > >>Or, it appears you can disable the GetCode link globally with >> >>   $EnableSourceBlockGetCode = 0; > > $EnableSourceBlockGetCode = 0; > > Actually this didn't work. I placed it after th

Re: [pmwiki-users] RFC: Indexing categories and links (suspended)

2010-03-08 Thread Dominique Faure
On Sun, Mar 7, 2010 at 20:42, Oliver Betz wrote: > Dominique Faure wrote: > > [...tags vs. links...] > >>IMHO (and on a rather technical point of view), we already have almost >>all the bells and wistles we could need to handle such kind of data >>(page text varia

Re: [pmwiki-users] RFC: Indexing categories and links (suspended)

2010-03-07 Thread Dominique Faure
On Sun, Mar 7, 2010 at 17:47, DaveG wrote: > > > On 3/7/2010 8:23 AM, Hans wrote: >> Sunday, March 7, 2010, 8:44:24 AM, Simon wrote: >> >>> The markup [[!SomeCategory]] is a tag, it categorises a page. It is a >>> definition or declaration. >>> The  markup [[Category/SomeCategory] is a reference

Re: [pmwiki-users] PmWiki 2.2.10 released

2010-01-19 Thread Dominique Faure
On Tue, Jan 19, 2010 at 18:45, Petko Yotov <5...@5ko.fr> wrote: > On Monday 18 January 2010 21:59:07, Dominique Faure wrote : >> On Mon, Jan 18, 2010 at 09:34, Oliver Betz wrote: >> > Petko Yotov wrote: >> >>* If set to 1, the first title directive will be

Re: [pmwiki-users] PmWiki 2.2.10 released

2010-01-18 Thread Dominique Faure
On Mon, Jan 18, 2010 at 09:34, Oliver Betz wrote: > Petko Yotov wrote: > > [...] > >>This release adds a new variable $EnablePageTitlePriority which defines how to >>treat multiple (:title..:) directives. >> >>* PmWiki default is 0. For years, the last title directive has been used >> (it could c

Re: [pmwiki-users] test email adress

2009-10-26 Thread Dominique Faure
On Mon, Oct 26, 2009 at 08:55, PKHG wrote: > > Thanks Dave, > Indeed, you allow much more complicated e-mail addresses, e.g. special > characters. > > Is there 'somewhere' an official definition, what e-mail addresses may look > like? You may safely refer to RFC-822 for this: http://www.ietf.org

Re: [pmwiki-users] Improving PITS

2009-07-09 Thread Dominique Faure
On Thu, Jul 9, 2009 at 10:39, Petko Yotov <5...@5ko.fr> wrote: > > On Thursday 09 July 2009 08:29:27 Oliver Betz wrote: > > Petko Yotov wrote: > > >> >* Inactive discussions (no edits for 180+ days) are automatically > > >> > labeled and moved to a sub-page, instead of cluttering the main page. > >

Re: [pmwiki-users] Cookbooks. . . .. include_once problem

2009-06-11 Thread Dominique Faure
On Thu, Jun 11, 2009 at 23:23, Tyrus Elias wrote: > > I am doing something wrong. > > Its been over a month since I looked at this. I had a space in the wrong > place, fixed it and out of frustration, I just have not looked at it again > until today. > > I am following the instructions at:   > h

Re: [pmwiki-users] Breeak picture captions?

2009-05-19 Thread Dominique Faure
On Tue, May 19, 2009 at 19:52, Oliver Betz wrote: > Update: > >> Attach:foo.jpg | caption1 Attach:bar.jpg | caption2 >> >>the second picture with it's caption is used as caption of the first >>picture. >> >>How can I avoid this, IOW put two or more pictures with captions side >>by side? > > The fi

Re: [pmwiki-users] User management (Cookbook: htpasswdform)

2009-05-09 Thread Dominique Faure
On Sat, May 9, 2009 at 19:48, Tyrus Elias wrote: > In continued effort to manage users, I have moved on to try using a > cookbook. I have tried "include_once("$FarmD/cookbook/htpasswdform.php");" > Did you literaly use "include_once("$FarmD/cookbook/htpasswdform.php");" in your configuration file

Re: [pmwiki-users] Translation downloads updated

2009-02-05 Thread Dominique Faure
On Fri, Feb 6, 2009 at 06:34, Petko Yotov <5...@5ko.fr> wrote: > On Friday 06 February 2009 02:49:00 Patrick R. Michaud wrote: >> On Wed, Feb 04, 2009 at 07:30:56PM +0100, Petko Yotov wrote: >> > [1] I can use some help. If people from the community have the time and >> > are willing to help out, w

[pmwiki-users] SourceBlock recipe update notice

2009-01-27 Thread Dominique Faure
Hi, FYI, I just updated the SourceBlock recipe which now should work with latest version of Geshi. The previous version was found broken when Petko activated it on the recipe page. Petko, sorry to bother you again, but could you enable it one more time? Best, Dominique _

Re: [pmwiki-users] Formatting numbers

2009-01-23 Thread Dominique Faure
On Sun, Jan 18, 2009 at 04:27, Marcus wrote: > Is there a way to format numbers? > If I have a form variable "1.5", is there a way to add a zero *only* > if the variable has one digit after the decimal point? > > 1.5 becomes 1.50 > 1.54 stays as 1.54 > Hi, The http://www.pmwiki.org/wiki/Cookbook

Re: [pmwiki-users] htpasswdform

2008-11-18 Thread Dominique Faure
On Tue, Nov 18, 2008 at 18:42, noskule <[EMAIL PROTECTED]> wrote: > Am Dienstag 18 November 2008 16:55:25 schrieb Dominique Faure: >> On Tue, Nov 18, 2008 at 14:41, noskule <[EMAIL PROTECTED]> wrote: >> > hi list >> > I installed htpasswdforms, this works gr

Re: [pmwiki-users] htpasswdform

2008-11-18 Thread Dominique Faure
On Tue, Nov 18, 2008 at 14:41, noskule <[EMAIL PROTECTED]> wrote: > hi list > I installed htpasswdforms, this works great, but I cant figure what I have to > do to automatically generate a Profiles.Username page. > > My configuration looks like this: > $EnableHtpasswordProfileLinks = 1; > $Htpasswo

Re: [pmwiki-users] httpvariables / markupexprplus

2008-10-24 Thread Dominique Faure
On Thu, Oct 23, 2008 at 20:45, noskule <[EMAIL PROTECTED]> wrote: > hi list > I expirienced a problem using httpvariables and markupexprplus. > > If I include httpvariables bevor markupexpr plus, setting pv's via {(set > xx12)} is not working, if I include it after it works. > > dont work: >$En

Re: [pmwiki-users] define $FmtPV via foreach

2008-10-02 Thread Dominique Faure
On Thu, Oct 2, 2008 at 21:32, noskule <[EMAIL PROTECTED]> wrote: > hi list > I try to define page variables out of an array: > > $skinsection_ptv_arr = array( > "SectionA" => 1, > "SectionB" => 0, > ... > ); > > foreach ( $skinsection_ptv_arr as $ptvname => $val ) { > $FmtPV['${$ptvname}]' = "'$va

Re: [pmwiki-users] Displaying a markup variable via a skin template

2008-10-02 Thread Dominique Faure
On Mon, Sep 29, 2008 at 23:28, marc <[EMAIL PROTECTED]> wrote: > Hi, > > I want to display a variable from the markup on each displayed page via > the skin template. > > I thought I would be able to use a PTV directly. Thus, in markup: > > (:something: marctest:) > > and in the template file, some

Re: [pmwiki-users] SourceBlock: unable to turn off "Get Code"

2008-09-16 Thread Dominique Faure
On Tue, Sep 16, 2008 at 20:31, Jean-Marc Meessen <[EMAIL PROTECTED]> wrote: > Hello, > > I am using this cookbook (v2008-06-12) with success on a 2.1.26 PMWIKI. The > only thing that I can't get to work is the feature to turn off "Get Code" > option. > > I am stuck and don't know where to for a hi

Re: [pmwiki-users] Proposal to change (...) in links to {...}

2008-08-25 Thread Dominique Faure
On Mon, Aug 25, 2008 at 19:40, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > In this proposal we would not immediately eliminate the > use of parens to suppress link text -- it would be left > as an option for now and removed in some future major > release of PmWiki. > > Any comments on this prop

Re: [pmwiki-users] proposed markup for rowspan in simple tables

2008-08-25 Thread Dominique Faure
On Mon, Aug 25, 2008 at 14:48, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Mon, Aug 25, 2008 at 10:44:46AM +0200, Christian Ridderström wrote: >> What about this: [...] >> (:simpletable separator=";" alignment="llc" :) >> Column A ; Column B ; Column C >> asfasdf ; asdfasdf ; asdfas >>

Re: [pmwiki-users] "Beautiful" urls: how to put "pmwiki.php" out?

2008-08-18 Thread Dominique Faure
On Mon, Aug 18, 2008 at 14:28, Francesco Sblendorio <[EMAIL PROTECTED]> wrote: > Hi. > > I'd like to know how to turn an url such as (it does exist): > > http://fsblendorio.netsons.org/wiki/pmwiki.php/Teatro/Motel > > into something like that: > > http://fsblendorio.netsons.org/wiki/Teatro/Motel >

Re: [pmwiki-users] automatic page titles (aless)

2008-08-02 Thread Dominique Faure
On Sat, Aug 2, 2008 at 09:33, aless <[EMAIL PROTECTED]> wrote: > > >> [...] I found also the AlternateNamingScheme recipe in the Cookbook > >> (http://www.pmwiki.org/wiki/Cookbook/AlternateNamingScheme), and > >> following the instructions I came up with this array that should transform > >> > >>

Re: [pmwiki-users] Pu

2008-07-29 Thread Dominique Faure
On Tue, Jul 29, 2008 at 05:17, DaveG <[EMAIL PROTECTED]> wrote: > >> 2] Quotes within the $2 text now appear in the final output as \" rather >> than simply ". I've tried moving the $2 around to no avail. Any suggestions >> there? > > Using PSS as described here removed the backslashes before the q

Re: [pmwiki-users] Pu

2008-07-28 Thread Dominique Faure
On Tue, Jul 29, 2008 at 00:49, DaveG <[EMAIL PROTECTED]> wrote: > > I'm trying to define a markup, part of which will be used to determine > the path for an image styled background. However, this markup: > Markup('^Country:', 'fulltext', >'/^Country\s+([a-zA-Z][a-zA-Z]):(.*?)>><

Re: [pmwiki-users] list of ptv-values from pagelist

2008-07-28 Thread Dominique Faure
On Mon, Jul 28, 2008 at 23:49, noskule <[EMAIL PROTECTED]> wrote: > hi list > anyone an idea how I get a list of ptv values of certain pages. Example: > > Page1: > (:test: A:) > > Page2: > (:test: B:) > > Page3: > (:test: C:) > > > I need: > > A,B,C > > > thanks for any hints > n os > > __

Re: [pmwiki-users] Semi-automatic user accounts for fox forum -- Htpasswdform

2008-07-10 Thread Dominique Faure
wide interest. >>> But is there a reasonable way to use a custom form for new users? >>> I guess by reasonable I mean without writing the php code. I see >>> that there are a lot of SDV's, so that it might be possible to >>> customize. >>> >>> Tha

Re: [pmwiki-users] Semi-automatic user accounts for fox forum

2008-07-09 Thread Dominique Faure
On Wed, Jul 9, 2008 at 20:56, Hans <[EMAIL PROTECTED]> wrote: > > Wednesday, July 9, 2008, 3:54:22 PM, Vince Administration wrote: > > > The idea is to have read access to anyone, but > > posting only for authenticated users. For a start I would like the > > users to authenticate themselves by f

Re: [pmwiki-users] print icon

2008-06-25 Thread Dominique Faure
On Wed, Jun 25, 2008 at 22:55, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: ...action=print... > >>> this gives the print preview, but don't >>> lauch the print window? > >> Right. >> It calls the "print skin", if there is one, while triggering a printer >> is quite a different task. > > Actua

Re: [pmwiki-users] custom markup: passing arguments to function

2008-06-16 Thread Dominique Faure
On Mon, Jun 16, 2008 at 16:04, Dominique Faure <[EMAIL PROTECTED]> wrote: > On Mon, Jun 16, 2008 at 15:30, Anno <[EMAIL PROTECTED]> wrote: >> Hans wrote: >>> Monday, June 16, 2008, 12:53:57 PM, Anno wrote: >>> >>>> Markup('jslide'

Re: [pmwiki-users] custom markup: passing arguments to function

2008-06-16 Thread Dominique Faure
On Mon, Jun 16, 2008 at 15:30, Anno <[EMAIL PROTECTED]> wrote: > Hans wrote: >> Monday, June 16, 2008, 12:53:57 PM, Anno wrote: >> >>> Markup('jslide', 'end_', >>> '/\\(:jslide\\s"(.*)"\\s"(.*)"\\s"(.*)":\\)/e', >>> "jslide('$1','$2','$3')"); >> >> try this: >> >> Markup('jslide', 'end_', >> '/\\(

Re: [pmwiki-users] page index out of sync

2008-05-27 Thread Dominique Faure
On Tue, May 27, 2008 at 9:33 AM, olli <[EMAIL PROTECTED]> wrote: > hi there > > i have copied a wiki via WS_FTP from my local machine to an external server > and managed to get it to run there. (after finding out that i have to delete > the .flock file!) > > after copying the ftp prgram left a log

Re: [pmwiki-users] conditional markup matching search pattern

2008-05-26 Thread Dominique Faure
On Mon, May 26, 2008 at 3:40 PM, noskule <[EMAIL PROTECTED]> wrote: > > hi list > In my wiki I have groups that are uses for configuration, storing forms > etc. So I would like to display certain page action only if the current > group isn't one of those. > > Is there a way to do a condition that m

  1   2   3   >