Phase out the last of Article::getDB().
[lhc/web/wiklou.git] / includes /
2008-06-16 Chad HorohoePhase out the last of Article::getDB().
2008-06-16 Chad HorohoeRemove useless param in RecentChange::newFromCurRow()
2008-06-16 Chad HorohoeFixing it the way RockMFR said I should.
2008-06-16 Chad Horohoe(bug 14551) - Cancel upload no longer automatically...
2008-06-15 Roan KattouwAPI: Add nocreate parameter to action=edit
2008-06-15 Chad Horohoe(bug 2889) MediaWiki:Print.css now applies to the print...
2008-06-15 Roan KattouwAPI: Adding 'hidden' field to list=allcategories and...
2008-06-15 Roan KattouwAPI: action=edit: Make the combination of prepend/appen...
2008-06-14 Alexandre EmsenhuberAllow entities, it breaks some languages such as french
2008-06-13 Aaron Schulz* Fix confused code
2008-06-13 Alexandre Emsenhuberfix for r36212: take care of the namespace too
2008-06-13 Bryan Tong Minh(bug 14526) Unescaped SQL in list=backlinks
2008-06-13 Raimond SpekkingRemove non standard, Gecko specific CSS.
2008-06-13 Aryeh GregorAlso omit rtl.css when appropriate. Would be good...
2008-06-13 Aryeh Gregor(bug 14520) Don't load nonexistent CSS fix files for...
2008-06-12 Aryeh GregorAnother PHP weak typing bug: when section anchors are...
2008-06-12 Chad HorohoeBump $wgStyleVersion to 155.
2008-06-12 Roan Kattouw(bug 14459) Added prependtext and appendtext parameters...
2008-06-12 Alexandre Emsenhuber(bug 14511) MediaWiki:Delete-legend is no longer double...
2008-06-12 Roan Kattouw(bug 14471) Use HTMLTidy and generate limit report...
2008-06-12 Roan KattouwPlease use standardized error messages here
2008-06-12 Chad Horohoe(bug 14500) - The sitefeed (RC) shouldn't show up on...
2008-06-12 Brion Vibber* (bug 14497) Throw visible errors in installer scripts...
2008-06-11 Roan KattouwRe-add wfEncryptPassword() (removed in r35923 in favor...
2008-06-11 Bryan Tong MinhRemoved $wgEnableCascadingProtection. It was a quite...
2008-06-11 Aryeh GregorI think every string that evaluates to boolean false...
2008-06-11 Chad HorohoeNo point in fetching the result in Database::unlock...
2008-06-11 Brion Vibbercleanup for r36190 -- remove extra parameters left...
2008-06-11 Brion Vibberhoist by my own petard!
2008-06-11 Brion VibberLet's not go overboard with Xml::tag() for simple ...
2008-06-11 Raimond SpekkingTweak for r36189: Back to addWikiMsg but now with the...
2008-06-11 Raimond SpekkingReapply support of plural for 'linkstoimage', 'redirect...
2008-06-11 Bryan Tong Minh(bug 14479) MediaWiki:upload-maxfilesize should have...
2008-06-11 Brion VibberRevert r36093 (bug 14404).
2008-06-11 Brion VibberReverting r36139 -- broke wikitext in linkstoimage...
2008-06-11 Chad HorohoeImplement Database::lock() and Database::unlock() based...
2008-06-10 Chad HorohoeDocument Xml::hidden().
2008-06-10 Brion VibberRevert r36161 -- these are pretty weird-looking hooks...
2008-06-10 Tim StarlingFix the default preprocessor here as well.
2008-06-10 Brion Vibber* We no longer just give up on a missing upload base...
2008-06-10 Jack PhoenixTwo new hooks to EditPage.php, EditPage::AfterEdit...
2008-06-10 Chad Horohoe(bug 14496) Fix regression with parseinline on Special...
2008-06-10 Tim StarlingForgot this, needed with r36153
2008-06-10 Tim StarlingLike the comment says... dieDebug() instead of wfHttpError
2008-06-10 Chad Horohoe(bug 14132) Allow user to disable bot edits from being...
2008-06-10 Raimond SpekkingSupport plural for 'linkstoimage', 'redirectstofile...
2008-06-10 Raimond SpekkingSupport plural for 'throttled-mailpassword'
2008-06-10 Raimond SpekkingSupport plural for 'passwordtooshort'
2008-06-10 Aaron SchulzUse nice wfArrayMerge(), rather than piece of shit...
2008-06-10 Aaron Schulz* Don't log patrol marking when not relevant
2008-06-09 Brion Vibber* (bug 12311) Fix regression with lists at start of...
2008-06-09 Brion VibberRevert r36076, r36109, r36110 -- just doesn't work...
2008-06-09 Brion VibberClean up rr35065 -- normalize initial caps and _ input...
2008-06-09 Chad HorohoeMinor logic error on removing blocks on range when...
2008-06-09 Chad HorohoeAlrighty, now we properly remove old blocks before...
2008-06-09 Brion Vibber* (bug 11084) $wgDBprefix replacement for updater SQL...
2008-06-09 Alexandre EmsenhuberSome tweaks to the {{int:...}} parser function:
2008-06-09 Brion Vibberupdate comment w/ new location of js funcs
2008-06-09 Chad Horohoe(bug 11951) EditPage::getEditToolbar() is now static...
2008-06-09 Chad HorohoeBug 10080 - Finally fixed. No longer mis-detects an...
2008-06-09 Aaron SchulzHidden blocks should be permanent only
2008-06-08 Ryan Schmidt* add hook desc to hooks.txt and fix typo in LinkerMake...
2008-06-08 Ryan Schmidt* Add a new hook LinkerMakeExternalLink to allow extens...
2008-06-08 Niklas Laxström* Improvements to FormOptions
2008-06-08 Aryeh GregorNew $wgGroupPermissions option 'move-subpages' added...
2008-06-08 Aaron Schulz* Add OldLocalFile::selectRows()
2008-06-07 Niklas Laxström* Cache debug messages until $wgOut is initialised
2008-06-07 Rotem LissStandardization of permission errors and other errors...
2008-06-07 Tim StarlingUse new calling convention for ImageGallery::add()...
2008-06-07 Andrew GarrettAdd a ! operator to autopromote conditions
2008-06-06 Aaron Schulz* Pass in $parser more cleanly
2008-06-06 Brion VibberAdd 'ogv' as recognized alias to 'ogg', allowing upload...
2008-06-06 Chad HorohoeBreaks rangeblocks. Keeping out of trunk until we can...
2008-06-06 Chad HorohoeI think we've fixed the UI issues with the new modify...
2008-06-06 Brion Vibber* (bug 14432) Fix notice regression in Special:Newpages...
2008-06-06 Brion Vibber* (bug 14424) Fix regression in $wgRateLimitsExcludedGr...
2008-06-06 Brion Vibber* (bug 14401) Fix Safari access key tooltips for Window...
2008-06-06 Brion VibberRevert r35901 -- UI regressions (ipb_already_blocked...
2008-06-05 Alexandre EmsenhuberRe-encode in utf-8 and removed trailing whitespaces
2008-06-05 Chad HorohoeEncoding problem in DefaultSettings. Premature headers...
2008-06-05 Chad HorohoeRemoving Special:MissingFiles for now.
2008-06-05 Chad HorohoeAnd there it is.
2008-06-05 Chad HorohoeDeleting to recommit with the proper case sensitive...
2008-06-05 Aryeh GregorSpecialSearchResults hook now passes results by referen...
2008-06-05 Greg Sabino MullaneAdd space before 'LEFT JOIN' so it doesn't become part...
2008-06-05 Raimond Spekking* (Bug 13828) Split parameter $1 (combines title and...
2008-06-05 Greg Sabino Mullanequerycache.value is an unsigned int with default of...
2008-06-05 Chad HorohoeBug 13702 - Add Special:MissingFiles to list pages...
2008-06-05 Danny Brepairing invalid RSS feed in Special:NewPages
2008-06-05 Victor VasilievFix some weird bugs on "you are blocked" form by unstub...
2008-06-05 Tim Starling* Changed password hash format, see wikitech-l
2008-06-05 Alexandre EmsenhuberDefine $wgRateLimitsExcludedGroups to an empty array...
2008-06-05 Chad Horohoe(bug 12859) Deprecate $wgRateLimitsExcludedGroups in...
2008-06-05 Chad HorohoeBug 10080 - Sysops can now modify a block without unblo...
2008-06-05 Aaron SchulzTweak error messages
2008-06-04 Aryeh GregorRevert r35848 per Brion's WONTFIX of bug 14536: "This...
2008-06-04 Aaron Schulz'0' is a title
2008-06-04 Brion VibberLogin & signup form float fixes:
2008-06-04 Aaron SchulzTitle may come in as an empty string, which is not...
2008-06-04 Chad HorohoeFix bug 11771: Signup form now not shown if in read...
next