]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/stdlib.php
Connect the rest of PhpWiki to the IniConfig system. Also the keyword regular expres...
[SourceForge/phpwiki.git] / lib / stdlib.php
2004-04-19 zorlocConnect the rest of PhpWiki to the IniConfig system...
2004-04-19 rurbanPrevent from some PHP5 warnings (ref args, no :: object...
2004-04-15 rurbanallow [0] with new markup: link to page "0"
2004-04-10 rurbanFixed gettext problem with VIRTUAL_PATH scripts (Window...
2004-04-02 rurbanfixed a nasty ADODB_mysql session update bug
2004-04-01 rurbansimplified Sidebar theme: table, not absolute css posit...
2004-03-24 rurbanphp5 workaround code (plus some interim debugging code...
2004-03-18 rurbanfixed sqlite support
2004-03-17 rurbanjust reformatting
2004-03-16 rurbanmake fileSet sortable to please PageList
2004-03-12 rurbanfixed explodePageList: wrong sortby argument order...
2004-02-28 rurbangenerally more PHPDOC docs
2004-02-26 rurbanadded quiet, limit and exclude to FullTextSearch,
2004-02-19 rurbanmoved initerwiki code to PageType.php
2004-02-09 rurbanfor now default DB_SESSION to false
2004-01-26 rurban* changed stored pref representation as before.
2004-01-25 rurbanadded sortby support to explodePageList() and UnfoldSub...
2004-01-25 rurbanadded isWikiWord() to avoid redundancy
2003-11-30 carstenklappFixed careless mistakes in my last optimization commit.
2003-11-30 carstenklappMinor code optimization: reduce invariant loops
2003-11-29 carstenklappNew function ByteFormatter.
2003-09-13 carstenklappNew preference to hide LinkIcons.
2003-03-26 dairikiFix "object to string conversion" bug with external...
2003-03-25 dairikiCleanup debugging output.
2003-03-13 dairikiBug fix: Fix linking of pages whose names contain a...
2003-03-07 dairikifunction_usable(): New function.
2003-03-04 dairikiFix to ensure absolute URL for logo in RSS recent changes.
2003-02-26 dairikiBug fix: for magic PhpWiki URLs, "lock page to enable...
2003-02-26 dairikiMore/better/different checks for bad page names.
2003-02-25 dairikiAdd some sanity checking for pagenames.
2003-02-22 dairikiFixes for "Call-time pass by reference has been depreca...
2003-02-21 dairikiSet alt="" on the link icon image tags.
2003-02-21 dairikiGet rid of MakeWikiForm, and form-style MagicPhpWikiURLs.
2003-02-21 dairikiWikiPageName: fixes for new cached links.
2003-02-18 dairikiWups again. Typo fix.
2003-02-18 dairikiFix so that one can still link to wiki pages with ...
2003-02-18 dairikisplit_pagename():
2003-02-16 dairikiNew function hash(). This is a helper, primarily for...
2003-02-16 dairikiNew functions:
2003-01-04 carstenklappBugfix UnfoldSubpages: "Undefined offset: 1" error...
2002-11-22 dairikiFix from Martin Geisler for overly aggresive
2002-10-19 dairikiConvertOldMarkup(): Wups. I broke footnote conversion...
2002-10-19 dairikiBug fix: ConvertOldMarkup was mangling empty single...
2002-10-06 dairikiFrom Martin Geisler:
2002-09-24 zorlocAdded some PHPDoc comments
2002-09-18 dairikiNew function MangleXmlIdentifier() used to ensure that...
2002-09-17 dairikiConvert to using the new markup engine, even for old...
2002-09-17 dairikiAdd $markup parameter to TransformInline() so that...
2002-09-17 dairikiMinor additions for use by the Transclude plugin.
2002-09-16 dairikiAdded support for named anchors within wiki-text.
2002-09-16 dairikiFix bug with external image links.
2002-09-15 dairikiI was starting to hack together a counter part to Extra...
2002-09-14 dairikiFix for backlinks to pages with digits in their names...
2002-09-01 rurbanfixed / quoting in ListRegexExpand() (for UnfoldSubpages)
2002-09-01 rurbanfixed bug with / in matched pages (subpages)
2002-08-27 rurbanLANG still broken, working on better locale handling.
2002-08-24 rurbannew PrevNext plugin with two buttons
2002-08-22 rurbanFirst (unfinished) UserAuth version, storing prefs...
2002-08-19 rurbanadded SUBPAGE_SEPARATOR in code
2002-08-17 rurbanadded SubPages support: see SUBPAGE_SEPERATOR in index.php
2002-02-27 carstenklappcss bugfix: unnamed urls now use the 'rawurl' class...
2002-02-23 carstenklappadded recursive array counting function (for word count...
2002-02-09 dairikiTry to make sure that inlined images have an alt attrib...
2002-02-08 dairikiCleanup/refactor time-zone offset preference and relati...
2002-02-08 carstenklappStrip 'mailto:' prefix from linktext. Stub for filetype...
2002-02-08 carstenklappAdded img border=0 for linkicons for NS4 (already done...
2002-02-08 dairikiHack so as not to completely break old PhpWikiAdministr...
2002-02-08 carstenklappTime zone difference now specified relative to the...
2002-02-08 dairikiBug fix.
2002-02-08 dairikiTransform API cleanup.
2002-02-07 dairikiNew function to convert old-style markup to new-style...
2002-02-07 dairikiEliminate MagicPhpWikiURL forms in favor of new WikiFor...
2002-02-03 carstenklappEnhancements to format dates as relative dates, such...
2002-02-03 carstenklappMoved some time functions to stdlib and refactored.
2002-02-03 carstenklappnew function PrefTimezoneOffset returns the difference...
2002-01-31 dairikiRead interwiki map from wiki page (InterWikiMap). ...
2002-01-30 dairikiTwo new convenience functions in lib/Theme.php: WikiLin...
2002-01-28 dairikiAnother refactor of the OOP HTML/XML generation code...
2002-01-28 carstenklappfunction better_srand() moved from themes/Hawaiian...
2002-01-27 dairikiFix for slashes in page names (by Florian Steinel,...
2002-01-26 carstenklappClass fileSet moved from themes/Hawaiian/lib/random...
2002-01-24 carstenklappRemoved gettext from debug, db and internal php error...
2002-01-24 dairikiBig Template cleanup and refactor.
2002-01-23 carstenklappfinished moving LinkExistingWikiWord to Theme
2002-01-23 dairikiRefactor/cleanup of login code continues.
2002-01-22 dairikiFinish conversion to new OO HTML generation scheme.
2002-01-21 dairikiMore infiltration of new object-based HTML generation.
2002-01-21 dairikiNew function: can($object, $method).
2002-01-19 carstenklappBeginning of move of LinkExistingWikiWord to Theme...
2002-01-19 carstenklappMoved LinkUnknownWikiWord to Theme.php, removed get...
2002-01-19 carstenklappQuick and dirty hack to fix inverted-text bug for unkno...
2002-01-19 carstenklappNew Theme functions wikiMark for specifying question...
2002-01-17 dairikiFix-up/restore <base href=""> usage.
2002-01-17 dairikiEliminate DataURL() in favor of Theme::getImageURL().
2002-01-17 dairikiAdd third (optional) argument, $version, to Link*WikiWo...
2002-01-16 carstenklappurls should now be relative to base href again
2002-01-15 dairikiBeginnings of yet another refactor of the templates:
2002-01-15 carstenklappNew constant WIKIMARK_AFTER controls whether the '...
2002-01-13 dairikiOnly split single letter words 'I' and 'A' from followi...
2002-01-11 dairikiMove global function CSS_URL() to static member function
next