]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Cleanups of quoting details in the searches.
authordairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Wed, 7 Nov 2001 20:30:47 +0000 (20:30 +0000)
committerdairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Wed, 7 Nov 2001 20:30:47 +0000 (20:30 +0000)
commitf9e4646eac0b5131e2f8564206279cbd60d9b8ee
treea0ff72cb61ec7b75a5d699816ba98d1851c8d84a
parente62bb56b8733f2af0feedc75b132e13d31c10f61
Cleanups of quoting details in the searches.
This fixes, among other thing, SF bug #456863.

Depending on the backend searches for pages and/or page names
containing '/', '\', '%', and/or '_' all failed in some way
or another.

The fixes to lib/dbmlib.php are untested, but parallel those in
lib/dbalib.php, so should be okay.

The fixes in lib/pgsql.php, lib/msql.php, and lib/mssql.php are
also untested.  They more or less parallel tested fixes in
lib/mysql.php, but it would probably be good if someone could
test them.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/branches/release-1_2-branch@608 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/db_filesystem.php
lib/dbalib.php
lib/dbmlib.php
lib/fullsearch.php
lib/msql.php
lib/mssql.php
lib/mysql.php
lib/pgsql.php
lib/search.php