Re: [pmwiki-users] upload box

2007-01-26 Thread dso
I don't think this will work because I do not want the file to be on a wiki page. Just saved and not visible. I also don't want to pre-set the filename. Something like this: http://www.virustotal.com/en/indexf.html Daniel Sandy wrote: > dso wrote: >> I want to add a box that has [ ]

[pmwiki-users] moving wiki up one level

2007-01-26 Thread dso
I moved my wiki from /www/pmwiki to /pmwiki I did a .htaccess redirect /www http://www.blah.com It all works almost right. When someone enters http://www.blah.com/Updates it ends up rewritten like so: http://www.blah.com/Updates?n=Updates It seems to be from the last RewriteRule. here is my .h

Re: [pmwiki-users] ZAP search and replace...

2007-01-26 Thread The Editor
On 1/26/07, Hans <[EMAIL PROTECTED]> wrote: > Friday, January 26, 2007, 9:50:59 PM, The wrote: > > > Basically, Replace allows you to find and replace text throughout your > > entire site (or on specific pages or groups) at the click of a button. > > > To use it to do something like FOX, just put a

Re: [pmwiki-users] Hierarchical groups again...

2007-01-26 Thread The Editor
On 1/26/07, Hans <[EMAIL PROTECTED]> wrote: > Friday, January 26, 2007, 10:35:37 PM, The wrote: > > > Can anyone suggest a way to produce a page list that would return the > > subgroups in Animal, ie, only one instance each of: > > > Canine > > Feline > > with present pagelist use wildcards: > > (:

Re: [pmwiki-users] ZAP search and replace...

2007-01-26 Thread Hans
Friday, January 26, 2007, 9:50:59 PM, The wrote: > Basically, Replace allows you to find and replace text throughout your > entire site (or on specific pages or groups) at the click of a button. > To use it to do something like FOX, just put an invisible marker on > the target page, like [==] or

Re: [pmwiki-users] Restoring Deleted Pages

2007-01-26 Thread The Editor
On 1/24/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > If a site wants to have pages "deleted but still available", > then the best bet is to turn off $DeleteKeyPattern (so that > people cannot delete a page) and provide a way to rename > pages to include a "-Deleted" suffix on the pagename.

Re: [pmwiki-users] Hierarchical groups again...

2007-01-26 Thread Hans
Friday, January 26, 2007, 10:35:37 PM, The wrote: > Can anyone suggest a way to produce a page list that would return the > subgroups in Animal, ie, only one instance each of: > Canine > Feline with present pagelist use wildcards: (:pagelist group=*Canine:) (:pagelist group=*Feline:) Hans _

[pmwiki-users] Hierarchical groups again...

2007-01-26 Thread The Editor
Still tinkering around with an idea for creating an easily enabled hierarchical groups system in PmWiki without having to change core. 1) So far I have code to create subgroup page variables, ie. Pets-Care-Groom.Poodle produces: {$g1} = Pets {$g2} = Care {$g3} = Groom This helps to make links ea

Re: [pmwiki-users] Slender: prebundled wikis

2007-01-26 Thread The Editor
On 1/26/07, Dr Fred C <[EMAIL PROTECTED]> wrote: > Mark Trumpold wrote: > Who will ensure that the recipes bundled will be compatible with the > latest version of pmwiki? Who will document it? Give instructions? And the > list goes on Also, while this may not be the ideal approach, I'm

[pmwiki-users] ZAP search and replace...

2007-01-26 Thread The Editor
Hi all! Went ahead and pulled together a search and replace command for the ZAPplus module, and have a working snippet up. Though the code was quite straightforward the command is crazy powerful... Check it out. See: http://www.fast.st/zap/pmwiki.php?n=Snippets.Replace Basically, Replace allo

Re: [pmwiki-users] Slender: prebundled wikis

2007-01-26 Thread Dr Fred C
Mark Trumpold wrote: Who will ensure that the recipes bundled will be compatible with the latest version of pmwiki? Who will document it? Give instructions? And the list goes on For the most part, most recipes are forward compatible with the most recent wiki version and are gen

Re: [pmwiki-users] New recipe: AuxSelect

2007-01-26 Thread Martin Fick
--- marc <[EMAIL PROTECTED]> wrote: > marc said... > > Dropdown widget that persists its selected value > between pages > > > > http://www.pmwiki.org/wiki/Cookbook/AuxSelect > > > > This recipe allows you to create a dropdown form > that is populated with > > values from a PHP array. The dropd

[pmwiki-users] visible refresh when saving pages

2007-01-26 Thread Ben Stallings
Hi, folks. Shortly after I upgraded one of my wikis to 2.2 beta, it began exhibiting a behavior it hadn't shown before... when the edit form is submitted, the browser goes first to the page with ?action=edit appended to the URL, then after a tangible delay, it refreshes to the new address. Pr

