]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
23 years agoAdded the wikiscore table; stripped out the grant statements that gave
wainstead [Thu, 2 Nov 2000 04:06:21 +0000 (04:06 +0000)]
Added the wikiscore table; stripped out the grant statements that gave
me access to all postgresql databases worldwide ;-)

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

23 years agoCorrected the URL to the example image.
wainstead [Thu, 2 Nov 2000 04:03:54 +0000 (04:03 +0000)]
Corrected the URL to the example image.

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

23 years agoFixed typo: "port" was spelled "pport". Probably from the last
wainstead [Thu, 2 Nov 2000 03:05:20 +0000 (03:05 +0000)]
Fixed typo: "port" was spelled "pport". Probably from the last
patch.

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

23 years agofixed E_NOTICE warnings
ahollosi [Wed, 1 Nov 2000 11:31:41 +0000 (11:31 +0000)]
fixed E_NOTICE warnings

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

23 years agouse $SCRIPT_NAME instead of $REQUEST_URI
ahollosi [Wed, 1 Nov 2000 10:24:58 +0000 (10:24 +0000)]
use $SCRIPT_NAME instead of $REQUEST_URI
removed $ServerAddress - not used anywhere (simplifies $ScriptUrl="" case)
added ALT tag to logo image

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

23 years agorestructured config.php completely -- hope this is more readable / useable
ahollosi [Tue, 31 Oct 2000 20:24:30 +0000 (20:24 +0000)]
restructured config.php completely -- hope this is more readable / useable

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

23 years agoadded "!" syntax for URLs as well, i.e. !http://some.site/ does NOT create a hyperlink
ahollosi [Tue, 31 Oct 2000 19:24:08 +0000 (19:24 +0000)]
added "!" syntax for URLs as well, i.e. !http://some.site/ does NOT create a hyperlink

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

23 years ago"phpwiki:" protocol patch -- omitted stdlib.php in previous commit - *sigh*
ahollosi [Tue, 31 Oct 2000 19:23:03 +0000 (19:23 +0000)]
"phpwiki:" protocol patch -- omitted stdlib.php in previous commit - *sigh*

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

23 years agoadded "phpwiki:" protocol within named links [name|uri]
ahollosi [Tue, 31 Oct 2000 17:07:08 +0000 (17:07 +0000)]
added "phpwiki:" protocol within named links [name|uri]
UpdateRecentChanges() uses "phpwiki:" instead of raw url now

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

23 years agoChanged $WikiNameRegexp: doesn't use "\b" (word-boundary) anymore.
ahollosi [Tue, 31 Oct 2000 16:18:42 +0000 (16:18 +0000)]
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.

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

23 years agofix for bug #117729 (fake author)
ahollosi [Mon, 30 Oct 2000 07:41:10 +0000 (07:41 +0000)]
fix for bug #117729 (fake author)

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

23 years agopgsql patch (version7) from kbrown@sandino.net
ahollosi [Sat, 28 Oct 2000 17:44:00 +0000 (17:44 +0000)]
pgsql patch (version7) from kbrown@sandino.net

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

23 years agofix: savepage didn't check FLAG_PAGE_LOCKED
ahollosi [Thu, 26 Oct 2000 15:47:51 +0000 (15:47 +0000)]
fix: savepage didn't check FLAG_PAGE_LOCKED

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

23 years agoanother gettext() patch from Jan (fix plus translation of savepage)
ahollosi [Thu, 26 Oct 2000 15:38:38 +0000 (15:38 +0000)]
another gettext() patch from Jan (fix plus translation of savepage)

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

23 years agofix: added "global $WikiNameRegexp" in ExtractWikiPageLinks()
ahollosi [Thu, 26 Oct 2000 11:34:36 +0000 (11:34 +0000)]
fix: added "global $WikiNameRegexp" in ExtractWikiPageLinks()

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

23 years agoadapted to changes in transform.php
ahollosi [Wed, 25 Oct 2000 14:48:29 +0000 (14:48 +0000)]
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

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

23 years agoHeavy modification based on Neil Brown's tokenize() patch.
ahollosi [Wed, 25 Oct 2000 14:45:53 +0000 (14:45 +0000)]
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

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

23 years agoadded $InlineImages and $WikiNameRegexp
ahollosi [Wed, 25 Oct 2000 14:41:32 +0000 (14:41 +0000)]
added $InlineImages and $WikiNameRegexp

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

