]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
New plugin argument 'show_deleted' determines whether "deleted" pages
authordairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Mon, 28 Jan 2002 02:40:32 +0000 (02:40 +0000)
committerdairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Mon, 28 Jan 2002 02:40:32 +0000 (02:40 +0000)
commit6c862551016c9c3516b975f45137ae906b35e2c2
treee943c65451d7d6b9283ce390389a5cfbd9de3305
parentf32ea7d383b84b507b68b73977054bb97ca4065c
New plugin argument 'show_deleted' determines whether "deleted" pages
are included in the listing.  Here, I'm refering to the "soft deleted"
pages --- where someone has just edited the page and erased all the
text.  "Hard deleted" pages, are, of course, gone for good and will
never be listed in RecentChanges...

The default value of 'show_deleted' is 'sometimes', which means deleted
pages will be shown iff 'show_minor' is true.

Also restored the rendering of links to deleted wiki-pages to using
linkUnknownWikiWord().

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@1654 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/plugin/RecentChanges.php