2001-10-01 14:58  riessen

	* phpwiki/tests/unit_test_backend_cvs.php: unit test for the cvs
	backend class

2001-10-01 14:55  riessen

	* phpwiki/lib/WikiDB/backend/cvs.php: initial implementation of a
	cvs backend ...

2001-09-28 07:28  riessen

	* phpwiki/lib/WikiDB/: cvs.php, backend/cvs.php: first skeleton
	version of the cvs

2001-09-21 14:57  wainstead

	* phpwiki/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 12:59  dairiki

	* phpwiki/lib/savepage.php: Patch by Gary Benson
	<gary@inauspicious.org>:  Remove empty date headers when updating
	RecentChanges.

2001-09-21 12:15  dairiki

	* phpwiki/lib/transform.php: Efficiency patch from Gary Benson
	<gary@inauspicious.org>: don't compute MostPopular list unless it's
	needed.

2001-09-21 07:41  dairiki

	* phpwiki/lib/WikiDB/backend/PearDB.php: Fix the fix: fun with
	regexps.  (minor).

2001-09-20 18:04  wainstead

	* phpwiki/tests/maketest.pl: Updated assert_text. I think the
	version of httpunit I developed against was different in its
	output.

2001-09-20 14:33  wainstead

	* phpwiki/tests/AAD_FindText.inputs: Simple test to verify text
	appears in the source of a page.

2001-09-20 13:55  wainstead

	* phpwiki/tests/: AAA_GetHomePage.inputs, AAB_EditSandBox.inputs,
	AAC_MakeAutoTestPage.inputs: Three simple tests.

2001-09-20 13:53  wainstead

	* phpwiki/tests/maketest.pl: Given an input file, generate a Java
	source file.

2001-09-20 13:52  wainstead

	* phpwiki/tests/makemakebuild.pl: This Perl script generates a
	Makefile and a build.xml for ant, based on the available input
	files in the tests directory.

2001-09-20 12:09  dairiki

	* phpwiki/lib/WikiDB/backend/PearDB.php: _pear_notice_filter:
	Another minor fix (this time for windows.)

2001-09-20 11:26  dairiki

	* phpwiki/lib/FileFinder.php: Workaround for apparent bug in some
	versions of PHP (notably the PHP 4.0.6 which is on SourceForge's
	project web server.)

2001-09-20 11:25  dairiki

	* phpwiki/lib/WikiDB/backend/PearDB.php: _pear_notice_filter():
	minor fix.

2001-09-19 12:20  dairiki

	* phpwiki/lib/WikiDB/backend/PearDB.php: Search some standard
	locations for PEAR library code if DB.php is not found in PHP's
	include_path.
	
	Added some workarounds for a bug in the PEAR DB code which ships
	with PHP 4.0.6.
	
	(I have now tested the MySQL backend with PEAR code from PHP
	4.0.4pl1, PHP 4.0.5 and PHP 4.0.6.  Only the 4.0.6 code is buggy.  
	With the new fixes, all three versions seem to work fine.  The bug
	is reported to be fixed in the CVS version of the PHP source code.)

2001-09-19 12:16  dairiki

	* phpwiki/lib/: FileFinder.php, config.php: New file
	lib/FileFinder.php with utility code to help find source files.

2001-09-19 12:12  dairiki

	* phpwiki/index.php: Added note about the possible need to set
	session.save_path.

2001-09-18 20:54  wainstead

	* phpwiki/lib/msql.php: msql is not likely to be supported by
	DB.php, the demand is minimal, msql is going throught a revision
	anyway, etc. etc.

2001-09-18 20:44  wainstead

	* phpwiki/index.php: Oops. I changed the directory for dbm files
	and committed it by accident. Careless.

2001-09-18 20:24  wainstead

	* phpwiki/: index.php, admin/removepage.php,
	admin/wiki_dumpHTML.php, admin/wiki_port1_0.php,
	admin/wiki_rebuilddbms.php, lib/DbaListSet.php, lib/Template.php,
	lib/display.php, lib/fullsearch.php, lib/logger.php, lib/msql.php,
	lib/search.php, lib/WikiDB/SQL.php, lib/WikiDB/backend.php,
	lib/WikiDB/backend/dumb/BackLinkIter.php,
	lib/WikiDB/backend/dumb/MostPopularIter.php,
	lib/plugin/BackLinks.php, lib/plugin/HelloWorld.php: Updated the
	"emacs local variables" blocks.

2001-09-18 19:58  dairiki

	* phpwiki/lib/WikiDB/backend/PearDB.php: Minor cleanup.

2001-09-18 19:58  dairiki

	* phpwiki/lib/: Request.php, loadsave.php, ziplib.php: Fixed a
	couple bugs having to do with file uploads, and zip archive
	unzipping.

2001-09-18 19:36  wainstead

	* phpwiki/lib/interwiki.php: Added new local variables list;
	reformatted leading whitespace.

2001-09-18 19:27  wainstead

	* phpwiki/lib/config.php: Testing latest Local Variables setting. I
	stripped all leading white space and then did an indent-region.

2001-09-18 14:26  wainstead

	* phpwiki/INSTALL: Updated info for posting patches, bugs and
	getting support.

2001-09-18 14:20  wainstead

	* phpwiki/INSTALL: Added a CVS id tag.

2001-09-18 12:19  dairiki

	* phpwiki/lib/plugin/: BackLinks.php, FullTextSearch.php,
	HelloWorld.php, LikePages.php, MostPopular.php, RecentChanges.php,
	TitleSearch.php, _BackendInfo.php: Jeff's hacks II, continued:
	
	More new files which I neglected to add during the previous commit.

2001-09-18 12:16  dairiki

	* phpwiki/: DBLIB.txt, INSTALL, INSTALL.flatfile, INSTALL.mSQL,
	INSTALL.mysql, INSTALL.pgsql, README, UPGRADING, index.php,
	phpwiki-heavy.css, phpwiki.css, admin/lockpage.php,
	admin/removepage.php, admin/wiki_port1_0.php,
	lib/ArchiveCleaner.php, lib/DbaDatabase.php, lib/DbaListSet.php,
	lib/DbaPartition.php, lib/ErrorManager.php,
	lib/PhpWikiDatabase.php, lib/Request.php, lib/Template.php,
	lib/TextSearchQuery.php, lib/WikiDB.php, lib/WikiPlugin.php,
	lib/WikiUser.php, lib/config.php, lib/db_filesystem.php,
	lib/dbalib.php, lib/dbmlib.php, lib/diff.php, lib/display.php,
	lib/editpage.php, lib/fullsearch.php, lib/interwiki.php,
	lib/loadsave.php, lib/main.php, lib/msql.php, lib/mysql.php,
	lib/pageinfo.php, lib/pgsql.php, lib/prepend.php, lib/savepage.php,
	lib/search.php, lib/stdlib.php, lib/transform.php,
	lib/userauth.php, lib/ziplib.php, lib/WikiDB/SQL.php,
	lib/WikiDB/backend.php, lib/WikiDB/dba.php,
	lib/WikiDB/backend/PearDB.php, lib/WikiDB/backend/dba.php,
	lib/WikiDB/backend/dbaBase.php, lib/WikiDB/backend/mysql.php,
	lib/WikiDB/backend/pgsql.php,
	lib/WikiDB/backend/dumb/AllRevisionsIter.php,
	lib/WikiDB/backend/dumb/BackLinkIter.php,
	lib/WikiDB/backend/dumb/MostPopularIter.php,
	lib/WikiDB/backend/dumb/MostRecentIter.php,
	lib/WikiDB/backend/dumb/TextSearchIter.php, pgsrc/BackLinks,
	pgsrc/DebugInfo, pgsrc/FindPage, pgsrc/FullTextSearch,
	pgsrc/LikePages, pgsrc/MostPopular, pgsrc/PhpWikiAdministration,
	pgsrc/RecentChanges, pgsrc/ReleaseNotes, pgsrc/TitleSearch,
	pgsrc/WikiPlugin, schemas/schema.mysql, schemas/schema.psql,
	templates/README, templates/browse.html, templates/editpage.html,
	templates/message.html: 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
	<phpwiki-talk@lists.sourceforge.net>, or privately, to
	<dairiki@dairiki.org>.

2001-09-18 11:20  dairiki

	* phpwiki/pgsrc/TextFormattingRules: Merged back some stuff which
	inadvertently (I think) got tossed during the last edit.

2001-09-16 22:02  wainstead

	* phpwiki/pgsrc/FrontPage: Added link in FrontPage to
	PhpWikiAdministration.

2001-09-16 14:31  wainstead

	* phpwiki/pgsrc/HomePage: Mispelled Administer.

2001-09-16 14:30  wainstead

	* phpwiki/pgsrc/HomePage: Added link to PhpWikiAdministration. This
	is really for the person who first installs PhpWiki, because we've
	gotten a lot of questions about this. I would think most people
	will remove this link when they personalize the HomePage, so
	putting it here should be fine.

2001-08-26 20:55  wainstead

	* phpwiki/INSTALL.flatfile: updated my email address.

2001-08-26 10:11  wainstead

	* phpwiki/pgsrc/PhpWikiAdministration: Had to revert... the
	phpwiki: placeholder inserts index.phpadmin.php as a result. This
	is good enough for now.

2001-08-26 10:07  wainstead

	* phpwiki/pgsrc/PhpWikiAdministration: Correction... made proper
	link to admin.php.

2001-08-26 10:03  wainstead

	* phpwiki/pgsrc/PhpWikiAdministration: Added line pointing to (but
	not linking to) the admin.php page.

2001-08-26 10:00  wainstead

	* phpwiki/pgsrc/TextFormattingRules: Fixed some bugs in the page
	source in the "Emphasis" section.

2001-08-26 09:44  wainstead

	* phpwiki/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 09:43  wainstead

	* phpwiki/pgsrc/TextFormattingRules: Fixed bug in the page source;
	the "Emphasis" section was not rendering correctly.

2001-08-17 22:09  dairiki

	* phpwiki/: 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 20:57  dairiki

	* phpwiki/: 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 20:57  dairiki

	* phpwiki/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 20:57  dairiki

	* phpwiki/UPGRADING.readme: file UPGRADING.readme was initially
	added on branch release-1_2-branch.

2001-08-17 19:38  dairiki

	* phpwiki/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 19:05  dairiki

	* phpwiki/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 18:50  dairiki

	* phpwiki/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 18:30  dairiki

	* phpwiki/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 17:35  dairiki

	* phpwiki/: 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 17:35  dairiki

	* phpwiki/lib/backlinks.php: file backlinks.php was initially added
	on branch release-1_2-branch.

2001-08-17 17:34  dairiki

	* phpwiki/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-08-14 14:41  dairiki

	* phpwiki/lib/userauth.php: (WikiUser::getPreferences): More fixes
	to address PHP warnings.

2001-08-12 16:57  wainstead

	* phpwiki/lib/stdlib.php: Undefined links will now have a question
	mark at the start instead of at the end of the link; this idea
	comes from the book The Wiki Way and it's supposed to be a bit
	clearer to the user.

2001-08-09 09:21  dairiki

	* phpwiki/lib/userauth.php: Fix for PHP warning: "argument passed
	to unserialize() is not an string".

2001-07-20 10:40  dairiki

	* phpwiki/: index.php, lib/userauth.php, templates/browse.html:
	Added support for bogo-logins.	One can now "login" using any
	WikiWord as a user ID.	(Unless logging in as the admin user, any
	password will work.)
	
	Currently, the sole effect of logging in is that the the logged-in
	user ID is recorded as the author of any page edits.  Thus,
	"logging in" allows one to control the author which appears in
	RecentChanges and the page info display.