23 years agoset_magic_quotes_runtime(0) added (bug reported by Hawk Newton)
ahollosi [Wed, 25 Oct 2000 09:58:53 +0000 (09:58 +0000)]
set_magic_quotes_runtime(0) added (bug reported by Hawk Newton)

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

23 years agoUpdated for 1.1.8
wainstead [Wed, 25 Oct 2000 05:06:36 +0000 (05:06 +0000)]
Updated for 1.1.8

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

23 years agoCREDITS is reborn!
wainstead [Wed, 25 Oct 2000 04:56:39 +0000 (04:56 +0000)]
CREDITS is reborn!

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

23 years agoUpdated the list of pages to include PhpWiki.
wainstead [Wed, 25 Oct 2000 04:19:27 +0000 (04:19 +0000)]
Updated the list of pages to include PhpWiki.

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

23 years agoAdded a page to define the WikiWord "PhpWiki."
wainstead [Wed, 25 Oct 2000 04:13:46 +0000 (04:13 +0000)]
Added a page to define the WikiWord "PhpWiki."

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

23 years agokilled the !WikiName,!WikiName,!WikiNameSameStem bug for good. -- added examples...
ahollosi [Tue, 24 Oct 2000 10:32:38 +0000 (10:32 +0000)]
killed the !WikiName,!WikiName,!WikiNameSameStem bug for good. -- added examples to TestPage

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

23 years agoJan added some gettext() for pageinfo.php
ahollosi [Tue, 24 Oct 2000 09:55:19 +0000 (09:55 +0000)]
Jan added some gettext() for pageinfo.php

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

23 years agocorrected h1,h2,h3 markup example
ahollosi [Mon, 23 Oct 2000 20:55:24 +0000 (20:55 +0000)]
corrected h1,h2,h3 markup example

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

23 years agoNew: tabless definition lists (even nested): ;Term:definition
ahollosi [Mon, 23 Oct 2000 16:52:05 +0000 (16:52 +0000)]
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.

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

23 years agoUpdated rules for the 1.1.8 release.
wainstead [Mon, 23 Oct 2000 12:53:01 +0000 (12:53 +0000)]
Updated rules for the 1.1.8 release.

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

23 years agoNo longer maintained. TODO will happen on Sourceforge.
wainstead [Mon, 23 Oct 2000 00:58:30 +0000 (00:58 +0000)]
No longer maintained. TODO will happen on Sourceforge.

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

23 years agocommit of latest update to Dutch pages by Jan
ahollosi [Sun, 22 Oct 2000 19:52:03 +0000 (19:52 +0000)]
commit of latest update to Dutch pages by Jan

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

23 years agoSome generic pages are included in English, ignoring the language setting
ahollosi [Sun, 22 Oct 2000 19:33:35 +0000 (19:33 +0000)]
Some generic pages are included in English, ignoring the language setting
(avoids unnecessary duplication) - these pages are: TestPage, SteveWainstead,
ReleaseNotes. Removed "nl" counterparts.

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

23 years agoadjusted layout (smaller logo, no use of table anymore)
ahollosi [Sun, 22 Oct 2000 13:30:58 +0000 (13:30 +0000)]
adjusted layout (smaller logo, no use of table anymore)

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

23 years agoAdded 3 functions. No descriptions yet.
wainstead [Sat, 21 Oct 2000 04:14:02 +0000 (04:14 +0000)]
Added 3 functions. No descriptions yet.

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

23 years agoDropped, along with an egg on my face.
wainstead [Sat, 21 Oct 2000 01:11:20 +0000 (01:11 +0000)]
Dropped, along with an egg on my face.

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

23 years agoget rid of headline table, logo now smaller
ahollosi [Fri, 20 Oct 2000 11:49:07 +0000 (11:49 +0000)]
get rid of headline table, logo now smaller

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

23 years agosecond int. patch from Jan (slightly modified)
ahollosi [Fri, 20 Oct 2000 11:42:53 +0000 (11:42 +0000)]
second int. patch from Jan (slightly modified)

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

23 years agoCommitting version 3.12 of syncmail, a Python script provided by
wainstead [Fri, 20 Oct 2000 04:37:26 +0000 (04:37 +0000)]
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.

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

23 years agoExitWiki() function replaces simple calls to exit()
ahollosi [Thu, 19 Oct 2000 22:25:45 +0000 (22:25 +0000)]
ExitWiki() function replaces simple calls to exit()

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

