Re: [pmwiki-users] deleted pages in pagelists

2008-12-18 Thread Christophe David
I would like to display in a page the list of deleted pages in a group. As the deleted pages are skipped from the search and page list results, I I just published a new recipe to do that: see http://www.pmwiki.org/wiki/Cookbook/Trash . The recipe adds two actions: 'trash' and 'untrash'.

Re: [pmwiki-users] deleted pages in pagelists

2008-12-18 Thread Christophe David
what happens if you have a page Group.A which gets trashed to group.A-trash. Then someone creates Group.A again and trashes it again. Do you have some way of preserving both copies with a numerical suffix or timestamp or something? Currently, only one version is preserved. I could change

Re: [pmwiki-users] deleted pages in pagelists

2008-12-08 Thread Peter Bowers
that helps get you started in the right direction. -Peter _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thierry Vanderschueren Sent: Monday, December 01, 2008 8:59 AM To: pmwiki-users@pmichaud.com Subject: Re: [pmwiki-users] deleted pages in pagelists Hi

Re: [pmwiki-users] deleted pages in pagelists

2008-11-30 Thread Thierry Vanderschueren
Hi, this doesn't work. Isn't there somewhere in the source code a pattern that excludes all files named .*?,del-.* from the pagelists ? Thierry 2008/11/29 noskule [EMAIL PROTECTED] Am Freitag 28 November 2008 14:30:57 schrieb Thierry Vanderschueren: hi Thierry delete the file

Re: [pmwiki-users] deleted pages in pagelists

2008-11-29 Thread noskule
Am Freitag 28 November 2008 14:30:57 schrieb Thierry Vanderschueren: hi Thierry delete the file wiki.d/.pageindex. As far as I remember this should usually do the trick. grz nos Hi, I would like to display in a page the list of deleted pages in a group. As the deleted pages are skipped

[pmwiki-users] deleted pages in pagelists

2008-11-28 Thread Thierry Vanderschueren
Hi, I would like to display in a page the list of deleted pages in a group. As the deleted pages are skipped from the search and page list results, I tried the following without success : in the MyGroup.DeletedPages.php file : $SearchPatterns['deleted'][] = '/MyGroup\..*?,del.*?/'; in the