2001-07-20 10:29  wainstead

	* phpwiki/lib/PhpWikiDatabase.php: Initial file for an abstract
	base class. For now I copy/pasted the methods suggested in
	WikiDatabase (http://phpwiki.sourceforge.net/phpwiki/index.php) as
	a starting point, though there were a few that were undecided and I
	left those out.
	
	At least for now the class can support retrievePage() and
	insertPage() and a few other basic methods, so rudimentary work can
	start.
	
	The flowerbox reads:
	
	/*  * Abstract base class for the database used by PhpWiki.   *
	This should be extended by classes for DB/dbx, dba and	 * flat
	file.	*/

2001-07-17 21:59  uckelman

	* phpwiki/: lib/pgsql.php, schemas/schema.psql: Changed PostgreSQL
	db library and schema to work with versioning, maybe.

2001-07-17 21:56  uckelman

	* phpwiki/lib/mysql.php: More cosmetic changes... wow did I not
	follow formating conventions the first time around.

2001-07-17 18:06  uckelman

	* phpwiki/lib/mysql.php: Minor cosmetic changes (removed some hard
	tabs).

2001-07-17 14:35  dairiki

	* phpwiki/locale/es/templates/browse.html: Fix link to
	BuscarPagina.  (Reported by Anbal Rojas
	<ard@valhallaproject.com>.)
	
	Note the BuscarPagina should probably (I think) be renamed to
	BuscarPgina.  (PaginaPrincipal, as well as other pages probably
	need to have accents added as well.)

2001-07-17 08:58  dairiki

	* phpwiki/schemas/schema.mysql: Bug fix: ..._wikilinks =>
	..._links.

2001-07-15 09:03  wainstead

	* phpwiki/lib/pgsql.php: Updated the table names.

2001-07-15 08:49  wainstead

	* phpwiki/INSTALL.mysql: Changed one line: lib/config.php to
	index.php.

2001-07-15 08:47  wainstead

	* phpwiki/lib/mysql.php: Fixed the table names. Here is an example
	of duplicate information, where the table names are stored both in
	schema.mysql and mysql.php. Of course I failed to notice this and
	the nightly build was broken. Task #34376.

2001-07-11 20:49  wainstead

	* phpwiki/index.php: Added a comment regarding the table name
	prefix as a precaution to admins who set up alpha versions of 1.3.

2001-07-11 20:25  wainstead

	* phpwiki/schemas/schema.psql: Oops: fixed a typo just now.
	
	Updated table names so all are prefaced with 'phpwiki_'. This is
	not tested with Postgresql yet though.

2001-07-11 20:24  wainstead

	* phpwiki/schemas/schema.psql: Updated table names so all are
	prefaced with 'phpwiki_'. This is not tested with Postgresql yet
	though.

2001-07-11 20:21  wainstead

	* phpwiki/: index.php, schemas/schema.mysql: I changed the table
	names in the schema so all are prefaced with phpwiki_.	I updated
	index.php (where the config info is) as well; seems to test OK.

2001-07-07 10:44  wainstead

	* phpwiki/lib/search.php: Got fooled by an IF with no braces.

2001-07-07 10:34  wainstead

	* phpwiki/lib/search.php: Reformatted the code by hand to PEAR
	standards. Well, mostly by hand. php-mode doesn't like variable
	assignments that span several lines like:
	
	     $html = "<P><B>"
		   . sprintf(gettext ("Searching for \"%s\" ....."),
		     htmlspecialchars($searchterm))
		   . "</B></P>\n";
	
	I have to indent this by hand.

2001-06-26 11:16  uckelman

	* phpwiki/admin/wiki_port1_0.php: Changed call to InsertPage to
	ReplaceCurrentPage.

2001-06-26 11:15  uckelman

	* phpwiki/admin/lockpage.php: Changed call to InsertPage to
	ReplaceCurrentPage.  Added $version to RetrievePage call.

2001-06-26 11:14  uckelman

	* phpwiki/templates/editpage.html: Removed EditCopy link.  Removed
	minor edit code, but I will be adding it back Real Soon(tm).  Added
	###IF !CURRENT### block to notify user when editing an archived
	page.  Added ###CURRENT_VERSION### to handle concurrent edit
	checking.

2001-06-26 11:13  uckelman

	* phpwiki/templates/browse.html: Edited footer links slightly to
	allow for page versioning.

2001-06-26 11:08  uckelman

	* phpwiki/lib/: editpage.php, loadsave.php, savepage.php,
	stdlib.php: lib/editpage.php - Added $version to RetrievePage
	calls.	- Removed EditCopy, since it's no longer needed.
	
	lib/loadsave.php - Changed call to InsertPage to
	ReplaceCurrentPage.  - Changed call to SaveCopyToArchive to
	SavePageToArchive.  - Added $version to RetrievePage calls.
	
	lib/savepage.php - Changed call to InsertPage to
	ReplaceCurrentPage.  - Changed call to SaveCopyToArchive to
	SavePageToArchive.  - All old versions of pages are now saved to
	archive.  - Added $version to RetrievePage calls.
	
	lib/stdlib.php - Changed call to InsertPage to ReplaceCurrentPage. 
	- Added $version to RetrievePage call.	- Added $WikiPageStore as
	global in GeneratePage.  - Added CURRENT as _iftoken. This is
	needed so users can edit from archived pages, but still be
	prevented from completing their edit if the current page version
	changes while they are editing. VERSION doesn't work for this
	anymore, since the version being edited might not be CURRENT.

2001-06-26 11:04  uckelman

	* phpwiki/lib/display.php: Added $version to RetrievePage call. 
	Added code to determine which pagestore to check when displaying
	pages, since user could be requesting something from the archive.

2001-06-26 11:03  uckelman

	* phpwiki/lib/diff.php: Added $version to RetrievePage calls. 
	Changed to recognize $ver1 and $ver2 in URLs to allow diffs of
	aribtrary page versions.

2001-06-26 11:02  uckelman

	* phpwiki/lib/pageinfo.php: This is a near total rewrite of this
	file. It is responsible for displaying all of the radio buttons and
	version listing now.

2001-06-26 11:01  uckelman

	* phpwiki/lib/mysql.php: Lots of changes here: - Added $clobber as
	argument to InsertPage. If $clobber, then use 'replace '; otherwise
	use 'insert'i. Pages going into the current store should clobber,
	but pages going into the archive should not. (Assuming that an
	unlimited number of pages are kept. I still need to implement
	archive limiting...) - Created function ReplaceCurrentPage.  -
	Moved link updating from InsertPage to ReplaceCurrentPage.  -
	Renamed SaveCopyToArchive to SavePageToArchive.  - Created function
	RetrievePageVersions. Returns an arary of page hashes that contains
	all versions of the specified page.  - Added $version as argument
	to RetrievePage. It needs to know which version to get. Version 0
	(zero)is magic, and always refers to the current version.  -
	Created function GetMaxVersionNumber. This is used mostly to
	determine which version to get for the diffs against current pages.
	 - Created function IsVersionInWiki.  - Created function
	IsVersionInArchive.  - Created function SelectStore. Given a page
	name and a version, this function returns the store where that page
	resides.

2001-06-26 10:51  uckelman

	* phpwiki/schemas/schema.mysql: Changed primary key to (pagename,
	version) in table archive to allow muliple pages with the same
	name.

2001-06-26 10:23  wainstead

	* phpwiki/README.coding: Added bit about following the PEAR coding
	standards; provided link; made sure the Wiki formatting was
	correct.

2001-06-22 14:52  wainstead

	* phpwiki/README.coding: Corrected the URL for php-mode. I use the
	one from ontosys.com, but there is another from sourceforge.

2001-06-22 14:35  wainstead

	* phpwiki/README.coding: Added bit about Emacs mode, where to get
	it, how to add it to your .emacs file, and a request for Vim info.

2001-06-22 14:27  wainstead

	* phpwiki/lib/dbalib.php: Same as dbmlib.php: ran indent-region on
	whole buffer, corrected missed spots, untabify.

2001-06-22 14:24  wainstead

	* phpwiki/lib/dbmlib.php: Converted white space only; I ran
	indent-region on the whole buffer in Emacs while in PHP mode; then
	I hunted through the file for any inconsistencies (there were a
	couple), then ran untabify on the whole buffer. This is largely
	what the code style should look like.

2001-06-13 17:41  dairiki

	* phpwiki/locale/es/pgsrc/NotasDeLiberacion: file NotasDeLiberacion
	was initially added on branch release-1_2-branch.

2001-06-13 17:41  dairiki

	* phpwiki/locale/es/pgsrc/: NotasDeLiberacion, PaginaPrincipal:
	Added missing page 'NotasDeLiberacion' containing a pointer to the
	English 'ReleaseNotes'.

2001-06-13 17:39  dairiki

	* phpwiki/: 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 <form> tag (which was only emitted in admin mode).

2001-06-13 17:38  dairiki

	* phpwiki/locale/es/templates/browse.html: The line-breaks in the
	file were screwed up somehow.  They're now fixed, as suggested by
	Anbal Rojas <ard@valhallaproject.com>.
	
	Also, deleted extraneous <form> tag (which was only emitted in
	admin mode).

2001-05-31 10:48  dairiki

	* phpwiki/locale/: nl/LC_MESSAGES/phpwiki.mo,
	nl/LC_MESSAGES/phpwiki.php, po/de.po, po/es.po, po/it.po,
	po/phpwiki.pot, po/sv.po: Re-make *.{po,mo} files.

2001-05-31 10:46  dairiki

	* phpwiki/locale/: nl/pgsrc/GebruikersVoorkeuren,
	nl/pgsrc/HoeWikiTeGebruiken, nl/pgsrc/MeerOverTechnieken,
	nl/pgsrc/PaginasToevoegen, nl/pgsrc/PhpWiki,
	nl/pgsrc/PhpWikiBeheer, nl/pgsrc/ThuisPagina,
	nl/pgsrc/ToverPhpWikiURLs, nl/pgsrc/UitgaveNoten,
	nl/pgsrc/VoorPagina, nl/pgsrc/WabiSabi, nl/pgsrc/ZoekPagina,
	nl/templates/browse.html, nl/templates/editpage.html,
	nl/templates/message.html, po/nl.po: Dutch translation updates by
	Jan Nieuwenhuizen <janneke@gnu.org>.

2001-05-31 10:45  dairiki

	* phpwiki/pgsrc/: FindPage, HomePage: Missing periods added by Jan
	Nieuwenhuizen <janneke@gnu.org>.

2001-05-31 10:45  dairiki

	* phpwiki/pgsrc/MagicPhpWikiURLs: Documentation fix (phpwiki: URLs)
	(per request by Jan).

2001-05-31 10:43  dairiki

	* phpwiki/lib/: loadsave.php, stdlib.php, userauth.php:
	Gettext()ification of more strings, by Jan Nieuwenhuizen
	<janneke@gnu.org> (with a few fixes by me.)

2001-05-31 10:41  dairiki

	* phpwiki/lib/logger.php: Minor fix to cleanup "Undefined variable:
	time" notice.

2001-05-31 10:39  dairiki

	* phpwiki/: index.php, lib/config.php: Revert $LANG back to being a
	global rather than an environment variable (as per patches from Jan
	Nieuwenhuizen <janneke@gnu.org>.)
	
	Use constants LC_ALL (&c) rather than literal "LC_ALL" as first
	argument to setlocale().
	
	Define constants LC_ALL and LC_CTYPE if needed (for PHP < 4.0.5).

2001-05-31 10:35  dairiki

	* phpwiki/README.coding: New file: beginnings of coding style
	notes.

2001-05-21 10:28  dairiki

	* phpwiki/: CREDITS, locale/Makefile, 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/MagicPhpWikiURLs, 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/UserPreferences,
	locale/it/pgsrc/VarieSulFunzionamento,
	locale/it/pgsrc/VisitatoriRecenti, locale/it/pgsrc/WabiSabi,
	locale/it/pgsrc/WikiWikiWeb, locale/it/templates/browse.html,
	locale/it/templates/editpage.html,
	locale/it/templates/message.html, locale/po/it.po: Add Italian
	translations by Marco Milanesi <kpanic@ada2.unipv.it>.
	
	I (GTD) munged the template files so that they more-or-less work
	with the current alpha code.

2001-05-21 10:25  dairiki

	* phpwiki/locale/: po/de.po, po/es.po, po/nl.po, po/sv.po,
	nl/LC_MESSAGES/phpwiki.mo, po/phpwiki.pot: Re-make in locale.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/WikiWikiWeb: file WikiWikiWeb was
	initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/templates/editpage.html: file editpage.html was
	initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/SteveWainstead: file SteveWainstead was
	initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/templates/message.html: file message.html was
	initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/templates/editlinks.html: file editlinks.html
	was initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/po/it.po: file it.po was initially added on branch
	release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/RegoleDiFormattazioneDelTesto: file
	RegoleDiFormattazioneDelTesto was initially added on branch
	release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/PiuPopolari: file PiuPopolari was
	initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/templates/browse.html: file browse.html was
	initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/ScatolaDiSabbia: file ScatolaDiSabbia was
	initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/PaginaPrincipale: file PaginaPrincipale
	was initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/VarieSulFunzionamento: file
	VarieSulFunzionamento was initially added on branch
	release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/VisitatoriRecenti: file VisitatoriRecenti
	was initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/NoteDiRilascio: file NoteDiRilascio was
	initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/PhpWiki: file PhpWiki was initially added
	on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/TrovaPagina: file TrovaPagina was
	initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/ModificaIlTesto: file ModificaIlTesto was
	initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/WabiSabi: file WabiSabi was initially
	added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/PaginaDiProva: file PaginaDiProva was
	initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/LC_MESSAGES/phpwiki.mo: file phpwiki.mo was
	initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/ComeUsareWiki: file ComeUsareWiki was
	initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/ConvertiGliSpaziInTab: file
	ConvertiGliSpaziInTab was initially added on branch
	release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/: 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 <kpanic@ada2.unipv.it>.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/AggiungerePagine: file AggiungerePagine
	was initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/LC_MESSAGES/phpwiki.php: file phpwiki.php was
	initially added on branch release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/AmministrazioneDiPhpWiki: file
	AmministrazioneDiPhpWiki was initially added on branch
	release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/CambiamentiRecenti: file
	CambiamentiRecenti was initially added on branch
	release-1_2-branch.

2001-05-21 09:10  dairiki

	* phpwiki/locale/it/pgsrc/BuonStile: file BuonStile was initially
	added on branch release-1_2-branch.

2001-05-21 09:09  dairiki

	* phpwiki/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 09:06  dairiki

	* phpwiki/lib/config.php: Added call to setlocale().  In some PHP
	installations, it seems, gettext() will not work without it.

2001-04-09 12:31  dairiki

	* phpwiki/lib/main.php: Restrict the conditions under which we try
	to load initial page contents from pgsrc.
	
	Now we only load pgsrc iff the user is attempt to browse the
	HomePage.
	
	This allows some hope of fixing things if the configured pgsrc,
	e.g.  doesn't include a HomePage.  (Without this patch, one gets
	stuck in a loop --- every attempt to do anything with the wiki
	results in a load of pgsrc.)

2001-04-09 12:28  dairiki

	* phpwiki/lib/transform.php: Make tables left aligned, rather than
	centered.

2001-04-07 10:17  dairiki

	* phpwiki/templates/browse.html: Removed extraneous parenthesis.

2001-04-07 10:13  dairiki

	* phpwiki/locale/: de/pgsrc/KonvertiereLeerzeichenZuTabs,
	de/pgsrc/SeiteFinden, de/pgsrc/TextFormatierungsRegeln,
	de/pgsrc/WabiSabi, de/pgsrc/WikiTechnik,
	de/templates/editpage.html, de/templates/message.html,
	es/pgsrc/BuscarP%e1gina, es/pgsrc/ComoUsarWiki,
	es/pgsrc/ConvierteEspaciosEnTabs, es/pgsrc/MasAcercadeLaMecanica,
	es/pgsrc/ReglasDeFormatoDeTexto, es/pgsrc/WabiSabi,
	es/templates/editpage.html, es/templates/message.html,
	nl/LC_MESSAGES/phpwiki.mo, nl/LC_MESSAGES/phpwiki.php,
	nl/pgsrc/HoeWikiTeGebruiken, nl/pgsrc/MeerOverTechnieken,
	nl/pgsrc/RecenteVeranderingen, nl/pgsrc/TekstFormatteringsRegels,
	nl/pgsrc/VertaalSpatiesNaarTabs, nl/pgsrc/WabiSabi,
	nl/pgsrc/ZoekPagina, nl/templates/browse.html,
	nl/templates/editpage.html, nl/templates/message.html, 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,
	sv/pgsrc/Senastendringar, sv/pgsrc/Textformateringsregler,
	sv/templates/browse.html, sv/templates/editpage.html,
	sv/templates/message.html: More munging of the translated pgsrc and
	templates.
	
	Changes include:
	
	  Converting old markup (tab-delimited lists, triple-quote bold.)
	
	  Fixing templates so that they work with the current code.
	
	  Fixing/deleting/or munging (some of the) outdated or incorrect
	  information contained in the page text.
	
	  Removing the 'RecentChanges' pages.  (They are now completely
	  autogenerated.)
	
	The translations will need a good going over by someone who speaks
	the languages at some point.

2001-04-07 10:07  dairiki

	* phpwiki/locale/: Makefile, make-php-trans.awk: New file:
	locale/Makefile to replace locale/translate.sh

2001-04-07 08:00  wainstead

	* phpwiki/templates/editpage.html: Updated the edit hints at the
	bottom of the page.

2001-04-06 17:38  dairiki

	* phpwiki/locale/: de/LC_MESSAGES/phpwiki.mo,
	de/LC_MESSAGES/phpwiki.php, de/pgsrc/FrischeSeiten,
	de/templates/browse.html, de/templates/editpage.html,
	de/templates/message.html, es/LC_MESSAGES/phpwiki.mo,
	es/LC_MESSAGES/phpwiki.php, es/pgsrc/BuscarP%e1gina,
	es/pgsrc/BuscarPagina, es/pgsrc/CambiosRecientes,
	es/pgsrc/P%e1ginaPrincipal, es/pgsrc/PaginaPrincipal,
	es/pgsrc/WikiWikiWeb, es/templates/browse.html,
	es/templates/editpage.html, es/templates/message.html, po/de.po,
	po/es.po: Munged for German and Spanish templates and pgsrc so that
	they work with the current code.

2001-04-06 17:34  dairiki

	* phpwiki/: index.php, lib/config.php, lib/diff.php,
	lib/loadsave.php, lib/main.php, lib/pageinfo.php, lib/stdlib.php:
	Use strftime() for dates/times instead of date().  (Strftime()
	supports locales, date() does not.)
	
	Also fixed a couple minor bugs having to do with the initial
	creation of the RecentChanges page, and other miscellaneous wiki
	setup.

2001-04-06 14:18  dairiki

	* phpwiki/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: Re-ran locale/translate.sh script to
	rebuild .mo files.  (Manual search/replace of FrontPage -> HomePage
	had munged the files.)

2001-04-06 14:12  dairiki

	* phpwiki/locale/translate.sh: Updated translate.sh script to scan
	current source code for gettext strings to be translated.

2001-04-06 11:21  wainstead

	* phpwiki/: HISTORY, INSTALL.flatfile, UPGRADING, index.php,
	lib/config.php, lib/main.php, locale/README,
	locale/de/LC_MESSAGES/phpwiki.mo,
	locale/de/LC_MESSAGES/phpwiki.php,
	locale/de/pgsrc/PhpWikiAdministration,
	locale/es/LC_MESSAGES/phpwiki.mo,
	locale/es/LC_MESSAGES/phpwiki.php,
	locale/nl/LC_MESSAGES/phpwiki.mo,
	locale/nl/LC_MESSAGES/phpwiki.php, locale/po/de.po,
	locale/po/es.po, locale/po/nl.po, locale/po/phpwiki.pot,
	locale/po/sv.po, locale/sv/LC_MESSAGES/phpwiki.mo,
	locale/sv/LC_MESSAGES/phpwiki.php, pgsrc/MagicPhpWikiURLs,
	pgsrc/PhpWikiAdministration, pgsrc/TestPage,
	pgsrc/TextFormattingRules, templates/README, templates/browse.html,
	templates/editpage.html, templates/message.html: Did find-grep to
	replace all occurances of FrontPage to HomePage.

2001-04-06 11:08  wainstead

	* phpwiki/pgsrc/HomePage: Moved FrontPage to HomePage.

2001-04-06 11:07  wainstead

	* phpwiki/pgsrc/FrontPage: Moving FrontPage to HomePage.

2001-03-14 11:48  dairiki

	* phpwiki/lib/: config.php, transform.php: Attempt to fix the
	recognition of international characters within WikiWords.
	
	Older (pre 3.x) PCRE libraries, which are used by some PHPs do not
	support POSIX named character classes (e.g. [:alnum:]).
	
	I've added a new function, pcre_fix_posix_classes(), which (only if
	necessary) will replace POSIX named classes in a regexp with an
	enumerated equivalent.

2001-03-14 11:45  dairiki

	* phpwiki/lib/savepage.php: Remove extraneous <P> from HTML output.

2001-03-14 11:45  dairiki

	* phpwiki/lib/userauth.php: Minor typo fix.

2001-03-11 09:56  wainstead

	* phpwiki/lib/config.php: Just fixed a typo in a comment.

2001-03-11 09:51  wainstead

	* phpwiki/index.php: Added a flowerbox comment at the top of the
	file, explaining the whole file in general.

2001-03-07 08:45  dairiki

	* phpwiki/: index.php, lib/config.php, lib/transform.php: Recognize
	international characters in WikiWords.
	
	We do this by using POSIX character classes (like [[:upper:]]) in
	the perl regexps.  Getting this to work involves calling
	setlocale().  (See comments in lib/config.php for more details.)
	
	I suspect my current hacks will not work in all PHP environments. 
	I'd appreciate success/failure reports.

2001-03-06 08:48  dairiki

	* phpwiki/HISTORY: Updated.  All changes since 1.2.0 are now
	documented (however cryptically) in HISTORY.

2001-03-05 15:39  dairiki

	* phpwiki/templates/: browse.html, editpage.html, message.html:
	Split BumpyWords in page titles.

2001-03-05 15:38  dairiki

	* phpwiki/lib/diff.php: Minor code cleanup: don't htmlspecialchar
	page title, since GeneratePage() does this for us.

2001-03-05 15:37  dairiki

	* phpwiki/lib/stdlib.php: Split BumpyWords in page title.
	
	Also minor code cleanup: ###BROWSE_PAGE### and ###ACTION### make no
	sense for the MESSAGE template.

2001-03-03 11:43  wainstead

	* phpwiki/: CREDITS, INSTALL.flatfile, INSTALL.pgsql, README,
	locale/es/pgsrc/AgregarPaginas, locale/nl/pgsrc/PaginasToevoegen:
	Changed my email address and the project homepage, where
	appropriate.

2001-03-03 11:29  dairiki

	* phpwiki/lib/: interwiki.map, interwiki.php: Added new intermap
	entries from http://usemod.com/intermap.txt.
	
	Also fixed bug: only urlencode "page" name when it's really a query
	arg.  (If it's in PATH_INFO, it shouldn't be urlencoded.)

2001-03-02 13:26  dairiki

	* phpwiki/lib/stdlib.php: Fix for invalid HTML from doubly-indented
	list elements.
	
	This: ** Item
	
	used to generate "<ul><ul><li>Item</ul></ul>" which is invalid. 
	Now we generate "<dl><dd><ul><li>Item</ul></dl>" which is valid.

2001-03-02 13:16  dairiki

	* phpwiki/lib/transform.php: Fix for invalid HTML from
	doubly-indented list elements.
	
	This: ** Item
	
	used to generate "<ul><ul><li>Item</ul></ul>" which is invalid. 
	Now we generate "<dl><dd><ul><li>Item</ul></dl>" which is valid.

2001-03-01 19:48  dairiki

	* phpwiki/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-03-01 16:42  wainstead

	* phpwiki/templates/README: Stripped stuff about page references
	which are now obsolete.

2001-03-01 16:38  wainstead

	* phpwiki/INSTALL.mSQL: Added note that mSQL will not be supported
	in 1.3 unless someone else wants to keep it up to date.