23 years agoforgot to run translate.sh
ahollosi [Thu, 19 Oct 2000 21:49:52 +0000 (21:49 +0000)]
forgot to run translate.sh

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

23 years agointernationalization patch (based on Jan Nieuwenhuizen's original patch)
ahollosi [Thu, 19 Oct 2000 21:39:32 +0000 (21:39 +0000)]
internationalization patch (based on Jan Nieuwenhuizen's original patch)

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

23 years agoChanged the address for bug reporting.
wainstead [Wed, 18 Oct 2000 22:31:03 +0000 (22:31 +0000)]
Changed the address for bug reporting.

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

23 years agoadded Neil Brown's nested-DefinitionLists patch -- slightly modified
ahollosi [Wed, 11 Oct 2000 14:08:56 +0000 (14:08 +0000)]
added Neil Brown's nested-DefinitionLists patch -- slightly modified

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

23 years agoadded Neil Brown's search-button patch -- slightly modified
ahollosi [Wed, 11 Oct 2000 13:57:47 +0000 (13:57 +0000)]
added Neil Brown's search-button patch -- slightly modified

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

23 years agoChanged back to dynamically setting the hostname; using 'http:' is
wainstead [Tue, 10 Oct 2000 02:59:08 +0000 (02:59 +0000)]
Changed back to dynamically setting the hostname; using 'http:' is
commented out and left as an option.

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

23 years agoUpdated the paths to image files, which now live in the images/
wainstead [Sun, 8 Oct 2000 20:05:59 +0000 (20:05 +0000)]
Updated the paths to image files, which now live in the images/
subdirectory.

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

23 years agoMoved these into the images/ directory.
wainstead [Sun, 8 Oct 2000 19:59:31 +0000 (19:59 +0000)]
Moved these into the images/ directory.

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

23 years ago$ServerAddress is now set to "" by default, which should work in most
wainstead [Sun, 8 Oct 2000 19:46:53 +0000 (19:46 +0000)]
$ServerAddress is now set to "" by default, which should work in most
cases; the comments and if/else block remain (commented out).

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

23 years agoUpdated and improved.
wainstead [Sun, 8 Oct 2000 19:19:59 +0000 (19:19 +0000)]
Updated and improved.

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

23 years agoReread and updated.
wainstead [Sun, 8 Oct 2000 19:08:06 +0000 (19:08 +0000)]
Reread and updated.

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

23 years agoMissed an occurance of the extension php3.
wainstead [Sun, 8 Oct 2000 18:27:09 +0000 (18:27 +0000)]
Missed an occurance of the extension php3.

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

23 years agoChanged occurances of *php3 to *php.
wainstead [Sun, 8 Oct 2000 18:12:14 +0000 (18:12 +0000)]
Changed occurances of *php3 to *php.

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

23 years agoRenamed from index.php3
wainstead [Sun, 8 Oct 2000 17:48:37 +0000 (17:48 +0000)]
Renamed from index.php3

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

23 years agoRenamed to index.php.
wainstead [Sun, 8 Oct 2000 17:47:40 +0000 (17:47 +0000)]
Renamed to index.php.

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

23 years agoThese have been moved to lib/*.php.
wainstead [Sun, 8 Oct 2000 17:43:06 +0000 (17:43 +0000)]
These have been moved to lib/*.php.

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

23 years agoAll wiki_*.php3 files are now renamed to lib/*.php. The files I commited
wainstead [Sun, 8 Oct 2000 17:33:26 +0000 (17:33 +0000)]
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.

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

23 years agoAdded [[not linked to] and !NotLinkedTo.
wainstead [Sun, 8 Oct 2000 17:30:00 +0000 (17:30 +0000)]
Added [[not linked to] and !NotLinkedTo.

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

23 years agoUsing ".inc" for an extension lets browsers see the source of the pages
wainstead [Sat, 7 Oct 2000 17:58:29 +0000 (17:58 +0000)]
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" :-)

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

23 years agoMerged in latest changes from Arno's hacking.
wainstead [Sat, 7 Oct 2000 17:47:20 +0000 (17:47 +0000)]
Merged in latest changes from Arno's hacking.

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

23 years agoadded SandBox and MostPopular
ahollosi [Sat, 23 Sep 2000 15:06:27 +0000 (15:06 +0000)]
added SandBox and MostPopular

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

23 years agoadded links to ReleaseNotes and SandBox
ahollosi [Sat, 23 Sep 2000 14:56:59 +0000 (14:56 +0000)]
added links to ReleaseNotes and SandBox

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

23 years agoadded SandBox file for experimentation
ahollosi [Sat, 23 Sep 2000 14:56:26 +0000 (14:56 +0000)]
added SandBox file for experimentation

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

23 years agocommented out link related functions - not compatible with my latest changes
ahollosi [Sat, 23 Sep 2000 14:36:09 +0000 (14:36 +0000)]
commented out link related functions - not compatible with my latest changes

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

23 years agoadded NUM_RELATED_PAGES definition
ahollosi [Sat, 23 Sep 2000 14:34:22 +0000 (14:34 +0000)]
added NUM_RELATED_PAGES definition

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

23 years agoadapted call to ParseAndLink()
ahollosi [Sat, 23 Sep 2000 14:33:37 +0000 (14:33 +0000)]
adapted call to ParseAndLink()

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

23 years agoadded scored related pages
ahollosi [Sat, 23 Sep 2000 14:32:26 +0000 (14:32 +0000)]
added scored related pages

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

23 years agoadded wikiscore table
ahollosi [Sat, 23 Sep 2000 14:31:38 +0000 (14:31 +0000)]
added wikiscore table

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

23 years agoadded wikilinks functionality plus placeholder for scored related pages
ahollosi [Sat, 23 Sep 2000 14:31:06 +0000 (14:31 +0000)]
added wikilinks functionality plus placeholder for scored related pages

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

23 years agocommented out debug statement for hitcounter
ahollosi [Sat, 23 Sep 2000 14:29:08 +0000 (14:29 +0000)]
commented out debug statement for hitcounter

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

23 years agobringing documentation up to date
ahollosi [Thu, 21 Sep 2000 19:44:31 +0000 (19:44 +0000)]
bringing documentation up to date

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

23 years agofixed raw HTML bug in search results
ahollosi [Thu, 21 Sep 2000 19:21:25 +0000 (19:21 +0000)]
fixed raw HTML bug in search results

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

23 years agofix odd bug (disapperaing linespace) introduced by Jeff in v1.13 of wiki_savepage...
ahollosi [Wed, 20 Sep 2000 19:28:46 +0000 (19:28 +0000)]
fix odd bug (disapperaing linespace) introduced by Jeff in v1.13 of wiki_savepage.php3

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

23 years agobrought function interface upto date (e.g. RetrievePage now takes 3 arguments)
ahollosi [Wed, 20 Sep 2000 19:26:36 +0000 (19:26 +0000)]
brought function interface upto date (e.g. RetrievePage now takes 3 arguments)

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

23 years agoAll files of the pattern wiki_foo.php3 have been moved to lib/foo.inc,
wainstead [Mon, 18 Sep 2000 04:36:04 +0000 (04:36 +0000)]
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.

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

23 years agoAdded GetAllWikiPageNames.
wainstead [Sat, 16 Sep 2000 19:20:46 +0000 (19:20 +0000)]
Added GetAllWikiPageNames.

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

23 years agoCommented out the code for the "wikilinks" table, for the 1.1.8 release
wainstead [Fri, 8 Sep 2000 02:55:00 +0000 (02:55 +0000)]
Commented out the code for the "wikilinks" table, for the 1.1.8 release

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

23 years agoInitial support for the wikilinks table. I added three functions to
wainstead [Tue, 5 Sep 2000 03:33:18 +0000 (03:33 +0000)]
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.

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

23 years agoFixed bug in fullsearch with case-sensitive matches
wainstead [Mon, 4 Sep 2000 16:55:54 +0000 (16:55 +0000)]
Fixed bug in fullsearch with case-sensitive matches

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

23 years agoRemoved the magic number 20 for MostPopular, replaced with the
wainstead [Mon, 4 Sep 2000 05:54:15 +0000 (05:54 +0000)]
Removed the magic number 20 for MostPopular, replaced with the
define() MOST_POPULAR_LIST_LENGTH.

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

23 years agoAdded a new define() for MostPopular, which needs to be propagated to
wainstead [Mon, 4 Sep 2000 05:50:40 +0000 (05:50 +0000)]
Added a new define() for MostPopular, which needs to be propagated to
the template still.

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

23 years agoMostPopular finally debugged, looks good.
wainstead [Mon, 4 Sep 2000 05:47:35 +0000 (05:47 +0000)]
MostPopular finally debugged, looks good.

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

23 years agoI removed the calls to RenderQuickSearch, RenderFullSearch and
wainstead [Mon, 4 Sep 2000 05:12:12 +0000 (05:12 +0000)]
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.

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

23 years agoMoved the search to the bottom, since it's not what people come to the
wainstead [Mon, 4 Sep 2000 01:38:46 +0000 (01:38 +0000)]
Moved the search to the bottom, since it's not what people come to the
page to see.

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

23 years agoImplemeted search features
aredridel [Tue, 29 Aug 2000 08:02:41 +0000 (08:02 +0000)]
Implemeted search features

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

23 years agoUpdated to include locking
aredridel [Tue, 29 Aug 2000 07:55:35 +0000 (07:55 +0000)]
Updated to include locking

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

23 years agoSupport functions for a Filesystem based database
aredridel [Tue, 29 Aug 2000 07:42:46 +0000 (07:42 +0000)]
Support functions for a Filesystem based database

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

23 years agoAdded commented-out configuration for the Filsystem-based database.
aredridel [Tue, 29 Aug 2000 07:27:00 +0000 (07:27 +0000)]
Added commented-out configuration for the Filsystem-based database.

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

23 years agoChanged short <? tags to longer <?php tags so that the installation will work with...
aredridel [Tue, 29 Aug 2000 02:37:42 +0000 (02:37 +0000)]
Changed short <? tags to longer <?php tags so that the installation will work with any PHP settings

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

23 years agoChanged short <? tag to long <?php tag, so it will work with all installations
aredridel [Tue, 29 Aug 2000 02:30:54 +0000 (02:30 +0000)]
Changed short <? tag to long <?php tag, so it will work with all installations

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

23 years agoMostPopular added.
wainstead [Wed, 16 Aug 2000 03:55:31 +0000 (03:55 +0000)]
MostPopular added.

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

23 years agoCorrected a bug in saving pages to the archive.
wainstead [Wed, 16 Aug 2000 03:30:58 +0000 (03:30 +0000)]
Corrected a bug in saving pages to the archive.

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

23 years agoPartially updated to come in line with the refactoring. It cannot do
wainstead [Tue, 15 Aug 2000 04:22:46 +0000 (04:22 +0000)]
Partially updated to come in line with the refactoring. It cannot do
page diffs properly.

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

23 years agoRetrievePage now takes a third argument ('wiki' or 'archive' basically),
wainstead [Tue, 15 Aug 2000 02:59:20 +0000 (02:59 +0000)]
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.

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

23 years agoMoved SaveCopyToArchive into these files; I then rewrote it for DBM and
wainstead [Tue, 15 Aug 2000 02:54:04 +0000 (02:54 +0000)]
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.

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

23 years agoMoved SaveCopyToArchive to the database libraries while refactoring.
wainstead [Tue, 15 Aug 2000 02:49:06 +0000 (02:49 +0000)]
Moved SaveCopyToArchive to the database libraries while refactoring.

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

23 years agoRemoved the if/else for opening the database; there is only one
wainstead [Tue, 15 Aug 2000 02:46:58 +0000 (02:46 +0000)]
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.

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

23 years agoAdded a variable to define the database name for Postgresql.
wainstead [Tue, 15 Aug 2000 02:44:16 +0000 (02:44 +0000)]
Added a variable to define the database name for Postgresql.

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

23 years agoFixed a whitespace problem.
wainstead [Tue, 15 Aug 2000 02:39:39 +0000 (02:39 +0000)]
Fixed a whitespace problem.

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

23 years agoI found msql_pconnect to be unstable on wcsb.org (which has a fairly
wainstead [Fri, 11 Aug 2000 18:45:23 +0000 (18:45 +0000)]
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.

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

23 years agoUpdated info on embedding images.
wainstead [Thu, 10 Aug 2000 15:29:20 +0000 (15:29 +0000)]
Updated info on embedding images.

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

23 years agoAdded LinkImage() and code to catch [http://foo.com/image.jpg] and
wainstead [Thu, 10 Aug 2000 15:23:35 +0000 (15:23 +0000)]
Added LinkImage() and code to catch [http://foo.com/image.jpg] and
embed it.

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