From: Arno H. <aho...@in...> - 2001-01-04 18:58:30
|
Hi, I've commited some more changes. * stdlib.php, savepage.php: moved UpdateRecentChanges() to savepage.php * stdlib.php, transform.php: corrected and added comments (e.g. SetHTMLOutputMode()) * config.php, stdlib.php, transform.php: renamed ZERO/SINGLE_DEPTH to ZERO/NESTED_LEVEL (makes more sense) * transform.php: empty lines are now tag '' (i.e. no tag), and (normal) text lines are now tag '<p>' - this produces cleaner HTML. I checked TestPage as well as some other pages and it seems to produce the same layout. Please test yourself and let me know if there are any important differences to the old style. * mysql.php: added some comments, fixed yet another E_NOTICE What else is there to do? Tasks I can think of: - update localized versions - write a locale/README (e.g. how to add your language -- Jan?) - add some info about migrating from older phpwiki to current versions - look at other database implementations We should get moving, otherwise Linux 2.4 ships before phpwiki 1.2 :o) /Arno p.s. David LeBlanc's problem is fixed > forwarded message from "David LeBlanc" <wh...@oz...> > > Hi Arno; > > Ok, I got the nightly tarball, set the config.php file to mysql, create= d a > db called wiki, ran the schema script using phpmysqladmin (what a great > prog!) and viola! it worked like a charm! :) A cascade of messages "add= ing > <somepage>" greeted my eager gaze :) > > Thanks for your help! > > I hope to start making some contributions to phpwiki in the future! > > Regards! > > Dave LeBlanc |