* (bug 153) Adjust thumbnail size calculations to match consistently;
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
2005-11-28 Ævar Arnfjörð Bjar... * Make sure not to crash when the message cache isn...
2005-11-28 Ævar Arnfjörð Bjar... * When wfMsg*NoTrans() was called the message cache...
2005-11-26 Ævar Arnfjörð Bjar... * Add wfMsgNoTrans() and wfMsgForContentNoTrans() to...
2005-11-26 Brion Vibber* Fix ulimit parameters for wfShellExec when memory_lim...
2005-11-26 Tim StarlingBounded execution time and memory for image thumbnailing
2005-11-26 Tim StarlingwfShellExec fix, debug log tweak
2005-11-26 Ævar Arnfjörð Bjar... * Support named arguments to wfMsg* like wfMsg( 'msg...
2005-11-26 Tim StarlingExperimental ulimit script
2005-11-15 Brion Vibber* Run wikitext-escaping on plaintext sigs (no wiki...
2005-11-03 Ævar Arnfjörð Bjar... * Add support for TS_ISO_8601, used for Special:Import...
2005-11-02 Ævar Arnfjörð Bjar... * Remove redundant variable definition
2005-10-30 Ævar Arnfjörð Bjar... * Rewrote the url protocol thing to not suck
2005-10-28 Brion Vibber* (bug 3771) Handle internal functions in backtrace...
2005-10-27 Brion VibberDon't re-run diff3 with missing files for the debug...
2005-10-27 Brion Vibber* (bug 3807) Fix 'all' in namespaces drop-down on contr...
2005-10-22 Brion Vibber* Fix wfMsg*() replacements; args containing literal...
2005-10-22 Ævar Arnfjörð Bjar... * in_string() function, for us strpos haters
2005-09-25 Antoine Mussoincludes/GlobalFunctions.php
2005-09-24 Antoine MussoMove reporttime method from OutputPage object to a...
2005-09-19 Ævar Arnfjörð Bjar... * Added a new paramater to wfDebugLog()
2005-09-13 Ævar Arnfjörð Bjar... * Two new functions:
2005-09-11 Tim Starling* Negative caching for the MediaWiki namespace. This...
2005-09-06 Antoine Mussohtml output formatting
2005-09-06 Ævar Arnfjörð Bjar... * Changed the name of the wfNoMsg() function to wfEmpty...
2005-08-31 Antoine MussoMight or might not fix a php5 notice error (undefined...
2005-08-26 Ævar Arnfjörð Bjar... * Postfix --/++ => Prefix --/++
2005-08-25 Erik Moellertry to better document the distinction between
2005-08-20 Tim StarlingDon't quote the program name, windows doesn't like...
2005-08-20 Tim Starlingremoved some debugging statements, I think they were...
2005-08-17 Brion Vibber* Add ability to break off certain debug topics into...
2005-08-17 Brion Vibber* Fix display of read-only lockfile message
2005-08-12 Niklas LaxströmCleanup, html-safety and output
2005-08-08 Ævar Arnfjörð Bjar... * Made the sidebar idiot proof, if a message is specifi...
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-08-02 Niklas LaxströmRenamed contributionsall to namespacesall
2005-08-01 Niklas LaxströmNo references here, caused ugly by php notice
2005-08-01 Niklas Laxström* Refactored namespace selector to it's own function
2005-07-31 Niklas Laxström* Special:Watchlist allowed only one type of limit...
2005-07-26 Jens FrankMoved password encryption algorithm to GlobalFunctions...
2005-07-24 Niklas LaxströmRename percent to wfPercent
2005-07-16 Ævar Arnfjörð Bjar... * Added a percent() function
2005-07-16 Brion Vibber* PHP 4.1.2 compatibility fix: define floatval() equiva...
2005-07-06 Antoine MussoFix #2709 , patch by Zigger
2005-07-03 Brion Vibber* (bug 2683) Really fix apostrophe escaping for toolbox...
2005-06-27 Brion Vibber* Fix $wgSiteNotice when MediaWiki:Sitenotice is set...
2005-06-26 Brion VibberMake sure we die with nonzero return code for command...
2005-06-26 Tim Starlingdocumentation
2005-06-25 Tim Starlingfaster read-only mode
2005-06-22 Brion Vibber* (bug 2178) Fix temp dir check again
2005-06-19 Tim Starlingstats changes ported from 1.4
2005-06-16 Brion Vibber* Added wfMsgHtml() function for escaping messages...
2005-06-06 Brion Vibber* (bug 2334) Accept null for attribs in wfElement witho...
2005-06-01 Tim Starlingnew load balancing algorithm
2005-05-31 Brion Vibber* Replace wfMungeToUtf8 and do_html_entity_decode with...
2005-05-28 Tim Starlingfixed horrible sidebar breakage under windows due to...
2005-05-28 Tim StarlingAdded wfMkdirParents(), used in HTML dump. Works like...
2005-05-27 Brion Vibber* Simple rate limiter for edits and page moves; set...
2005-05-21 Ævar Arnfjörð Bjar... * (bug 898) Mime type autodetection.
2005-05-15 Brion Vibber* (bug 2178) Use TMPDIR, TMP, or TEMP environment varia...
2005-05-15 Brion VibberStrip unprintables from debug log: they can cause font...
2005-05-08 Ævar Arnfjörð Bjar... * Typo: missing $
2005-05-08 Ævar Arnfjörð Bjar... * Added a comment to the Exif part of wfTimestamp()
2005-05-08 Brion Vibber* HistoryBlobStub: the last-used HistoryBlob is kept...
2005-05-07 Ævar Arnfjörð Bjar... * Added support for the Exif time format in wfTimestamp()
2005-05-07 Tim Starlingfixed weird composite random number function
2005-05-04 Ævar Arnfjörð Bjar... * Clarified the difference between wfMsg and wfMsgForCo...
2005-05-03 Ævar Arnfjörð Bjar... * Changed do_html_entity_decode()'s default character...
2005-04-30 Brion VibberDon't spew error messages everywhere when the debug...
2005-04-30 Brion Vibber* (bug 1877) JavaScript error in page editing in some...
2005-04-25 Brion VibberClean up e-mail authentication code.
2005-04-25 Tim Starlingsplit off new function wfBacktrace() from wfDebugDieBac...
2005-04-23 Tim StarlingRearranged flow to remove unnecessary debug output
2005-04-23 Brion VibberBugfix: actually send the error message given to wfHttp...
2005-04-21 Brion Vibber* (bug 1636) Refs like ţ were misinterpreted...
2005-04-13 Ævar Arnfjörð Bjar... * Give more specific wfDebug output.
2005-04-08 Ævar Arnfjörð Bjar... * Removed '@todo document', it has been documented.
2005-04-07 Ævar Arnfjörð Bjar... * Indenting and formatting.
2005-04-02 Ævar Arnfjörð Bjar... * Minor syntax cleanup
2005-03-31 Brion Vibber* Add wfElement() for handy generation of properly...
2005-03-27 Tim StarlingFixed obvious bug
2005-03-27 Tim StarlingFixed efficiency problem with $wgSiteNotice. Introduced...
2005-03-04 Antoine MussoFix #1570 : php 4.2.x error on conflict merging
2005-02-25 Brion Vibbernuke wfInvertTimestamp
2005-02-24 Domas Mituzasfix typo, DieDebug -> DebugDie
2005-02-21 Domas Mituzasremove inverse_timestamp wherever it is found and disab...
2005-02-21 Brion VibberCruft war continues: more uses of isAnon() and isLoggedIn()
2005-01-30 Antoine Mussosome double quotes
2005-01-22 Jens FrankBug#276 Make date format comply with RFC1123 and RFC2822
2005-01-18 Brion Vibber* Fix notice errors in wfDebugDieBacktrace() in XML...
2005-01-16 Tom GilderVarious XHTML fixes
2004-12-23 Brion Vibberfix typo
2004-12-23 Brion VibberMerge blocked user fix from REL1_4
2004-12-19 Brion VibberAdd TS_RFC2822 output format for wfTimestamp to encapsu...
2004-12-10 Brion VibberRevert unauthorized changes made without discussion...
2004-12-10 Nicholas Pisarro, JrNew feature: You can edit summaries and change the...
2004-12-09 Zheng ZhuAdded optional setting to allow UI messages act as...
2004-12-07 Zheng Zhumore fixes for languages with no language files; allow...
2004-12-01 Brion VibberProfiling points. Bump version to 1.4.0beta0; update...
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-11-29 Tim Starlingmade connection errors work again
next