Fix Bug #32047: in table with class="sortable", thead is before
[lhc/web/wiklou.git] / includes /
2011-11-07 PlatonidesAllow raw conditions on insertSelect, given that array...
2011-11-07 Antoine Mussobug 29110 - $wgFeedDiffCutoff doesn't affect new pages
2011-11-07 Antoine Mussoearly returns to avoid long code in if / else
2011-11-07 Antoine MussoBug 30232 - add current time to message wlnote on Speci...
2011-11-07 Alexandre Emsenhuber* Removed existence of Title object check since not...
2011-11-07 Alexandre Emsenhuber* Fix checks to show whether "edit" and "addsection...
2011-11-06 Mark A. Hershbergerre r102027: split up long lines
2011-11-06 Raimond SpekkingLocalisation updates for core and extension messages...
2011-11-06 Alexandre EmsenhuberUse WikiPage instead of Article to call updateCategoryC...
2011-11-06 Alexandre Emsenhuber* Only show "view" tabs when the user hasn't the permis...
2011-11-06 Alexandre Emsenhuber* Merged Title::userCanRead() check in Title::getUserPe...
2011-11-06 PlatonidesBug 26375 - Italics should be passed to TOC
2011-11-06 Niklas LaxströmDidn't we agree to use @since?
2011-11-06 Alexandre Emsenhuber* Moved the language variant check inside the "not...
2011-11-06 Aaron SchulzFixed doc typo
2011-11-06 Daniel FriesenMake the CliInstaller use --server to set wgServer...
2011-11-05 Alexandre Emsenhuber* Use local context to get messages
2011-11-05 Raimond SpekkingLocalisation updates for core and extension messages...
2011-11-05 Alexandre Emsenhuber* Only call Title::getPageLanguage() when necessary...
2011-11-05 Alexandre Emsenhuber* Made OuputPage::showPermissionsErrorPage() show a...
2011-11-05 Alexandre Emsenhuber* Use WikiPage instead of Article for doPurge(), gettin...
2011-11-05 Danny B* fixing Special:ListBots which behaved like Special...
2011-11-05 Sam ReedFollowup r100126, per brion remove htmlspecialchars...
2011-11-05 Sam ReedFollowup r101241, after removing @private set private...
2011-11-05 Sam ReedPartial revert to r101244 due to next() weirdness
2011-11-05 Aaron SchulzAdded title type hint to invalidateImageRedirect here too
2011-11-04 Aaron Schulz* Added File::normalizeTitle() function and used it...
2011-11-04 Aaron Schulz* Added some Title type hinting
2011-11-04 Raimond SpekkingLocalisation updates for core and extension messages...
2011-11-04 Mark A. HershbergerApply for Bug #31694 -- "During installation, tabbing...
2011-11-04 Alexandre EmsenhuberSome cleanup to EditPage:
2011-11-04 Alexandre EmsenhuberAnd while I'm at it, move token check to onView() so...
2011-11-04 Jure Kajzer* fixed ipblocks.ipb_by_text field, removed default...
2011-11-04 Alexandre EmsenhuberUse WikiPage instead of Article to call the hasViewable...
2011-11-04 Jure Kajzer* fixed a typo in oracle/tables.sql
2011-11-04 Alexandre EmsenhuberPer Platonides, fix for r101630: correct class name
2011-11-04 Aaron SchulzRemoved debug code from r101944
2011-11-04 Brion VibberPartial revert of r101912 -- restores r99315 'includexm...
2011-11-04 Sam ReedDocumentation
2011-11-03 Brion Vibber* (bug 31878, bug 31542) Fix XML namespace output in...
2011-11-03 PlatonidesFollow-up r101808. Use canonical class name.
2011-11-03 Aaron SchulzFU r96015: removed & in MakeGlobalVariablesScript hook
2011-11-03 Mark A. Hershbergereol w/s
2011-11-03 OverlordQBug 28172 - wfGetDB called when it shouldn't be
2011-11-03 Sam ReedFix fixme on r101177
2011-11-03 Raimond SpekkingLocalisation updates for core and extension messages...
2011-11-03 Chad Horohoe*grumble grumble* know it alls think I'm abusing $wgMis...
2011-11-03 Alexandre EmsenhuberFix for r101858: forgot the override those methods
2011-11-03 Alexandre EmsenhuberFollow-up r101858: forgot to commit AutoLoader.php
2011-11-03 Alexandre EmsenhuberPer Aaron, fix for r89405: introduced DerivativeRequest...
2011-11-03 Niklas LaxströmFollowup r101834 - this time tested
2011-11-03 Niklas LaxströmQuick ugly fix to avoid duplicate log entries in rc...
2011-11-03 Antoine Mussolet us force thumb rendering even if previous file...
2011-11-03 Mark A. Hershbergerw/s fixup
2011-11-03 Antoine Mussoadd \n to a wfDebug() call
2011-11-03 Mark A. Hershbergertypo
2011-11-03 Antoine Mussocomment that isValidURI must reject file:// URI
2011-11-03 Mark A. Hershbergeruse isValidURI for redirect check
2011-11-03 Mark A. Hershbergereol w/s
2011-11-03 Mark A. Hershbergerfollowup r101490, remove extra tabs after talking to...
2011-11-03 Brian Wolff(bug 31944). As a work around for bug 31944, don't...
2011-11-03 Alexandre Emsenhuber* Set constant default values in class definition and...
2011-11-03 Alexandre EmsenhuberCleanup to deletion related code:
2011-11-03 Alexandre Emsenhuber* Use WikiPage instead of Article and call doDeleteArti...
2011-11-03 Chad HorohoeTypofix in comment
2011-11-03 Chad HorohoeAddress fixme on r101606, should also call from $this
2011-11-02 Aaron SchulzMake use of Title::isSpecialPage() in various places
2011-11-02 Bryan Tong MinhPer comments on r99911 move $wgMaxImageArea check back...
2011-11-02 Alexandre EmsenhuberEarly return if the page exists and redlink parameter...
2011-11-02 Mark A. Hershbergeravoid E_STRICT warnings when no --installdbpass is...
2011-11-02 Aaron Schulz* Let HTMLFileCache constructor take in a Title *or...
2011-11-02 Brion Vibber* (bug 32126) Fix 1.18 regression in watchlist editor...
2011-11-02 Aaron SchulzAlias NS_MEDIA page views to NS_FILE. Fixes bug 32032.
2011-11-02 Aaron SchulzFU r101629, made Pager only call doBatchLookups() if...
2011-11-02 Alexandre Emsenhuber* Use WikiPage instance of Article
2011-11-02 Alexandre Emsenhuber* Made PermissionsError exception accept an optional...
2011-11-02 John Du HartFollowup r100305, don't try to do a batch query for...
2011-11-02 Roan KattouwAllow overrides of ResourceLoaderWikiModule::getDB...
2011-11-02 Ariel Glennclean up duplicated code, for fixme in r97178
2011-11-02 Ariel Glenncorrections for fixme in r96486
2011-11-02 Ariel Glennexport specified range of revisions (as stubs)
2011-11-01 Sam Reedarrray -> array
2011-11-01 Raimond SpekkingLocalisation updates for core and extension messages...
2011-11-01 Brion VibberBug 32125: remove stray $wgLivePasswordStrengthChecks...
2011-11-01 Mark A. HershbergerFollow up r101151 — store hex representation of binary...
2011-11-01 Mark A. Hershbergerfollow up r101496 — ^demon's comments re style
2011-11-01 Mark A. HershbergerMeant to include these: feed the OCD: eol w/s
2011-11-01 Mark A. Hershbergerfeed the OCD: eol w/s
2011-11-01 Mark A. HershbergerRe-apply Vitaliy Filippov's patch from Bug #29283 with...
2011-11-01 Roan KattouwRevert r101492, broken, see CR. Also revert followup...
2011-11-01 Alexandre Emsenhuber* Use WikiPage instead of Article since we only need...
2011-11-01 Mark A. Hershbergerfollowup 101492 — make it actually work.
2011-11-01 Roan KattouwRevert r101488, breaks parser test. Add a comment expla...
2011-11-01 Alexandre Emsenhuber* Use local context to get messages
2011-11-01 Mark A. HershbergerApply Vitaliy Filippov's patch from Bug #29283 with...
2011-11-01 Alexandre Emsenhuber* Create all items in $nav_urls at the beginning so...
2011-11-01 Mark A. HershbergerStyle fixups
2011-11-01 Roan KattouwCache the result of User::getDefaultOptions(), so the...
2011-11-01 Alexandre EmsenhuberSome cleanup to ProtectionForm:
2011-11-01 Antoine Mussobug 32086 Special:Permanentlink require a parameter
next