]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Eliminate MagicPhpWikiURL forms in favor of new WikiForm plugin.
authordairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Thu, 7 Feb 2002 21:17:26 +0000 (21:17 +0000)
committerdairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Thu, 7 Feb 2002 21:17:26 +0000 (21:17 +0000)
commit60e895cbaa15a20817ac046bd27deeef93e968b3
treee5a270c6eefb33250b19f71660dbd10f809d185e
parent6c84cf8a95df649271a2fdc2cde2a092c6b91030
Eliminate MagicPhpWikiURL forms in favor of new WikiForm plugin.

The problem with the MagicPhpWikiURL forms, is that <form>s are
not inline (HTML) markup, while MagicPhpWikiURLs look like links,
which are inline markup.  The mixing of the two makes for very
messy hackage in the text transformation engines.

(The only place the magic forms were still used in for the
file load/upload and file dump administrative functions.
The WikiForm plugin now produces those forms.)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@1892 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/plugin/WikiForm.php [new file with mode: 0644]
lib/stdlib.php
pgsrc/MagicPhpWikiURLs
pgsrc/PhpWikiAdministration