BUG#93 Fix handling of <nowiki> in templates
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
2004-09-18 Jens FrankCleaner handling of NoConvert, for variable number...
2004-09-17 Jens FrankRemoved hardcodes for Zh-conversion
2004-09-17 Zheng ZhuDo Simplified/Traditional Chinese conversion in wfMsgRe...
2004-09-04 Arne Heizmannchange all occurrences of "Mediawiki" to "MediaWiki".
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Antoine MussoMore comments !
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-29 Brion VibberAdjust UTF-8 generator for correctness. (Upper private...
2004-08-27 Tim StarlingAbstracted site name in LanguageFi.php. This required...
2004-08-23 Brion VibberStart migrating wfCheckLimits to WebRequest::getLimitOf...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-21 Tim StarlingHey! Stop breaking my functions!
2004-08-13 Brion VibberAntiglobalization!
2004-08-12 Tim Starlingadded {{ to wfEscapeWikiText, so that the deletion...
2004-08-10 Arne HeizmannWith &debugmsg=1, PHP output a warning because the...
2004-08-10 Arne HeizmannIf &debugmsg=1 is passed as part of the request paramet...
2004-08-10 Arne Heizmannexpand comment
2004-08-10 Domas MituzasAdd internal timestamp wrapper wfTimestamp($outputtype...
2004-08-08 Brion VibberSuppress notices
2004-08-04 Arne Heizmannremove commented-out code. We have CVS for archiving it
2004-08-03 Magnus Manskebug 964201 fix
2004-08-02 Brion VibberFix typo in reference to sql file that needs to be run
2004-07-24 Tim Starling* Introducing bit field for database parameters
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-06-29 Tim StarlingRemoved arbitrary change in timestamp formats between...
2004-06-29 Tim StarlingDB error log
2004-06-26 Tim StarlingNicer looking errors in command line mode
2004-06-24 Brion VibberFix for the is_a() reimplementation on old PHP versions...
2004-06-14 Tim Starlingfixed bug for PHP <4.3.0
2004-06-12 Antoine Mussofix isWindows to wfIsWindows.
2004-06-12 Tim StarlingwfSetRef doesn't work, making isWindows() function...
2004-06-08 Antoine Mussoreplace several double quotes by single quotes.
2004-05-28 Tim StarlingSupport for database profiling, profiling bracket in...
2004-05-17 Gabriel Wickeuse ?, not \& for top-level wikis
2004-05-15 Tim Starlingbug fix in wfUtf8ToHTML
2004-05-15 Tim StarlingVarious board vote enhancements, moving to the BoardVot...
2004-05-15 Tim StarlingIntroducing special page modular extensions, making...
2004-05-10 Brion VibberPHP 4.1.2 compatibility fixes (based on patch submissio...
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...
next