Merge "Genderize Special:Preferences"
[lhc/web/wiklou.git] / includes / api / ApiOptions.php
2012-12-09 jenkins-botMerge "Genderize Special:Preferences"
2012-12-09 IAlexMerge "Remove static method from interface"
2012-12-08 IAlexMerge "Memory setting for djvutext is now a constant"
2012-12-08 jenkins-botMerge "(bug 40585) Don't drop 'step="any"' in HTML...
2012-12-07 jenkins-botMerge "Reset $mConvRuleTitle before every language...
2012-12-07 Brion VIBBERMerge "[FileBackend] Removed obsolete "allowStale"...
2012-12-06 ReedyMerge "(bug 42466) Allow djvutxt to use more memory"
2012-12-06 CatropeMerge "mediawiki.Uri: Don't raw encode the 'title'...
2012-12-05 NikerabbitMerge "Improve documentation for "pipe trick""
2012-12-04 Aaron SchulzMerge "(bug 42483) Avoid serializing database object...
2012-12-04 KrinkleMerge "(bug 42638) Fix API action=options&reset=1 ...
2012-12-03 Brad Jorsch(bug 42638) Fix API action=options&reset=1 & unit tests
2012-12-02 NikerabbitMerge "(Bug 40367) MediaWiki:Contributions should suppo...
2012-12-02 IAlexMerge "(bug 37755) Set robot meta tags for 'view source...
2012-12-01 SiebrandMerge "Fixing typo"
2012-11-30 NikerabbitMerge "Implement static public Parser::getExternalLinkRel"
2012-11-30 NikerabbitMerge "Added assertException method to MediaWikiTestCase"
2012-11-30 Catrope(bug 42202) Validate preference values in action=options
2012-09-01 SiebrandMerge "Follow-up I0b781c11 (2a55449): use User::getAuto...
2012-08-31 KaldariMerge "Revert "Setting up a way to have uploading by...
2012-08-30 DemonMerge "Update migrateUserGroup to deal with primary...
2012-08-29 CatropeMerge "Setting up a way to have uploading by URL, but...
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-20 danielMerge "merging latest master" into Wikidata
2012-08-20 danielmerging latest master
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-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 "[LockManager] Cleaned up DBLockManager and reduc...
2012-08-07 Aaron SchulzMerge "Linker::link() prints deprecated warning if...
2012-08-07 Aaron SchulzMerge "Add a Uri class."
2012-08-06 Aaron SchulzMerge "Always save the cache if stuff was added to...
2012-08-06 Aaron SchulzMerge "Memcached PHP client improvements"
2012-08-06 Aaron SchulzMerge "change some rc_new to rc_type == RC_NEW"
2012-08-04 Aaron SchulzMerge "Fix possible error texts in action=options"
2012-08-04 umherirrenderFix possible error texts in action=options
2012-08-04 Aaron SchulzMerge "Improve detection of php binary."
2012-08-03 awjrichardsMerge "Bug 38676 - password-change-forbidden isn't...
2012-08-03 Aaron SchulzMerge "use FileRepo api to delete and check for files"
2012-08-03 ReedyMerge "Use WebRequest instead of $_SERVER in ApiMain."
2012-08-03 Aaron SchulzMerge "Introduce default expiry time for special:block...
2012-08-02 ReedyMerge "Fix ApiWatchTest"
2012-08-02 ReedyMerge "debug log group for DNS blacklist lookup results"
2012-08-02 danielmerged master
2012-08-01 CatropeMerge "[FileBackend] Skip over some illegal paths and...
2012-08-01 Aaron SchulzMerge "memcached: better error messaging"
2012-08-01 KrinkleMerge "Revert "AJAXify watchlist editor""
2012-08-01 CatropeMerge "(bug 30625) Return warnings, if they exist,...
2012-08-01 CatropeMerge "(bug 18834) Add an edit count to rollback link"
2012-08-01 CatropeMerge "(bug 27395) Write PHPUnit test suite for CSSJanus"
2012-08-01 CatropeMerge "AJAXify watchlist editor"
2012-07-31 Trevor ParscalMerge "Some fixes to our jQuery UI skin for buttons"
2012-07-31 CatropeMerge "[FileBackend] Made swift handle unknown content...
2012-07-31 CatropeMerge "Add hint for pipe-separated list to action=help"
2012-07-29 umherirrenderAdd hint for pipe-separated list to action=help
2012-07-17 CatropeMerge "merge msg script now detects extensions main...
2012-07-15 Aaron SchulzMerge "In LinkHolderArray::doVariants(), redlinks need...
2012-07-13 SiebrandMerge "'lang' attrib in #mw-imagepage-content should...
2012-07-07 ReedyMerge "(bug 31313) Clarify watchlist preference messages"
2012-07-05 ReedyMerge "Sync DeviceDetection with MF"
2012-07-04 ReedyMerge "*(bug 30976) Add maintenance script to remove...
2012-07-03 Aaron SchulzMerge "Make OutputPage's mechanism for gathering Vary...
2012-07-01 SiebrandMerge "remove user right 'upload_by_url' from sysop...
2012-07-01 SiebrandMerge "Expose the log_id of the deletion log entry...
2012-07-01 SiebrandMerge "(bug 32297) Use symbolic names, not offsets...
2012-07-01 SiebrandMerge "Special:EditWatchlist/raw now make use of Gender...
2012-06-29 Tim StarlingMerge "[FileBackend] Rewrote FileBackendStoreShardListI...
2012-06-29 KrinkleMerge "mediawiki.special.preferences: Support Back...
2012-06-28 Aaron SchulzMerge "Purge Squid variant pages based on page language...
2012-06-28 Tim StarlingMerge "Reduced some master queries by adding flags...
2012-06-27 DemonMerge "Follow-up Idae8d920 (8c65834): no need to call...
2012-06-26 GWickeMerge "Added several additional definition list tests."
2012-06-26 Tim StarlingMerge "[FileBackend] Changed copy script to use batches...
2012-06-22 NikerabbitMerge "Add passing ''italic'''s case to 'Unclosed and...
2012-06-19 Aaron SchulzMerge "(bug 37301) add sizediff to list=usercontribs"
2012-06-19 Aaron SchulzMerge "For consistency of the interface, don't do expen...
2012-06-17 GWickeMerge "Wrap auto-numbering for section heading in a...
2012-06-17 GWickeMerge "(bug 21660) "Pipe trick" full width commas ...
2012-06-16 Aaron SchulzMerge "Double the size of the target input field of...
2012-06-16 Aaron SchulzMerge "(bug 33222) Add parentid to revision in export...
2012-06-16 KrinkleMerge "Revert "Deprecate no longer used Skin::getCommon...
2012-06-15 HasharMerge "[FileBackend] Process cache fixes and cleanups."
2012-06-15 Aaron SchulzMerge "Added ORMIterator interface which can be used...
2012-06-15 SiebrandMerge "(bug 34933) Create "Check: [All] [None]" buttons...
2012-06-15 SiebrandMerge "(bug 15853) Wrong entries in history feed"
2012-06-15 SiebrandMerge "Added some extra tests for ORMRow class"
2012-06-15 SiebrandMerge "Do proper conversion table detection."
2012-06-15 SiebrandMerge "(bug 37452) Added class="mw-redirect" to redirec...
2012-06-14 Aaron SchulzMerge "Check validity of fetched titles and show a...
2012-06-14 Timo TijhofMerge "Deprecate no longer used Skin::getCommonStylePath."
2012-06-14 Aaron SchulzMerge "avoid Title::exist/getArticleId in ApiQueryInfo...
2012-06-14 Aaron SchulzMerge "fix backup unit tests"
2012-06-14 SiebrandMerge "Correct case for the "MediaWiki:Revdelete-reason...
2012-06-14 SiebrandMerge "Use local context to get messages"
2012-06-14 SiebrandMerge "Use local context instead of hidden dependencies...
2012-06-14 danielMerge branch 'master' of ssh://gerrit.wikimedia.org...
2012-06-13 CatropeMerge "(bug 36938) XSS in uselang parameter"
next