Got rid of the $shallowFlags/$deepFlags split -- seemed like a good idea at the time...
[lhc/web/wiklou.git] / includes /
2007-12-01 Tim StarlingGot rid of the $shallowFlags/$deepFlags split -- seemed...
2007-12-01 Tim StarlingDon't destroy parser state in cleanSig(). Possible...
2007-11-30 Aryeh GregorMake sure to normalize invalid character references.
2007-11-30 Tim StarlingBug 12150: missing increment
2007-11-30 Aryeh Gregor(bug 12166) Fix XHTML validity for Special:Emailuser...
2007-11-30 Aryeh GregorFix regression from r26893: a few messages that formerl...
2007-11-30 Thomas Bleher* Minor style fix:
2007-11-30 Niklas Laxström* (bug 8396) Ignore out-of-date serialised message...
2007-11-30 Tim Starlinglimit report on page view
2007-11-30 Tim StarlingRecently-introduced typo in Linker::makeStubLinkObj...
2007-11-30 Tim Starling* Add #ifexist invocation count to the limit report...
2007-11-30 Tim StarlingTrivial bug in new apihighlimit feature
2007-11-30 Tim Starling* $wgDebugTidy feature
2007-11-30 Tim StarlingDon't define SFH_OBJECT_ARGS
2007-11-29 Victor Vasiliev* Add limit=max to API. It also adds limit info to...
2007-11-29 Roan KattouwAdding apihighlimits permission. Users with this permis...
2007-11-29 Raimond SpekkingCleanup for r27897:
2007-11-29 Raimond Spekking* (bug 12143) Do not show a link to patrol new pages...
2007-11-28 Niklas Laxström* Optimization in Title::isAlwaysKnown
2007-11-28 Niklas LaxströmE_STRICT: Use $wgParser as we have it around instead...
2007-11-27 Roan KattouwAPI:
2007-11-27 Brion VibberFix regressions in r27759 -- pages already marked in...
2007-11-27 Daniel CannonAPI: Another diff problem, var name mix-up.
2007-11-27 Daniel CannonAPI: difftoprev fails when 'rvprop=ids' is not specifie...
2007-11-27 Brion Vibber* Fix breakage in rcFilterByCategories when invalid...
2007-11-27 Raimond Spekking* Show a warning message when creating/editing a user...
2007-11-27 Roan KattouwAPI: Adding diff generation to prop=revisions.
2007-11-27 Rotem LissMake API check for page restrictions in the old format...
2007-11-27 Tim StarlingFixed bug 12056: transformMsg() was not calling unstrip...
2007-11-27 Tim StarlingLF at file end
2007-11-26 Raimond SpekkingHint from Danny: the deal is the id must be the same...
2007-11-26 Raimond Spekking* (bug 12082) Add CSS id for textarea
2007-11-26 Roan KattouwFixing DiffFormatter so it actually outputs valid diffs.
2007-11-25 HujiFixes bug 9633: Add a predefined list of delete reasons...
2007-11-25 Aaron Schulz*Cleanup log and timestamps for merge stuff
2007-11-25 Aaron Schulz*Add a special page to merge non-overlapping page histo...
2007-11-25 Aaron Schulz*Remove cruft
2007-11-24 Aaron Schulz*If you are going to check $s->page_namespace, at least...
2007-11-24 Aaron Schulz* Don't cache diffs with deleted content
2007-11-24 Aaron Schulz*Tweak rev_deleted message
2007-11-23 Aaron Schulz*Make entry point for hideuser aspect of blocks (requir...
2007-11-23 Aaron Schulz* Only load data when necessary
2007-11-23 Aryeh Gregor* Also localize Special:Contributions in 'signature...
2007-11-23 Aryeh GregorDon't have gibberish English strings like "User" in...
2007-11-23 Raimond Spekking* (bug 12075) Fix URL link in DefaultSettings.php
2007-11-23 Roan KattouwOh, and bots too
2007-11-23 Roan KattouwRequiring suppressredirect right to suppress redirect...
2007-11-23 Niklas Laxström* Always check for user input
2007-11-23 Niklas LaxströmArgh what a code. Underline setting "browser default...
2007-11-22 ThomasVminor fix
2007-11-22 ThomasV* got rid of magic codes for colours.* added hook for...
2007-11-22 Niklas Laxström* The number of watching users in watchlists was always...
2007-11-21 Steve Sanbegcache template redirects, since we were already checkin...
2007-11-21 Roan KattouwAPIEDIT BRANCH MERGE:
2007-11-21 Raimond Spekking* (bug 12028) Add Special:Listbots as shortcut for...
2007-11-20 Brion VibberRevert r27694 -- if you're seeing this problem, it...
2007-11-20 Brion VibberCleanup vis-a-vis r27691
2007-11-20 Steve Sanbegtry to prevent old extensions from exploding mysterious...
2007-11-20 HujiHaving such comments in the code makes finding where...
2007-11-20 Daniel CannonThis is giving me a syntax error. It looks gross this...
2007-11-20 Aryeh Gregor* Fix Special:Userrights logs for users with special...
2007-11-20 Raimond Spekking* Support {{PLURAL}} for import log
2007-11-20 Aryeh GregorTweaks for the new rateLimited(): remove @todo i18n...
2007-11-20 Roan KattouwAPIEDIT BRANCH MERGE:
2007-11-20 Roan KattouwCheck markbotedits permission on regular rollback as...
2007-11-20 Raimond Spekking* Do not present an image bigger than the source when...
2007-11-20 Tim StarlingA file repository without files. Gets rid of useless...
2007-11-20 Tim Starling* Refactored the parser. See my huge entry in RELEASE...
2007-11-20 Andrew Garrett* Ensure that rate-limiting is applied to rollbacks.
2007-11-20 Andrew Garrett* Marking edits as bot edits with Special:Contributions...
2007-11-19 Raimond Spekking* Do not force a password for account creation by email
2007-11-19 Raimond Spekking* (bug 3973) Use a separate message for the email conte...
2007-11-19 Rotem LissFixing a typo that broke historywarning.
2007-11-19 Roan KattouwAPIEDIT BRANCH MERGE:
2007-11-19 Roan KattouwRevert part of Brion's 27627: please don't throw away...
2007-11-19 Brion VibberReverting r27599
2007-11-19 Brion VibberRevert r27581, 27598, 27626
2007-11-19 Victor Vasiliev* Use ApiBase::dieDebug() to render maxlag error properly
2007-11-19 Tim StarlingdataLoaded also needs to be set for negative cache...
2007-11-19 Tim StarlingUse setProps() to set properties in LocalFile::loadFrom...
2007-11-19 Tim StarlingFix bug in RepoGroup::getRepo(), 0 == 'local'
2007-11-19 Daniel Cannon* Fixed wgReason URL parameter to action=delete.
2007-11-19 Tim StarlingBetter documentation for $wgDBservers, and lengthy...
2007-11-18 Domas Mituzasbe less stupid at selecting fields (this needs to be...
2007-11-18 Niklas Laxström* Reworked convertPlural so that it accepts variable...
2007-11-18 ThomasVInserted two hooks for extension-defined colour codes...
2007-11-18 Victor Vasiliev* (bug 11206) api.php should honor maxlag
2007-11-18 Daniel CannonFix silly bug. To check if it's a range block use ...
2007-11-18 Daniel CannonProvide a unique message (ipb_blocked_as_range) if...
2007-11-18 Daniel CannonAPI: Provide details message on first failed log-in...
2007-11-18 Daniel CannonAPI: Up default wait-time on failed log-in to five...
2007-11-18 Aryeh GregorFeeds for recent changes now provide URLs for the chang...
2007-11-17 Victor VasilievAPI:
2007-11-16 Brion VibberFix regression from r26954 -- caused non-empty data...
2007-11-16 Brion VibberDon't break patrolling when the newpages-specific patro...
2007-11-15 Brion VibberSpecial-case empty arrays and single-element arrays...
2007-11-15 Niklas Laxström* If restricted read access was enabled, whitelist...
2007-11-15 Victor VasilievMake action=render follow redirects by default. There...
2007-11-15 Rotem LissFixes.
2007-11-15 Rotem LissShow 'no reason given' rather than a single apostrophe...
next