]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib
Ensure RetrievePage() sets $pagehash[pagename].
[SourceForge/phpwiki.git] / lib /
2001-11-06 dairikiEnsure RetrievePage() sets $pagehash[pagename].
2001-11-06 dairikiFix handling of pages with '.' and/or '_' in their...
2001-11-04 dairikiFix bug reported by Roger Goun <roger@bcah.com>:
2001-11-04 dairikiAdd RCS $Id$.
2001-11-02 wainsteadNewer version fixes a bug in InsertPage().
2001-11-02 wainsteadAdded config code contributed by Andrew Pearson for...
2001-11-02 wainsteadMissed these but they will be in the 1.2.2 release...
2001-09-21 wainsteadFixed bug: BackLinkSearchNextMatch needed the address... release-1_2_1
2001-09-21 dairikiPatch by Gary Benson <gary@inauspicious.org>:
2001-09-21 dairikiEfficiency patch from Gary Benson <gary@inauspicious...
2001-08-18 dairikiFix SF bug #227748.
2001-08-18 dairikiFixed SF Bug #233898. (MySQL backend insensitive to...
2001-08-18 dairikiAttempt to fix SF bug #413446.
2001-08-18 dairikiRemove debugging output cruft which should never have...
2001-08-18 dairikiFixed SF Bug #414789
2001-08-18 dairikiFix SF bug #418267.
2001-08-18 dairikiAdded real back-link searches.
2001-08-18 dairikiAdded real back-link searches.
2001-05-21 dairikiAdded call to setlocale(). In some PHP installations...
2001-03-02 dairikiFix for invalid HTML from doubly-indented list elements.
2001-03-02 dairikiSome fixes to clean-up generated HTML.
2001-02-27 dairikiFix SF bug #404646. Must quote htmlspecialchars in...
2001-02-15 dairikiWhen creating the default contents for non-existant...
2001-02-10 dairikiFixes for PHP4 E_NOTICE warnings
2001-02-08 dairikiPropagate bug fixes from MAIN CVS branch into the stabl...
2001-02-01 wainsteadCommented out the GetAllWikiPageNames and SetAllWikiPag...
2001-01-31 ahollosiAdded Swedish translation
2001-01-31 wainsteadGoing back to version 1.5, this time with the signature...
2001-01-31 wainsteadFixed a bug in the loading of dbmlib.php; if the $which...
2001-01-31 wainsteadFixed some white space. No code changes.
2001-01-21 ahollosicorrected if-clause for 'dba' and 'default' (pointed...
2001-01-20 wainsteadAdded a new database configuration selection, 'default...
2001-01-19 wainsteadJoel Uckelman <uckelman@iastate.edu> contributed code...
2001-01-15 ahollosiExtractWikiPageLinks now recognizes references of the...
2001-01-09 wainsteadReverted to version 1.4; there is a bug in Jan Hidders...
2001-01-09 ahollosiadded description to GeneratePage()
2001-01-04 ahollosiyet another E_NOTICED fixed and some comments added.
2001-01-04 ahollosiZERO/SINGLE_DEPTH renamed into ZERO/NESTED_LEVEL
2001-01-04 ahollosiZERO/SINGLE_DEPTH renamed into ZERO/NESTED_LEVEL
2001-01-04 ahollosimoved UpdateRecentChanges() to savepage.php
2001-01-04 ahollosimoved UpdateRecentChanges() to savepage.php
2001-01-02 wainsteadThere were two concatenation operators in a row, on...
2001-01-01 ahollosisquashed some E_NOTICE messages about unset variables
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...