]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib
changed two more calls to is_dir() and is_file() to file_exists in order to avoid...
[SourceForge/phpwiki.git] / lib /
2001-01-01 ahollosichanged two more calls to is_dir() and is_file() to...
2001-01-01 ahollosicleaned up some warnings reported by David LeBlanc
2000-12-30 ahollosiParseAndLink() didn't handle unnamed phpwiki: links...
2000-12-30 ahollosicleaned up ParseAndLink() function, consequences:
2000-12-30 ahollosisome code cleanup -- mostly cosmetic changes
2000-12-15 wainsteadInitial commit of Jan Hidders' changes to dbmlib.php...
2000-12-12 wainsteadBrought the function list in the lead comment box up...
2000-12-06 ahollosifixed bug in _iftoken() - variable-in-string-brackets...
2000-12-06 ahollosifixed another bug in ExtractWikiPageLinks(): wiki_unkno...
2000-11-24 wainsteadAdded semicolon on line 153, which caused the file...
2000-11-22 ahollosifix newline bug in UpdateRecentChanges / fix for-loop...
2000-11-18 ahollosimore sophisticated search: match individual words,...
2000-11-17 wainsteadPatch from "Scott R. Anderson" <sra@diem.net> which...
2000-11-16 ahollosifix for ExtractWikiPageLinks(): didn't care for '[...
2000-11-13 ahollosiadded config options for all mysql table names
2000-11-11 ahollosibugfix in ExtractWikiPageLinks for [text|WikiPage]
2000-11-09 wainsteadUpdated the list of functions in the header comment.
2000-11-08 ahollosiadded named internal links e.g. [wow|FrontPage] --...
2000-11-08 ahollosiadded function RemovePage()
2000-11-08 ahollosiupdates due to new admin structure
2000-11-07 wainsteadAdded GetWikiPageLinks, SetWikiPageLinks, eliminated...
2000-11-03 wainsteadFixed all instances that caused E_NOTICE messages.
2000-11-02 wainsteadIncoming, outgoing, and most popular top 5's appear...
2000-11-02 wainsteadFixed typo: "port" was spelled "pport". Probably from...
2000-11-01 ahollosifixed E_NOTICE warnings
2000-11-01 ahollosiuse $SCRIPT_NAME instead of $REQUEST_URI
2000-10-31 ahollosirestructured config.php completely -- hope this is...
2000-10-31 ahollosiadded "!" syntax for URLs as well, i.e. !http://some...
2000-10-31 ahollosi"phpwiki:" protocol patch -- omitted stdlib.php in...
2000-10-31 ahollosiadded "phpwiki:" protocol within named links [name...
2000-10-31 ahollosiChanged $WikiNameRegexp: doesn't use "\b" (word-boundar...
2000-10-30 ahollosifix for bug #117729 (fake author)
2000-10-28 ahollosipgsql patch (version7) from kbrown@sandino.net
2000-10-26 ahollosifix: savepage didn't check FLAG_PAGE_LOCKED
2000-10-26 ahollosianother gettext() patch from Jan (fix plus translation...
2000-10-26 ahollosifix: added "global $WikiNameRegexp" in ExtractWikiPageL...
2000-10-25 ahollosiadapted to changes in transform.php
2000-10-25 ahollosiHeavy modification based on Neil Brown's tokenize(...
2000-10-25 ahollosiadded $InlineImages and $WikiNameRegexp
2000-10-24 ahollosikilled the !WikiName,!WikiName,!WikiNameSameStem bug...
2000-10-24 ahollosiJan added some gettext() for pageinfo.php
2000-10-23 ahollosiNew: tabless definition lists (even nested): ;Term...
2000-10-22 ahollosiSome generic pages are included in English, ignoring...
2000-10-20 ahollosisecond int. patch from Jan (slightly modified)
2000-10-19 ahollosiExitWiki() function replaces simple calls to exit()
2000-10-19 ahollosiinternationalization patch (based on Jan Nieuwenhuizen...
2000-10-11 ahollosiadded Neil Brown's nested-DefinitionLists patch --...
2000-10-10 wainsteadChanged back to dynamically setting the hostname; using...
2000-10-08 wainsteadUpdated the paths to image files, which now live in...
2000-10-08 wainstead$ServerAddress is now set to "" by default, which shoul...
2000-10-08 wainsteadChanged occurances of *php3 to *php.
2000-10-08 wainsteadAll wiki_*.php3 files are now renamed to lib/*.php...
2000-10-07 wainsteadUsing ".inc" for an extension lets browsers see the...
2000-10-07 wainsteadMerged in latest changes from Arno's hacking.
2000-09-18 wainsteadAll files of the pattern wiki_foo.php3 have been moved...