2008-03-17 22:14:57 rurban Release 1.2.11 * lib/stdlib.php, lib/config.php, lib/pageinfo.php, lib/diff.php, lib/savepage.php: date => strftime by Pavel Zaichenko * lib/stdlib.php: localizable pcre_fix_posix_classes by Pavel Zaichenko, make A & I word-begin english specific * locale/ru, locale/po/ru.po: added by Pavel Zaichenko * locale/zh_CN, locale/po/zh_CN.po: added by ShiningRay 2006-08-14 15:12:41 rurban * lib/dbalib.php: remove the dba-insert from !dba_insert => dba_replace, which should fix link updates. Thanks to elkhornbob from sf. 2005-08-28 16:12:36 rurban * lib/dbalib.php: update list of API functions * lib/db_filesystem.php: ditto, plus add RemovePage 2005-07-23 12:47:47 rurban Release 1.2.10 * lib/config.php: support php5 with register_long_arrays = off 2005-04-16 11:36:41 rurban Release 1.2.9 * lib/dbalib.php, lib/dbmlib.php: fix MostPopular sorting for dba and dbm. patch by Jose Vina 2005-01-30 22:26 rurban Release 1.2.8 * lib/config.php, admin.php, index.php: fix broken register_globals = off logic. centralize logic in lib/config.php alone. * locale/translate.sh: use xgettext -L PHP --from-code=iso-8859-1 * admin.php: new string * locale/*.po: update * lib/mysql.php: upcase statements, mysql_pconnect => mysql_connect 2005-01-06 17:57 rurban Release 1.2.7 * lib/dbalib.php: fix timeout logic, improve error diagnostics: print errors after the first failing attempts * lib/config.php: dba default detection for dba/dbm and take best handler 2005-01-06 02:47 rurban Backport 1.3.0-1.3.2 feature enhancements: * lib/config.php: define PHPWIKI_VERSION * admin/zip.php: get version number from PHPWIKI_VERSION * */editpage.html, lib/stdlib.php: added minor_edit checkbox and hidden action=save param (from 2001-02-07), fix page=PAGE not PAGEURL in sv,nl,it,es,de * */editlink.html: fix page=PAGE not PAGEURL * */template/*.html: translations updated, more xhtml conformity, more head tags: robots, favicon, language and PHPWIKI_VERSION * lib/stdlib.php: added tokens ###DATA_PATH###, ###PHPWIKI_VERSION### * index.php: urlparser extended to omit &start_debug=1 and other args * locale/es/template/*.html: CRLF => LF 2005-01-05 23:53 rurban Backport cvs release-1_2-branch enhancements never released with >= 1.2.3 * lib/stdlib.php: add split_pagename() and pcre_fix_posix_classes() (from 2001-12-05) * */browse.html: ###SPLIT_PAGE### in title and h1 (from 2001-12-05) * "INSTALL.Mac OS X" added (from 2001-12-13) * lib/ziplib.php: Content-Disposition: attachment (from 2002-02-05) * lib/config.php, lib/stdlib.php: new cfg USE_LINK_ICONS and AUTOSPLIT_WIKIWORDS, better $WikiNameRegexp (from 2002-02-08) * lib/config.php: default DATA_PATH if USE_LINK_ICONS * images/{mailto|http|https|ftp}.png, images/favicon.ico: add icons * locale/po/*: update strings from cvs (from 2001-11-28), charset: 8859-1 => iso-8859-1, fixed fuzzy entries. 2004-12-19 01:02 rurban Release 1.2.6 * lib/db_filesystem: fix GetAllWikiPagenames() which broke TitleSearch and Backlinks on flatfile. Thanks to Raj sf bug #1079662. * lib/db_filesystem: add MostPopular functionality for flatfile. * admin/zip.php: bump version number 2004-11-28 19:19 rurban Release 1.2.5 * admin.php, index.php, lib/config.php(global, compute_default_scripturl): import _SERVER and _GET/_POST to support register_globals=off * admin.php: on (un)lock=pagename display the (un)lock'ed page not FrontPage * lib/pgsql.php, lib/config.php: add pg_user and pg_pass (patch #1001339 by Jack Twilley) * lib/dbalib.php, lib/dbmlib.php, lib/db_filesystem: fix GetAllWikiPagenames() using $dbi['wiki']. This fixes zip and dumpserial on dba, dbm and file. * lib/msql.php: typo in GetAllWikiPageNames(). This fixes zip and dumpserial on msql. 2004-05-04 14:23 rurban Release 1.2.4 * lib/dbalib.php: fixed the rand() fix, new workaround for mode="c" problems 2004-04-30 01:39 rurban * lib/dbalib.php: add waiting rand() to avoid deadlocks, fix for php-4.3.x dba locking bugs http://bugs.php.net/bug.php?id=23975 2004-04-29 22:29 rurban Release 1.2.3 * lib/dbalib.php: RELATEDPAGES footer support, RemovePage * lib/pageinfo.php: fixe one minor aesthetic error on info w/o "Show the page source" * savepage.php: rewording 2001-11-15 21:53 wainstead Release 1.2.2 * lib/msql.php: Removed debug output; improved error messages. pages with backslashes are not being saved to the archive due to a primary key violation. 2001-11-15 21:42 wainstead * lib/msql.php: Fixed bug where page titles with apostrophes caused a sql error. 2001-11-15 20:22 wainstead * lib/msql.php: Fixed a bug with InitBackLinkSearch. Although I completely rewrote it, it turned out to be just a scope issue, and an ampersand would probably have fixed the original code. This implemetation is slightly more efficient at the cost of a small amount of memory. 2001-11-14 20:20 dairiki * lib/pgsql.php: More addslashes() bugs. 2001-11-14 12:42 dairiki * admin/loadserial.php, lib/setupwiki.php: When loading pages from a directory, ignore file names starting with '.'. (Based on SF patch #480195 by Carsten Klapp.) 2001-11-09 12:08 dairiki * locale/sv/pgsrc/: G%e4stboken, Gästboken, HurManAnv%e4nderWiki, HurManAnvänderWiki, L%e4ggaTillSidor, LäggaTillSidor, MestPopul%e4r, MestPopulär, S%f6kEfterSida, Sandl%e5dan, Sandlådan, Senaste%c4ndringar, SenasteÄndringar, SökEfterSida: Renamed pgsrc files whose filenames contained non-ascii characters. These files seemed to be giving certain CVS clients (Mac OS X) gas. Note that there is nothing wrong with non-ASCII characters in wiki-page names --- it's just that the wiki-page name should be urlencode()ed for use as a file name. (See SF bug #479256.) 2001-11-09 12:08 dairiki * locale/sv/pgsrc/Senaste%c4ndringar: file Senaste%c4ndringar was initially added on branch release-1_2-branch. 2001-11-09 11:56 dairiki * locale/sv/pgsrc/: G%e4stboken, HurManAnv%e4nderWiki, L%e4ggaTillSidor, MestPopul%e4r, S%f6kEfterSida, Sandl%e5dan: Renamed pgsrc files whose filenames contained non-ascii characters. These files seemed to be giving certain CVS clients (Mac OS X) gas. Note that there is nothing wrong with non-ASCII characters in wiki-page names --- it's just that the wiki-page name should be urlencode()ed for use as a file name. 2001-11-09 10:36 dairiki * lib/config.php: Fix SF bug #424811: putenv(LANG) fails when safe_mode is on. 2001-11-08 22:13 dairiki * INSTALL.mysql, lib/config.php: SF patch #479791 by Carsten Klapp: Improvements to the mysql installation documentation. 2001-11-08 18:15 dairiki * lib/config.php: Fix SF bug #420986: Fix PHP "Warning: Passing locale category name as string is deprecated...." 2001-11-08 17:39 dairiki * lib/config.php: Fixes based on SF patch #479769: Sse https: rather than http: in the autogenerated $ScriptUrl when mod_ssl is in use. 2001-11-08 17:20 dairiki * lib/stdlib.php: Applied SF patch #479753 from Carsten Klapp: Eliminate trailing commans in the LinkRelatedpages section at the bottom of each page. 2001-11-07 18:19 dairiki * lib/: db_filesystem.php, dbalib.php, dbmlib.php: Fix the backlink code which I just broke. 2001-11-07 16:42 dairiki * lib/: fullsearch.php, search.php: Fix SF bug #445108: Empty search string results in phpwiki error. 2001-11-07 15:32 dairiki * lib/ziplib.php: Minor fixage: preg_quote does not quote '/' by default. 2001-11-07 15:30 dairiki * lib/: db_filesystem.php, dbalib.php, dbmlib.php, fullsearch.php, msql.php, mssql.php, mysql.php, pgsql.php, search.php: 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. 2001-11-07 13:58 dairiki * lib/: msql.php, mssql.php, pgsql.php: Fix SF bug #462168: hit count broken for pages with apostrophes in their names. These fixes are untested, but they are entirely analogous to similar fixes in mysql.php (which I have tested). Barring typos on my part, I think they're unlikely to cause problems. 2001-11-07 13:54 dairiki * lib/mysql.php: Fix SF bug #462168: hit count broken for pages with apostrophes in their names. 2001-11-07 13:52 dairiki * lib/savepage.php: Fix yet another magic_quote_gpc bug. 2001-11-06 22:23 wainstead * INSTALL, lib/config.php, lib/dbalib.php: Added a new constant, DBM_FILE_TYPE, defaulting to 'gdbm'. It's defined in config.php and used in dbalib.php. INSTALL now notes the setting of this constant, and how a blank page can occur the first time the user tries to view PhpWiki. 2001-11-06 15:43 dairiki * lib/db_filesystem.php: Fix encoding of page names '.' and '..'. Ensure RetrievePage() sets $pagehash[pagename]. 2001-11-06 15:43 dairiki * lib/: dbalib.php, dbmlib.php: Ensure RetrievePage() sets $pagehash[pagename]. 2001-11-06 15:41 dairiki * lib/display.php: Fix handling of pages with '.' and/or '_' in their names. 2001-11-06 15:41 dairiki * admin/: dumpserial.php, zip.php: Fix SF bug #478449: (encoding of page names like '..') 2001-11-03 22:46 dairiki * lib/: msql.php, pgsql.php: Fix bug reported by Roger Goun : Wrap RCS $Id$ in call to rcs_id(). (In some cases (admin.php) we must not emit any output until we've set some HTTP headers.) 2001-11-03 22:43 dairiki * lib/mssql.php: Add RCS $Id$. 2001-11-02 00:17 wainstead 1.2.1 released * lib/mssql.php: Newer version fixes a bug in InsertPage(). 2001-11-02 00:15 wainstead * INSTALL.mssql: Cleaned it up and added some hints. 2001-11-02 00:11 wainstead * lib/config.php: Added config code contributed by Andrew Pearson for support for MS SQL Server. Untested. 2001-11-02 00:07 wainstead * admin/translate_mysql.pl: file translate_mysql.pl was initially added on branch release-1_2-branch. 2001-11-02 00:07 wainstead * lib/mssql.php: file mssql.php was initially added on branch release-1_2-branch. 2001-11-02 00:07 wainstead * INSTALL.mssql: file INSTALL.mssql was initially added on branch release-1_2-branch. 2001-11-02 00:07 wainstead * INSTALL.mssql, admin/translate_mysql.pl, lib/mssql.php: Missed these but they will be in the 1.2.2 release. Code for Microsoft SQL Server. 2001-09-21 17:57 wainstead * lib/pgsql.php: Fixed bug: BackLinkSearchNextMatch needed the address of $res. It was not incrementing $res[row] so it formed an infinite loop and phpwiki would just time out. 2001-09-21 15:59 dairiki * lib/savepage.php: Patch by Gary Benson : Remove empty date headers when updating RecentChanges. 2001-09-21 15:15 dairiki * lib/transform.php: Efficiency patch from Gary Benson : don't compute MostPopular list unless it's needed. 2001-09-17 01:02 wainstead * pgsrc/FrontPage: Added link in FrontPage to PhpWikiAdministration. 2001-08-26 23:55 wainstead * INSTALL.flatfile: updated my email address. 2001-08-26 13:11 wainstead * pgsrc/PhpWikiAdministration: Had to revert... the phpwiki: placeholder inserts index.phpadmin.php as a result. This is good enough for now. 2001-08-26 13:07 wainstead * pgsrc/PhpWikiAdministration: Correction... made proper link to admin.php. 2001-08-26 13:03 wainstead * pgsrc/PhpWikiAdministration: Added line pointing to (but not linking to) the admin.php page. 2001-08-26 12:44 wainstead * pgsrc/RecentChanges: Added PhpWikiAdministration to RecentChanges... this list should be dynamic however. For that matter I'd rather have a totally automated RecentChanges like UseMod does. 2001-08-26 12:43 wainstead * pgsrc/TextFormattingRules: Fixed bug in the page source; the "Emphasis" section was not rendering correctly. 2001-08-18 01:09 dairiki * UPGRADING.readme, lib/db_filesystem.php: Fix SF bug #227748. When using the flat-file back end, page names with slashes in them didn't work. We fix this by urlencoding '%' '/' '\\' and ':' when they occur in page names. WARNING: If any pages currently in your flat-file database contain any of those characters in their titles, this change will make them invisible to PhpWiki. You should back them up before upgrading, and restore them after upgrading. 2001-08-17 23:57 dairiki * UPGRADING.readme: file UPGRADING.readme was initially added on branch release-1_2-branch. 2001-08-17 23:57 dairiki * UPGRADING.readme, lib/mysql.php, schemas/schema.mysql, schemas/update.mysql.1.2.0-1.2.1: Fixed SF Bug #233898. (MySQL backend insensitive to case in page names.) Note that this involves a change to the MySQL schema. A convenient mysql script, schemas/update.mysql.1.2.0-1.2.1, is provided which can be used to update your schema in-place. 2001-08-17 23:57 dairiki * schemas/update.mysql.1.2.0-1.2.1: file update.mysql.1.2.0-1.2.1 was initially added on branch release-1_2-branch. 2001-08-17 22:38 dairiki * lib/db_filesystem.php: Attempt to fix SF bug #413446. I think this bug was due to using PHP's file() function to slurp in the files (as an array of lines). The files, being serialized data, consist of only one (sometimes very long) line. I think (at least in some PHPs) this make the file() function unhappy. Fixed to use fread() rather than file(). Also make sure to open files in 'binary' mode. 2001-08-17 22:05 dairiki * lib/db_filesystem.php: Remove debugging output cruft which should never have made it to the CVS repository in the first place. 2001-08-17 21:50 dairiki * lib/stdlib.php: Fixed SF Bug #414789 URLs like http://a.com/WikiWord were getting recognized as WikiWords by ExtractWikiPageLinks, therefore resulting in erroneous entries in the links table of those backends which have one. 2001-08-17 21:30 dairiki * lib/stdlib.php: Fix SF bug #418267. Deeply nested lists resulted in a "Stack bounds exceeded in SetHTMLOutputMode" fatal error. Now we just clamp the nesting depth to 10 (eleven leading '*'s are treated as if there were only ten of them.) 2001-08-17 20:35 dairiki * DBLIB.txt, index.php, lib/backlinks.php, lib/db_filesystem.php, lib/dbalib.php, lib/dbmlib.php, lib/mysql.php, lib/pgsql.php, locale/de/templates/browse.html, locale/es/templates/browse.html, locale/it/templates/browse.html, locale/nl/templates/browse.html, locale/sv/templates/browse.html, templates/browse.html: Added real back-link searches. The pgsql and msql backends are completely untested at this point, but they "should work". (I.e.: they're probably broken now.) 2001-08-17 20:35 dairiki * lib/backlinks.php: file backlinks.php was initially added on branch release-1_2-branch. 2001-08-17 20:34 dairiki * lib/msql.php: Added real back-link searches. The pgsql and msql backends are completely untested at this point, but they "should work". (I.e.: they're probably broken now.) The msql back-link search is a bit buggy, and will not find links if they are split between two records ("lines") in the page store. (The proper remedy for this is to implement the links table in the msql back end.) 2001-07-17 17:35 dairiki * locale/es/templates/browse.html: Fix link to BuscarPagina. (Reported by Aníbal Rojas .) Note the BuscarPagina should probably (I think) be renamed to BuscarPágina. (PaginaPrincipal, as well as other pages probably need to have accents added as well.) 2001-06-13 20:41 dairiki * locale/es/pgsrc/: NotasDeLiberacion, PaginaPrincipal: Added missing page 'NotasDeLiberacion' containing a pointer to the English 'ReleaseNotes'. 2001-06-13 20:41 dairiki * locale/es/pgsrc/NotasDeLiberacion: file NotasDeLiberacion was initially added on branch release-1_2-branch. 2001-06-13 20:39 dairiki * locale/de/templates/browse.html, locale/it/templates/browse.html, locale/nl/templates/browse.html, locale/sv/templates/browse.html, templates/browse.html: Deleted extraneous
tag (which was only emitted in admin mode). 2001-06-13 20:38 dairiki * locale/es/templates/browse.html: The line-breaks in the file were screwed up somehow. They're now fixed, as suggested by Aníbal Rojas . Also, deleted extraneous tag (which was only emitted in admin mode). 2001-05-21 12:10 dairiki * locale/it/pgsrc/ModificaIlTesto: file ModificaIlTesto was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/WabiSabi: file WabiSabi was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/PaginaDiProva: file PaginaDiProva was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/RegoleDiFormattazioneDelTesto: file RegoleDiFormattazioneDelTesto was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/templates/message.html: file message.html was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/WikiWikiWeb: file WikiWikiWeb was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/PiuPopolari: file PiuPopolari was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/TrovaPagina: file TrovaPagina was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/VarieSulFunzionamento: file VarieSulFunzionamento was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/NoteDiRilascio: file NoteDiRilascio was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/po/it.po: file it.po was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/templates/editpage.html: file editpage.html was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/templates/browse.html: file browse.html was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/VisitatoriRecenti: file VisitatoriRecenti was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/PaginaPrincipale: file PaginaPrincipale was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/templates/editlinks.html: file editlinks.html was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/SteveWainstead: file SteveWainstead was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/PhpWiki: file PhpWiki was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/ScatolaDiSabbia: file ScatolaDiSabbia was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/AggiungerePagine: file AggiungerePagine was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/AmministrazioneDiPhpWiki: file AmministrazioneDiPhpWiki was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/ComeUsareWiki: file ComeUsareWiki was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/LC_MESSAGES/phpwiki.php: file phpwiki.php was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/ConvertiGliSpaziInTab: file ConvertiGliSpaziInTab was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/BuonStile: file BuonStile was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/pgsrc/CambiamentiRecenti: file CambiamentiRecenti was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * locale/it/LC_MESSAGES/phpwiki.mo: file phpwiki.mo was initially added on branch release-1_2-branch. 2001-05-21 12:10 dairiki * CREDITS, locale/translate.sh, locale/it/LC_MESSAGES/phpwiki.mo, locale/it/LC_MESSAGES/phpwiki.php, locale/it/pgsrc/AggiungerePagine, locale/it/pgsrc/AmministrazioneDiPhpWiki, locale/it/pgsrc/BuonStile, locale/it/pgsrc/CambiamentiRecenti, locale/it/pgsrc/ComeUsareWiki, locale/it/pgsrc/ConvertiGliSpaziInTab, locale/it/pgsrc/ModificaIlTesto, locale/it/pgsrc/NoteDiRilascio, locale/it/pgsrc/PaginaDiProva, locale/it/pgsrc/PaginaPrincipale, locale/it/pgsrc/PhpWiki, locale/it/pgsrc/PiuPopolari, locale/it/pgsrc/RegoleDiFormattazioneDelTesto, locale/it/pgsrc/ScatolaDiSabbia, locale/it/pgsrc/SteveWainstead, locale/it/pgsrc/TrovaPagina, locale/it/pgsrc/VarieSulFunzionamento, locale/it/pgsrc/VisitatoriRecenti, locale/it/pgsrc/WabiSabi, locale/it/pgsrc/WikiWikiWeb, locale/it/templates/browse.html, locale/it/templates/editlinks.html, locale/it/templates/editpage.html, locale/it/templates/message.html, locale/po/it.po: Added Italian localizations by Marco Milanesi . 2001-05-21 12:09 dairiki * locale/: de/LC_MESSAGES/phpwiki.mo, de/LC_MESSAGES/phpwiki.php, es/LC_MESSAGES/phpwiki.mo, es/LC_MESSAGES/phpwiki.php, nl/LC_MESSAGES/phpwiki.mo, nl/LC_MESSAGES/phpwiki.php, po/de.po, po/es.po, po/nl.po, po/phpwiki.pot, po/sv.po, sv/LC_MESSAGES/phpwiki.mo, sv/LC_MESSAGES/phpwiki.php: Reran local/translate.sh. 2001-05-21 12:06 dairiki * lib/config.php: Added call to setlocale(). In some PHP installations, it seems, gettext() will not work without it. 2001-03-06 11:48 dairiki * HISTORY: Updated. All changes since 1.2.0 are now documented (however cryptically) in HISTORY. 2001-03-02 16:26 dairiki * lib/stdlib.php: Fix for invalid HTML from doubly-indented list elements. This: ** Item used to generate "
    • Item
" which is invalid. Now we generate "
  • Item
" which is valid. 2001-03-01 22:48 dairiki * lib/: stdlib.php, transform.php: Some fixes to clean-up generated HTML. See comments made on SF Task# 26974 for details about problems which remain. 2001-02-28 20:48 dairiki * locale/de/pgsrc/: EditiereText, GaesteBuch, KonvertiereLeerzeichenZuTabs, MeistBesucht, PhpWiki, SandKiste, SeiteFinden, SeitenErzeugen, StartSeite, TextFormatierungsRegeln, WieManWikiBenutzt, WikiTechnik, WikiWikiWeb: SF Patch #404963: Updated German pgsrc by Jörg Rathlev I've done some work to complete the german translation of the files in locale/de/pgsrc/. I've also slightly modified some of the already translated german pages. The only pages I've not (yet) translated are GuterStil (english GoodStyle - hard to do since it's only a quotation), PhpWikiAdministration and WabiSabi. All other pages are included in the attached zip archive. Joerg 2001-02-27 18:16 dairiki * lib/editpage.php: Fix SF bug #404646. Must quote htmlspecialchars in