2001-03-01 16:24  dairiki

	* phpwiki/lib/transform.php: Attempts to clean up generated HTML.
	
	WikiTransform::SetHTMLMode():
	
	  Eliminate the $tagtype argument, since somewhere along the line
	it
	had lost all meaning.
	
	  Check when pushing nested elements that the top-level element is
	of
	a type which can contain other block-level elements. Elements of
	type <p>, and <pre>, among others, are not allowed to contain other
	block-level elements.
	
	wtm_list_dl:   Fix bug (which manifested itself only with non-empty
	<dt>s).
	
	Some remaining problems which perhaps should be addressed:
	
	Wtm_title_search, wtm_fulltext_search, wtm_mostpopular as well as
	some of the the magic phpwiki: links (the ones which generate
	forms) all generate some sort of block-level HTML element (either
	<form>s or <dl>s.)  As noted above, these are not allowed within
	<p> elements (and others).
	
	Bold/italics:	 __Bold ''BoldItalic__ Italic''  ... it's
	contrived, but it will generate improperly nested HTML.

2001-03-01 16:16  dairiki

	* phpwiki/lib/stdlib.php: StartTag(): minor beautification: get rid
	of extra spaces in start tags.

2001-02-28 17:59  dairiki

	* phpwiki/locale/de/pgsrc/: EditiereText, GaesteBuch,
	KonvertiereLeerzeichenZuTabs, MeistBesucht, PhpWiki, SandKiste,
	SeiteFinden, SeitenErzeugen, StartSeite, TextFormatierungsRegeln,
	WieManWikiBenutzt, WikiTechnik, WikiWikiWeb: SF Patch #404963:
	Updated German pgsrc by Jrg Rathlev
	<jrathlev@users.sourceforge.net>
	
	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-28 17:48  dairiki

	* phpwiki/locale/de/pgsrc/: EditiereText, GaesteBuch,
	KonvertiereLeerzeichenZuTabs, MeistBesucht, PhpWiki, SandKiste,
	SeiteFinden, SeitenErzeugen, StartSeite, TextFormatierungsRegeln,
	WieManWikiBenutzt, WikiTechnik, WikiWikiWeb: SF Patch #404963:
	Updated German pgsrc by Jrg Rathlev
	<jrathlev@users.sourceforge.net>
	
	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-28 12:54  dairiki

	* phpwiki/lib/main.php: Minor type correction.

2001-02-27 15:22  dairiki

	* phpwiki/lib/editpage.php: Fix SF bug #404646.  Must quote
	htmlspecialchars in <textarea>.

2001-02-27 15:16  dairiki

	* phpwiki/lib/editpage.php: Fix SF bug #404646.  Must quote
	htmlspecialchars in <textarea>.

2001-02-21 09:16  dairiki

	* phpwiki/lib/main.php: Recursive bug fix.  (Ie. fix stupid bug
	introduced in the last bug fix.)

2001-02-20 05:44  dairiki

	* phpwiki/lib/main.php: Fix SF bug #132843 some more.  Also add
	code to properly glean the page name from obsolete
	'index.php?PageName' style URLS.

2001-02-17 13:52  dairiki

	* phpwiki/lib/main.php: Fix infinite redirect bug. (SF bug
	#132843.)

2001-02-17 10:05  wainstead

	* phpwiki/index.php: Missing semicolon on line 49, fixed.

2001-02-16 21:36  dairiki

	* phpwiki/lib/: dbalib.php, dbmlib.php: Fix typo.

2001-02-16 21:35  dairiki

	* phpwiki/DBLIB.txt: Remove notes about $pagehash['refs'].

2001-02-16 16:47  dairiki

	* phpwiki/lib/stdlib.php: Fixed my bug: date header in
	RecentChanges not updating correctly.

2001-02-15 21:10  dairiki

	* phpwiki/lib/main.php: Small bug fix

2001-02-15 20:43  dairiki

	* phpwiki/: index.php, lib/config.php, lib/logger.php,
	lib/main.php, lib/stdlib.php, lib/userauth.php: Added support for
	creating our own NCSA style access_log's.

2001-02-15 13:37  dairiki

	* phpwiki/lib/transform.php: wtm_table: Make LEFT, rather than
	CENTERED the default alignment for table cells.  I just went and
	edited some tables, and left justification was what I wanted most
	often.	Also agrees with HTML.

2001-02-15 13:35  dairiki

	* phpwiki/: lib/stdlib.php, templates/browse.html,
	templates/editpage.html, templates/message.html: New template token
	###ROBOTS_META### to (attempt to) keep robots from indexing pages
	other than the 'action=browse' page.

2001-02-15 13:33  dairiki

	* phpwiki/lib/editpage.php: When creating default contents for
	non-existant pages, put [brackets] around page names which aren't
	BumpyWords.

2001-02-15 13:33  dairiki

	* phpwiki/phpwiki.css: Remove alternate colors for links, per
	Steve's request.

2001-02-15 13:25  dairiki

	* phpwiki/lib/editpage.php: When creating the default contents for
	non-existant pages, put [brackets] around page names which aren't
	BumpyWords.

2001-02-15 11:32  dairiki

	* phpwiki/: admin/removepage.php, lib/stdlib.php,
	templates/editpage.html: Minor bug/warning fixes.

2001-02-15 11:32  dairiki

	* phpwiki/lib/main.php: If we're expecting PATH_INFO, and don't get
	it, redirect to REQUEST_URI with a trailing '/' added.	 This is to
	make the index.php script look more like a 'directory', for
	consistencies sake.
	
	Also apparently $PATH_INFO gets magic-quoted, so un-magic that.

2001-02-15 11:28  dairiki

	* phpwiki/templates/editpage.html: Arguments to <input> tag should
	not be urlencoded().

2001-02-14 21:57  dairiki

	* phpwiki/lib/config.php: Fixed (I think) SF bug #132469.  The
	problem was that the value for VIRTUAL_PATH being auto-deduced by
	lib/config.php was wrong.

2001-02-14 14:02  dairiki

	* phpwiki/: index.php, lib/config.php, lib/diff.php,
	lib/interwiki.php, lib/loadsave.php, lib/main.php, lib/prepend.php,
	lib/stdlib.php, templates/browse.html, templates/editpage.html,
	templates/message.html: Various minor bug fixes and cleanups.
	
	Also added the following new minor featurelets:   Comments in
	index.php indicating how to set the PHP include_path if  
	necessary.
	
	  New config variable $DisabledActions --- one can list actions
	(eg.
	  dumpserial) which should not be allowed, even by the
	administrator.

2001-02-13 22:32  dairiki

	* phpwiki/admin/: dumpserial.php, loadserial.php: Added extra
	paranoid security checks.
	
	Without these checks, if the admin directory is not protected (e.g.
	via .htaccess) then loadserial.php and dumpserial.php can be run
	directly and used to probe for and create directories on the http
	server.

2001-02-13 21:22  dairiki

	* phpwiki/: HISTORY, README, index.php, phpwiki.css,
	lib/editpage.php, lib/interwiki.php, lib/loadsave.php,
	lib/prepend.php, lib/savepage.php, lib/stdlib.php,
	lib/transform.php, pgsrc/RecentChanges, pgsrc/TextFormattingRules,
	templates/browse.html, templates/editpage.html,
	templates/message.html: log

2001-02-12 21:54  dairiki

	* phpwiki/: HISTORY, index.php, admin/lockpage.php,
	admin/removepage.php, lib/config.php, lib/diff.php,
	lib/editpage.php, lib/loadsave.php, lib/main.php, lib/msql.php,
	lib/pageinfo.php, lib/pgsql.php, lib/prepend.php, lib/savepage.php,
	lib/stdlib.php, lib/userauth.php, lib/ziplib.php, pgsrc/FrontPage,
	pgsrc/HowToUseWiki, pgsrc/MagicPhpWikiURLs,
	pgsrc/PhpWikiAdministration, pgsrc/ReleaseNotes,
	pgsrc/UserPreferences, templates/browse.html,
	templates/editpage.html, templates/message.html: log

2001-02-11 17:43  dairiki

	* phpwiki/: HISTORY, index.php, admin/dumpserial.php,
	admin/loadserial.php, admin/zip.php, lib/config.php,
	lib/db_filesystem.php, lib/dbalib.php, lib/dbmlib.php,
	lib/diff.php, lib/display.php, lib/editpage.php,
	lib/fullsearch.php, lib/interwiki.php, lib/loadsave.php,
	lib/main.php, lib/msql.php, lib/mysql.php, lib/pageinfo.php,
	lib/pgsql.php, lib/savepage.php, lib/search.php, lib/setupwiki.php,
	lib/stdlib.php, lib/transform.php, lib/userauth.php,
	lib/ziplib.php, pgsrc/PhpWikiAdministration,
	templates/editpage.html: log

2001-02-11 12:18  wainstead

	* phpwiki/UPGRADING: Started new file to help users upgrade from
	previous versions of PhpWiki.

2001-02-10 14:41  dairiki

	* phpwiki/pgsrc/PhpWikiAdministration: Fix 'dump serialized pages'
	link

2001-02-10 14:15  dairiki

	* phpwiki/: HISTORY, admin.php, index.php, admin/dumpserial.php,
	admin/loadserial.php, admin/lockpage.php, admin/removepage.php,
	admin/zip.php, lib/config.php, lib/diff.php, lib/display.php,
	lib/editlinks.php, lib/editpage.php, lib/fullsearch.php,
	lib/mysql.php, lib/pageinfo.php, lib/savepage.php, lib/search.php,
	lib/stdlib.php, lib/transform.php, lib/userauth.php,
	lib/ziplib.php, pgsrc/MagicPhpWikiURLs,
	pgsrc/PhpWikiAdministration, pgsrc/TextFormattingRules,
	templates/README, templates/browse.html, templates/editpage.html,
	templates/message.html: Jeff hacks again: LOT's of changes. 
	Highlights:   * Pagename in PATH_INFO support added.	* Redid the
	user (admin)  authentication stuff.	 All access now through
	index.php.
	
	See HISTORY for (a few) more details.

2001-02-09 21:26  dairiki

	* phpwiki/lib/: diff.php, ziplib.php: Fixes for PHP4 E_NOTICE
	warnings

2001-02-08 20:00  dairiki

	* phpwiki/lib/transform.php: Fix type in wtm_fulltext_search()

2001-02-08 10:28  dairiki

	* phpwiki/: HISTORY, admin/zip.php, lib/config.php, lib/diff.php,
	lib/display.php, lib/savepage.php, lib/stdlib.php, lib/ziplib.php,
	pgsrc/AddingPages, pgsrc/HowToUseWiki, pgsrc/PhpWikiAdministration,
	pgsrc/TextFormattingRules: Propagate bug fixes from MAIN CVS branch
	into the stable release branch.
	
	I have not added Arno's new transform.php code.  Should we?  (Is it
	functionally equivalent to the old code?)

2001-02-08 10:19  dairiki

	* phpwiki/: HISTORY, lib/config.php, lib/savepage.php: Don't
	display $SignatureImg unless one is set in config.php Fix check for
	DB files in /tmp

2001-02-08 10:18  dairiki

	* phpwiki/lib/stdlib.php: Render*() functions are no longer

2001-02-08 07:11  dairiki

	* phpwiki/lib/config.php: Remove unused variable

2001-02-08 02:39  ahollosi

	* phpwiki/lib/interwiki.php: added InterWiki linking based on patch
	by Gary Benson <garyb@ee.bath.ac.uk>

2001-02-08 02:29  ahollosi

	* phpwiki/lib/: config.php, interwiki.map, stdlib.php,
	transform.php: added InterWiki linking based on patch by Gary
	Benson <garyb@ee.bath.ac.uk>

2001-02-08 01:10  ahollosi

	* phpwiki/pgsrc/TextFormattingRules: removed references, added
	footnotes

2001-02-08 00:51  ahollosi

	* phpwiki/: locale/de/templates/editpage.html,
	locale/es/templates/editpage.html,
	locale/nl/templates/editpage.html,
	locale/sv/templates/editpage.html, templates/editpage.html: removed
	links to editlinks page

2001-02-08 00:46  ahollosi

	* phpwiki/: templates/editlinks.html,
	locale/de/templates/editlinks.html,
	locale/es/templates/editlinks.html,
	locale/nl/templates/editlinks.html,
	locale/sv/templates/editlinks.html: removed editlinks template --
	references are no longer in use

2001-02-08 00:43  ahollosi

	* phpwiki/locale/de/templates/editpage.html: corrected "Minor Edit"
	translation

2001-02-07 19:02  dairiki

	* phpwiki/locale/: de/templates/editpage.html,
	es/templates/editpage.html, nl/templates/editpage.html,
	sv/templates/editpage.html: Added "minor edit, don't archive"
	checkbox to the templates for the non-english locales.
	
	(My wife speaks spanish, so that one is probably okay.	The German
	translation might be okay.  The others (Dutch and Swedish) I left
	in English.)

2001-02-07 18:34  dairiki

	* phpwiki/lib/: setupwiki.php, ziplib.php: Convert references to
	footnotes when reading a zip dump

2001-02-07 17:28  dairiki

	* phpwiki/pgsrc/: AddingPages, HowToUseWiki, PhpWikiAdministration,
	TextFormattingRules: Spelling fixes

2001-02-07 14:14  dairiki

	* phpwiki/: lib/config.php, lib/editpage.php, lib/savepage.php,
	lib/stdlib.php, templates/editpage.html: Added "Minor edit, do not
	archive" checkbox on the edit form.  (Sourceforge task #25913)

2001-02-07 13:11  dairiki

	* phpwiki/lib/display.php: Minor security bug fix.  The URL
	'index.php?zip=all' should not get you to the wiki page named
	'zip=all'.

2001-02-07 10:35  dairiki

	* phpwiki/lib/diff.php: Fix bug #131372: diff hangs.
	
	The problem had to do with subtleties introduced by the code
	cleanups to remove the PHP4 warnings.
	
	I've now added several assert()'s (only active under PHP4) to
	perform further sanity checks.

2001-02-07 09:21  ahollosi

	* phpwiki/lib/: stdlib.php, transform.php: removed references,
	added footnotes

2001-02-07 08:38  ahollosi

	* phpwiki/lib/transform.php: clean up of SetHTMLMode() -- patch
	from Neil Brown

2001-02-06 18:23  dairiki

	* phpwiki/admin/zip.php: Fix bug #131024: full zip dump hangs when
	using dbalib.php (and perhaps other) backends.

2001-02-06 15:16  dairiki

	* phpwiki/lib/ziplib.php: Jeff emerges from his hole long enough to
	fix a trivial bug which causes trouble when trying to restore a
	wiki from a zip archive which uses the 'binary' type MIME encoding.
	 This is only pertinent for zip archives generated by certain old
	beta versions of phpwiki.

2001-02-04 10:22  ahollosi

	* phpwiki/lib/transform.php: redesign of transfrom.php:
	modularization markup functions are now registered to WikiTransform
	object first working version.  removed HTML mode "|", tab markup,
	and %%ADMIN-%% tokens.	(more functionality to be added)

2001-02-04 10:19  ahollosi

	* phpwiki/lib/stdlib.php: moved SetHTMLOutputMode(),
	RenderQuickSearch(), RenderFullSearch(), and RenderMostPopular() to
	transform.php

2001-02-01 19:51  wainstead

	* phpwiki/pgsrc/RecentVisitors: Corrected Ari's name.

2001-02-01 19:23  wainstead

	* phpwiki/pgsrc/ConvertSpacesToTabs: Added note that this page is
	largely obsolete.

2001-02-01 19:21  wainstead

	* phpwiki/pgsrc/RecentVisitors: Added Ari.

2001-02-01 19:19  wainstead

	* phpwiki/pgsrc/SteveWainstead: Minor update.

2001-02-01 19:18  wainstead

	* phpwiki/pgsrc/ReleaseNotes: Listed new features over version 1.0.
	There are a lot. They are big too.

2001-02-01 19:03  wainstead

	* phpwiki/README: Updated: listed flat file Wiki as stable,
	included URL to bug list on Sourceforge.

2001-02-01 18:55  wainstead

	* phpwiki/INSTALL.pgsql: Added comment about the warnings on
	loading; updated the info about editing config.php, which was a
	little dated.

2001-01-31 23:12  ahollosi

	* phpwiki/CREDITS: fixed some mailto: links, added Pablo to spanish
	translation

2001-01-31 23:06  ahollosi

	* phpwiki/locale/: es/LC_MESSAGES/phpwiki.mo,
	es/LC_MESSAGES/phpwiki.php, es/pgsrc/AgregarPaginas,
	es/pgsrc/BuenEstilo, es/pgsrc/BuscarPagina, es/pgsrc/CajaDeArena,
	es/pgsrc/CambiosRecientes, es/pgsrc/ComoUsarWiki,
	es/pgsrc/ConvierteEspaciosEnTabs, es/pgsrc/EditarElTexto,
	es/pgsrc/KBrown, es/pgsrc/MasAcercadeLaMecanica,
	es/pgsrc/MasPopulares, es/pgsrc/PhpWiki,
	es/pgsrc/ReglasDeFormatoDeTexto, es/pgsrc/VisitantesRecientes,
	es/pgsrc/WabiSabi, es/pgsrc/WikiWikiWeb, es/templates/browse.html,
	es/templates/editlinks.html, es/templates/editpage.html,
	es/templates/message.html, po/es.po: update to spanish locale by
	Pablo Roca Rozas

2001-01-31 23:05  ahollosi

	* phpwiki/locale/es/pgsrc/: PaginaPrincipal, PrimeraPlana: renamed
	'PrimeraPlana' to 'PaginaPrincipal'

2001-01-31 21:35  wainstead

	* phpwiki/HISTORY: Wrote list of additions/changes for 1.2

2001-01-31 20:34  wainstead

	* phpwiki/INSTALL.flatfile: Minor addition of info, and a note on
	the stability and features in the flat file version.

2001-01-31 20:24  wainstead

	* phpwiki/lib/msql.php: Commented out the GetAllWikiPageNames and
	SetAllWikiPageNames functions. They don't work yet... and as long
	as they are defined, the lists of related pages appear at the
	bottom of all pages but have no values in them.