Re: [pmwiki-users] New recipe: AuxSelect

2007-01-26 Thread marc
marc said... > New recipe > > Dropdown widget that persists its selected value between pages > > http://www.pmwiki.org/wiki/Cookbook/AuxSelect > > This recipe allows you to create a dropdown form that is populated with > values from a PHP array. The dropdown can be preceded by a text label.

Re: [pmwiki-users] Slender: prebundled wikis

2007-01-26 Thread Mark Trumpold
Hi all Just to go back a bit (I know there has been more convo on this) ... I think this has been said before I have been using pmwiki since sept '06 and have noticed that features do get added. Bit isn't that the idea behind pmwiki, that PM puts in scripts etc when there is a great need,

[pmwiki-users] List of all pages

2007-01-26 Thread The Editor
If I wanted to created an array of ALL the pages in wiki.d, how would I modify this line: $AllPages = ListPages("/^$g\\.\\d/"); Thanks in advance! Cheers, Dan ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/list

[pmwiki-users] New recipe: AuxSelect

2007-01-26 Thread marc
New recipe Dropdown widget that persists its selected value between pages http://www.pmwiki.org/wiki/Cookbook/AuxSelect This recipe allows you to create a dropdown form that is populated with values from a PHP array. The dropdown can be preceded by a text label. The current value is set by t

Re: [pmwiki-users] 2.2.0-beta26 change in auth?

2007-01-26 Thread Ben Wilson
It got a super double-secret thumbs up from me. The demo allowed me to scan through the PmWiki site and remove some pages which people had created (i.e. they were experimenting) without linking to any of the main pages. Regards, Ben Wilson On 1/26/07, marc <[EMAIL PROTECTED]> wrote: > Russ Fink s

Re: [pmwiki-users] beta26 question

2007-01-26 Thread marc
IchBin said... > I just upgraded to beta26. I am now getting these errors below. It seems > to go into a loop or I have not waited long enough for it to stop > posting the errors. Is there any relationship to beta26? > I am running on a new host but was not getting these errors before. > > War

Re: [pmwiki-users] upload box

2007-01-26 Thread Sandy
dso wrote: > I want to add a box that has [ ] Browse Send (or something > close) that will allow someone to upload a file. It won't be going into > a wiki page but saved to a folder. What is the best way to do this? > > Daniel Use Attach:resume.pdf http://pmwiki.org/wiki/PmWiki/Uploa

Re: [pmwiki-users] utf-8/core

2007-01-26 Thread Seth Cherney
Well, we are trying to get together a site (within a few weeks) that uses utf-8 (wish it was utf-16, but appears nobody is using that - and cant dev everything from scratch - not a programmer), so vote for including things in core... for whatever its worth. Seth --

[pmwiki-users] beta26 question

2007-01-26 Thread IchBin
I just upgraded to beta26. I am now getting these errors below. It seems to go into a loop or I have not waited long enough for it to stop posting the errors. Is there any relationship to beta26? I am running on a new host but was not getting these errors before. Warning: chdir() has been disab

Re: [pmwiki-users] 2.2.0-beta26 change in auth?

2007-01-26 Thread marc
Russ Fink said... > What would be nice would be a site-wide table that could come up, listing > every group/page, then columns for read, edit, attr, and upload passwords. > This is a very minor request. See the authtable recipe. It got many thumbs up around here. -- Cheers, Marc

Re: [pmwiki-users] Site upload password problem

2007-01-26 Thread Neil Herber (nospam)
On 2007-01-26 Nicholas Buttle is rumoured to have said: > My pages report that there is a site wide upload > password. In config.php however that directive is > definitely commented out. If you are running a farm, it could be set in farmconfig.php. -- Neil Herber Corporate info at http://www.e

[pmwiki-users] 2.2.0-beta26 change in auth?

2007-01-26 Thread Russ Fink
False alarm - all is working well! I was editing my GroupAttributes attrs to death and seeing no change, user kept getting a password prompt, when it turns out at some point I'd set the *page* attributes on HomePage and those required admin-readonly! Ka-duh. What would be nice would be a sit

[pmwiki-users] attachlist question and/or feature request

