From: Geoffrey T. D. <da...@us...> - 2001-09-18 19:16:27
|
Update of /cvsroot/phpwiki/phpwiki/lib/WikiDB/backend/dumb In directory usw-pr-cvs1:/tmp/cvs-serv2684/lib/WikiDB/backend/dumb Added Files: AllRevisionsIter.php BackLinkIter.php MostPopularIter.php MostRecentIter.php TextSearchIter.php Log Message: Jeff's hacks II. This is a major change, to say the least. Some highlights: o Completely new database API. WARNING: all database schemas (currently MySQL, Postgres and DBA support is working) use completely revised schema, so you must start this new code with a new blank database... o WikiPlugins o New template engine. In addition, some more incremental changes: o Cascading Style Sheets reworked. o Expanded syntax for text search: e.g. "wiki OR wacky AND NOT page". o PhpWiki should now work with register_globals off. (Security issue.) o Edit preview button. (and probably more, which I'm forgetting about now.) Much of this code is still in a state of flux (particularly the new template engine code, and to a lesser extent the API for the plugins.) Feel free to play and hack on this, just be warned that some of it may still change quite a bit... See pgsrc/ReleaseNotes for a few more notes. And feel free to post questions or comments either publicly on <php...@li...>, or privately, to <da...@da...>. ***** Error reading new file: [Errno 2] No such file or directory: 'AllRevisionsIter.php' ***** Error reading new file: [Errno 2] No such file or directory: 'BackLinkIter.php' ***** Error reading new file: [Errno 2] No such file or directory: 'MostPopularIter.php' ***** Error reading new file: [Errno 2] No such file or directory: 'MostRecentIter.php' ***** Error reading new file: [Errno 2] No such file or directory: 'TextSearchIter.php' |