* Replace wfMungeToUtf8 and do_html_entity_decode with a single function
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
2004-05-09 Tim StarlingBoard of Trustees vote
2004-05-08 Brion VibberSuppress PHP warnings on failure to create thumbnail...
2004-05-07 Tim Starlinginclude_once -> require_once
2004-05-04 Jens Frankmoved some more functions from GlobalFunctions to Image
2004-04-24 Jens FrankwfImageUrl moved from Globalfunctions to Image
2004-04-10 Brion VibberFix notices
2004-04-04 Brion VibberWhitespace & coding standards adjustments to Evan's...
2004-04-04 Evan ProdromouAdded code to implement Dublin Core and Creative Common...
2004-04-03 Tim Starlingmore debugging rubbish, sorry
2004-04-03 Tim Starlingoops, debug output
2004-04-03 Tim StarlingMade wfMerge() work on Windows, and fixed some merge...
2004-04-01 Tim Starlingrefactoring and $wgRequest use
2004-03-29 Tim StarlingRemoved dependence on register_globals from everything...
2004-03-23 Tim Starlingfixed notice
2004-03-20 Tim Starling* Changed inclusion syntax to allow e.g. {{stub}}
2004-03-14 Mr. E23Fixed problem with merging of identical changes
2004-03-14 Mr. E23Experimental merging of edit conflicts
2004-03-09 Gabriel Wickepurge first url only once
2004-03-09 Gabriel Wickebug fixes and indentation in purge function
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-08 Brion VibberMore unitialized variable cleanup && 'pure' register_gl...
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Brion VibberAdd digit transformation function Language::formatNum...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-03-05 Mr. E23Fixed bug causing early execution errors to occasionall...
2004-02-29 Tim StarlingwfRecordUpload() using RecentChange instead of direct...
2004-02-26 Gabriel Wickeenabled ports != 80 for purging, just add the :port...
2004-02-18 Mr. E23Replaced uses of microtime() with wfTime() where possible.
2004-02-18 Mr. E23Added function wfTime to get current time as a float
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-02-09 Jens FrankFix bug with md5 generation of archived images
2004-02-04 Gabriel Wickeincreased tries to read from socket from 4 to 20
2004-02-03 Gabriel Wickefixed the wfLoclaUrl hack committed yeterday by mistake...
2004-02-03 Gabriel Wickecpu theft and lockups found
2004-02-01 Jens FrankFixing issue with IE not showing thumbs with non-ASCII...
2004-02-01 Jens FrankFix wfImagePath: removed invalid urlencode()
2004-01-31 Gabriel Wickenow for the real thing- previous submit was a small...
2004-01-31 Gabriel Wickeremoved left-over microtime() statement
2004-01-30 Gabriel WickeSquid integration changes
2004-01-30 Tim StarlingMore hide/show links in RC
2004-01-20 Jens FrankFeature-Request #816659,#668443: No (next 50) link...
2004-01-17 Tim StarlingsetArticleRelated required in more places than I realis...
2004-01-12 Erik MoellerJeLuF's image resizing code
2004-01-11 Mr. E23Removed a global variable. Added PHP < 4.3 compatibilit...
2004-01-10 Tim Starlingobject-oriented database connections
2004-01-10 Tim Starlingfixed a few minor bugs and misc. notices
2004-01-07 Tim StarlingAlteration of security fix to make it very slightly...
2003-12-22 Brion Vibberchange wfEscapeWikiText() to escape the pipe | characte...
2003-12-17 Mr. E23Added <4.3.0 compatibility for wfAbruptExit()
2003-12-14 Tim StarlingImprovements in MediaWiki namespace handling, enhanced...
2003-12-11 Mr. E23removed tracing printout
2003-12-11 Mr. E23The purpose of this modification is to ensure that...
2003-12-10 Mr. E23Added wfAbruptExit() function, to replace exit() calls...
2003-11-21 Tim StarlingFixed wfMsg bug -- problems with "loading" message
2003-11-17 Brion VibberSecurity fix: include path
2003-11-16 Brion VibberPHP version check on install/update; remove 4.0.x compa...
2003-11-15 Brion VibberAdd compatibility file_get_contents; fix compat iconv
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-11-15 Tim Starlingmisc. bug fixes
2003-11-12 Tim StarlingLatest features and bug fixes imported from stable
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-11-02 Tim StarlingVarious fixes, see the version of [[m:Development statu...
2003-10-21 Tim StarlingMade enhanced wfMsg() faster
2003-10-20 Tim Starlingfixed profiling; fixed wfMsg() use of memcached; put...
2003-10-16 Tim Starlingblock/unblock log; split off profiling into Profiling...
2003-09-21 Tim StarlingMediaWiki namespace
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-09-17 Magnus Manskeupload add-on
2003-08-30 Tim Starlingenhanced wfMsg: minor improvements
2003-08-30 Brion VibberUpdate cache validation timestamp on uploads / re-uploads
2003-07-10 Brion VibberDisable debug comments if debug comments are disabled
2003-07-02 Brion VibberEnhances special page links; allow some parameters...
2003-06-30 Brion VibberDate/time fixes: try to ensure that timestamps are...
2003-06-23 Brion Vibberfix typo
2003-06-23 Brion VibberAdd wfFullUrl()/wfFullUrlE() function to explicitly...
2003-06-03 Brion VibberTweak to use local random, don't trust mysql's; new...
2003-06-03 Brion VibberRefactor some common code for offsets/limits; some...
2003-05-20 Brion VibberExperimental optional compression support for page...
2003-05-20 T.D. CorellNew function ShowingResultsNum for use in SearchEngine.
2003-05-15 Brion VibberLocal URLs return real local URLs
2003-04-14 Lee Daniel CrockerInitial revision