merge latest master into Wikidata branch
[lhc/web/wiklou.git] / includes / diff / DifferenceEngine.php
2012-10-08 danielmerge latest master into Wikidata branch
2012-10-06 SiebrandMerge "Fix behaviour of namespaceSelector to match...
2012-10-06 SiebrandMerge "(bug 38559) Add hook to info action to allow...
2012-10-05 MaxSemMerge "Don't display multiple language links to the...
2012-10-05 CatropeMerge "Bug 40756 - API: Call to a member function isGoo...
2012-10-05 IAlexMerge "Add @since tags too Hooks"
2012-10-05 Brion VIBBERMerge "CologneBlue rewrite: rework otherLanguages(...
2012-10-05 Brion VIBBERMerge "SkinTemplate: extract formatLanguageName() from...
2012-10-05 IAlexMerge "Replace remaining Array occurences with array"
2012-10-05 IAlexMerge "Pass user object to some Revision::getText/Title...
2012-10-05 umherirrenderPass user object to some Revision::getText/Title::userC...
2012-10-05 AudeMerge "copyedit" into Wikidata
2012-10-05 danielMerge "Remove left-over use of wfMsg" into Wikidata
2012-10-05 danielset mediawiki version number
2012-10-04 ReedyMerge "Show HTTP error (if any) when scary transclusion...
2012-10-04 danielMerge "Use canonical parser options per default" into...
2012-10-04 danielFix JS and CSS diffs
2012-09-28 KaldariMerge "Adding wildcard support to $wgCopyUploadsDomains"
2012-09-28 awjrichardsMerge "Clean up: Declare variables with public instead...
2012-09-26 ReedyMerge "Begin transactions explicitely in Job class."
2012-09-24 KaldariMerge "improving comment re DateFormatter.php"
2012-09-21 KrinkleMerge "LivePreview: bind a delegated click event for...
2012-09-20 HasharMerge "(bug 40380) inexistent language files are loaded"
2012-09-20 Aaron SchulzMerge "Trigger warning for bad use of transactions."
2012-09-19 ArielGlennMerge "(bug 39975) Fixed thumb_handler.php handling...
2012-09-19 danielmerged master
2012-09-19 SiebrandMerge "Updated plural rules from CLDR 22"
2012-09-19 SiebrandMerge "(bug 40098) Don't parse the section's name in...
2012-09-17 SiebrandMerge "(bug 40251) Added more languages to plural override"
2012-09-17 SiebrandMerge "Removed some language files no longer needed"
2012-09-17 SiebrandMerge "Fix spelling in nan date formats"
2012-09-16 IAlexMerge "Fixed warning spam in SqlBagOStuff."
2012-09-16 Aaron SchulzMerge "Use WikiPage::makeParserOptions() where possible."
2012-09-11 danielmerged master (2012-09-11)
2012-09-05 Daniel KinzlerMerge "New hook ApiCheckCanExecute."
2012-09-04 HasharMerge "'lang' attrib in #mw-content-text should be...
2012-09-01 SiebrandMerge "Follow-up I0b781c11 (2a55449): use User::getAuto...
2012-08-31 KaldariMerge "(bug 25830) fix JS preview causing the page...
2012-08-31 Alexandre EmsenhuberUse WikiPage::makeParserOptions() where possible.
2012-08-31 SiebrandMerge "Fix zhtable's Makefile.py"
2012-08-31 SiebrandMerge "Better conversion for 线/綫/線"
2012-08-31 DemonMerge "(bug 39180) Set x-frame-options='DENY' for api"
2012-08-31 DemonMerge "(bug 35839) Check permisions for revdel blocks"
2012-08-31 IAlexMerge "Replace deprecated wfMsg* calls with Message...
2012-08-31 KaldariMerge "Revert "Setting up a way to have uploading by...
2012-08-30 Aaron SchulzMerge "Make LinksUpdate run without a db transaction."
2012-08-30 DemonMerge "Update migrateUserGroup to deal with primary...
2012-08-29 KrinkleMerge "Revert "Revert "Update jQuery UI to 1.8.23"""
2012-08-29 Aaron SchulzMerge "Rewrite the ThumbnailImage constructor to take...
2012-08-29 CatropeMerge "Setting up a way to have uploading by URL, but...
2012-08-29 SiebrandMerge "Revert "Revert "jQuery 1.8"""
2012-08-29 awjrichardsMerge "New hook ApiMain::onException"
2012-08-29 SiebrandMerge "Fixed fallback behaviour for plural rules"
2012-08-29 SiebrandMerge "(bug 38556) Add header and footer messages to...
2012-08-29 SiebrandMerge "Use ImageGallery directly in SpecialUpload:...
2012-08-29 danielmerged master some more
2012-08-29 danielMerge "Fix error display on failing rollback" into...
2012-08-29 danielMerge "Check prepareSave() before undeleting." into...
2012-08-29 CatropeMerge "[FileBackend] Added preloadCache() so callers...
2012-08-28 CatropeMerge "Reduced some master queries via Revision::READ_N...
2012-08-28 CatropeMerge "Added new mw message 'editpage-head-copy-warn...
2012-08-28 KrinkleMerge "Work around preg_replace_callback() issue in...
2012-08-28 KrinkleMerge "Adding ResourceLoader module "jquery.jStorage""
2012-08-28 CatropeMerge "[FileJournal] Made getMasterDB() reuse the DB...
2012-08-28 CatropeMerge "[FileBackend] Made Swift clear the auth cache...
2012-08-28 CatropeMerge "[FileBackend] Bumped Swift auth caching TTL."
2012-08-28 CatropeMerge "[FileBackend] Reduced stat calls when using...
2012-08-28 CatropeMerge "[FileBackend] Use strcmp() for listing comparisons."
2012-08-28 KrinkleMerge "(bug 39680) Convert valign to CSS vertical-align"
2012-08-28 danielMerge "Fixing creation of DifferenceEninge" into Wikidata
2012-08-28 danielMerge "Revert all changes to DairikiDiff." into Wikidata
2012-08-28 danielMerge "Make LinkFilter handle Content objects" into...
2012-08-28 danielMerge "Add Content::matchMagicWord" into Wikidata
2012-08-28 danielMerge "cleaned up comments in DifferenceEngine" into...
2012-08-28 danielMerge "Made ApiParse aware of ContentHandler" into...
2012-08-28 danielMerge "Improved content model handling in ApiEditPage...
2012-08-28 danielMerge "Revision::getContent must return clone if mutabl...
2012-08-28 danielMerge "Bug 39509: Function for running legacy hooks...
2012-08-27 Alex Monk(bug 39680) Convert valign to CSS vertical-align
2012-08-23 DemonMerge "(bug 31817) Teach Tidy about the HTML5 inline...
2012-08-22 CatropeMerge "Clean up applyPatch() usage in the installer."
2012-08-21 danielcleaned up comments in DifferenceEngine
2012-08-20 danielBug 39509: Function for running legacy hooks.
2012-08-20 danielfixing long lines
2012-08-20 danielMerge "merging latest master" into Wikidata
2012-08-20 danielmerging latest master
2012-08-15 CatropeMerge "Fix checks to pass or display "return to" links...
2012-08-15 CatropeMerge "(bug 24437) Add nofollow to image link"
2012-08-15 Aaron SchulzMerge "store text length in local var in Preprocess...
2012-08-14 DemonMerge "(bug 36776) Changing User::getNewtalk to use...
2012-08-14 DemonMerge "(bug 38406) Properly quote table names in Databa...
2012-08-14 SiebrandMerge "Fix permissions check to show "hide" buttons."
2012-08-13 Aaron SchulzMerge "Added a Redis client for object cache storage"
2012-08-09 CatropeMerge "Kranitor #2: Pass JSHint on resources/mediawiki/*"
2012-08-09 Aaron SchulzMerge "(bug 12701) Use diff of all unseen revisions...
2012-08-08 IAlexMerge "(bug 24521) Move hard coded "code error!" to...
2012-08-08 DemonMerge "Add a MagicWordArray::getNames() function"
2012-08-08 DemonMerge "[LockManager] Cleaned up DBLockManager and reduc...
2012-08-08 CatropeMerge "(bug 38987) mediawiki.api.parse.test: Fix test...
2012-08-08 Aaron SchulzRevision and WikiPage cleanup with IDBAccessObject...
next