[pmwiki-users] httpvariables not setting cookies

2009-09-18 Thread Randy Brown
Is there a problem with httpvariables setting cookies, or is it me? I'm trying to use httpvariables to set cookies for use as parameter values, so the user can change any parameter independently of the others. For some reason, httpvariables doesn't seem to be setting the cookies. Refreshin

Re: [pmwiki-users] Using pmwiki for School Websites

2009-09-18 Thread subs
Adam: I LOVE PMwiki, too, but for a school application and environment, have you considered Moodle (www.moodle.org )? It's open-source FREE secure software written in PHP using a MySQL database. I've found it fairly easy to install and administer on a typical shared hosting account. Mo

Re: [pmwiki-users] WikiSh - conditional question

2009-09-18 Thread adam overton
thanks for the heads up peter. i think i figured out that i can set up more complex conditionals if i break them apart, for example: {(wikish if test "blee" == "blee" && test "blech" == "blech"; then; set -s conditionA = "true"; fi; )} then: {(wikish if test "blam" == "blammo" || test ${condition

Re: [pmwiki-users] Using pmwiki for School Websites

2009-09-18 Thread Tegan Dowling
http://www.milwcollegeprep.com/ is built with v2.1.26. I don't have a wikigroup for each teacher, though -- I couldn't convince them to use it that way. http://www.nonviolentworm.org has a bloggish part at http://www.nonviolentworm.org/DiaryOfAWorm/HomePage that uses a bunch of custom pieces -- b

[pmwiki-users] Using pmwiki for School Websites

2009-09-18 Thread Adam Eyring
Hi all, I've been roped as a volunteer into coming up with a revised website for my kid's school using pmwiki (the budget is too low for a site produced by a paid consultant). I've been using pmwiki for neighorhood and alumni groups. It's going to be more challenging to do the school because teach

Re: [pmwiki-users] image filename extension for inline display

2009-09-18 Thread Oliver Betz
W Randolph Franklin wrote: >Thanks, everyone. After modifying ImgExtPattern, turned out that >Firefox does not display SVG files from an IMG tag (and in general >supports SVG only partly). it's a real pity that it takes so long to support SVG nicely in browsers (img tags, CSS). You could use

Re: [pmwiki-users] image filename extension for inline display

2009-09-18 Thread W Randolph Franklin
Thanks, everyone. After modifying ImgExtPattern, turned out that Firefox does not display SVG files from an IMG tag (and in general supports SVG only partly). FYI, my idea was that, since I'm trying a new drawing tool (inkscape) that supports SVG, to use SVG for my displayed images. But it'

Re: [pmwiki-users] Problems with PHP 5.3.0

2009-09-18 Thread Petko Yotov
On Friday 18 September 2009 14:24:27 SteP wrote: > php 5.3.0 hangs with pmwiki. I am experiencing this issue as others have > reported before with pmwiki 2.2.5 and php 5.3.0 Thanks, now added to http://pmwiki.org/wiki/PITS/01141 -- I'll try to find some time to review this issue as soon as possi

Re: [pmwiki-users] WikiSh - conditional question

2009-09-18 Thread Melodye Bowers
On Thu, Sep 17, 2009 at 12:22 AM, adam overton wrote: > i was wondering if it's possible to do nested conditiionals in WikiSh in > the form: > > {(wikish if test "blam" == "blammo" || ( test "blee" == "blee" && test > "blech" == "blech" ); then; echo "true"; else; echo "false"; fi; )} > > i would

Re: [pmwiki-users] Problems with PHP 5.3.0

2009-09-18 Thread SteP
php 5.3.0 hangs with pmwiki. I am experiencing this issue as others have reported before with pmwiki 2.2.5 and php 5.3.0 with Chrome, Opera, and Firefox on Windows XP Pro SP3. It can be easily reproduced just with the standard pmwiki 2.2.5 distro and no customizations, just browse Main.HomePage

Re: [pmwiki-users] TextExtract (Search recipe) update

2009-09-18 Thread Hans
I released TextExtract version 2009-09-18 in which is added a FPL function for use with pagelist or searchbox option fmt=extract (not fmt=#extract). This does not need the custom pagelist template fmt=#extract is using. I also improved the timer, to give more accurate figures when using TextExtr

Re: [pmwiki-users] image filename extension for inline display

2009-09-18 Thread Oliver Betz
Nigel Thomas wrote: [...] >Note that BMP images are uncompressed and quite heavy. You may wish to BMP supports RLE encoding for 4 and 8 bits per Pixel (besides very old OS/2 V1 BMP) Oliver ___ pmwiki-users mailing list pmwiki-users@pmichaud.com ht

Re: [pmwiki-users] image filename extension for inline display

2009-09-18 Thread Simon
PS See http://www.pmwiki.org/wiki/Cookbook/AddImageType ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] image filename extension for inline display

2009-09-18 Thread Simon
This might be a good time to discuss the introduction of a 'media' tag(cf http://pmwiki.org/wiki/PITS/01096) that allows this, the new video tags, etc my 2cents Simon 2009/9/18 W Randolph Franklin > I'd like to have SVG files displayed inline as images, along with JPG > etc. What needs to be

Re: [pmwiki-users] image filename extension for inline display

2009-09-18 Thread Nigel Thomas
Randolph See the example in PmWiki/Images (although that refers to .bmp, the same principle applies) *Is there a way to attach a BMP and have it display rather than link?* Add to config.php the following line: $ImgExtPattern = "\\.(?:gif|jpg|jpeg|png|bmp