aboutsummaryrefslogtreecommitdiffstats
path: root/includes
Commit message (Collapse)AuthorAgeFilesLines
...
| * Localisation updates for core and extension messages from translatewiki.netRaimond Spekking2012-02-211-0/+1
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112044
| * Improve documentationSam Reed2012-02-215-13/+17
| | | | | | | | | | | | | | | | | | | | Fix whitespace Fix weird conditional loading of DB_MASTER from specials/SpecialEditWatchlist.php Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112043
| * Pass __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit()Alexandre Emsenhuber2012-02-211-2/+2
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112036
| * Use local context to get messagesAlexandre Emsenhuber2012-02-211-3/+3
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112035
| * Followup r105123, fix for MWDebug logging SQL queries on command line modeJohn Du Hart2012-02-211-2/+4
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112021
| * Revert RDFa and Microdata improvements to addMeta in r111439 till after the ↵Daniel Friesen2012-02-201-25/+5
| | | | | | | | | | | | | | git migration. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111975
| * Revert CryptRand class in r111964 till after the git migration.Daniel Friesen2012-02-202-253/+0
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111974
| * Revert Microdata improvements in r111891, r111898, r111899, r111901, ↵Daniel Friesen2012-02-203-107/+15
| | | | | | | | | | | | | | r111903, and r111906 till after the git migration. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111973
| * fix documentation: WikiPage::newFromID() can return nullAlexandre Emsenhuber2012-02-201-1/+1
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111968
| * Fix parse error from r111965Alexandre Emsenhuber2012-02-201-1/+1
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111967
| * Pass __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit()Alexandre Emsenhuber2012-02-201-2/+2
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111966
| * fix bug #34495 — patrol log credit the user patrolled, not the user patrollingMark A. Hershberger2012-02-201-1/+3
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111965
| * Commit a new cryptographic random generator class for use in MediaWiki.Daniel Friesen2012-02-202-0/+253
| | | | | | | | | | | | | | Waiting for it to be reviewed before actually making use of it inside code and adding a RELEASE-NOTES entry. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111964
| * Use local context to get messagesAlexandre Emsenhuber2012-02-201-13/+13
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111963
| * Don't output skinned errors in case of unhandled API exceptionsMax Semenik2012-02-201-1/+5
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111955
| * r99633: Fixed raw access to context field, which is lazy-loaded and thus the ↵Aaron Schulz2012-02-201-1/+1
| | | | | | | | | | | | | | relevant code was broken (bug 34544) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111950
| * Followup r111903; Introduce a new Tidy hack to prevent tidy from stripping ↵Daniel Friesen2012-02-202-1/+15
| | | | | | | | | | | | | | | | | | the <link> and <meta> elements from the body which are used in Microdata. We do this by replacing every <link> and <meta> with a <html-link> or <html-meta> element and adding html-link and html-meta to tidy's new-empty-tags config so that Tidy doesn't strip it, and then restoring the <html-*> elements back to normal. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111906
| * Followup r111891; Update tidy.conf so that it doesn't strip out <data> and ↵Daniel Friesen2012-02-201-0/+3
| | | | | | | | | | | | | | <time> elements. However this will not fix the way tidy strips out <link> and <meta> tags. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111903
| * Followup r111891; Update the test to also make sure things like http-equiv ↵Daniel Friesen2012-02-201-4/+12
| | | | | | | | | | | | | | and rel=stylesheet don't link through. And update the sanitizer code so that bad <link> and <meta> tags show in proper plaintext when tidy is enabled just like they do when not. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111901
| * Followup r111898; Do the same for the attribute whitelist.Daniel Friesen2012-02-201-4/+10
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111899
| * Followup r111891; Base the $staticInitialised variable off of the global ↵Daniel Friesen2012-02-191-4/+6
| | | | | | | | | | | | | | setup so that the parser test suite is not royally screwed up by the fact that it sets globals for parsing AFTER already executing parsing code based off of different globals. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111898
| * * Marked some FileBackendMultiWrite functions as protected as they should beAaron Schulz2012-02-193-11/+16
| | | | | | | | | | | | | | | | * Broke up a few variable declarations to make NetBeans happy * Clarified documentation a bit Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111897
| * Call directly numRows() on the result object instead of DatabaseBase::numRows()Alexandre Emsenhuber2012-02-191-1/+1
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111894
| * Handle one part of bug 32545 while improving MediaWiki's support for ↵Daniel Friesen2012-02-191-3/+62
| | | | | | | | | | | | | | Microdata in content by adding support for the <data>, <time>, <meta>, and <link> elements. The latter two are only permitted when Microdata is enabled, and for security are only allowed to be actual elements when they have a strict set of attributes set. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111891
| * Localisation updates for core and extension messages from translatewiki.netRaimond Spekking2012-02-191-0/+11
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111888
| * Use local context to get messagesAlexandre Emsenhuber2012-02-191-28/+19
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111882
| * Bug 27619: Remove the option to show broken links as: link?Derk-Jan Hartman2012-02-193-13/+0
| | | | | | | | | | | | | | Being bold here, but otherwise it will still be there in 2016 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111861
| * Localisation updates for core and extension messages from translatewiki.netRaimond Spekking2012-02-181-0/+1
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111843
| * (bug 34421) duplicate Subject / wrong To: headers in mailAntoine Musso2012-02-181-13/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixup our mail sending system which duplicated the Subject and To: header. In some conditions it used only the email address for the From: field skipping the username ($dest in old code only contains the email address). Mails sent to a single recipients will look alike with mail() or PEAR Mail. For multiple recipients: - php mail() will show the recipient email and 'undisclosed-recipients:' - PEAR Mail will only show 'undisclosed-recipients:' Reverts r111820 Follow r111819 Fixup r93397 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111832
| * Fix extraneous quote from r111800Sam Reed2012-02-181-1/+1
| | | | | | | | | | | | | | Doesn't fix Niklas' issue, but it tidies it up for the moment Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111827
| * Use local context to get messagesAlexandre Emsenhuber2012-02-181-12/+13
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111826
| * Removed wfDeprecated() call from LogPage::logName() and ↵Alexandre Emsenhuber2012-02-181-2/+0
| | | | | | | | | | | | | | LogPage::logHeader(); they are still widely used including in core. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111822
| * (bug 34421) avoid duplicate Subject headers in mailAntoine Musso2012-02-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | r93397 duplicated the Subject header since it was passed both as an argument of mail() and in the additional headers array. This is r111765 done right. Tested using both Pear and mail() methods. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111820
| * revert r111765 bug 34421 avoid duplicate Subject headersAntoine Musso2012-02-181-3/+3
| | | | | | | | | | | | | | | | Was removing subjects when sending mails through PEAR. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111819
| * Fix possibly undefined variablesSam Reed2012-02-184-4/+8
| | | | | | | | | | | | | | | | | | Move $db further up Return something on all paths Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111811
| * Add both size *and* size difference on history page per bug 34449Andrew Garrett2012-02-171-1/+2
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111800
| * Revert r97042, causes bug 34432Andrew Garrett2012-02-171-1/+1
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111798
| * Use local context to get messagesAlexandre Emsenhuber2012-02-171-3/+3
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111797
| * (bug 34421) avoid duplicate Subject headersAntoine Musso2012-02-171-3/+3
| | | | | | | | | | | | | | | | | | r93397 duplicated the Subject header which was passed to the mail() function as well as to the $headers array. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111765
| * * (bug 34471) Deleted contributions for IP addresses now works againAlexandre Emsenhuber2012-02-171-1/+1
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111750
| * Clarified comment per CR r111701Tim Starling2012-02-171-2/+3
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111706
| * (bug 34428) Fixed hash mismatch errors in DiffHistoryBlob::patch() by ↵Tim Starling2012-02-161-8/+28
| | | | | | | | | | | | | | simulating LibXDiff's broken Adler-32 implementation. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111701
| * Since I'm sick of all the mw.user-induced problems, break the dependency ↵Roan Kattouw2012-02-162-14/+0
| | | | | | | | | | | | | | between mw.user.{options,tokens} and mw.user . With this change, mediawiki.js defines a skeleton object for mw.user containing just the options and tokens maps, and mediawiki.user.js copies those when it sets up the full mw.user object. This way of doing extending is kind of ugly but I don't have time to work on something nicer without breaking backwards compatibility. Because mw.user.{options,tokens} are loaded very early, this also means they're now guaranteed to be available to everything everywhere. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111695
| * Merge r111667 into trunkSam Reed2012-02-161-3/+8
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111673
| * Improve error log formatting and added error message info for ↵Aaron Schulz2012-02-161-1/+5
| | | | | | | | | | | | | | InvalidResponseException Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111658
| * Use local context to get messageAlexandre Emsenhuber2012-02-161-1/+1
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111652
| * Whitespaces fixesAlexandre Emsenhuber2012-02-161-94/+94
| | | | | | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111648
| * (Bug 31417) Content-holding div needs an ID.Robin Pepermans2012-02-161-4/+9
| | | | | | | | | | | | | | Since the introduction of the class mw-content-ltr/rtl, it has been used to get the page text which is very bad because there are two class names and it is not always on the same place (if at all). This ID will always hold the bodytext (excluding categories, ArticleFeedback, ...). Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111647
| * remove debug statement from r111643Antoine Musso2012-02-161-1/+0
| | | | | | | | | | | | | | | | need REL1_19, 1.19wmf1 backports Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111644
| * (bug 34420) - Special:Version should use gitAntoine Musso2012-02-161-15/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can test it using git init in our $IP and do a dummy commit with: git commit -a RELEASE-NOTES-1.19 Then head to Special:Version and look at the magic version number. This need a backport in REL1_19 / 1.19wmf1 since WMF is going to use git "soon" (tm). Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111643