2007-01-26 Thread Neil Herber (nospam)
I use (:attachlist:) to list all the files in an upload directory. Many of my directories contain sub-directories, so the structure looks like: --- file-1 --- file-2 --- subdir |--- file-a |--- file-b Attachlist shows the subdir with a link (yay!) but it shows it as a 0 byte file (b

[pmwiki-users] Site upload password problem

2007-01-26 Thread Nicholas Buttle
Hi My pages report that there is a site wide upload password. In config.php however that directive is definitely commented out. Is there a way to set a site wide password for uploads that I may have done a while back and forgotten about? How do I disable the sitewide upload password? TIA Nich

Re: [pmwiki-users] input default not being generated

2007-01-26 Thread marc
marc said... > When I hard-code the following: > > (:input default name=currency value=USD:) > (:input select name=currency value=GBP:) > (:input select name=currency value=USD:) > (:input select name=currency value=EUR:) > > the expected option is selected. When I generate the dr

[pmwiki-users] JITS v.20070125 recipe released

2007-01-26 Thread Jiri Hladůvka / OBUTEX
(this mail was already sent to pmwiki-users@pmichaud.com and pmwiki-devel@pmichaud.com but it seems it was not delivered to pmwiki-users@pmichaud.com so resending again. Sorry if you receive it twice.) Hi all, I just uploaded tested JITS v.20070125 - Issue tracking system recipe The main featu

[pmwiki-users] 2.2.0-beta26 change in auth?

2007-01-26 Thread Russ Fink
Has there been a change to the auth functionality of 2.2.0-beta26, since probably 2.1 or whatever was the version available in November? I'm finding that cmsb-cmsmode.php isn't letting users in anymore - it asks for a password and keeps repeating. This is from the cmslike recipe. Maybe I hav

Re: [pmwiki-users] [pmwiki-devel] JITS v.20050125 recipe released

2007-01-26 Thread Jiri Hladůvka / OBUTEX
Sorry, the version is 20070125 :-) Jiri Jiri Hladůvka / OBUTEX napsal(a): > Hi all, > I just uploaded tested JITS v.20050125 - Issue tracking system recipe > > The main features: > > * you can have multiple issue tracking systems in the site (e.g. > CoreModules,Addons, Bundles, ...) > *

Re: [pmwiki-users] core addtion proposal (was: utf-8 issue)

2007-01-26 Thread Petko Yotov
On Friday 26 January 2007 13:08, Tom Lederer wrote: > However i did not know until now, that if suffices to use the XLPage, > (so that the inclusion uf the xlpage-utf-8.php is not necessary > anymore.) > > Some further ideas: i assume that the line > > 'xlpage-i18n' => 'utf-8' > > in my XLPag

Re: [pmwiki-users] core addtion proposal (was: utf-8 issue)

2007-01-26 Thread Tom Lederer
Hi, thanks for the hint. Actually i now put the code from the page in an own cookbook file, to keep the config.php clean(er). As for the core inclusion: if it is an improvement/fix, it should not matter, if it used by many people, because if that matters, it should be taken off the core alt

Re: [pmwiki-users] core addtion proposal (was: utf-8 issue)

2007-01-26 Thread Petko Yotov
On Friday 26 January 2007 13:08, Tom Lederer wrote: > thanks for the fix. Works as expected :) > > I already included the AsSpacedFunctionInUTF-8 and added your line > after that. If you have copied the AsSpacedUTF a while ago, please recheck it as today I spotted and fixed a bug that may cause t

[pmwiki-users] JITS v.20050125 recipe released

2007-01-26 Thread Jiri Hladůvka / OBUTEX
Hi all, I just uploaded tested JITS v.20050125 - Issue tracking system recipe The main features: * you can have multiple issue tracking systems in the site (e.g. CoreModules,Addons, Bundles, ...) * all tracking systems are using a few shared standart PmWiki pages placed in the JITS wiki

[pmwiki-users] core addtion proposal (was: utf-8 issue)

2007-01-26 Thread Tom Lederer
Hi Petko, thanks for the fix. Works as expected :) I already included the AsSpacedFunctionInUTF-8 and added your line after that. However i did not know until now, that if suffices to use the XLPage, (so that the inclusion uf the xlpage-utf-8.php is not necessary anymore.) Some further ide

Re: [pmwiki-users] hierarchical groups possibility

2007-01-26 Thread The Editor
On 1/25/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Thu, Jan 25, 2007 at 04:20:07PM -0500, The Editor wrote: > > > > Pm, don't know if you have been following this thread, but it has a > > pretty exciting idea (to me) for hierarchical groups that would only > > require minimal changes to

Re: [pmwiki-users] JumpBox lists and & in page titles

2007-01-26 Thread Luigi
> I'm using Cookbook.InputJumpBox (Dfaure's variation) for accessing and > navigating a long list of pages in the "Clients" group. > [...] > [...] "&" (ampersand) in page titles is renderedas "&". > I know that page names convert to & but I thought that ampersand > was legal in page titles. > Is th

Re: [pmwiki-users] Slender: prebundled wikis

2007-01-26 Thread Oliver Betz
Neil Herber wrote: [...] > Something that I think would be even more useful than bundles would be > comparison pages that allow admins to quickly uinderstand the strengths > and weaknesses of various recipes that perform more-or-less the same > function. This might have helped Mark to avoid hi

[pmwiki-users] Pagelist sort by Author

2007-01-26 Thread PP Köln ZA 121
Hello, can't find a way getting a pagelist sort/filtered by an author. any help? Regards CEBIUS ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users