From: Geoffrey T. D. <da...@us...> - 2001-02-08 18:18:55
|
Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv3835 Modified Files: HISTORY Log Message: Don't display $SignatureImg unless one is set in config.php Fix check for DB files in /tmp Index: HISTORY =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/HISTORY,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** HISTORY 2001/02/01 05:35:01 1.12 --- HISTORY 2001/02/08 18:19:16 1.13 *************** *** 1,2 **** --- 1,10 ---- + * Don't show signature image if $SignatureImg (in config.php) is left unset + * Bug fix: hang on full zip dump + * Bug fix: hang on diff + * Bug fix: unzip failed on some old zip-dumps + * Bug fix: check for DB files in /tmp was broken + * Minor security fix: pagename must now be url-encoded + * Spelling fixes in pgsrc/* + 1.2.0 02/01/01 * Support for PHP 4.0.4 (using the dba_* interface for DBM files), |