Some cleanup to this horrible piece of code
[lhc/web/wiklou.git] / includes /
2011-01-15 Niklas LaxströmSome cleanup to this horrible piece of code
2011-01-15 Niklas LaxströmDo the title construction in a smarter way. Linker...
2011-01-15 Niklas LaxströmFix mistake in r80248 and restructure a bit
2011-01-15 Roan KattouwAdd width parameter to Special:Filepath to allow gettin...
2011-01-15 Sam ReedFix spaes from r80362
2011-01-15 Sam ReedLast bits of bug 24650 Fix API to work with categorylin...
2011-01-15 Sam ReedMore for bug 24650. Update continue to be usable unique...
2011-01-14 Sam ReedBye bye filesorts. Making order by cl_type, and then...
2011-01-14 Sam ReedBleh, didn't press save again (r80350)
2011-01-14 Sam ReedMore query reorganisation, in an attempt to be index...
2011-01-14 Daniel FriesenFix boolean for $editnotice_base message existance...
2011-01-14 Sam ReedFix indenting, rearrange some where statements
2011-01-14 Alexandre EmsenhuberAdded ArticleViewFooter hook to allow extensions adding...
2011-01-14 Alexandre EmsenhuberStylise Setup.php
2011-01-14 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-14 Sam ReedRemove ancient comment, collapse if, move USE INDEX...
2011-01-14 Sam ReedFollowup r80324, add type property description
2011-01-14 Sam ReedStart of bug 24650 Fix API to work with categorylinks...
2011-01-14 Antoine MussoRemove debugging issue in user preferences
2011-01-14 Sam Reed* (bug 26733) Wrap initial table creation in transaction
2011-01-14 Antoine Mussobug 10158 : do not mention allowing others to contact...
2011-01-14 Chad HorohoeFix for r80248: undefined variable.
2011-01-14 Daniel FriesenFix remainder of the accidental ->empty() calls I used...
2011-01-14 Siebrand Mazelandfix syntax terror.
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-14 Daniel FriesenFix r79383, I used Message->plain() under the impressio...
2011-01-14 Daniel FriesenFix bug 14267 by adding support for a MediaWiki:Mainpag...
2011-01-14 Niklas LaxströmFollow-up r80192, tweak docs
2011-01-14 Jure Kajzer* changed variable list as per comment on r79954 left...
2011-01-14 Daniel FriesenSupport talk page tab messages like MediaWiki:Nstab...
2011-01-13 Chad HorohoeFix concern raised by Brion in r74108 (but has really...
2011-01-13 Chad HorohoeMore hyphen consistency, bug 26685
2011-01-13 Daniel FriesenFix bug 26034; Make the View / Read tab in content_navi...
2011-01-13 Daniel FriesenFollowup r80192 which had an unclosed comment causing...
2011-01-13 Mark A. HershbergerFollow up r75662 and r67090 — use UTF-8 minus instead...
2011-01-13 Sam ReedFixing up spaces to tabs in r80192
2011-01-13 Antoine MussoOutputPage properties documentation
2011-01-13 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-13 Sam ReedFollowup r80122, protected, just incase it's needed..
2011-01-13 PlatonidesAllow to disable the preprocessor cache with $wgPreproc...
2011-01-13 PlatonidesImprove a preprocessor comment
2011-01-13 Roan KattouwCoerce mtimes to TS_UNIX before outputting them, and...
2011-01-13 Chad HorohoeReturn something too
2011-01-13 Chad HorohoeFix broken fileExistsBatch() in ForeignAPIRepo since...
2011-01-12 Sam ReedSpaces to tabs
2011-01-12 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-12 Chad HorohoeFix undefined variable from r79828
2011-01-12 Sam Reed61 uses of $this->opts in SpecialContributions, so...
2011-01-12 Roan KattouwFix issue with missing keys in $wgFileExtensions caused...
2011-01-12 Chad HorohoeFix key name
2011-01-12 Alexandre EmsenhuberSet $mRevision to null by default so we don't need...
2011-01-12 Chad Horohoe(bug 26688) Proper warning message is not displayed...
2011-01-12 Chad Horohoe(bug 26687) Error msg needs full stop
2011-01-12 Chad HorohoeDB name can have hyphens (fixed in r79767), bug 26685...
2011-01-12 Chad HorohoeFix for r79741, setTargetLanguage and setUserLang want...
2011-01-12 Sam ReedNot sure why I originally used array_key_exists()....
2011-01-12 PlatonidesFollow up r79845. No need to keep $wgCustomConvertComma...
2011-01-12 Sam ReedDocument return type.
2011-01-12 Sam ReedinitFromQueryResult doesn't use the $db parameter.
2011-01-12 PlatonidesFollow up r80025.
2011-01-11 Sean ColomboA wfProfileOut was missing (which messed up profiling...
2011-01-11 PlatonidesForbid '<', '>', ' ', '\n', '\r' in parser hook names.
2011-01-11 Chad HorohoeFix a few doQuery() -> query()
2011-01-11 Chad HorohoeFix callbacks for the final time so it actually works...
2011-01-11 Niklas LaxströmNo space after unary minus
2011-01-11 Niklas LaxströmSpell false with small latter
2011-01-11 Niklas LaxströmUse same wording as in skintemplate
2011-01-11 Chad HorohoeFix copy+paste mistake from r79989
2011-01-11 Chad HorohoeFix callback issue noted in r79989 (broken in r78774).
2011-01-11 Roan KattouwFollowup r80003: array_unique() preserves keys, so...
2011-01-11 Niklas Laxströmrm stray tab
2011-01-11 Roan KattouwApply array_unique() to module lists in OutputPage...
2011-01-11 Alexandre EmsenhuberSeems there was a logic error in r80001 :)
2011-01-11 Alexandre EmsenhuberSimplify a bit:
2011-01-11 Raimond SpekkingFollow-up r79964: Use the existing message 'parentheses...
2011-01-11 OverlordQI have no clue how the callbacks work, this at least...
2011-01-11 Sam ReedParent in DatabaseInstaller is a CoreInstaller, not...
2011-01-11 Sam ReedFixup some of the ordering of API Autoloader stuff
2011-01-11 Priyanka DhandaFollow up to #79421. Cleaned up some globals and some...
2011-01-10 Sam ReedNormalise casing of svn:keywords Id
2011-01-10 Derk-Jan HartmanMove the () surrounding description strings of files...
2011-01-10 Sam ReedExplicitally add ApiFormatXmlRsd to the AutoLoader
2011-01-10 Trevor ParscalResolves bug #26655 - adds support for space before...
2011-01-10 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-10 Jure Kajzer* fixed oracle code for updater (corrected not null...
2011-01-10 Antoine MussoFix RFC 5322 'atext'
2011-01-10 Jure Kajzer* fixed Oracle code for installer and phpunit tests
2011-01-10 Chad HorohoeMore postgres
2011-01-10 Sam Reed* (bug 26650) Remove $wgAPICacheHelp in favour of ...
2011-01-10 Alexandre EmsenhuberBe sure to use the latest rev id and not whatever getRe...
2011-01-10 Sam ReedDocumentation addition/tweaks
2011-01-09 Derk-Jan HartmanFollowup r68325, with comment describing intent of...
2011-01-09 Antoine Mussojs email validation improvment (onBlur)
2011-01-09 Niklas LaxströmPartial revert of r79903, unstubbing needs localisation...
2011-01-09 Alexandre EmsenhuberFix for r79874: only set $mRevIdFetched from fetchConte...
2011-01-09 Niklas LaxströmFollow-up r79880: check if $wgLang can be used.
2011-01-09 Roan KattouwFix bug in ResourceLoader causing LTR->RTL flipping...
2011-01-09 Roan KattouwAvoid dot bloat in paths
2011-01-09 Niklas Laxström* (bug 25506) Exception is thrown if OutputPage::parse...
2011-01-09 Roan KattouwFollowup r78924: keep track of exception/warning commen...
next