This is an old revision of this page, as edited by MediaWiki message delivery (talk | contribs) at 19:03, 17 June 2015 (→Bots: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 19:03, 17 June 2015 by MediaWiki message delivery (talk | contribs) (→Bots: new section)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)Welcome
Welcome and thank you for your contributions to templates and template discussions. Alakzi (talk) 22:30, 7 June 2015 (UTC)
Your recent edits
Hello and welcome to Misplaced Pages. When you add content to talk pages and Misplaced Pages pages that have open discussion (but never when editing articles), please be sure to sign your posts. There are two ways to do this. Either:
- Add four tildes ( ~~~~ ) at the end of your comment; or
- With the cursor positioned at the end of your comment, click on the signature button ( or ) located above the edit window.
This will automatically insert a signature with your username or IP address and the time you posted the comment. This information is necessary to allow other editors to easily see who wrote what and when.
Thank you. --SineBot (talk) 08:10, 8 June 2015 (UTC)
Welcome!
Hello, BU Rob13, and welcome to Misplaced Pages! Thank you for your contributions. I hope you like the place and decide to stay. Here are a few links to pages you might find helpful:
- Introduction and Getting started
- Contributing to Misplaced Pages
- The five pillars of Misplaced Pages
- How to edit a page and How to develop articles
- How to create your first article
- Simplified Manual of Style
You may also want to take the Misplaced Pages Adventure, an interactive tour that will help you learn the basics of editing Misplaced Pages.
Please remember to sign your messages on talk pages by typing four tildes (~~~~); this will automatically insert your username and the date. If you need help, check out Misplaced Pages:Questions, ask me on my talk page, or click here to ask for help on your talk page, and a volunteer should respond shortly. Again, welcome! 220 of 08:57, 8 June 2015 (UTC)
BU Rob13, you are invited to the Teahouse!
Hi BU Rob13! Thanks for contributing to Misplaced Pages. Be our guest at the Teahouse! The Teahouse is a friendly space where new editors can ask questions about contributing to Misplaced Pages and get help from peers and experienced editors. I hope to see you there! Technical 13 (I'm a Teahouse host) Visit the TeahouseThis message was delivered automatically by your robot friend, HostBot (talk) 17:30, 8 June 2015 (UTC) |
Bots
You are receiving this message because a technical change may affect a bot, gadget, or user script you have been using. The breaking change involves API calls. This change has been planned for two years. The WMF will start making this change on 30 June 2015. A partial list of affected bots can be seen here: https://lists.wikimedia.org/pipermail/wikitech-l/2015-June/081931.html This includes all bots that are using pywikibot compat. Some of these bots have already been fixed. However, if you write user scripts or operate a bot that uses the API, then you should check your code, to make sure that it will not break.
What, exactly, is breaking? The "default continuation mode" for action=query requests to api.php will be changing to be easier for new coders to use correctly. To find out whether your script or bot may be affected, then search the source code (including any frameworks or libraries) for the string "query-continue". If that is not present, then the script or bot is not affected. In a few cases, the code will be present but not used. In that case, the script or bot will continue working.
This change will be part of 1.26wmf12. It will be deployed to test wikis (including mediawiki.org) on 30 June, to non-Wikipedias (such as Wiktionary) on 1 July, and to all Wikipedias on 2 July 2015.
If your bot or script is receiving the warning about this upcoming change (as seen at https://www.mediawiki.org/w/api.php?action=query&list=allpages ), it's time to fix your code!
- The simple solution is to simply include the "rawcontinue" parameter with your request to continue receiving the raw continuation data (example <https://www.mediawiki.org/w/api.php?action=query&list=allpages&rawcontinue=1>). No other code changes should be necessary.
- Or you could update your code to use the simplified continuation documented at https://www.mediawiki.org/API:Query#Continuing_queries (example <https://www.mediawiki.org/w/api.php?action=query&list=allpages&continue=>), which is much easier for clients to implement correctly.
Either of the above solutions may be tested immediately, you'll know it works because you stop seeing the warning.
Do you need help with your own bot or script? Ask questions in e-mail on the mediawiki-api or wikitech-l mailing lists. Volunteers at m:Tech or w:en:WP:Village pump (technical) or w:en:Misplaced Pages:Bot owners' noticeboard may also be able to help you.
Are you using someone else's gadgets or user scripts? Most scripts are not affected. To find out if a script you use needs to be updated, then post a note at the discussion page for the gadget or the talk page of the user who originally made the script. Whatamidoing (WMF) (talk) 19:03, 17 June 2015 (UTC)