Correct namespaces in messages
[lhc/web/wiklou.git] / includes /
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...
2007-11-15 Brion VibberRevert r27151 -- allows session fixation attacks.
2007-11-15 Brion Vibber* Changed signature-ip to signature-anon
2007-11-15 Brion VibberFix regression in r27416 -- {{REVISIONID}} was broken...
2007-11-15 Brion Vibber* validate namespace parameter as int, not text
2007-11-15 Brion VibberConstructor parameters on a QueryPage need to be option...
2007-11-14 Domas Mituzasremove use of anon function in stacktrace parsing,...
2007-11-14 Niklas Laxström* Not nice to sprinkle signatures in random languages
2007-11-14 Brion VibberUse == for comparison, not = !
2007-11-13 Roan Kattouw(bug 11315):
2007-11-13 Domas MituzasCache by default raw views for CSS & JS files for all...
2007-11-13 Niklas Laxström* Fetch linkprefix only when needed
2007-11-13 Domas Mituzasprofiling tooltips. yes, they have to be profiled!
2007-11-13 Daniel CannonIf an IP address is blocked as part of a rangeblock...
2007-11-12 Victor Vasiliev* Remove Special:Randomincategory. Domas said that...
2007-11-12 Tim StarlingAllow the special page function to be a callback, not...
2007-11-12 Tim Starlingdoc tweak
2007-11-12 Tim StarlingAdded EditFilterMerged hook: like EditFilter but uses...
2007-11-11 Victor VasilievI hope this commit will be last or I will die()...
2007-11-11 Victor VasilievSome minor fixes:
2007-11-11 Victor Vasiliev* Add ot=raw to Special:Allmessages
next