2001-01-31 20:12  wainstead

	* phpwiki/INSTALL.mSQL: Updated the opening statement (mSQL support
	isn't very new anymore ;-) and explained why there are missing
	features vs. the other database implementations.

2001-01-31 18:50  wainstead

	* phpwiki/INSTALL: Removed the notice that PhpWiki did not work
	with 4.0.4 out of the box.

2001-01-30 23:56  ahollosi

	* phpwiki/locale/: de/LC_MESSAGES/phpwiki.mo,
	de/LC_MESSAGES/phpwiki.php, de/pgsrc/PhpWikiAdministration,
	po/de.po: updated German translation

2001-01-30 23:40  ahollosi

	* phpwiki/CREDITS: added Jon slund

2001-01-30 23:38  ahollosi

	* phpwiki/lib/config.php: Added Swedish translation

2001-01-30 23:36  ahollosi

	* phpwiki/locale/: po/sv.po, sv/LC_MESSAGES/phpwiki.mo,
	sv/LC_MESSAGES/phpwiki.php, sv/pgsrc/BraStil, sv/pgsrc/Framsida,
	sv/pgsrc/Gstboken, sv/pgsrc/HurManAnvnderWiki,
	sv/pgsrc/KonverteraMellanslagTillTabbar, sv/pgsrc/LggaTillSidor,
	sv/pgsrc/MerOmMekanismerna, sv/pgsrc/MestPopulr, sv/pgsrc/PhpWiki,
	sv/pgsrc/PhpWikiAdministration, sv/pgsrc/RedigeraText,
	sv/pgsrc/Sandldan, sv/pgsrc/Senastendringar,
	sv/pgsrc/SkEfterSida, sv/pgsrc/Textformateringsregler,
	sv/pgsrc/WabiSabi, sv/pgsrc/WikiWikiWeb, sv/templates/browse.html,
	sv/templates/editlinks.html, sv/templates/editpage.html,
	sv/templates/message.html: Added Swedish translation by Jon slund

2001-01-30 23:26  ahollosi

	* phpwiki/locale/translate.sh: added Swedish translation by Jon
	slund

2001-01-30 19:11  wainstead

	* phpwiki/lib/dbmlib.php: Going back to version 1.5, this time with
	the signature Jan Hidder used for InsertPage() that I removed, thus
	causing a bug. It feels slower now though.

2001-01-30 18:18  wainstead

	* phpwiki/lib/config.php: Fixed a bug in the loading of dbmlib.php;
	if the $whichdatabase was set to 'dbm' a logic error always set it
	to 'dba', which had unpredictable results with PHP3.

2001-01-30 18:01  wainstead

	* phpwiki/lib/dbalib.php: Fixed some white space. No code changes.

2001-01-24 10:36  ahollosi

	* phpwiki/INSTALL.mysql: added hint about loading mysql php-module
	(suggested by Jerritt)

2001-01-21 03:00  ahollosi

	* phpwiki/lib/config.php: corrected if-clause for 'dba' and
	'default' (pointed out by kc7dx)

2001-01-20 13:52  wainstead

	* phpwiki/lib/config.php: Added a new database configuration
	selection, 'default'. There is an if/else that determines whether
	the user is running PHP3 or PHP4 and sets $WhichDatabase to either
	'dbm' or 'dba', and then the corresponding library file (dbmlib.php
	or dbalib.php) is loaded.

2001-01-19 14:47  wainstead

	* phpwiki/INSTALL: Added note at the top for users of PHP 4.0.4 or
	later about needing to edit config.php first.

2001-01-19 14:38  wainstead

	* phpwiki/CREDITS: Updated the credits for Joel and Pablo

2001-01-19 14:28  wainstead

	* phpwiki/images/wikibase.png: Pablo Roca Rozas <proca@clavo.net>
	contributed a good 50x50 black and white logo.

2001-01-19 14:20  wainstead

	* phpwiki/lib/: config.php, dbalib.php: Joel Uckelman
	<uckelman@iastate.edu> contributed code changes including a new
	database library file 'dbalib.php' that uses the new interface
	library for DBM files. The changes in config.php still default to
	the dbmlib.php library for now, and the user must set 'dba' in
	config.php if they are using PHP 4.0.4 or later. Tested this (just
	barely) on a newly built PHP 4.0.4p1 on my RH6.2 box.

2001-01-15 04:32  ahollosi

	* phpwiki/lib/stdlib.php: ExtractWikiPageLinks now recognizes
	references of the form [\d+]

2001-01-11 01:54  ahollosi

	* phpwiki/locale/README: initial commit - text by Jan Nieuwenhuizen
	and me

2001-01-09 11:02  wainstead

	* phpwiki/lib/dbmlib.php: Reverted to version 1.4; there is a bug
	in Jan Hidders' patch for dbmlib.  It causes a stack overflow in
	stdlib.php line 318.

2001-01-09 10:22  ahollosi

	* phpwiki/lib/stdlib.php: added description to GeneratePage()

2001-01-06 11:30  wainstead

	* phpwiki/INSTALL.flatfile: Installation directions for flat file
	Wikis.

2001-01-04 10:37  ahollosi

	* phpwiki/lib/mysql.php: yet another E_NOTICED fixed and some
	comments added.

2001-01-04 10:34  ahollosi

	* phpwiki/lib/transform.php: ZERO/SINGLE_DEPTH renamed into
	ZERO/NESTED_LEVEL empty lines are now treated as tag '' (i.e. no
	tag) instead of '<p>' normal text is now treated as '<p>' instead
	of tag '' added and corrected some comments, some code cleanup

2001-01-04 10:32  ahollosi

	* phpwiki/lib/config.php: ZERO/SINGLE_DEPTH renamed into
	ZERO/NESTED_LEVEL

2001-01-04 10:32  ahollosi

	* phpwiki/lib/stdlib.php: moved UpdateRecentChanges() to
	savepage.php ZERO/SINGLE_DEPTH renamed into ZERO/NESTED_LEVEL added
	and corrected some comments, some code cleanup

2001-01-04 10:30  ahollosi

	* phpwiki/lib/savepage.php: moved UpdateRecentChanges() to
	savepage.php

2001-01-01 16:10  wainstead

	* phpwiki/lib/search.php: There were two concatenation operators in
	a row, on lines 8 and 9. This caused a syntax error.

2001-01-01 15:34  ahollosi

	* phpwiki/lib/: mysql.php, stdlib.php: squashed some E_NOTICE
	messages about unset variables

2001-01-01 15:18  ahollosi

	* phpwiki/lib/db_filesystem.php: changed two more calls to is_dir()
	and is_file() to file_exists in order to avoid warnings

2001-01-01 15:13  ahollosi

	* phpwiki/lib/: db_filesystem.php, editpage.php, ziplib.php:
	cleaned up some warnings reported by David LeBlanc

2000-12-30 13:48  ahollosi

	* phpwiki/lib/stdlib.php: ParseAndLink() didn't handle unnamed
	phpwiki: links correctly - fixed.

2000-12-30 13:42  ahollosi

	* phpwiki/lib/stdlib.php: cleaned up ParseAndLink() function,
	consequences: - link['type']='unknwon' no longer exists (never
	happened anyway) - link['type']='wiki' is now
	link['type']='wiki-simple' - "phpwiki:" may appear in unnamed links
	as well - LinkURL() function now takes second argument

2000-12-30 13:09  ahollosi

	* phpwiki/lib/: config.php, display.php, fullsearch.php,
	search.php: some code cleanup -- mostly cosmetic changes

2000-12-22 13:10  ahollosi

	* phpwiki/CREDITS: added Antti Kaihola and Jan Hidders

2000-12-22 12:18  ahollosi

	* phpwiki/locale/: es/LC_MESSAGES/phpwiki.mo,
	nl/LC_MESSAGES/phpwiki.mo, nl/LC_MESSAGES/phpwiki.php, po/de.po,
	po/es.po, po/nl.po, po/phpwiki.pot: ran translate.sh to update .mo
	& .php files

2000-12-14 19:11  wainstead

	* phpwiki/lib/dbmlib.php: Initial commit of Jan Hidders' changes to
	dbmlib.php. He added the code needed for the incoming/outgoing/most
	popular nearby features. The only change I made was to revert the
	signature for InsertPage, which he added a fourth parameter to. In
	fact it should have a (shudder) global variable $WikiPageStore,
	which makes it consistent with SaveCopyToArchive.

2000-12-12 14:06  wainstead

	* phpwiki/lib/dbmlib.php: Brought the function list in the lead
	comment box up to date.

2000-12-12 13:53  wainstead

	* phpwiki/DBLIB.txt: Updated against the mysql.php file. This
	should be accurate and finished for 1.2.

2000-12-12 13:24  wainstead

	* phpwiki/README: Added a paragraph about the feature differences
	between the different database implementations.

2000-12-12 13:09  wainstead

	* phpwiki/images/wikibase.png: New 50x50 logo in reverse color
	(white on dark gray).

2000-12-12 09:19  wainstead

	* phpwiki/test_dbmlib.php3: I will never finish this, so I'm
	removing it from the distribution.

2000-12-12 09:11  wainstead

	* phpwiki/README: Brought the manifest up to date. Some files were
	removed, others added to the lists of files in the distribution.

2000-12-11 06:00  ahollosi

	* phpwiki/locale/po/nl.po: update to Dutch translation by Jan
	Nieuwenhuizen

2000-12-06 15:12  ahollosi

	* phpwiki/lib/stdlib.php: fixed bug in _iftoken() -
	variable-in-string-brackets were used in a way that causes problems
	for PHP3. Fix by Jan Hidders.

2000-12-06 02:59  ahollosi

	* phpwiki/lib/stdlib.php: fixed another bug in
	ExtractWikiPageLinks(): wiki_unknown-named was not recognized and
	named wiki links had the wrong linktext inserted into the wikilinks
	table

2000-11-24 14:07  wainstead

	* phpwiki/lib/mysql.php: 
	Added semicolon on line 153, which caused the file to not compile
	correctly.  .

2000-11-22 14:17  ahollosi

	* phpwiki/lib/stdlib.php: fix newline bug in UpdateRecentChanges /
	fix for-loop boundary

2000-11-18 05:50  ahollosi

	* phpwiki/: pgsrc/FindPage, lib/fullsearch.php, lib/mysql.php: more
	sophisticated search: match individual words, also excluding words
	possible

2000-11-16 19:04  wainstead

	* phpwiki/CREDITS: Added Scott to the credits for patches.

2000-11-16 19:01  wainstead

	* phpwiki/lib/config.php: Patch from "Scott R. Anderson"
	<sra@diem.net> which allows the use of $PHP_AUTH_USER if it's set;
	i.e. if a user is logged in their name will appear in RecentChanges
	instead of REMOTE_HOST or REMOTE_ADDR.

2000-11-16 00:52  ahollosi

	* phpwiki/lib/stdlib.php: fix for ExtractWikiPageLinks(): didn't
	care for '[[' escapes and thus detected invalid links

2000-11-13 13:52  ahollosi

	* phpwiki/locale/de/templates/browse.html: corrected title link

2000-11-13 06:54  ahollosi

	* phpwiki/lib/: config.php, mysql.php: added config options for all
	mysql table names

2000-11-13 03:22  ahollosi

	* phpwiki/locale/: translate.sh, de/LC_MESSAGES/phpwiki.mo,
	de/LC_MESSAGES/phpwiki.php, de/templates/browse.html,
	de/templates/editpage.html, es/LC_MESSAGES/phpwiki.mo,
	es/LC_MESSAGES/phpwiki.php, es/templates/browse.html,
	es/templates/editpage.html, nl/LC_MESSAGES/phpwiki.mo,
	nl/LC_MESSAGES/phpwiki.php, nl/templates/browse.html,
	nl/templates/editpage.html, po/de.po, po/es.po, po/nl.po,
	po/phpwiki.pot: new run of translate.sh / updated templates

2000-11-13 03:01  ahollosi

	* phpwiki/locale/translate.sh: fixed bug which omitted last string
	in */LC_MESSAGE/phpwiki.php

2000-11-13 02:59  ahollosi

	* phpwiki/admin.php: localized remove function

2000-11-13 02:37  ahollosi

	* phpwiki/locale/po/de.po: fixed errors pointed out by Markus Guske

2000-11-11 04:15  ahollosi

	* phpwiki/lib/stdlib.php: bugfix in ExtractWikiPageLinks for
	[text|WikiPage]

2000-11-09 08:29  ahollosi

	* phpwiki/: admin.php, templates/browse.html: Added safety step for
	'remove page' feature

2000-11-08 18:57  wainstead

	* phpwiki/lib/mysql.php: Updated the list of functions in the
	header comment.

2000-11-08 09:07  ahollosi

	* phpwiki/pgsrc/: TestPage, TextFormattingRules: update for new
	syntax: !http and [named internal link|WikiPage]

2000-11-08 08:52  ahollosi

	* phpwiki/lib/stdlib.php: added named internal links e.g.
	[wow|FrontPage] -- patch idea from Antti Kaihola

2000-11-08 08:48  ahollosi

	* phpwiki/admin.php: fix for RemovePage when
	get_magic_quotes_gpc()==1

2000-11-08 08:19  ahollosi

	* phpwiki/templates/README: explained new ###IF### syntax

2000-11-08 07:54  ahollosi

	* phpwiki/pgsrc/PhpWikiAdministration: added admin page -- should
	be locked for normal users

2000-11-08 07:50  ahollosi

	* phpwiki/templates/editpage.html: updated to new ###IF### syntax

2000-11-08 07:49  ahollosi

	* phpwiki/templates/browse.html: included admin section

2000-11-08 07:43  ahollosi

	* phpwiki/admin.php: removed default user/pwd

2000-11-08 07:40  ahollosi

	* phpwiki/lib/mysql.php: added function RemovePage()

2000-11-08 07:40  ahollosi

	* phpwiki/lib/: config.php, editpage.php, savepage.php, stdlib.php,
	transform.php: updates due to new admin structure

2000-11-08 07:34  ahollosi

	* phpwiki/index.php: adapted, so that index.php can be included by
	admin.php

2000-11-08 07:32  ahollosi

	* phpwiki/admin.php: initial commit of admin.php

2000-11-08 07:30  ahollosi

	* phpwiki/admin/: dumpserial.php, loadserial.php, lockpage.php,
	wiki_dumpserial.php, wiki_loadserial.php, wiki_lockpage.php,
	wiki_zip.php3, zip.php: renaming files to scheme used in lib/:
	dropping wiki_ prefix

2000-11-08 07:27  ahollosi

	* phpwiki/admin/: index.php3, wiki_adminforms.php, wiki_auth.php3:
	admin change - removed obsolete files - functionality is now in
	admin.php

2000-11-06 21:13  wainstead

	* phpwiki/lib/msql.php: Added GetWikiPageLinks, SetWikiPageLinks,
	eliminated error messages, though the functionality is still not
	there.

2000-11-06 09:31  ahollosi

	* phpwiki/locale/de/pgsrc/: EditiereText, FrischeSeiten,
	GaesteBuch, MeistBesucht, SandKiste, StartSeite, WieManWikiBenutzt:
	translated into German

2000-11-06 08:31  ahollosi

	* phpwiki/CREDITS: wikified CREDITS

2000-11-06 08:14  ahollosi

	* phpwiki/pgsrc/: AddingPages, ConvertSpacesToTabs, FindPage,
	FrontPage, HowToUseWiki, MoreAboutMechanics, RecentChanges,
	TextFormattingRules, WabiSabi, WikiWikiWeb: removed tab syntax,
	bold ''' -> bold __, plus other minor corrections

2000-11-05 19:19  wainstead

	* phpwiki/HISTORY: Updates for 1.1.9.

2000-11-05 18:51  wainstead

	* phpwiki/pgsrc/ReleaseNotes: Added a few words about 1.1.9.

2000-11-05 18:46  wainstead

	* phpwiki/pgsrc/AddingPages: Changed the example to point to the
	current PhpWiki homepage.

2000-11-05 18:46  wainstead

	* phpwiki/pgsrc/TextFormattingRules: Removed last remaining
	references to using tabs, and put in an example of the new
	term-definition syntax.

2000-11-02 21:50  wainstead

	* phpwiki/schemas/schema.minisql: Added/tested wikiscore table.

2000-11-02 21:27  wainstead

	* phpwiki/lib/msql.php: Fixed all instances that caused E_NOTICE
	messages.

2000-11-02 20:51  wainstead

	* phpwiki/CREDITS: Credited Sandino for the Spanish language
	translations.

2000-11-02 13:15  ahollosi

	* phpwiki/locale/: translate.sh, de/LC_MESSAGES/phpwiki.mo,
	de/LC_MESSAGES/phpwiki.php, de/pgsrc/EditiereText,
	de/pgsrc/FrischeSeiten, de/pgsrc/GaesteBuch, de/pgsrc/GuterStil,
	de/pgsrc/KonvertiereLeerzeichenZuTabs, de/pgsrc/MeistBesucht,
	de/pgsrc/PhpWiki, de/pgsrc/SandKiste, de/pgsrc/SeiteFinden,
	de/pgsrc/SeitenErzeugen, de/pgsrc/StartSeite,
	de/pgsrc/TextFormatierungsRegeln, de/pgsrc/WabiSabi,
	de/pgsrc/WieManWikiBenutzt, de/pgsrc/WikiTechnik,
	de/pgsrc/WikiWikiWeb, de/templates/browse.html,
	de/templates/editlinks.html, de/templates/editpage.html,
	de/templates/message.html, es/LC_MESSAGES/phpwiki.mo,
	es/LC_MESSAGES/phpwiki.php, es/pgsrc/AgregarPaginas,
	es/pgsrc/BuenEstilo, es/pgsrc/BuscarPagina, es/pgsrc/CajaDeArena,
	es/pgsrc/CambiosRecientes, es/pgsrc/ComoUsarWiki,
	es/pgsrc/ConvierteEspaciosEnTabs, es/pgsrc/EditarElTexto,
	es/pgsrc/KBrown, es/pgsrc/MasAcercadeLaMecanica,
	es/pgsrc/MasPopulares, es/pgsrc/PhpWiki, es/pgsrc/PrimeraPlana,
	es/pgsrc/ReglasDeFormatoDeTexto, es/pgsrc/VisitantesRecientes,
	es/pgsrc/WabiSabi, es/pgsrc/WikiWikiWeb, es/templates/browse.html,
	es/templates/editlinks.html, es/templates/editpage.html,
	es/templates/message.html, nl/LC_MESSAGES/phpwiki.mo,
	nl/LC_MESSAGES/phpwiki.php, po/de.po, po/es.po, po/nl.po,
	po/phpwiki.pot: Spanish pages by Sandino Araico Snchez
	<sandino@sandino.net> Initial set of German pages by me (Arno)

2000-11-01 20:34  wainstead

	* phpwiki/schemas/schema.psql: Added "drop table wikiscore;"

2000-11-01 20:23  wainstead

	* phpwiki/lib/pgsql.php: Incoming, outgoing, and most popular top
	5's appear to work now.

2000-11-01 20:06  wainstead

	* phpwiki/schemas/schema.psql: Added the wikiscore table; stripped
	out the grant statements that gave me access to all postgresql
	databases worldwide ;-)

2000-11-01 20:03  wainstead

	* phpwiki/pgsrc/TextFormattingRules: Corrected the URL to the
	example image.

2000-11-01 19:05  wainstead

	* phpwiki/lib/pgsql.php: Fixed typo: "port" was spelled "pport".
	Probably from the last patch.

2000-11-01 03:31  ahollosi

	* phpwiki/: index.php, lib/dbmlib.php, lib/diff.php,
	lib/display.php, lib/editpage.php, lib/pageinfo.php,
	lib/savepage.php, lib/stdlib.php: fixed E_NOTICE warnings

2000-11-01 02:24  ahollosi

	* phpwiki/lib/config.php: use $SCRIPT_NAME instead of $REQUEST_URI
	removed $ServerAddress - not used anywhere (simplifies
	$ScriptUrl="" case) added ALT tag to logo image

2000-10-31 12:24  ahollosi

	* phpwiki/lib/config.php: restructured config.php completely --
	hope this is more readable / useable

2000-10-31 11:24  ahollosi

	* phpwiki/lib/transform.php: added "!" syntax for URLs as well,
	i.e. !http://some.site/ does NOT create a hyperlink

2000-10-31 11:23  ahollosi

	* phpwiki/lib/stdlib.php: "phpwiki:" protocol patch -- omitted
	stdlib.php in previous commit - *sigh*

2000-10-31 09:07  ahollosi

	* phpwiki/lib/config.php: added "phpwiki:" protocol within named
	links [name|uri] UpdateRecentChanges() uses "phpwiki:" instead of
	raw url now

2000-10-31 08:18  ahollosi

	* phpwiki/lib/config.php: Changed $WikiNameRegexp: doesn't use "\b"
	(word-boundary) anymore.  Necessary because '_' is interpreted as
	word-character too and thus e.g. "__WikiName__" is not recognized
	as link. Note that now "previously_not_a_WikiName" renders the
	"WikiName" part as link now too.

2000-10-29 23:41  ahollosi

	* phpwiki/lib/config.php: fix for bug #117729 (fake author)

2000-10-28 10:44  ahollosi

	* phpwiki/lib/: config.php, pgsql.php: pgsql patch (version7) from
	kbrown@sandino.net

2000-10-26 08:47  ahollosi

	* phpwiki/lib/savepage.php: fix: savepage didn't check
	FLAG_PAGE_LOCKED

2000-10-26 08:38  ahollosi

	* phpwiki/: lib/editpage.php, lib/savepage.php,
	locale/translate.sh, locale/nl/LC_MESSAGES/phpwiki.mo,
	locale/nl/LC_MESSAGES/phpwiki.php,
	locale/nl/templates/editpage.html, locale/po/nl.po,
	locale/po/phpwiki.pot: another gettext() patch from Jan (fix plus
	translation of savepage)

2000-10-26 04:34  ahollosi

	* phpwiki/lib/stdlib.php: fix: added "global $WikiNameRegexp" in
	ExtractWikiPageLinks()

2000-10-25 07:48  ahollosi

	* phpwiki/lib/stdlib.php: adapted to changes in transform.php
	Inline images now have an ALT tag Also, [name|http:image] uses name
	as ALT tag now RenderQuickSearch() and RenderFullSearch() create a
	submit button

2000-10-25 07:45  ahollosi

	* phpwiki/lib/transform.php: Heavy modification based on Neil
	Brown's tokenize() patch.  Much cleaner structure now -- why didn't
	we see the obvious? Images of reference links [\d+] are inlined too
	now

2000-10-25 07:41  ahollosi

	* phpwiki/lib/config.php: added $InlineImages and $WikiNameRegexp

2000-10-25 02:58  ahollosi

	* phpwiki/index.php: set_magic_quotes_runtime(0) added (bug
	reported by Hawk Newton)

2000-10-24 22:06  wainstead

	* phpwiki/HISTORY: Updated for 1.1.8

2000-10-24 21:56  wainstead

	* phpwiki/CREDITS: CREDITS is reborn!

2000-10-24 21:19  wainstead

	* phpwiki/pgsrc/RecentChanges: Updated the list of pages to include
	PhpWiki.

2000-10-24 21:13  wainstead

	* phpwiki/pgsrc/PhpWiki: Added a page to define the WikiWord
	"PhpWiki."

2000-10-24 03:32  ahollosi

	* phpwiki/: lib/transform.php, pgsrc/TestPage: killed the
	!WikiName,!WikiName,!WikiNameSameStem bug for good. -- added
	examples to TestPage

2000-10-24 02:55  ahollosi

	* phpwiki/: lib/pageinfo.php, locale/nl/LC_MESSAGES/phpwiki.mo,
	locale/nl/LC_MESSAGES/phpwiki.php, locale/po/nl.po,
	locale/po/phpwiki.pot: Jan added some gettext() for pageinfo.php

2000-10-23 13:55  ahollosi

	* phpwiki/pgsrc/ReleaseNotes: corrected h1,h2,h3 markup example

2000-10-23 09:52  ahollosi

	* phpwiki/: lib/transform.php, pgsrc/TestPage: New: tabless
	definition lists (even nested):   ;Term:definition And: ul,ol list
	types can be mixed - we only look at the last character. Changes
	e.g. from "**#*" to "###*" go unnoticed.  and wouldn't make a
	difference to the HTML layout anyway.

2000-10-23 05:53  wainstead

	* phpwiki/pgsrc/TextFormattingRules: Updated rules for the 1.1.8
	release.

2000-10-22 17:58  wainstead

	* phpwiki/: CREDITS, TODO: No longer maintained. TODO will happen
	on Sourceforge.

2000-10-22 12:52  ahollosi

	* phpwiki/locale/: translate.sh, nl/pgsrc/GoedeStijl,
	nl/pgsrc/HoeWikiTeGebruiken, nl/pgsrc/JanNieuwenhuizen,
	nl/pgsrc/MeerOverTechnieken, nl/pgsrc/PaginasToevoegen,
	nl/pgsrc/RecenteBezoekers, nl/pgsrc/RecenteVeranderingen,
	nl/pgsrc/TekstFormatteringsRegels, nl/pgsrc/UitgaveNoten,
	nl/pgsrc/WabiSabi, nl/pgsrc/WikiWikiWeb, nl/pgsrc/ZoekPagina,
	nl/templates/editlinks.html: commit of latest update to Dutch pages
	by Jan

2000-10-22 12:33  ahollosi

	* phpwiki/: lib/config.php, lib/setupwiki.php,
	locale/nl/pgsrc/SteveWainstead, locale/nl/pgsrc/TestPagina: Some
	generic pages are included in English, ignoring the language
	setting (avoids unnecessary duplication) - these pages are:
	TestPage, SteveWainstead, ReleaseNotes. Removed "nl" counterparts.

2000-10-22 06:59  ahollosi

	* phpwiki/admin/wiki_auth.php3: removed default admin/pwd pair --
	Steve should change his password :o)

2000-10-22 06:57  ahollosi

	* phpwiki/admin/: index.php3, wiki_zip.php3: brought up to date -
	"wiki_*" -> "/lib/*"

2000-10-22 06:30  ahollosi

	* phpwiki/: templates/editlinks.html, templates/editpage.html,
	templates/message.html, locale/nl/templates/editlinks.html,
	locale/nl/templates/editpage.html,
	locale/nl/templates/message.html: adjusted layout (smaller logo, no
	use of table anymore)

2000-10-20 21:14  wainstead

	* phpwiki/DBLIB.txt: Added 3 functions. No descriptions yet.

2000-10-20 18:11  wainstead

	* phpwiki/syncmail: Dropped, along with an egg on my face.

2000-10-20 04:49  ahollosi

	* phpwiki/templates/browse.html: get rid of headline table, logo
	now smaller

2000-10-20 04:48  ahollosi

	* phpwiki/images/wikibase.png: logo now sports a black border

2000-10-20 04:42  ahollosi

	* phpwiki/: test_dbmlib.php3, lib/diff.php, lib/editpage.php,
	lib/fullsearch.php, lib/msql.php, lib/mysql.php, lib/setupwiki.php,
	lib/stdlib.php, locale/translate.sh,
	locale/nl/LC_MESSAGES/phpwiki.mo,
	locale/nl/LC_MESSAGES/phpwiki.php,
	locale/nl/pgsrc/HoeWikiTeGebruiken,
	locale/nl/pgsrc/JanNieuwenhuizen, locale/nl/pgsrc/MeestBezocht,
	locale/nl/pgsrc/PaginasToevoegen, locale/nl/pgsrc/RecenteBezoekers,
	locale/nl/pgsrc/SteveWainstead,
	locale/nl/pgsrc/TekstFormatteringsRegels,
	locale/nl/pgsrc/TestPagina, locale/nl/pgsrc/VeranderTekst,
	locale/nl/pgsrc/VertaalSpatiesNaarTabs, locale/nl/pgsrc/WabiSabi,
	locale/nl/pgsrc/WikiWikiWeb, pgsrc/TestPage,
	locale/nl/templates/browse.html, locale/nl/templates/editpage.html,
	locale/po/nl.po, locale/po/phpwiki.pot: second int. patch from Jan
	(slightly modified)

2000-10-19 21:37  wainstead

	* phpwiki/syncmail: Committing version 3.12 of syncmail, a Python
	script provided by SouceForge which will email
	phpwiki-checkins@lists.sourceforge.net when there are commits to
	the CVS tree.

2000-10-19 15:25  ahollosi

	* phpwiki/lib/: db_filesystem.php, dbmlib.php, editpage.php,
	msql.php, mysql.php, stdlib.php: ExitWiki() function replaces
	simple calls to exit()

2000-10-19 14:49  ahollosi

	* phpwiki/locale/nl/LC_MESSAGES/: phpwiki.mo, phpwiki.php: forgot
	to run translate.sh

2000-10-19 14:36  ahollosi

	* phpwiki/: lib/config.php, lib/diff.php, lib/display.php,
	lib/editpage.php, lib/pageinfo.php, lib/savepage.php,
	lib/stdlib.php, locale/translate.sh,
	locale/nl/LC_MESSAGES/phpwiki.mo,
	locale/nl/LC_MESSAGES/phpwiki.php, locale/nl/pgsrc/GoedeStijl,
	locale/nl/pgsrc/HoeWikiTeGebruiken,
	locale/nl/pgsrc/JanNieuwenhuizen,
	locale/nl/pgsrc/MeerOverTechnieken, locale/nl/pgsrc/MeestBezocht,
	locale/nl/pgsrc/PaginasToevoegen, locale/nl/pgsrc/RecenteBezoekers,
	locale/nl/pgsrc/RecenteVeranderingen,
	locale/nl/pgsrc/SteveWainstead,
	locale/nl/pgsrc/TekstFormatteringsRegels,
	locale/nl/pgsrc/TestPagina, locale/nl/pgsrc/UitgaveNoten,
	locale/nl/pgsrc/VeranderTekst,
	locale/nl/pgsrc/VertaalSpatiesNaarTabs, locale/nl/pgsrc/VoorPagina,
	locale/nl/pgsrc/WabiSabi, locale/nl/pgsrc/WikiWikiWeb,
	locale/nl/pgsrc/ZandBak, locale/nl/pgsrc/ZoekPagina,
	locale/po/nl.po, locale/po/phpwiki.pot,
	locale/nl/templates/browse.html,
	locale/nl/templates/editlinks.html,
	locale/nl/templates/editpage.html,
	locale/nl/templates/message.html: internationalization patch (based
	on Jan Nieuwenhuizen's original patch)

2000-10-18 15:31  wainstead

	* phpwiki/pgsrc/SteveWainstead: Changed the address for bug
	reporting.

2000-10-11 07:08  ahollosi

	* phpwiki/lib/transform.php: added Neil Brown's
	nested-DefinitionLists patch -- slightly modified

2000-10-11 06:57  ahollosi

	* phpwiki/index.php: added Neil Brown's search-button patch --
	slightly modified

2000-10-09 19:59  wainstead

	* phpwiki/lib/config.php: Changed back to dynamically setting the
	hostname; using 'http:' is commented out and left as an option.

2000-10-08 13:05  wainstead

	* phpwiki/lib/config.php: Updated the paths to image files, which
	now live in the images/ subdirectory.

2000-10-08 12:59  wainstead

	* phpwiki/: HISTORY, png.png, signature.png, wikibase.png: Moved
	these into the images/ directory.

2000-10-08 12:58  wainstead

	* phpwiki/images/: png.png, signature.png, wikibase.png: Moved
	these out of the root directory to improve the project structure.

2000-10-08 12:46  wainstead

	* phpwiki/lib/config.php: $ServerAddress is now set to "" by
	default, which should work in most cases; the comments and if/else
	block remain (commented out).

2000-10-08 12:19  wainstead

	* phpwiki/INSTALL.pgsql: Updated and improved.

2000-10-08 12:08  wainstead

	* phpwiki/INSTALL: Reread and updated.

2000-10-08 11:27  wainstead

	* phpwiki/INSTALL: Missed an occurance of the extension php3.

2000-10-08 11:12  wainstead

	* phpwiki/: HISTORY, INSTALL, INSTALL.mSQL, INSTALL.mysql,
	INSTALL.pgsql, README, lib/config.php, lib/display.php,
	lib/pageinfo.php, pgsrc/MoreAboutMechanics, pgsrc/TestPage,
	templates/README: Changed occurances of *php3 to *php.

2000-10-08 10:48  wainstead

	* phpwiki/index.php: Renamed from index.php3

2000-10-08 10:47  wainstead

	* phpwiki/index.php3: Renamed to index.php.

2000-10-08 10:43  wainstead

	* phpwiki/: HISTORY, wiki_config.php3, wiki_db_filesystem.php3,
	wiki_dbmlib.php3, wiki_diff.php3, wiki_display.php3,
	wiki_editlinks.php3, wiki_editpage.php3, wiki_fullsearch.php3,
	wiki_msql.php3, wiki_mysql.php3, wiki_pageinfo.php3,
	wiki_pgsql.php3, wiki_savepage.php3, wiki_search.php3,
	wiki_setupwiki.php3, wiki_stdlib.php3, wiki_transform.php3,
	wiki_ziplib.php3, admin/wiki_auth.php3, templates/editpage.html:
	These have been moved to lib/*.php.

2000-10-08 10:33  wainstead

	* phpwiki/lib/: config.php, db_filesystem.php, dbmlib.php,
	diff.php, display.php, editlinks.php, editpage.php, fullsearch.php,
	msql.php, mysql.php, pageinfo.php, pgsql.php, savepage.php,
	search.php, setupwiki.php, stdlib.php, transform.php, ziplib.php:
	All wiki_*.php3 files are now renamed to lib/*.php. The files I
	commited a while back, lib/*.inc, were dropped because you can
	still see the source of the pages that way, in a default Apache
	setup.

2000-10-08 10:30  wainstead

	* phpwiki/pgsrc/TestPage: Added [[not linked to] and !NotLinkedTo.

2000-10-07 10:58  wainstead

	* phpwiki/lib/: config.inc, db_filesystem.inc, dbmlib.inc,
	diff.inc, display.inc, editlinks.inc, editpage.inc, fullsearch.inc,
	msql.inc, mysql.inc, pageinfo.inc, pgsql.inc, savepage.inc,
	search.inc, setupwiki.inc, stdlib.inc, transform.inc, ziplib.inc:
	Using ".inc" for an extension lets browsers see the source of the
	pages as plain text, which is probably not a good idea (depending
	on how much you believe in "open source" :-)

2000-10-07 10:47  wainstead

	* phpwiki/lib/: config.inc, db_filesystem.inc, dbmlib.inc,
	diff.inc, display.inc, editlinks.inc, editpage.inc, fullsearch.inc,
	msql.inc, mysql.inc, pageinfo.inc, pgsql.inc, savepage.inc,
	search.inc, setupwiki.inc, stdlib.inc, transform.inc, ziplib.inc:
	Merged in latest changes from Arno's hacking.

2000-09-23 08:06  ahollosi

	* phpwiki/pgsrc/RecentChanges: added SandBox and MostPopular

2000-09-23 07:56  ahollosi

	* phpwiki/pgsrc/FrontPage: added links to ReleaseNotes and SandBox

2000-09-23 07:56  ahollosi

	* phpwiki/pgsrc/SandBox: added SandBox file for experimentation

2000-09-23 07:36  ahollosi

	* phpwiki/wiki_pgsql.php3: commented out link related functions -
	not compatible with my latest changes

2000-09-23 07:34  ahollosi

	* phpwiki/wiki_config.php3: added NUM_RELATED_PAGES definition

2000-09-23 07:33  ahollosi

	* phpwiki/wiki_transform.php3: adapted call to ParseAndLink()

2000-09-23 07:32  ahollosi

	* phpwiki/templates/browse.html: added scored related pages

2000-09-23 07:31  ahollosi

	* phpwiki/schemas/schema.mysql: added wikiscore table

2000-09-23 07:31  ahollosi

	* phpwiki/: wiki_mysql.php3, wiki_stdlib.php3: added wikilinks
	functionality plus placeholder for scored related pages

2000-09-23 07:29  ahollosi

	* phpwiki/wiki_dbmlib.php3: commented out debug statement for
	hitcounter

2000-09-21 13:35  ahollosi

	* phpwiki/admin/: index.php3, wiki_adminforms.php,
	wiki_dumpserial.php, wiki_loadserial.php, wiki_lockpage.php,
	wiki_zip.php3: brought files up to date (RetrievePage) and fixed
	some raw HTML bugs

2000-09-21 12:44  ahollosi

	* phpwiki/: INSTALL, INSTALL.mysql: bringing documentation up to
	date

2000-09-21 12:21  ahollosi

	* phpwiki/wiki_fullsearch.php3: fixed raw HTML bug in search
	results

2000-09-20 12:28  ahollosi

	* phpwiki/wiki_transform.php3: fix odd bug (disapperaing linespace)
	introduced by Jeff in v1.13 of wiki_savepage.php3

2000-09-20 12:26  ahollosi

	* phpwiki/wiki_mysql.php3: brought function interface upto date
	(e.g. RetrievePage now takes 3 arguments)

2000-09-17 21:36  wainstead

	* phpwiki/lib/: config.inc, db_filesystem.inc, dbmlib.inc,
	diff.inc, display.inc, editlinks.inc, editpage.inc, fullsearch.inc,
	msql.inc, mysql.inc, pageinfo.inc, pgsql.inc, savepage.inc,
	search.inc, setupwiki.inc, stdlib.inc, transform.inc, ziplib.inc:
	All files of the pattern wiki_foo.php3 have been moved to
	lib/foo.inc, as a matter of organization and security. To read the
	log file for lib/foo.inc you need to see wiki_foo.php3.

2000-09-16 12:20  wainstead

	* phpwiki/wiki_msql.php3: Added GetAllWikiPageNames.

2000-09-07 19:55  wainstead

	* phpwiki/wiki_pgsql.php3: Commented out the code for the
	"wikilinks" table, for the 1.1.8 release

2000-09-04 20:33  wainstead

	* phpwiki/wiki_pgsql.php3: Initial support for the wikilinks table.
	I added three functions to populate and manipulate the table, and
	right now basic functionality is there; the table is loaded when a
	new Wiki is created.

2000-09-04 09:55  wainstead

	* phpwiki/wiki_pgsql.php3: Fixed bug in fullsearch with
	case-sensitive matches

2000-09-03 22:54  wainstead

	* phpwiki/wiki_stdlib.php3: Removed the magic number 20 for
	MostPopular, replaced with the define() MOST_POPULAR_LIST_LENGTH.

2000-09-03 22:50  wainstead

	* phpwiki/wiki_config.php3: Added a new define() for MostPopular,
	which needs to be propagated to the template still.

2000-09-03 22:47  wainstead

	* phpwiki/wiki_dbmlib.php3: MostPopular finally debugged, looks
	good.

2000-09-03 22:12  wainstead

	* phpwiki/wiki_transform.php3: I removed the calls to
	RenderQuickSearch, RenderFullSearch and RenderMostPopular from the
	main loop in this file; they were being called for each iteration
	and this was a little expensive.

2000-09-03 18:38  wainstead

	* phpwiki/pgsrc/RecentChanges: Moved the search to the bottom,
	since it's not what people come to the page to see.

2000-08-29 01:02  aredridel

	* phpwiki/wiki_db_filesystem.php3: Implemeted search features

2000-08-29 00:55  aredridel

	* phpwiki/wiki_db_filesystem.php3: Updated to include locking

2000-08-29 00:42  aredridel

	* phpwiki/wiki_db_filesystem.php3: Support functions for a
	Filesystem based database

2000-08-29 00:27  aredridel

	* phpwiki/wiki_config.php3: Added commented-out configuration for
	the Filsystem-based database.

2000-08-28 19:42  aredridel

	* phpwiki/admin/: wiki_dumpHTML.php, wiki_dumpserial.php,
	wiki_loadserial.php, wiki_lockpage.php, wiki_port1_0.php,
	wiki_rebuilddbms.php: Changed short <? tags to long <?php tags so
	installation works with short tags disabled

2000-08-28 19:37  aredridel

	* phpwiki/: test_dbmlib.php3, wiki_config.php3, wiki_dbmlib.php3,
	wiki_display.php3, wiki_editlinks.php3, wiki_editpage.php3,
	wiki_fullsearch.php3, wiki_msql.php3, wiki_mysql.php3,
	wiki_pageinfo.php3, wiki_pgsql.php3, wiki_savepage.php3,
	wiki_search.php3, wiki_setupwiki.php3, wiki_stdlib.php3,
	wiki_transform.php3, wiki_ziplib.php3, admin/index.php3,
	admin/wiki_zip.php3: Changed short <? tags to longer <?php tags so
	that the installation will work with any PHP settings

2000-08-28 19:30  aredridel

	* phpwiki/index.php3: Changed short <? tag to long <?php tag, so it
	will work with all installations

2000-08-15 20:55  wainstead

	* phpwiki/wiki_msql.php3: MostPopular added.

2000-08-15 20:30  wainstead

	* phpwiki/wiki_msql.php3: Corrected a bug in saving pages to the
	archive.

2000-08-14 21:22  wainstead

	* phpwiki/wiki_msql.php3: Partially updated to come in line with
	the refactoring. It cannot do page diffs properly.

2000-08-14 19:59  wainstead

	* phpwiki/: test_dbmlib.php3, wiki_diff.php3, wiki_display.php3,
	wiki_editlinks.php3, wiki_editpage.php3, wiki_pageinfo.php3,
	wiki_savepage.php3, wiki_setupwiki.php3: RetrievePage now takes a
	third argument ('wiki' or 'archive' basically), and I think that's
	about it. wiki_editpage.php3 has some logic changes to accomodate
	editing copies or live pages. OpenDataBase calls have been
	commented out.

2000-08-14 19:54  wainstead

	* phpwiki/: wiki_dbmlib.php3, wiki_msql.php3, wiki_mysql.php3,
	wiki_pgsql.php3: Moved SaveCopyToArchive into these files; I then
	rewrote it for DBM and Postgresql versions only. This allowed me to
	refactor the interface so we aren't making multiple calls to open
	the database when only one call is needed. I also added
	IsInArchive(), which is a clone of IsWikiPage().  It's unfortunate
	in a way, but I think treating the 'wiki' and 'archive'
	tables/files separately will bring benefits.

2000-08-14 19:49  wainstead

	* phpwiki/wiki_stdlib.php3: Moved SaveCopyToArchive to the database
	libraries while refactoring.

2000-08-14 19:46  wainstead

	* phpwiki/index.php3: Removed the if/else for opening the database;
	there is only one call now to open the db, regardless whether it's
	an edit of a copy or a regular page.

2000-08-14 19:44  wainstead

	* phpwiki/wiki_config.php3: Added a variable to define the database
	name for Postgresql.

2000-08-14 19:39  wainstead

	* phpwiki/pgsrc/RecentChanges: Fixed a whitespace problem.

2000-08-11 11:45  wainstead

	* phpwiki/wiki_msql.php3: I found msql_pconnect to be unstable on
	wcsb.org (which has a fairly recent version of msql 2.x) so we'll
	do without persistent connections.

2000-08-10 08:29  wainstead

	* phpwiki/pgsrc/HowToUseWiki: Updated info on embedding images.

2000-08-10 08:23  wainstead

	* phpwiki/wiki_stdlib.php3: Added LinkImage() and code to catch
	[http://foo.com/image.jpg] and embed it.

2000-08-09 21:51  wainstead

	* phpwiki/pgsrc/RecentChanges: Again, corrected the list.

2000-08-09 21:49  wainstead

	* phpwiki/wiki_pgsql.php3: Coded and tested the four new DB
	functions for MostPopular.

2000-08-09 21:46  wainstead

	* phpwiki/pgsrc/RecentChanges: corrected the list of pages

2000-08-09 21:43  wainstead

	* phpwiki/pgsrc/RecentVisitors: Added the proper list of program
	authors.

2000-08-09 20:03  wainstead

	* phpwiki/pgsrc/: FrontPage, WhatIsWikiWikiWeb, WikiWikiWeb:
	Updated FrontPage; renamed WhatIsWikiWikiWeb to WikiWikiWeb.

2000-08-07 15:47  wainstead

	* phpwiki/: index.php3, test_dbmlib.php3, wiki_config.php3,
	wiki_diff.php3, wiki_editpage.php3, wiki_pageinfo.php3,
	wiki_pgsql.php3, wiki_savepage.php3, wiki_stdlib.php3,
	admin/index.php3, admin/wiki_zip.php3: Changed the names
	$WikiDataBase and $ArchiveDataBase to $WikiPageStore and
	$ArchivePageStore, so they are more accurate.

2000-08-03 12:41  dairiki

	* phpwiki/wiki_setupwiki.php3: Use file mtime as default for
	$pagehash['lastmodified'].

2000-08-03 12:40  dairiki

	* phpwiki/wiki_ziplib.php3: I just discovered that PHP has a
	built-in pack() and unpack(), so I've eliminated
	zip_pack()/zip_unpack().  Also now extract file mtime from header
	when unzipping.

2000-08-03 12:18  dairiki

	* phpwiki/: ChangeLog, wiki_ziplib.php3: Discovered that PHP has
	pack() and unpack() builtin, so eliminated zip_pack() and
	zip_unpack() from wiki_ziplib.php3.

2000-08-03 12:18  dairiki

	* phpwiki/wiki_setupwiki.php3: Take default mtime from zip file
	header.

2000-08-01 11:57  dairiki

	* phpwiki/wiki_setupwiki.php3: Strip trailing white space from
	lines when initializing page content.

2000-08-01 11:55  dairiki

	* phpwiki/wiki_diff.php3: PHP4 compatibility fixes.  Also add
	"versions are identical" message.

2000-08-01 11:54  dairiki

	* phpwiki/wiki_ziplib.php3: PHP4 compatibility fixes.

2000-08-01 11:20  dairiki

	* phpwiki/: ChangeLog, admin.php3, index.php3, wiki_config.php3:
	Cleanups in the code which determines $ScriptName, $ServerAddress,
	$ScriptUrl.

2000-08-01 11:19  dairiki

	* phpwiki/wiki_ziplib.php3: PHP4 fixes.
	
	Note the PHP 4.01pl2 has a bug which can cause segfaults when
	gzopen() is called, so this code may crash PHP for you.  I have
	reported the bug and sent a patch to the PHP 4 guys.

2000-07-31 15:08  dairiki

	* phpwiki/: ChangeLog, wiki_diff.php3: More PHP4 fixes.

2000-07-31 15:07  dairiki

	* phpwiki/index.php3: Added overall page generation time to
	{DebugInfo}.  PHP4 really is quite a bit faster (~ a factor of
	five) than PHP3.

2000-07-31 14:10  dairiki

	* phpwiki/: ChangeLog, wiki_diff.php3, wiki_display.php3,
	wiki_renderlib.php3, wiki_stdlib.php3, wiki_template.php3,
	templates/error.html, templates/save.html: Fixes for PHP4, and some
	minor bug fixes.

2000-07-31 11:52  dairiki

	* phpwiki/: ChangeLog, wiki_template.php3: Change "{$what}" to
	"\{$what}" in an effort to make code PHP4 compatible.

2000-07-30 15:30  dairiki

	* phpwiki/: ChangeLog, wiki_config.php3: wiki_config.php3:
	set_magic_quotes_runtime(0).

2000-07-30 15:09  dairiki

	* phpwiki/ChangeLog: file ChangeLog was initially added on branch
	jeffs_hacks-branch.

2000-07-30 15:09  dairiki

	* phpwiki/ChangeLog: Added ChangeLog.

2000-07-30 15:05  dairiki

	* phpwiki/wiki_dbmlib.php3: Sort pages returned by
	retrieveAllPages().

2000-07-30 15:03  dairiki

	* phpwiki/DBLIB.txt: Beginnings of documentation on my hacked
	database API.

2000-07-28 17:36  dairiki

	* phpwiki/pgsrc/PhpWikiAdministration: file PhpWikiAdministration
	was initially added on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/templates/links.html: file links.html was initially added
	on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/templates/wrapper.html: file wrapper.html was initially
	added on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/templates/edit.html: file edit.html was initially added
	on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/templates/fullsearch.html: file fullsearch.html was
	initially added on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/templates/error.html: file error.html was initially added
	on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/wiki_history.php3: file wiki_history.php3 was initially
	added on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/templates/misc.html: file misc.html was initially added
	on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/templates/info.html: file info.html was initially added
	on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/: README.JeffsHacks, admin.php3, index.php3,
	wiki_config.php3, wiki_dblib.php3, wiki_dbmlib.php3,
	wiki_diff.php3, wiki_display.php3, wiki_editlinks.php3,
	wiki_editpage.php3, wiki_fullsearch.php3, wiki_history.php3,
	wiki_mysql.php3, wiki_pageinfo.php3, wiki_renderlib.php3,
	wiki_savepage.php3, wiki_search.php3, wiki_setupwiki.php3,
	wiki_stdlib.php3, wiki_template.php3, wiki_transform.php3,
	wiki_ziplib.php3, admin/index.php3, admin/wiki_auth.php3,
	admin/wiki_zip.php3, pgsrc/FindPage, pgsrc/FrontPage,
	pgsrc/MostPopular, pgsrc/PhpWikiAdministration,
	pgsrc/RecentChanges, schemas/schema.mysql, templates/README,
	templates/backlinks.html, templates/browse.html,
	templates/diff.html, templates/edit.html, templates/editlinks.html,
	templates/editpage.html, templates/editproblem.html,
	templates/error.html, templates/fullsearch.html,
	templates/history.html, templates/info.html, templates/links.html,
	templates/message.html, templates/misc.html, templates/save.html,
	templates/search.html, templates/wrapper.html: These hacks now
	include: new database API, new templates.  (See the file
	README.JeffsHacks for (slightly) more detail.)
	
	WARNING:  The new database schema are totally backward
	incompatible.		 Be careful that you don't trash your old
	database!

2000-07-28 17:36  dairiki

	* phpwiki/templates/save.html: file save.html was initially added
	on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/admin.php3: file admin.php3 was initially added on branch
	jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/README.JeffsHacks: file README.JeffsHacks was initially
	added on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/templates/history.html: file history.html was initially
	added on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/templates/backlinks.html: file backlinks.html was
	initially added on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/wiki_template.php3: file wiki_template.php3 was initially
	added on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/templates/search.html: file search.html was initially
	added on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/wiki_dblib.php3: file wiki_dblib.php3 was initially added
	on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/templates/editproblem.html: file editproblem.html was
	initially added on branch jeffs_hacks-branch.

2000-07-28 17:36  dairiki

	* phpwiki/templates/diff.html: file diff.html was initially added
	on branch jeffs_hacks-branch.

2000-07-22 15:25  dairiki

	* phpwiki/: wiki_display.php3, wiki_renderlib.php3,
	wiki_stdlib.php3: Random bugfixes.

2000-07-21 11:29  dairiki

	* phpwiki/: index.php3, wiki_config.php3, wiki_diff.php3,
	wiki_display.php3, wiki_editlinks.php3, wiki_editpage.php3,
	wiki_fullsearch.php3, wiki_pageinfo.php3, wiki_renderlib.php3,
	wiki_savepage.php3, wiki_search.php3, wiki_stdlib.php3,
	wiki_transform.php3, templates/README, templates/browse.html,
	templates/editlinks.html, templates/editpage.html,
	templates/message.html: Added support for pagenames in PATH_INFO
	rather than QUERY_ARGS.  New modular rendering engine replaces
	wiki_transform and GeneratePage.
	
	I think this code works now.  It still needs a bit of cleanup.

2000-07-21 11:29  dairiki

	* phpwiki/wiki_renderlib.php3: file wiki_renderlib.php3 was
	initially added on branch jeffs_hacks-branch.

2000-07-20 11:36  dairiki

	* phpwiki/wiki_savepage.php3: Delete trailing spaces from page
	lines when saving.

2000-07-20 11:30  dairiki

	* phpwiki/wiki_ziplib.php3: Code cleanup and bug fixes.  Discovered
	PHP builtin quoted_printable_decode().	Strip trailing spaces and
	tabs from page text lines.

2000-07-19 09:25  dairiki

	* phpwiki/: wiki_setupwiki.php3, wiki_ziplib.php3,
	admin/wiki_zip.php3: Use quoted-printable encoding for MIMEified
	pages.	Rawurlencode pagenames (and other meta-data strings) in
	MIME- and zip- files.  Reset PHP's watchdog timer when zipping and
	unzipping.

2000-07-17 22:15  dairiki

	* phpwiki/: wiki_config.php3, wiki_setupwiki.php3,
	wiki_ziplib.php3: Added configuration constant WIKI_PGSRC, which
	specifies the source of the initial page contents when index.php3
	is invoked on an empty (ie. no FrontPage) database.
	
	If WIKI_PGSRC is set to './pgsrc' (or the name of some other
	directory), the old behavior results: page contents are read from
	the pgsrc (or other named) directory.
	
	WIKI_PGSRC can also be set to the name of a ZIP file.  The page
	contents are then (surprise) read from the ZIP file.
	
	In either case (directory or zip file), one file per page is
	expected.  The file can be plain text, in which case the page name
	is taken from the file name, and the rest of the page meta-data
	gets filled in with defaults.  Or the file can be MIMEified,
	containing one or more parts with the application/x-phpwiki.  In
	this case, page meta-data (including page name) is taken from the
	MIME headers.  Note also that a multipart MIME file can contain
	several versions of a page --- in this case all the versions are
	entered into the database.

2000-07-17 20:25  dairiki

	* phpwiki/: wiki_ziplib.php3, admin/wiki_zip.php3: Moved the bulk
	of the zip and MIME code from admin/wiki_zip.php3 into new file
	wiki_ziplib.php3.  Wiki_ziplib.php3 also contains new unzipping and
	MIME parsing code.

2000-07-17 20:16  dairiki

	* phpwiki/admin/wiki_zip.php3: Bugfix: MIME tokens can not contain
	double-quotes.

2000-07-16 10:19  dairiki

	* phpwiki/admin/: wiki_adminforms.php, wiki_zip.php3: Do not store
	meta-data in secret zip headers; instead pages are stored as MIME
	e-mail messages with meta-data included as parameters in the
	Content-Type: header.
	
	Also added the ability to make a zip of the entire database
	(including archived pages).  In this case, each page is stored as a
	multipart MIME message: one part for each version of the page.

2000-07-15 23:46  wainstead

	* phpwiki/wiki_config.php3: Added a hash to define DBM files and
	new definitions for wikilinks, hottopics etc.

2000-07-15 23:44  wainstead

	* phpwiki/wiki_dbmlib.php3: Refactored the way DBM files and
	handles are used. We should be able to refactor the function
	library without too much trouble now... also, I can roll out the
	other features for the DBM version like MostPopular.

2000-07-15 22:50  wainstead

	* phpwiki/wiki_dbmlib.php3: Added two functions to pad serialized
	hash with spaces, PadSerializedData() and UnPadSerializedData().
	This should help reduce the amount of space a DBM file uses.

2000-07-15 14:00  ahollosi

	* phpwiki/: wiki_diff.php3, wiki_pageinfo.php3: fixed
	magic_quotes_gpc=1 bug

2000-07-15 13:55  wainstead

	* phpwiki/: HISTORY, README, TODO: Updated for 1.1.7.

2000-07-15 13:53  wainstead

	* phpwiki/INSTALL.mSQL: First version of the mSQL install file.

2000-07-15 11:06  ahollosi

	* phpwiki/wiki_stdlib.php3: added diff links to
	UpdateRecentChanges() (Jeff's idea)

2000-07-12 11:47  dairiki

	* phpwiki/wiki_transform.php3: Bug fixes: "[[Link] [Link]",
	"[SomeLink] [HammondWiki]".

2000-07-11 19:53  wainstead

	* phpwiki/pgsrc/TestPage: Added a lot more markup. Added some bugs.

2000-07-11 07:42  dairiki

	* phpwiki/admin/wiki_zip.php3: Fix typo in ZipFile::_dostime()

2000-07-10 21:08  wainstead

	* phpwiki/TODO: added a few things

2000-07-10 21:01  wainstead

	* phpwiki/pgsrc/TestPage: This will test all the markup rules
	eventually. Right now I'm using it to test changes to rules that
	use the tab key (I'm writing tabless equivalents.)

2000-07-10 20:59  wainstead

	* phpwiki/wiki_transform.php3: Added new markup rules for ordered
	and unordered lists.

2000-07-10 19:57  wainstead

	* phpwiki/INSTALL.pgsql: Added comment about Postgresql's 8K limit
	per row.

2000-07-10 19:50  wainstead

	* phpwiki/wiki_config.php3: I think Zend didn't like the way Jeff
	wrote the rcs_id function as the block of an 'if' statement; I
	added brackets to it and now it works fine.

2000-07-07 12:58  dairiki

	* phpwiki/admin/: wiki_adminforms.php, wiki_zip.php3: Added
	admin/wiki_zip.php3: on the fly ZIP snapshot creation

2000-07-07 12:57  dairiki

	* phpwiki/admin/: index.php3, wiki_auth.php3: Split auth stuff into
	admin/wiki_auth.php3 (in preparation for wiki_zip.php3).

2000-07-07 12:53  dairiki

	* phpwiki/: wiki_config.php3, wiki_dbmlib.php3, wiki_mysql.php3:
	New function rcs_id(): we don't want any garbage emitted when
	generating zip files.

2000-07-06 21:49  wainstead

	* phpwiki/wiki_transform.php3: stripped an obsolete comment.

2000-07-06 19:44  wainstead

	* phpwiki/wiki_mysql.php3: Added mysql_error() to diagnose a
	problem writing a page.

2000-07-06 19:37  wainstead

	* phpwiki/wiki_dbmlib.php3: Added a function to get all Wiki page
	names

2000-07-05 07:52  ahollosi

	* phpwiki/wiki_stdlib.php3: add an empty line after date to
	RecentChanges, so that if all files of that day are deleted, each
	date remains a paragraph on its own.

2000-07-05 07:45  ahollosi

	* phpwiki/admin/wiki_port1_0.php: implemented conversion function

2000-07-05 06:52  ahollosi

	* phpwiki/wiki_savepage.php3: fixed sloppy coding: had omitted an "

2000-07-04 21:58  wainstead

	* phpwiki/admin/index.php3: Took out login/password.

2000-07-04 21:50  wainstead

	* phpwiki/admin/wiki_adminforms.php: Added a form for porting 1.0
	dbm files to a 1.1 database.

2000-07-04 21:48  wainstead

	* phpwiki/admin/index.php3: Added a new form for porting a 1.0 dbm
	file to a 1.1 database.

2000-07-04 21:48  wainstead

	* phpwiki/admin/wiki_port1_0.php: First attempt at porting 1.0 to
	1.1; this just opens a 1.0 database and writes out the data to the
	browser. It's educational because I didn't think about how
	references are going to be converted from individual elements into
	a single array; I'll have to use a regexp on the key, extract the
	number, and add it to an array. I'll have to test for every key for
	existence as well... some of the pages only have two keys! The
	'date' field may simply be lost, unless I feel like converting a
	date like December 22, 1999 to Unix time. Doable, perhaps valuable
	to the user, but time consuming to code.

2000-07-04 15:32  ahollosi

	* phpwiki/: index.php3, wiki_config.php3, wiki_editpage.php3,
	admin/wiki_adminforms.php, admin/wiki_lockpage.php: added support
	for locked pages

2000-07-04 14:26  ahollosi

	* phpwiki/: wiki_fullsearch.php3, wiki_stdlib.php3: fixed bug:
	searching/updating for names containing '/' didn't work

2000-07-04 14:21  ahollosi

	* phpwiki/admin/: wiki_dumpserial.php, wiki_loadserial.php:
	filenames are encoded like URLs now, in order to be able to store
	those new pagenames as well.

2000-07-04 14:19  ahollosi

	* phpwiki/wiki_savepage.php3: fixed redundant htmlspecialchars() in
	ConcurrentUpdates()

2000-07-04 14:18  ahollosi

	* phpwiki/wiki_mysql.php3: added function GetAllWikiPageNames($dbi)

2000-07-03 19:11  wainstead

	* phpwiki/pgsrc/RecentChanges: I got tired of seeing the line about
	the birthday.

2000-07-03 16:55  dairiki

	* phpwiki/wiki_diff.php3: This is a near complete rewrite.  New,
	faster, diff algorithm in _WikiDiffEngine.  New methods:
	WikiDiff::reverse, and	WikiDiff::compose.  New argument to
	constructors of Wiki*DiffFormatter to generate reversed diffs.

2000-07-03 12:36  wainstead

	* phpwiki/admin/: wiki_dumpHTML.php, wiki_loadserial.php,
	wiki_lockpage.php, wiki_rebuilddbms.php: Stub functions for this
	functionality.

2000-07-03 12:35  wainstead

	* phpwiki/admin/wiki_adminforms.php: Corrected some of the
	instructions.

2000-07-03 12:34  wainstead

	* phpwiki/admin/wiki_dumpserial.php: Minor changes.. this cannot be
	used to convert 1.0 to 1.1; that will require a separate PHP
	script.

2000-07-03 12:02  wainstead

	* phpwiki/admin/wiki_dumpserial.php: This works for 1.1 databases
	now, could use some more testing.

2000-07-03 10:24  wainstead

	* phpwiki/admin/index.php3: Fixed auth, which was broken.

2000-07-03 10:22  wainstead

	* phpwiki/admin/wiki_adminforms.php: Added more form elements. It's
	almost complete.

2000-07-02 20:50  wainstead

	* phpwiki/admin/shrinkdbm.pl: This is a Perl script that copies one
	DB file to another, and thus reduces the size by a lot.

2000-07-02 20:49  wainstead

	* phpwiki/admin/wiki_adminforms.php: This is the HTML form plus
	instructions on how to use it.

2000-07-02 20:48  wainstead

	* phpwiki/admin/index.php3: this is the "main" of the
	administration module. It will branch to other pages like the
	index.php3 of the Wiki itself; the default page (the equivalent of
	"FrontPage") is a set of HTML forms with instructions on how to use
	it.

2000-07-02 15:12  wainstead

	* phpwiki/wiki_mysql.php3: Added two echo statements to report
	mysql_error in OpenDataBase(). I did this while installing phpwiki
	on Sourceforge, and it was how I figured out what I was doing
	wrong.

2000-07-02 14:27  wainstead

	* phpwiki/CREDITS: New CREDITS file so everybody gets credit for
	what they did, in classic GNU fashion.

2000-07-02 08:54  wainstead

	* phpwiki/wiki_diff.php3: Added the $Id: ChangeLog,v 1.1 2003/05/08 04:28:07 gryu Exp $ tag at the top of the
	file.

2000-06-30 10:51  ahollosi

	* phpwiki/: index.php3, templates/browse.html,
	templates/editlinks.html, templates/editpage.html,
	templates/message.html: added <!DOCTYPE> and ALT tag for logo so
	that phpwiki becomes fully HTML compliant, also added <meta
	http-equiv>

2000-06-30 08:04  dairiki

	* phpwiki/wiki_diff.php3: Fixed bugs: empty diffs;
	WikiUnifiedDiffFormatter.  Fleshed out Arno's version info table. 
	Use unified diff's rather than plain diffs.  (Is there a good
	reason to prefer plain diffs?)

2000-06-29 19:47  wainstead

	* phpwiki/wiki_msql.php3: Fixed searches finally. Both full and
	title searches now work.

2000-06-29 18:57  wainstead

	* phpwiki/templates/: browse.html, editlinks.html, editpage.html,
	message.html: Applied a patch that adds ###LOGO### to the
	templating system. The value of $logo is now used instead of the
	logo being hard coded.

2000-06-29 18:40  wainstead

	* phpwiki/wiki_stdlib.php3: Applied a patch that adds ###LOGO### to
	the templating system. The value of $logo is now used instead of
	the logo being hard coded.

2000-06-29 17:56  wainstead

	* phpwiki/wiki_pgsql.php3: Now sets the "created" field only, and
	not "lastmodified".

2000-06-29 17:44  wainstead

	* phpwiki/DBLIB.txt: Documented the four new functions
	IncreaseHitCount, GetHitCount, InitMostPopular, and
	MostPopularNextMatch.

2000-06-29 17:24  wainstead

	* phpwiki/wiki_mysql.php3: Added the four new functions to the
	comment at the start of the file.

2000-06-29 09:20  ahollosi

	* phpwiki/wiki_diff.php3: added some info about wiki/archive page

2000-06-29 09:19  ahollosi

	* phpwiki/templates/browse.html: added diff link

2000-06-29 09:12  ahollosi

	* phpwiki/: index.php3, wiki_diff.php3: added diff feature - diff
	code by Geoffrey T. Dairiki slightly modified, so that it works
	with templates changed some colors as well.

2000-06-29 07:43  ahollosi

	* phpwiki/schemas/schema.mysql: version is no longer part of
	primary key of archive. otherwise multiple versions got stored -
	and a random version retrieved.

2000-06-28 21:40  wainstead

	* phpwiki/TODO: Added a few things.

2000-06-28 21:35  wainstead

	* phpwiki/wiki_config.php3: Updated settings for mSQL. Retested it
	to be sure this copy uses DBM ;-)

2000-06-28 21:30  wainstead

	* phpwiki/schemas/schema.minisql: Updated the column size of "line"
	to 128 in both WIKIPAGES and ARCHIVEPAGES tables.

2000-06-28 21:29  wainstead

	* phpwiki/wiki_msql.php3: Got the msqlDecomposeString function
	working. Now mSQL-based Wikis will support any page length. I set
	the length of lines to 128, thinking this is a fair number; it
	means users cannot have words of more than 128 chars in length
	(that is, without white spaces).

2000-06-28 20:25  wainstead

	* phpwiki/wiki_stdlib.php3: Updated the list of functions at the
	top of the file.

2000-06-28 20:08  wainstead

	* phpwiki/DBLIB.txt: Minor updates to the text.

2000-06-28 15:22  wainstead

	* phpwiki/: wiki_dbmlib.php3, wiki_msql.php3, wiki_pgsql.php3: All
	the new functions now have "return" statements in them; this allows
	the other storage methods to work once again until the functions
	are fleshed out.

2000-06-28 09:40  wainstead

	* phpwiki/: HISTORY, TODO: Updates. Nothing big.

2000-06-27 19:13  wainstead

	* phpwiki/wiki_dbmlib.php3: Copied the new functions Arno wrote
	into this file.

2000-06-27 19:06  wainstead

	* phpwiki/: wiki_pgsql.php3, wiki_msql.php3: Copied the new
	functions Arno wrote into this file.

2000-06-27 13:00  ahollosi

	* phpwiki/wiki_stdlib.php3: fixed typo in UpdateRecentChanges -
	these bugs are quite embarrasing

2000-06-27 12:41  ahollosi

	* phpwiki/wiki_savepage.php3: fixed bug (missing init of
	$pagehash[created] and $pagehash[flags]) which prevented creation
	of new pages when using mySQL

2000-06-26 20:57  wainstead

	* phpwiki/wiki_msql.php3: Incorporated the fuction that decomposes
	the page text into strings less than MSQL_MAX_LINE_LENGTH. It is
	not all working together yet though.

2000-06-26 14:26  ahollosi

	* phpwiki/: wiki_display.php3, wiki_mysql.php3, wiki_stdlib.php3,
	wiki_transform.php3, pgsrc/MostPopular: Added support for hitcount
	and MostPopular (%%Mostpopular%% markup) quick hack - works only
	with mySQL so far

2000-06-26 14:23  ahollosi

	* phpwiki/pgsrc/: FindPage, RecentChanges: changed markup for
	search boxes to %%Search%%, %%Fullsearch%%

2000-06-26 13:10  ahollosi

	* phpwiki/wiki_pageinfo.php3: fixed raw HTML exploit

2000-06-26 13:05  ahollosi

	* phpwiki/: wiki_stdlib.php3, pgsrc/RecentChanges: fixed date check
	in UpdateRecentChanges

2000-06-25 20:56  wainstead

	* phpwiki/schemas/schema.minisql: This is still in transition. Do
	not use in a production setting.

2000-06-25 20:55  wainstead

	* phpwiki/wiki_msql.php3: This is in a completely transitional
	state, and should not be used in a production setting under penalty
	of death.

2000-06-25 20:54  wainstead

	* phpwiki/wiki_config.php3: Added some comments, and I think the
	mSQL stuff is revised

2000-06-25 13:00  wainstead

	* phpwiki/wiki_config.php3: Changed the settings for mSQL.

2000-06-25 12:40  wainstead

	* phpwiki/schemas/schema.minisql: Reworked the schema to get around
	mSQL's limitation where you cannot use TEXT in a LIKE clause. Lines
	of a page are now stored in a separate table.

2000-06-25 12:38  wainstead

	* phpwiki/wiki_msql.php3: Abandoned previous approach for handling
	search data... this implements a new schema, where page content is
	in a separate table, stored by line.

2000-06-25 00:34  wainstead

	* phpwiki/schemas/schema.minisql: Upped the size of the
	"searchterms" field.

2000-06-25 00:33  wainstead

	* phpwiki/wiki_msql.php3: Everything now works, though there may be
	some bugs lurking and I cannot vouch for the timestamps either.
	There is a new field, "searchterms," which is a uniq of all the
	words in the page source (after all nonalphanumeric chars have been
	stripped).

2000-06-24 20:46  wainstead

	* phpwiki/wiki_config.php3: Added settings for mSQL.

2000-06-24 20:43  wainstead

	* phpwiki/wiki_msql.php3: First commit of the function library to
	support mSQL. Already this works for inserts and retrievals, and
	only the searching needs implementation. That will be a little
	tricky because TEXT fields cannot be used in LIKE clauses, but I
	have a workaround sketched out.

2000-06-23 23:41  wainstead

	* phpwiki/schemas/schema.minisql: First cut at a schema for a
	mSQL-based PhpWiki.

2000-06-22 20:54  wainstead

	* phpwiki/TODO: Knocked off about 4-5 items.

2000-06-22 20:20  wainstead

	* phpwiki/pgsrc/ReleaseNotes: Fixed a syntax error with the h1, h2,
	h3 tags.

2000-06-22 20:15  wainstead

	* phpwiki/pgsrc/: ReleaseNotes, SteveWainstead: updated the
	information

2000-06-22 19:57  wainstead

	* phpwiki/README: Added wiki_pageinfo.php3 and its description

2000-06-22 19:54  wainstead

	* phpwiki/INSTALL.pgsql: Went through all the steps myself of
	installing a Postgresql based Wiki. No problems, mostly.

2000-06-22 19:36  wainstead

	* phpwiki/pgsrc/RecentChanges: changed the date from April 22 to a
	generic thing

2000-06-22 18:40  wainstead

	* phpwiki/wiki_pgsql.php3: Fixed searches so they are case
	insensitive.

2000-06-22 18:30  wainstead

	* phpwiki/wiki_dbmlib.php3: Brought the full search in line with
	the rest of the code; still contains a small bug though... it does
	a full search on the serialized data so a search on "wiki" will
	return pages that do not seem to contain the word "wiki" (but the
	word appears in the "author" field).

2000-06-22 18:01  wainstead

	* phpwiki/wiki_pgsql.php3: Brought the hash up to date with Arno's
	changes... this fixes FullSearch.

2000-06-21 22:23  wainstead

	* phpwiki/TODO: the list just got longer

2000-06-21 16:55  ahollosi

	* phpwiki/wiki_editpage.php3: fixed ConcurrentUpdate bug when doing
	EditCopy and versions difference >1.  fixed logic for when EditCopy
	link may appear

2000-06-21 16:34  ahollosi

	* phpwiki/wiki_fullsearch.php3: adapted to new $pagehash structure
	("pagename") fixed bug: multiple matches in one line were only
	counted as one match

2000-06-21 15:59  ahollosi

	* phpwiki/: INSTALL.mysql, wiki_mysql.php3, schemas/schema.mysql:
	changed to new db schema

2000-06-21 15:57  ahollosi

	* phpwiki/wiki_transform.php3: adapted to new $pagehash structure
	("refs" and "lastmodified") added support for "__" bold markup

2000-06-21 15:57  ahollosi

	* phpwiki/: wiki_config.php3, wiki_pageinfo.php3,
	wiki_savepage.php3, wiki_setupwiki.php3, wiki_stdlib.php3: adapted
	to new $pagehash structure ("refs" and "lastmodified")

2000-06-21 12:34  ahollosi

	* phpwiki/pageviewer.php3: file renamed as wiki_pageinfo.php3

2000-06-21 12:33  ahollosi

	* phpwiki/: index.php3, templates/browse.html: added support for
	wiki_pageinfo.php3

2000-06-21 12:32  ahollosi

	* phpwiki/wiki_pageinfo.php3: renamed pageviewer.php3 as
	wiki_pageinfo.php3 uses templates now and is called from index.php3

2000-06-20 21:53  wainstead

	* phpwiki/wiki_pgsql.php3: Debugged the InsertPage problem with
	adding new pages: 'flags' and 'pagename' were not defined and the
	database threw a fit about ,, showing up as a result. Wrote and
	debugged the search functions and they work now except they are
	case sensitive.

2000-06-19 21:52  wainstead

	* phpwiki/TODO: Added a few things.

2000-06-19 21:50  wainstead

	* phpwiki/wiki_pgsql.php3: InsertPage() and RetrievePage() now work
	mostly. I noticed during testing that I cannot create new pages,
	which looks like a small bug somewhere. But I was able to
	repeatedly: drop all tables, reload them with the schema file, and
	then load a new Wiki via wiki_setup.php3. It worked nicely. The
	solution was in hard-coding the data structure in the pg functions.
	It should still be maintainable.

2000-06-19 21:39  wainstead

	* phpwiki/schemas/schema.psql: Table 'archive' is now identical to
	table 'wiki' and I added all the GRANT statements needed for user
	'nobody'. This might change again in the future.

2000-06-19 20:41  wainstead

	* phpwiki/DBLIB.txt: Corrected the entry for 'flags' which is an
	integer, not a string

2000-06-19 20:27  wainstead

	* phpwiki/wiki_setupwiki.php3: Added "pagename" and "refs" (defined
	as an empty array) to bring this in line with the page data
	structure (i.e. $pagehash). I tested this by wiping my dbm
	libraries, and a new Wiki was created like usual. If you use the
	updated pageviewer.php3 with page source turned off you see refs
	and content both show up as "array".

2000-06-19 20:16  wainstead

	* phpwiki/pageviewer.php3: Added a "go" button, and a checkbox that
	allows you to choose whether to render the page source (on by
	default). The next step is to add a button that allows you to dump
	the whole database, but it might be easier to put that in a
	seperate page. The way this is now seems reasonable.

2000-06-19 19:29  wainstead

	* phpwiki/DBLIB.txt: Added a description of the primary data
	structure, $pagehash. Each field of the hash and the data type it
	contains is described.

2000-06-19 18:38  wainstead

	* phpwiki/wiki_config.php3: Added some comments to the code for
	Postgresql support.

2000-06-19 18:25  wainstead

	* phpwiki/wiki_pgsql.php3: Various hacks to try to get the
	InsertPage() function working, no luck yet though.

2000-06-19 18:18  wainstead

	* phpwiki/TODO: The to-do list.

2000-06-19 18:11  wainstead

	* phpwiki/pageviewer.php3: I retrieved the 1.3 version, the last
	one Arno worked on, and correctly merged the differences this time.
	All I needed to add was a hook that checks the data type of the
	"value" and if it's an array, it implode()s it with <br> tags so
	the raw source is written to a cell. This could be made
	configurable with a checkbox because it might get annoying, but I
	like seeing the page source.

2000-06-19 13:21  ahollosi

	* phpwiki/: wiki_setupwiki.php3, wiki_transform.php3: corrected
	some typos

2000-06-19 13:18  ahollosi

	* phpwiki/README: added info for mySQL and PostgreSQL

2000-06-18 10:23  wainstead

	* phpwiki/pageviewer.php3: Merged differences between Arno's and
	mine; I modified it so it would handle array elements that are also
	arrays, and Arno added a function to display the page's properties.

2000-06-18 09:05  ahollosi

	* phpwiki/templates/README: initial commit: README describes
	template placehodlers

2000-06-18 08:12  ahollosi

	* phpwiki/: wiki_config.php3, wiki_display.php3,
	wiki_editlinks.php3, wiki_editpage.php3, wiki_fullsearch.php3,
	wiki_savepage.php3, wiki_search.php3, wiki_stdlib.php3,
	templates/browse.html, templates/editlinks.html,
	templates/editpage.html, templates/message.html: added support for
	HTML templates

2000-06-18 08:08  ahollosi

	* phpwiki/pageviewer.php3: added info for archived version

2000-06-17 22:25  wainstead

	* phpwiki/INSTALL.pgsql: Added a few more SQL commands to give user
	'nobody' permission to change tables.

2000-06-17 20:59  wainstead

	* phpwiki/wiki_pgsql.php3: Updated this file so it no longer uses
	its own variables to define the database connection; they all come
	from wiki_config.php3 now.

2000-06-17 20:53  wainstead

	* phpwiki/test_dbmlib.php3: Updated the test for the OpenDataBase
	function. It now tests to see what the return type is, and whether
	it returned true.

2000-06-17 20:51  wainstead

	* phpwiki/wiki_config.php3: Oops, wrong file. This reverts back to
	1.5.

2000-06-17 20:50  wainstead

	* phpwiki/wiki_config.php3: Updated the test for the open database
	function; it now tests what the return type is, and if it's false
	it will report it.

2000-06-13 21:09  wainstead

	* phpwiki/wiki_setupwiki.php3: Added the remaining database fields
	needed for a Wiki page on setup

2000-06-13 20:43  wainstead

	* phpwiki/wiki_setupwiki.php3: Changed "text" to "content" to come
	in line with the new db schema

2000-06-13 20:41  wainstead

	* phpwiki/wiki_savepage.php3: Missed "$text" variable passed in
	from the HTML form

2000-06-13 20:38  wainstead

	* phpwiki/wiki_stdlib.php3: Changed "text" to "content" to come in
	line with the new db schema

2000-06-13 20:33  wainstead

	* phpwiki/: wiki_fullsearch.php3, wiki_savepage.php3: Changed
	"text" to "content" to come in line with the new db schema

2000-06-13 20:31  wainstead

	* phpwiki/wiki_editpage.php3: Converted "text" to "content" to come
	in line with the new db schema

2000-06-13 20:28  wainstead

	* phpwiki/wiki_pgsql.php3: Converted RetrievePage; changed to
	pg_pconnect() for a persistent connection; changed the
	CloseDataBase() to NOOP; pulled out 'echo' calls that were for
	debugging

2000-06-13 20:25  wainstead

	* phpwiki/test_dbmlib.php3: Added tests for the RetrievePage
	function, and cleaned it up a bit

2000-06-13 20:23  wainstead

	* phpwiki/wiki_transform.php3: Changed 'text' to 'content' for the
	pagehash array; this will happen across a few files due to the new
	database schema

2000-06-13 18:47  wainstead

	* phpwiki/pageviewer.php3: Added a test to see if RetrievePage
	returned an array or -1

2000-06-13 18:34  wainstead

	* phpwiki/pageviewer.php3: Simple page viewer for viewing the
	structure of pages (that is, the internal structure.)

2000-06-13 18:04  wainstead

	* phpwiki/wiki_pgsql.php3: Got IsWikiPage working but I don't like
	the implementation... it will be redone later.

2000-06-13 18:02  wainstead

	* phpwiki/test_dbmlib.php3: Added a test for IsWikiPage(), but it
	will need refinement.

2000-06-11 21:19  wainstead

	* phpwiki/schemas/schema.psql: Added the ID.

2000-06-11 21:15  wainstead

	* phpwiki/wiki_config.php3: Added variables for Postgresql, which
	are commented out for now.

2000-06-11 21:14  wainstead

	* phpwiki/INSTALL.pgsql: Initial commit of the INSTALL file for
	Postgresql.

2000-06-11 21:13  wainstead

	* phpwiki/wiki_pgsql.php3: Initial commit of the Postgresql DB
	library. This is just a hack of the MySQL file for the moment; only
	the open and close functions have been converted so far.

2000-06-11 21:11  wainstead

	* phpwiki/test_dbmlib.php3: Initial commit of a testbed for the dbm
	library files. My hope is that this will serve as a verifyer of any
	DB port, by validating all the functions.

2000-06-11 11:30  wainstead

	* phpwiki/INSTALL: Added a note about requiring PHP 3.0.9 or
	greater.

2000-06-09 20:49  wainstead

	* phpwiki/schemas/schema.psql: Initial version of the schema for
	Postgresql.

2000-06-09 03:25  ahollosi

	* phpwiki/: wiki_display.php3, wiki_transform.php3: fixed "[[link]
	[link]" bug restructured wiki_display & wiki_transform:
	wiki_display does RetrievePage now and adds WikiHeader & WikiFooter
	wiki_transfrom only cares about creation of $html out of $pagehash

2000-06-09 03:20  ahollosi

	* phpwiki/wiki_stdlib.php3: leading & trailing spaces are now
	preserved within '[[]'

2000-06-09 03:19  ahollosi

	* phpwiki/wiki_editpage.php3: added quick help for formatting rules
	as seen on tcl'ers

2000-06-09 03:17  ahollosi

	* phpwiki/DBLIB.txt: corrected description of InitTitleSearch and
	InitFullSearch plus minor additions throughout file

2000-06-08 20:10  wainstead

	* phpwiki/wiki_setupwiki.php3: All pages now get a default version
	of "1" on setup; this is required by the new LostUpdateProblem
	feature.

2000-06-08 15:11  ahollosi

	* phpwiki/HISTORY: beautified 1.1.5 entry

2000-06-08 15:11  ahollosi

	* phpwiki/: INSTALL.mysql, wiki_mysql.php3: changed mySQL schema:
	column 'data' renamed 'hash' because 'dada' is a reserved word.

2000-06-08 14:49  wainstead

	* phpwiki/HISTORY: Newest version, 1.1.5

2000-06-07 04:10  ahollosi

	* phpwiki/wiki_savepage.php3: Concurrent editing of pages is
	detected now - fixes LostUpdateProblem (EditLinks is *not* treated
	this way yet) RecentChanges now indicates newly created pages with
	'(new)'

2000-06-07 04:07  ahollosi

	* phpwiki/wiki_editpage.php3: Concurrent editing of pages is
	detected now - fixes LostUpdateProblem

2000-06-07 03:50  ahollosi

	* phpwiki/wiki_stdlib.php3: RecentChanges now indicates newly
	created pages with '(new)'

2000-06-05 23:17  ahollosi

	* phpwiki/wiki_stdlib.php3: fixed long-standing bug in
	SetHTMLOutputMode() when using SINGLE_DEPTH tags on the stack are
	now only closed as necessary (example: nested lists)

2000-06-05 14:46  wainstead

	* phpwiki/: index.php3, wiki_config.php3, wiki_dbmlib.php3,
	wiki_display.php3, wiki_editlinks.php3, wiki_editpage.php3,
	wiki_fullsearch.php3, wiki_mysql.php3, wiki_savepage.php3,
	wiki_search.php3, wiki_setupwiki.php3, wiki_stdlib.php3,
	wiki_transform.php3: I added the $Id: ChangeLog,v 1.1 2003/05/08 04:28:07 gryu Exp $ tag to all files; this is a
	mechanism that CVS follows to add the version information in each
	file. The ID's are in HTML comments too, so they will show in the
	page source of all Wiki pages, which might help debugging.

2000-06-05 13:54  wainstead

	* phpwiki/DBLIB.txt: This is the first draft of the contract for
	the database interface. When this document is finalized, it will
	allow porters to write a PHP file that interfaces with any data
	store (like DBM files, RDBMS's, etc) without needing to change any
	other files in the Wiki source tree.

2000-06-05 13:14  wainstead

	* phpwiki/wiki_mysql.php3: Updated the header of the file;
	UpdateRecentChanges was still listed

2000-06-04 13:20  wainstead

	* phpwiki/wiki_stdlib.php3: Oops. Left in a debugging statement.

2000-06-04 13:07  wainstead

	* phpwiki/wiki_stdlib.php3: Small bug with the new check on named
	URL's; it was checking $linkname instead of $URL.

2000-06-03 04:20  ahollosi

	* phpwiki/: wiki_stdlib.php3, pgsrc/RecentChanges: fix:
	UpdateRecentChanges wouldn't delete old entries

2000-06-03 04:19  ahollosi

	* phpwiki/pgsrc/ConvertSpacesToTabs: adjusted to new rules: [ ] ->
	[[o]

2000-06-03 03:22  ahollosi

	* phpwiki/: wiki_stdlib.php3, wiki_transform.php3: Fixed FindPage
	and search boxes

2000-06-03 03:21  ahollosi

	* phpwiki/wiki_mysql.php3: Adapted to new wiki names (quoting
	pagename is now necessary)

2000-06-03 03:19  ahollosi

	* phpwiki/: wiki_fullsearch.php3, wiki_search.php3: fixed
	$magic_quotes_gpc=1 bug search term is now preg_quote()'ed instead
	of chars removed

2000-06-03 02:47  ahollosi

	* phpwiki/wiki_transform.php3: fixed javascript: links exploit

2000-06-03 02:46  ahollosi

	* phpwiki/wiki_stdlib.php3: fixed javascript: links exploit fixed
	raw-HTML exploit for wiki links and pagename

2000-06-03 02:43  ahollosi

	* phpwiki/wiki_savepage.php3: fixed javascript: links exploit fixed
	raw-HTML exploit for $pagename

2000-06-03 02:41  ahollosi

	* phpwiki/: wiki_editlinks.php3, wiki_editpage.php3: fixed
	magic_quotes_gpc=1 bug for $pagename fixed raw-HTML exploit for
	$pagename

2000-06-03 02:38  ahollosi

	* phpwiki/wiki_config.php3: Added $AllowedProtocols - added https:,
	dropped file:

2000-06-02 16:37  ahollosi

	* phpwiki/: wiki_transform.php3, pgsrc/TextFormattingRules: Added
	headings (!,!!,!!!), suppression of wiki linking (!WikiName), and
	linebreaks (%%%)

2000-06-02 16:37  ahollosi

	* phpwiki/wiki_stdlib.php3: bugfix: UpdateRecentChanges didn't link
	names of new-style pages.

2000-06-02 09:05  ahollosi

	* phpwiki/: INSTALL.mysql, wiki_mysql.php3, wiki_transform.php3:
	initial commit for 1.1.4

2000-06-02 08:59  ahollosi

	* phpwiki/: HISTORY, README, index.php3, wiki_config.php3,
	wiki_dbmlib.php3, wiki_display.php3, wiki_editlinks.php3,
	wiki_editpage.php3, wiki_fullsearch.php3, wiki_savepage.php3,
	wiki_search.php3, wiki_setupwiki.php3, wiki_stdlib.php3,
	pgsrc/AddingPages, pgsrc/ConvertSpacesToTabs, pgsrc/EditText,
	pgsrc/FindPage, pgsrc/FrontPage, pgsrc/GoodStyle,
	pgsrc/HowToUseWiki, pgsrc/MoreAboutMechanics, pgsrc/RecentChanges,
	pgsrc/RecentVisitors, pgsrc/ReleaseNotes, pgsrc/SteveWainstead,
	pgsrc/TextFormattingRules, pgsrc/WabiSabi, pgsrc/WhatIsWikiWikiWeb:
	initial commit for 1.1.4

2000-06-02 08:46  ahollosi

	* phpwiki/: index.php3, wiki_config.php3, wiki_dbmlib.php3,
	HISTORY, README, png.png, signature.png, wiki_display.php3,
	wiki_editlinks.php3, wiki_editpage.php3, wiki_fullsearch.php3,
	wiki_savepage.php3, wiki_search.php3, wiki_setupwiki.php3,
	wiki_stdlib.php3, wikibase.png, INSTALL, LICENSE,
	pgsrc/AddingPages, pgsrc/ConvertSpacesToTabs, pgsrc/EditText,
	pgsrc/FindPage, pgsrc/FrontPage, pgsrc/GoodStyle,
	pgsrc/HowToUseWiki, pgsrc/MoreAboutMechanics, pgsrc/RecentChanges,
	pgsrc/RecentVisitors, pgsrc/ReleaseNotes, pgsrc/SteveWainstead,
	pgsrc/TextFormattingRules, pgsrc/WabiSabi, pgsrc/WhatIsWikiWikiWeb:
	Initial revision

2000-06-02 08:46  ahollosi

	* phpwiki/: index.php3, wiki_config.php3, wiki_dbmlib.php3,
	HISTORY, README, png.png, signature.png, wiki_display.php3,
	wiki_editlinks.php3, wiki_editpage.php3, wiki_fullsearch.php3,
	wiki_savepage.php3, wiki_search.php3, wiki_setupwiki.php3,
	wiki_stdlib.php3, wikibase.png, INSTALL, LICENSE,
	pgsrc/AddingPages, pgsrc/ConvertSpacesToTabs, pgsrc/EditText,
	pgsrc/FindPage, pgsrc/FrontPage, pgsrc/GoodStyle,
	pgsrc/HowToUseWiki, pgsrc/MoreAboutMechanics, pgsrc/RecentChanges,
	pgsrc/RecentVisitors, pgsrc/ReleaseNotes, pgsrc/SteveWainstead,
	pgsrc/TextFormattingRules, pgsrc/WabiSabi, pgsrc/WhatIsWikiWikiWeb:
	initial import into cvs

