From: Jeff D. <da...@da...> - 2001-09-18 19:29:09
|
As those of you who are on the phpwiki-checkins mailing list are now painfully aware, I've just checked my latest hacks into the CVS repository (main branch). (I tagged the last pre-hack version of the code with the 'pre_jeffs_hacks2' tag.) Directions on how to access the CVS repository are available at: http://sourceforge.net/cvs/?group_id=6121 If you're going to 'cvs update' your source tree, remember to use the -d option ('cvs update -d') or you won't pick up the new subdirectories. For those of you not on phpwiki-checkins, here's the 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...>. Jeff |