]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
23 years agoadded info for mySQL and PostgreSQL
ahollosi [Mon, 19 Jun 2000 20:18:58 +0000 (20:18 +0000)]
added info for mySQL and PostgreSQL

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@67 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoMerged differences between Arno's and mine; I modified it so it would
wainstead [Sun, 18 Jun 2000 17:23:03 +0000 (17:23 +0000)]
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.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@66 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoinitial commit: README describes template placehodlers
ahollosi [Sun, 18 Jun 2000 16:05:34 +0000 (16:05 +0000)]
initial commit: README describes template placehodlers

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@65 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoadded support for HTML templates
ahollosi [Sun, 18 Jun 2000 15:12:13 +0000 (15:12 +0000)]
added support for HTML templates

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@64 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoadded info for archived version
ahollosi [Sun, 18 Jun 2000 15:08:53 +0000 (15:08 +0000)]
added info for archived version

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@63 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoAdded a few more SQL commands to give user 'nobody' permission to
wainstead [Sun, 18 Jun 2000 05:25:56 +0000 (05:25 +0000)]
Added a few more SQL commands to give user 'nobody' permission to
change tables.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@62 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoUpdated this file so it no longer uses its own variables to define the
wainstead [Sun, 18 Jun 2000 03:59:20 +0000 (03:59 +0000)]
Updated this file so it no longer uses its own variables to define the
database connection; they all come from wiki_config.php3 now.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@61 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoUpdated the test for the OpenDataBase function. It now tests to see
wainstead [Sun, 18 Jun 2000 03:53:29 +0000 (03:53 +0000)]
Updated the test for the OpenDataBase function. It now tests to see
what the return type is, and whether it returned true.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@60 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoOops, wrong file. This reverts back to 1.5.
wainstead [Sun, 18 Jun 2000 03:51:55 +0000 (03:51 +0000)]
Oops, wrong file. This reverts back to 1.5.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@59 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoUpdated the test for the open database function; it now tests what the
wainstead [Sun, 18 Jun 2000 03:50:30 +0000 (03:50 +0000)]
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.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@58 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoAdded the remaining database fields needed for a Wiki page on setup
wainstead [Wed, 14 Jun 2000 04:09:20 +0000 (04:09 +0000)]
Added the remaining database fields needed for a Wiki page on setup

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@57 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoChanged "text" to "content" to come in line with the new db schema
wainstead [Wed, 14 Jun 2000 03:43:38 +0000 (03:43 +0000)]
Changed "text" to "content" to come in line with the new db schema

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@56 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoMissed "$text" variable passed in from the HTML form
wainstead [Wed, 14 Jun 2000 03:41:09 +0000 (03:41 +0000)]
Missed "$text" variable passed in from the HTML form

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@55 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoChanged "text" to "content" to come in line with the new db schema
wainstead [Wed, 14 Jun 2000 03:38:06 +0000 (03:38 +0000)]
Changed "text" to "content" to come in line with the new db schema

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@54 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoConverted "text" to "content" to come in line with the new db schema
wainstead [Wed, 14 Jun 2000 03:31:50 +0000 (03:31 +0000)]
Converted "text" to "content" to come in line with the new db schema

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@53 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoConverted RetrievePage; changed to pg_pconnect() for a persistent
wainstead [Wed, 14 Jun 2000 03:28:01 +0000 (03:28 +0000)]
Converted RetrievePage; changed to pg_pconnect() for a persistent
connection; changed the CloseDataBase() to NOOP; pulled out 'echo'
calls that were for debugging

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@52 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoAdded tests for the RetrievePage function, and cleaned it up a bit
wainstead [Wed, 14 Jun 2000 03:25:23 +0000 (03:25 +0000)]
Added tests for the RetrievePage function, and cleaned it up a bit

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@51 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoChanged 'text' to 'content' for the pagehash array; this will happen
wainstead [Wed, 14 Jun 2000 03:23:44 +0000 (03:23 +0000)]
Changed 'text' to 'content' for the pagehash array; this will happen
across a few files due to the new database schema

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@50 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoAdded a test to see if RetrievePage returned an array or -1
wainstead [Wed, 14 Jun 2000 01:47:53 +0000 (01:47 +0000)]
Added a test to see if RetrievePage returned an array or -1

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@49 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoSimple page viewer for viewing the structure of pages (that is, the
wainstead [Wed, 14 Jun 2000 01:34:51 +0000 (01:34 +0000)]
Simple page viewer for viewing the structure of pages (that is, the
internal structure.)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@48 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoGot IsWikiPage working but I don't like the implementation... it will
wainstead [Wed, 14 Jun 2000 01:04:56 +0000 (01:04 +0000)]
Got IsWikiPage working but I don't like the implementation... it will
be redone later.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@47 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoAdded a test for IsWikiPage(), but it will need refinement.
wainstead [Wed, 14 Jun 2000 01:02:41 +0000 (01:02 +0000)]
Added a test for IsWikiPage(), but it will need refinement.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@46 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoAdded the ID.
wainstead [Mon, 12 Jun 2000 04:19:17 +0000 (04:19 +0000)]
Added the ID.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@45 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoAdded variables for Postgresql, which are commented out for now.
wainstead [Mon, 12 Jun 2000 04:15:40 +0000 (04:15 +0000)]
Added variables for Postgresql, which are commented out for now.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@44 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoInitial commit of the INSTALL file for Postgresql.
wainstead [Mon, 12 Jun 2000 04:14:42 +0000 (04:14 +0000)]
Initial commit of the INSTALL file for Postgresql.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@43 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoInitial commit of the Postgresql DB library. This is just a hack of
wainstead [Mon, 12 Jun 2000 04:13:57 +0000 (04:13 +0000)]
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.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@42 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoInitial commit of a testbed for the dbm library files. My hope is
wainstead [Mon, 12 Jun 2000 04:11:47 +0000 (04:11 +0000)]
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.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@41 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoAdded a note about requiring PHP 3.0.9 or greater.
wainstead [Sun, 11 Jun 2000 18:30:09 +0000 (18:30 +0000)]
Added a note about requiring PHP 3.0.9 or greater.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@40 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoInitial version of the schema for Postgresql.
wainstead [Sat, 10 Jun 2000 03:49:29 +0000 (03:49 +0000)]
Initial version of the schema for Postgresql.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@39 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agofixed "[[link] [link]" bug
ahollosi [Fri, 9 Jun 2000 10:25:12 +0000 (10:25 +0000)]
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

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@38 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoleading & trailing spaces are now preserved within '[[]'
ahollosi [Fri, 9 Jun 2000 10:20:45 +0000 (10:20 +0000)]
leading & trailing spaces are now preserved within '[[]'

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@37 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoadded quick help for formatting rules as seen on tcl'ers
ahollosi [Fri, 9 Jun 2000 10:19:40 +0000 (10:19 +0000)]
added quick help for formatting rules as seen on tcl'ers

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@36 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agocorrected description of InitTitleSearch and InitFullSearch plus minor additions...
ahollosi [Fri, 9 Jun 2000 10:17:42 +0000 (10:17 +0000)]
corrected description of InitTitleSearch and InitFullSearch plus minor additions throughout file

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@35 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoAll pages now get a default version of "1" on setup; this is
wainstead [Fri, 9 Jun 2000 03:10:19 +0000 (03:10 +0000)]
All pages now get a default version of "1" on setup; this is
required by the new LostUpdateProblem feature.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@34 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agobeautified 1.1.5 entry release-1_1_5
ahollosi [Thu, 8 Jun 2000 22:11:42 +0000 (22:11 +0000)]
beautified 1.1.5 entry

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@32 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agochanged mySQL schema: column 'data' renamed 'hash' because 'dada' is a reserved word.
ahollosi [Thu, 8 Jun 2000 22:11:05 +0000 (22:11 +0000)]
changed mySQL schema: column 'data' renamed 'hash' because 'dada' is a reserved word.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@31 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoNewest version, 1.1.5
wainstead [Thu, 8 Jun 2000 21:49:29 +0000 (21:49 +0000)]
Newest version, 1.1.5

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@30 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoConcurrent editing of pages is detected now - fixes LostUpdateProblem
ahollosi [Wed, 7 Jun 2000 11:10:46 +0000 (11:10 +0000)]
Concurrent editing of pages is detected now - fixes LostUpdateProblem
(EditLinks is *not* treated this way yet)
RecentChanges now indicates newly created pages with '(new)'

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@29 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoConcurrent editing of pages is detected now - fixes LostUpdateProblem
ahollosi [Wed, 7 Jun 2000 11:07:23 +0000 (11:07 +0000)]
Concurrent editing of pages is detected now - fixes LostUpdateProblem

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@28 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoRecentChanges now indicates newly created pages with '(new)'
ahollosi [Wed, 7 Jun 2000 10:50:01 +0000 (10:50 +0000)]
RecentChanges now indicates newly created pages with '(new)'

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@27 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agofixed long-standing bug in SetHTMLOutputMode() when using SINGLE_DEPTH
ahollosi [Tue, 6 Jun 2000 06:17:38 +0000 (06:17 +0000)]
fixed long-standing bug in SetHTMLOutputMode() when using SINGLE_DEPTH
tags on the stack are now only closed as necessary (example: nested lists)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@26 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoI added the $Id:$ tag to all files; this is a mechanism that CVS
wainstead [Mon, 5 Jun 2000 21:46:50 +0000 (21:46 +0000)]
I added the $Id:$ 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.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@25 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoThis is the first draft of the contract for the database interface. When
wainstead [Mon, 5 Jun 2000 20:54:42 +0000 (20:54 +0000)]
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.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@24 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoUpdated the header of the file; UpdateRecentChanges was still listed
wainstead [Mon, 5 Jun 2000 20:14:56 +0000 (20:14 +0000)]
Updated the header of the file; UpdateRecentChanges was still listed

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@23 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoOops. Left in a debugging statement.
wainstead [Sun, 4 Jun 2000 20:20:41 +0000 (20:20 +0000)]
Oops. Left in a debugging statement.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@22 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoSmall bug with the new check on named URL's; it was checking $linkname
wainstead [Sun, 4 Jun 2000 20:07:26 +0000 (20:07 +0000)]
Small bug with the new check on named URL's; it was checking $linkname
instead of $URL.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@21 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agofix: UpdateRecentChanges wouldn't delete old entries
ahollosi [Sat, 3 Jun 2000 11:20:45 +0000 (11:20 +0000)]
fix: UpdateRecentChanges wouldn't delete old entries

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@20 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoadjusted to new rules: [ ] -> [[o]
ahollosi [Sat, 3 Jun 2000 11:19:56 +0000 (11:19 +0000)]
adjusted to new rules: [ ] -> [[o]

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@19 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoFixed FindPage and search boxes
ahollosi [Sat, 3 Jun 2000 10:22:41 +0000 (10:22 +0000)]
Fixed FindPage and search boxes

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@18 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoAdapted to new wiki names (quoting pagename is now necessary)
ahollosi [Sat, 3 Jun 2000 10:21:42 +0000 (10:21 +0000)]
Adapted to new wiki names (quoting pagename is now necessary)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@17 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agofixed $magic_quotes_gpc=1 bug
ahollosi [Sat, 3 Jun 2000 10:19:49 +0000 (10:19 +0000)]
fixed $magic_quotes_gpc=1 bug
search term is now preg_quote()'ed instead of chars removed

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@16 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agofixed javascript: links exploit
ahollosi [Sat, 3 Jun 2000 09:47:32 +0000 (09:47 +0000)]
fixed javascript: links exploit

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@15 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agofixed javascript: links exploit
ahollosi [Sat, 3 Jun 2000 09:46:04 +0000 (09:46 +0000)]
fixed javascript: links exploit
fixed raw-HTML exploit for wiki links and pagename

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@14 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agofixed javascript: links exploit
ahollosi [Sat, 3 Jun 2000 09:43:06 +0000 (09:43 +0000)]
fixed javascript: links exploit
fixed raw-HTML exploit for $pagename

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@13 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agofixed magic_quotes_gpc=1 bug for $pagename
ahollosi [Sat, 3 Jun 2000 09:41:17 +0000 (09:41 +0000)]
fixed magic_quotes_gpc=1 bug for $pagename
fixed raw-HTML exploit for $pagename

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@12 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoAdded $AllowedProtocols - added https:, dropped file:
ahollosi [Sat, 3 Jun 2000 09:38:20 +0000 (09:38 +0000)]
Added $AllowedProtocols - added https:, dropped file:

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@11 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoAdded headings (!,!!,!!!), suppression of wiki linking (!WikiName), and linebreaks...
ahollosi [Fri, 2 Jun 2000 23:37:57 +0000 (23:37 +0000)]
Added headings (!,!!,!!!), suppression of wiki linking (!WikiName), and linebreaks (%%%)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@10 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agobugfix: UpdateRecentChanges didn't link names of new-style pages.
ahollosi [Fri, 2 Jun 2000 23:37:56 +0000 (23:37 +0000)]
bugfix: UpdateRecentChanges didn't link names of new-style pages.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@9 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoinitial commit for 1.1.4 release-1_1_4
ahollosi [Fri, 2 Jun 2000 16:05:24 +0000 (16:05 +0000)]
initial commit for 1.1.4

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@7 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoinitial commit for 1.1.4
ahollosi [Fri, 2 Jun 2000 15:59:04 +0000 (15:59 +0000)]
initial commit for 1.1.4

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoThis commit was generated by cvs2svn to compensate for changes in r2,
ahollosi [Fri, 2 Jun 2000 15:46:24 +0000 (15:46 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3 96ab9672-09ca-45d6-a79d-3d69d39ca109

23 years agoStandard project directories initialized by cvs2svn.
(no author) [Fri, 2 Jun 2000 15:46:24 +0000 (15:46 +0000)]
Standard project directories initialized by cvs2svn.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@1 96ab9672-09ca-45d6-a79d-3d69d39ca109