]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
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