Bold changed words in diff output, per recommendation in bug 777
[lhc/web/wiklou.git] / includes /
2004-11-27 Brion VibberLight optimization on Skin::makeLinkObj(). Shaves about...
2004-11-27 Brion VibberSlight adjustment to self-interwiki fix: disallow empty...
2004-11-27 Brion VibberSubmit local-interwiki links to namespace splitting...
2004-11-27 Brion VibberAdjust memory usage stats for overhead as well. Fixed...
2004-11-27 Brion VibberCompensate for overhead of profiled subcalls in each...
2004-11-27 Brion VibberReduce total profiling overhead by about 6%, and intern...
2004-11-26 Brion VibberTell regexp parser to use extra analysis on external...
2004-11-26 Brion VibberCache title lookups in Title::newFromText(). In pages...
2004-11-26 Brion VibberTell regexp engine to do extra analysis on doBlockLevel...
2004-11-25 Brion VibberFix indentation, add profiling points
2004-11-25 Brion VibberMark the default skin in the preferences list. People...
2004-11-25 Brion VibberSuppress hidden files from skin list; some backup and...
2004-11-25 Brion Vibber(bug 934) List each category on a page only once.
2004-11-25 Domas MituzasPostgreSQL/Tsearch2 full-text-index initial support
2004-11-25 Brion VibberMove edit toolbar generation code from the Skin to...
2004-11-25 Brion VibberSplit recentchanges and image history list formatters...
2004-11-25 Brion VibberWhoops
2004-11-25 Brion VibberAvoid a lot of wasted time parsing and reparsing titles...
2004-11-25 Brion Vibber* Avoid a lot of needless reparsing of titles coming...
2004-11-25 Brion Vibber* Force index selection, MySQL may pick cur_namespace...
2004-11-25 Brion VibberProfiling points. Avoid reparsing of titles which came...
2004-11-25 Brion VibberAdd site-wide options to disable all e-mail functions...
2004-11-25 Brion VibberProfile point
2004-11-25 Brion VibberSeparate the HTML guts of the user login form into...
2004-11-25 Brion VibberRemove redundant operations
2004-11-25 Brion VibberRearrange the new template system a bit to make things...
2004-11-25 Zheng ZhuReally show the desired number of lines per hit.
2004-11-24 Brion VibberAvoid 'undefined index' notices
2004-11-24 Shane KingAdded the ability to protect a page from moves but...
2004-11-24 Shane KingAllow filtering of Special:Contributions by namespace...
2004-11-24 Brion VibberRecentchanges optimization: avoid a lot of senseless...
2004-11-24 Brion VibberRemove some redundant checks; if these ever failed...
2004-11-24 Brion VibberHave Title::makeTitle() do the space to underscore...
2004-11-24 Brion VibberAdd profiling points, and disable output instead of...
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
next