(bug 482) Don't print TOC box when hidden. Patch by Shane King (http://bugzilla.wikip...
[lhc/web/wiklou.git] / includes /
2004-11-23 Brion VibberProfiling points etc
2004-11-23 Brion VibberLegibility, profiling points, comments, tweaking. Remov...
2004-11-23 Brion Vibber* Sort the profiling log output so the slowest is at...
2004-11-23 Brion VibberSwitch do_html_entity_decode() from using strtr() to...
2004-11-23 Zheng ZhuTry again to fix wrong variable scope...
2004-11-22 Zheng Zhusegment() should only do segmentation, and let the...
2004-11-22 Zheng Zhuforgot global...
2004-11-22 Zheng Zhuadded convertToAllVariants() to query zhdaemon for...
2004-11-22 Brion VibberInner loop optimization: reverse order of conditions...
2004-11-22 Brion VibberProfiling points; some swapping of wfMsg for wfMsgForCo...
2004-11-22 Brion VibberForgot to commit this: enable parser cache by default
2004-11-22 Brion VibberDon't use setOption() in loadDefaultFromLanguage, as...
2004-11-22 Brion VibberUse the content language's linktrail
2004-11-22 Zheng ZhuUpdated conversion table
2004-11-22 Zheng Zhufix error in last commit
2004-11-22 Zheng Zhusmall fixes
2004-11-22 Zheng ZhuUpdated manual tables
2004-11-22 Brion VibberUse compression in the objectcache table if zlib suppor...
2004-11-22 Brion VibberLet the parser cache use the objectcache table if memca...
2004-11-21 Brion VibberAvoid asking for the day, month etc name messages and...
2004-11-21 Brion VibberCode style
2004-11-21 Brion VibberCode formatting; comments. Removed debug option from...
2004-11-21 Brion VibberTry to keep Title class as a value object: remove the...
2004-11-21 Brion VibberFix some variable typos
2004-11-21 Brion Vibber(bug 924) $wgDefaultUserOptions to set the preference...
2004-11-21 Brion VibberDon't try to dl() the wikidiff module if it's already...
2004-11-21 Brion Vibbertyop
2004-11-21 Brion VibberFix obsolete function call
2004-11-20 Antoine Mussocosmetic change submitted by wikinaut on irc
2004-11-20 Jens FrankAdded magic PubMed-Link, links to PubMed DB can be...
2004-11-20 Brion VibberPreparing to remove the bundled PHPTAL and let the...
2004-11-20 Antoine MussospecialPageList() : comment about bug 913
2004-11-20 Tim Starlingin category browser, makeKnownLink() -> makeLink()...
2004-11-20 Tim Starlingfixed bug 875, circular category references cause timeo...
2004-11-19 Brion Vibberfix notice: uninitialised var
2004-11-19 Brion Vibberdoc comment fiddling
2004-11-19 Brion Vibber* remove PHP5 warning; PHPTAL no longer needed for...
2004-11-19 Brion VibberConvert MonoBook to pure PHP, not requiring PHPTAL.
2004-11-18 Brion VibberSpaces to tabs
2004-11-18 Mr. E23Added 'cont.' to category listing headers when the...
2004-11-18 Tim StarlingLess obtrusive RC patrol feature, also works with enhan...
2004-11-16 Brion VibberExperimental authentication plugin interface. Will...
2004-11-15 Brion VibberFix opening of session for users visiting with saved...
2004-11-15 Brion VibberFix regression in last commits: remember the descriptio...
2004-11-15 Brion Vibbers/style/class/
2004-11-15 Brion VibberA couple of further changes:
2004-11-15 Brion Vibber(bug 548) A spot of refactoring, for legibility and...
2004-11-15 Domas Mituzasadd ugly notice asking to populate groups data, if...
2004-11-15 Brion VibberAlthough this file should not be included in the first...
2004-11-15 Brion VibberFix composition bug: completed hangul syllable should...
2004-11-15 Brion VibberAdd a utf-8 to hex sequence function for debugging
2004-11-14 Brion VibberTest: feeds random strings to both pure PHP and ICU...
2004-11-14 Brion VibberFix regression in ICU-mode UTF-8 verification: U+FFFF...
2004-11-14 Jens FrankFix 'Headers already sent' warnings
2004-11-14 Brion VibberSupport using ICU to do most of the heavy lifting in...
2004-11-14 Brion VibberFix regression: surrogate half followed by extra tail...
2004-11-14 Brion VibberFix UTF-8 validation regression: well-formed but forbid...
2004-11-14 Brion VibberFix UTF-8 validation regression where a bad head byte...
2004-11-14 Brion VibberIgnore some Mac-related files
2004-11-14 Brion VibberFix UTF-8 validation bug where some cases didn't get...
2004-11-13 Antoine Mussocomment about extranamespaces values that should not...
2004-11-13 Antoine MussoImplement bugzilla.wikipedia.org/show_bug.cgi?id=802
2004-11-13 Antoine MussoSingle quotes
2004-11-13 Antoine MussoFix bug bugzilla.wikipedia.org/show_bug.cgi?id=705
2004-11-13 Antoine Mussonew method isSyndicated() . Could be used in a child...
2004-11-13 Jens FrankBUG #874 'cgi' added to wgFileBlacklist
2004-11-13 Tim StarlingFixed bug causing interwiki links to disappear unless...
2004-11-13 Jens FrankMoved <gallery> code to Parser, registering images...
2004-11-13 Jens FrankNew tag "<gallery>" to generate a table of image thumbnails
2004-11-13 Jens FrankFixed direction=prec/next style navigation of old revisions
2004-11-13 Jens Frankalt-texts for the images in the enhanced RC
2004-11-13 Antoine Mussotypo
2004-11-13 Tim StarlingAllow the user to select what kind of shared memory...
2004-11-13 Evan ProdromouLet administrators disable extra hits for user CSS...
2004-11-12 Arne HeizmannSpecial:Userlogin would display "sysop access required...
2004-11-12 Antoine Mussobug 770 implemented. bug 857 fixed.
2004-11-12 Antoine MussoPartially implement bugzilla.wikipedia.org/show_bug...
2004-11-12 Evan ProdromouRemoved uncalled method Title::getURL whose only purpos...
2004-11-12 Brion Vibber(bug 26) Defer sending cache headers until the skin...
2004-11-11 Evan ProdromouWhitespace fixup.
2004-11-11 Evan ProdromouWhitespace fixup
2004-11-11 Brion VibberAdd a Russian test file to the benchmark (2-byte charac...
2004-11-09 Zheng Zhuuse the ZhClient interface to do the Chinese text proce...
2004-11-09 Zheng ZhuZhClient queries zhdaemon to provide Chinese text proce...
2004-11-09 Brion VibberRemember to set variables before they are used, unless...
2004-11-09 Magnus ManskeXHTML output (update)
2004-11-09 Antoine MussoPatch by "Neil Barsema" <neil@barsema.org> :
2004-11-08 Magnus ManskeXHTML output (link dummy)
2004-11-07 Brion VibberTweak benchmark a bit; display times in milliseconds...
2004-11-07 Brion VibbercleanUp() optimization: speed up Japanese, Korean tests...
2004-11-07 Erik Moeller[[Wikinews:Bla]] should not be matched as a news:/...
2004-11-06 Jens Frankremoved sectionedit and commentedit messages. Replaced...
2004-11-06 Brion VibberDon't run the control characters through the invariant...
2004-11-06 Brion VibberDon't forgot to actually _make_ the replacements for...
2004-11-06 Brion VibberAdding some extra tests for the cleanUp() function
2004-11-05 Antoine Mussosingle quotes
2004-11-05 Domas MituzastableName: change backticks into double quotes for...
2004-11-05 Brion VibberShave off a few more milliseconds from cleanUp() inner...
2004-11-05 Brion VibberShave a few more percentage points from times on cleanU...
2004-11-05 Brion VibberMore incremental optimization on cleanUp():
next