]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Fix SF bug #227748.
authordairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sat, 18 Aug 2001 05:09:09 +0000 (05:09 +0000)
committerdairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sat, 18 Aug 2001 05:09:09 +0000 (05:09 +0000)
commit4a7bf0c1b6db3f15c2c8cee6b6de4bdc9fc544ba
tree08cf53587adf44a13795db2dac58e39721293232
parent33b3363ee9e1a9e47cae73642cea337a844cdc62
Fix SF bug #227748.

When using the flat-file back end, page names with slashes in them didn't work.
We fix this by urlencoding '%' '/' '\\' and ':' when they occur in page names.

WARNING: If any pages currently in your flat-file database contain any of
those characters in their titles, this change will make them invisible
to PhpWiki.  You should back them up before upgrading, and restore them
after upgrading.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/branches/release-1_2-branch@542 96ab9672-09ca-45d6-a79d-3d69d39ca109
UPGRADING.readme
lib/db_filesystem.php