User talk:Putnik/Archive/2013
Wikidata weekly summary #46
edit- Development
- Deployed new features and bugfixes including diffs for statements and the ability to enter items and properties by their ID
- Updated demo system
- Database maintainance (Wikidata was in read-only mode for a bit)
- Implemented first version of a string data type
- Worked on better error reporting from the API
- Ported Lua function mw.wikibase.getEntity to Wikibase extension
- Worked on making the search box suggest items and properties while typing
- Improved the behaviour of the entity selector (thingy that lets you select items and entities)
- Improved debugging experience in JavaScript when dealing with prototypical inheritance
- Worked on cleanup of local entity store
- Generalized generation of localizable edit summaries
- Discussions/Press
- Wikidata development will continue in 2013
- Wikidata Phase 2 in Full Swing
- RFC about the Wikidata API
- Lots of discussions about certain properties and how they should be used. Current state is at d:Wikidata:List of properties and new ones are being discussed at [d:Wikidata:Property proposal]]
- RCF about amending the global bot policy for Wikidata
- Proposed changes to Wikidata’s notability guidelines
- Events
- office hour including a report on the current status of Wikidata (log)
- upcoming: Wikipedia Day NYC
- Other Noteworthy Stuff
- Deployment of phase 1 (language links) on all remaining Wikipedias and a small update on Wikidata are planned for March 6
- Great page for editors to learn about what phase 1 means for them
- Cool tool visualizing family relations based on data in Wikidata
- “Restricting the World” (first in a series about some design decisions behind Wikidata)
- List of most used properties
- OmegaWiki is using Wikidata to get links to Wikipedia articles
- Nyan Nyan Wikidata Nyan Nyan
- We’ve hit d:Q5000000
- Had a look at d:Wikidata:Tools lately?
- Open Tasks for You
- Hack on one of these
- Help translate Wikidata/Deployment Questions
- Help bring the content of en:Wikipedia:Wikidata to your Wikipedia
Wikidata weekly summary #47
edit- Development
- Extended diff view to include references now
- Fixed bug where incorrect statements revision was shown in diff view
- Added first version of Linked Data interface (RDF/XML); will be accessible from Special:EntityData
- Updated the demo system
- More work towards using Solr for our search
- More investigation and fixes of search issues
- Fixed several bugs in the entity selector and improved its behavior
- Worked on refactoring of how our widgets use the toolbar
- Worked on implementation of missing data model components in JavaScript
- A lot of bug fixing
- Events
- Wikipedia Day NYC
- upcoming: Wikimedia metrics and activities meeting
- upcoming: office hour (German)
- Other Noteworthy Stuff
- Rollout of phase 1 (language links) on all remaining Wikipedias is still planned for March 6
- Next update on wikidata.org is also planned for March 6. This will have bugfixes and if all goes well string as a new available data type.
- Proposal was made to the Hungarian, Hebrew and Italian Wikipedias to be the first batch to use phase 2 of Wikidata (infoboxes). Scheduled timeframe for this is end of March
- d:Wikidata:Database reports has some useful reports like the list of most used properties
- The interwiki shortcut :d was changed to always use www in the resulting link (to prevent editing issues on other URLs).
- The list of available properties is growing and a whole bunch of new ones are being discussed
- Reasonator gives you a nice adapted view of an item about a person
- Items by cat helps you find missing items in a certain Wikipedia category
- A few more additions to d:Wikidata:Tools that you should have a look at if you’re editing statements
- We now have more than 2600 active users on Wikidata. Thanks for being awesome. <3
- Open Tasks for You
- Help bring the content of en:Wikipedia:Wikidata to the remaining Wikipedias that will get phase 1 on March 6
- Hack on one of these
Wikidata weekly summary #48
edit- Development
- More work on widget to add language links on the Wikipedias directly without having to go to Wikidata
- Bug fixes for Wikipedias, including:
- don't show edit link when noexternallanglinks magic word suppresses Wikidata links (bugzilla:45037)
- use Q## links instead of linking to Special:ItemByTitle for “edit links” link (bugzilla:44536)
- preference for showing Wikidata edits by default in watchlist (bugzilla:44973)
- Catching up on writing tests for untested functionality
- More work on the Lua support for accessing data from the repository (wikidata.org) on the Wikipedias
- Updated Wikidata’s Vagrant development machine
- Created initial QueryStore interface
- Created initial setup code for the SQL QueryStore
- Discussed and created initial schema for the SQL QueryStore
- Simplified code for client settings, including which namespaces can have Wikidata links. The default is now all namespaces, without needing to explicitly specify them in the settings
- Improved code for sorting interwiki links in the clients, with step towards allowing the communities to specify custom sort orders per Wikipedia
- Improved handling of deleted properties
- Further work on replacement for current search box
- More work on improving error reporting and edit summaries in the API
- Tim and Aaron killed the mystery bug that caused corrupt login tokens (bugzilla:41586)
- Discussions/Press
- Hacker News noticed we exist
- RFC about opting out of global sysops or not (more RFCs d:Wikidata:Requests for comment)
- Asked the Italian, Hebrew and Hungarian Wikipedias if they want to be the first to use phase 2 (will ask a few more to join the first batch later today)
- Events
- WMF Metrics and Activities meeting (recording is linked there)
- office hour in German
- upcoming: Bibliothek & Information
- upcoming: Wikidata trifft Achäologie
- Other Noteworthy Stuff
- We’re now live on all Wikipedias with phase 1 \o/
- Deployed bugfixes and a new data type (string) to wikidata.org
- How will Wikidata impact Wikipedia?
- More useful database reports (more are being requested on the discussion page)
- Quite a few new properties that make use of the new string data type now and more are being proposed
- Lukas wants to work with us to improve usability
- New user scripts at d:Wikidata:Tools
- Did you know?
- Is a specific bug report really important to you? If you have an account on bugs.wikimedia.org you can easily add yourself to the CC list of the bug and then receive updates about its status via email
- Wikidata is also on Twitter, identi.ca, Facebook and Google+
- There is an IRC channel too: #wikimedia-wikidata on freenode
- Open Tasks for You
- Hack on one of these
- Continue being awesome
Wikidata weekly summary #49
edit- Development
- Design improvements to the SetClaim API module
- More work on implementing the simple inclusion syntax that will be 1 way to access Wikidata data on Wikipedia
- More work on Lua (the second way to access Wikidata data on Wikipedia)
- Added parser page property to hold entity id in client. This fixes:
- bugzilla:45037 - don’t show edit link if noexternallanglinks has suppressed all Wikidata links
- bugzilla:44536 - have the edit link go directly to the Q### pages, instead of Special:ItemByTitle which shall make the link be more reliable and work for all namespaces
- Selenium tests for deleted-property-handling
- Selenium tests for multiline references
- Selenium tests for add-sitelinks-from-client
- Selenium tests for Entity-Selector-as-Searchbox
- Selenium tests for language-table
- Implemented in-process caching for entities
- Lua support to access the repo data and implement getEntity (so you can use stuff like entity = mw.wikibase.getEntity("Q1459") in Lua modules)
- rebuildTermSearchKey is now ready for production (this still needs to be run but once done it will make search case-insensitive)
- Improved error reports from the API
- Ground work for better edit summaries from the API
- Added a table of content to item pages
- Added debug functionality to be able to investigate why it takes longer than it should for Wikidata changes to show up on recent changes and watchlists on Wikipedia
- Finished implementation of References-UI
- Implemented GUID generator in JavaScript
- Worked on fixing a bug related to deleted properties where the UI would display wrong information
- Minor fixes/additions to the JS datamodel implementation
- Minor bugfixes in Statements-UI
- More work on RDF export
- Discussions/Press
- Events
- Bibliothek und Information
- 3rd Media Web Symposium
- upcoming: Wikidata trifft Archäologie
- upcoming: SMWCon
- Log of latest office hour on IRC (in German)
- We’ll be at the Amsterdam Hackathon
- Other Noteworthy Stuff
- New features/bugfixes on wikidata.org are planned for March 20
- Lua roll-out! You’ll be able to use it soon to access Wikidata data on Wikipedia. Here's two introductory blogposts: [1] [2]
- The new pope didn’t go unnoticed on Wikidata either
- Someone sent the dev team a cake! <3
- Want an easy way to add authority control data? Check this
- We crossed item ID 7000000
- We now have over 4000 active editors \o/
- Some more stats based on a database dump from end of February
- Reasonator got a few more goodies
- Did you know?
- If you add a Babel box to your user page Wikidata will show you items and descriptions in other languages you speak as well without you having to switch the language
- Want to know which items use a certain property? Try the “what links here” link on a property page
- Open Tasks for You
- Help translate m:Wikidata/Deployment Questions
- Hack on one of these
Wikidata weekly summary #50
edit- Development
- Rolled out new code on wikidata.org. The new stuff you probably care about is:
- Improved references. They can now have multiple lines. This should make references much more useful. You can now have one reference with for example values for each of the properties "book", "author", "page" to describe one source.
- Fixed the prev/next links in diff view (bugzilla:45821)
- d:Special:EntitiesWithoutLabel now lets you filter by language and entity type
- Widget to add language links on the Wikipedias directly: added setting to enable/disable it per wiki and made it available for logged-in users only
- Widget to add language links on the Wikipedias directly: improved layout / size
- Made it so that the “edit links” link on Wikipedia is also shown when the corresponding item only has a link to this one language and no other languages
- Submitted improved Apache config patch to make wikidata.org always redirect to www.wikidata.org, which is awaiting code review and deployment.
- Improved the script that is responsible for taking Wikidata changes to the Wikipedias
- Added a few ways to better debug the script responsible for taking Wikidata changes to the Wikipedias. This should help with investigating why some changes take way to long to show up on the Wikipedias.
- Started work on automatically adding edited items to the user’s watchlist (according to preferences)
- Finished script for rebuilding search keys, so we can finally get case insensitive matches in a lot of places
- Support for multi-line references in diff view
- Selenium tests for inclusion syntax
- Improved parser function (that will be used to access Wikidata data on the Wikipedias) to accept property ID or label
- Increased isolation of data model component to increase clarity and visibility of bad dependencies
- Worked on schema access in the SQLStore (of the query component)
- Rolled out new code on wikidata.org. The new stuff you probably care about is:
- Discussions/Press
- Events
- 3rd Media Web Symposium 2013
- Wikidata trifft Archäologie
- SMWCon Spring NYC
- Other Noteworthy Stuff
- Join us for the Amsterdam and Wikimania hackathon and Wikimania
- Too many items with the same label and no description? Terminator helps you hunt them all down and clean them up. Also check out the top 1000
- Interested in the distribution of books by genre on Wikidata and similar things? WikidataStats can help
- d:Wikidata:Requests for permissions/Bot needs input from more people
- Detailed list of bots
- Collecting information about creating a bot
- We’ve crossed Q8000000
- Did you know?
- When you edit a statement there is a little wheel in front of the text field. This lets you choose between “custom value”, “unknown value” and “no value”. “No value” means that we know that the given property has no value, e.g. Elizabeth I of England had no spouse. “Unknown value” means that the property has a value, but it is unknown which one -- e.g. Pope Linus most certainly had a year of birth, but it is unknown to us.
- Open Tasks for You
- Hack on one of these
- Still looking for the right way to contribute for you? Have a look at d:Wikidata:Contribute
Wikidata weekly summary #51
edit- Development
- The first 11 Wikipedias can now include data from Wikidata in their articles (If you want to see it in action see the infobox at it:Torino)
- Worked on automatic summaries for statements
- Worked on making properties accessible from the client using their label so you can use {{#property:executive director}} instead of {{#property:p169}} for example
- Made qualifiers ready for the next deployment (Please test. See details further down.)
- Selenium tests for qualifiers
- Fixed some issues related to QUnit testing
- Worked on improved handling and code design of multiple snak lists in the UI (qualifiers, references)
- Discussions/Press
- Denny wrote down how we’re planning to support queries on Wikidata. Feedback welcome.
- Proposal for a vandalism policy
- Now that improvements for references have been deployed here’s a discussion on the best way to use them. (You can see an example of how it could be used in the source for “CAS registry number” on d:Q153)
- Should Wikidata have featured items?
- RFC about restricting the ability to create properties to some users
- Heise.de reporting about deployment of phase 2 on the first 11 Wikipedias
- Report about a collaboration event between Wikipedians and archeologists
- Events
- Newline 2013
- Other Noteworthy Stuff
- We’re currently carefully monitoring performance after the deployment of phase 2 on the first 11 Wikipedias. There seem to be a few small issues. As soon as they are resolved we'll deploy on English Wikipedia. All other Wikipedias are planned to follow very soon after that.
- Bye and a big thank you to Anja, Silke, Jens and John who are leaving the development team at the end of the month and will work on other cool things. You’ll be missed!
- Ever had any doubt about the possibilities of Wikidata? Talk to Wiri!
- We worked on reducing the time it takes for Wikidata edits to show up in the Wikipedias and made some progress. Daniel posted an analysis
- We started running a script on the database in order to make search on Wikidata case-insensitive. This should be finished in a few days and then search should be more useful.
- In addition to the above we have rolled out a new search box that suggests items. This should also make finding things on Wikidata a lot easier for you.
- We’re making some progress with Internet Explorer 8 support but there are a lot of issues with it (some outside our control). It’s unclear at the moment how much we can improve it still without spending an unjustified amount of time on it. You can follow the progress at bugzilla:44228
- Edits are now auto-confirmed for users with more than 50 edits and account age 4 days: bugzilla:46461
- Do you need old-style interwiki links for a sister project for example? This is for you
- The Wikimedia Foundation applied as a mentoring organisation for Google Summer of Code again. We have proposed some Wikidata projects for students to take up if the Foundation is accepted again. At least 2 other organisations that applied also propose Wikidata ideas. More details on that once we know which organisations are accepted.
- Denny hacked together a tree of life based on data from Wikidata
- Wikidata was added to wikipulse
- A template to retrieve data from Wikidata if no local value is set
- Did you know?
- If you need to merge two items d:Help:Merge explains how
- Open Tasks for You
- See note at the end of this weekly summary
- Help test qualifiers (m:Wikidata/Notes/Data model primer#Qualifiers - see also example statements there) on the test wiki so we can roll it out with the next release
- Did you file a bug report for Wikidata or did someone else do it for you? Please take a minute to check if it is still valid. (Thanks for filing it btw!)
- Add some missing descriptions to those items with the same label?
- Hack on one of these
Could I have 2 mins of your time? As I’ll be working on some other projects for Wikimedia Germany as well from now on the time I can spend on Wikidata will be reduced. This means I’ll have to figure out what is useful to spend time on. If you’re reading this could you let me know for example on this discussion page? Also if you have ideas how to improve the weekly summaries please post them. --Lydia Pintscher (WMDE) (talk)
Fundraising translation feedback
editHey Putnik,
I wanted to ask for your help. As you may be aware we have been running banners on many language wikis. We have a lot of new content this year and I really want to conduct a thorough review of our translations. This is a combination of feedback from the community, readers, donors as well as those with professional translator experience. This will help us ensure the highest quality of translations used in our messaging.
To help us out with this I wonder if you would be willing to give us feedback for Russian using This Link
Simply follow the simple instructions on that page and if you have any questions feel free to contact me on my talk page.
Many Thanks
Wikidata weekly summary #52
edit- Development
- The first year is over. Thank you everyone for being amazing and helping to build Wikidata and making it more than we could possibly have hoped for already. <3
- Put a lot of work into improved support for Internet Explorer 8
- Worked on improving recent changes code in client
- Finished valueview refactoring. Created new extension “ValueView”
- Implemented string formatter
- Discussions/Press
- Events
- upcoming: GLAM-Wiki 2013
- Other Noteworthy Stuff
- Deployment of phase 2 on English Wikipedia is currently planned for April 8. The remaining Wikipedias are scheduled for April 10. As usual this might change if we run into problems along the way.
- There is now a page showing the current lag for changes propagating to the Wikipedias so they can show up in watchlists and recent changes for example. This should ideally be in the range of a few minutes. Right now it is higher because of some abnormally high bot activity but decreasing. Should be down to a few minutes soon.
- There’s now a badge you can add to Wikipedia articles to indicate there is data about it on Wikidata
- We hit Q10000000
- A Wikidata item in the wild ;-)
- Did you know?
- There are a number of task forces that take care of specific jobs or topics on Wikidata
- You can get database dumps to play with
- There are a lot of stats about Wikidata on http://stats.wikimedia.org
- Open Tasks for You
- Hit a random item and add a missing source?
- Hack on one of these
Based on feedback for last week’s call for comments we will continue this newsletter. However more community help will be needed. From now on they’ll be drafted at d:Wikidata:Status updates/Next and your help is very welcome.
Wikidata weekly summary #53
edit- Development
- Got some external professional review of our code and architecture and started working on their feedback
- Worked on reducing the dispatch lag (the time it takes for changes on Wikidata to be sent to the Wikipedias for display in watchlist, recent changes and to purge affected pages)
- Worked on using Redis for job queue to improve the lag situation even further
- Created new Wikibase Query extension for phase 3 functionality
- Autocomments & Autosummaries for SetClaim module
- Worked on the GeoCoordinate parser
- Events/Press
- right now: GLAM-WIKI 2013
- Discussions
- The RFC about bureaucrats was closed
- RfC about policy for translation admins
- We need feedback from contributors working on references addition or having tried to add references to statements. Please comment about your problems or your trials at d:Help:Sources
- Other Noteworthy Stuff
- Deployment of phase 2 on the remaining Wikipedias was delayed because of a high lag of changes being propagated to the Wikipedias. The lag has been reduced considerably now and is going down even more. The new date for deployment will not be next week because there are other large changes on Wikimedia infrastructure scheduled that we do not want to interfere with. It will hopefully happen very soon after that though.
- Next code update on wikidata.org is planned for Wednesday. This should include qualifiers and bugfixes.
- There will probably be a short outage/read-only for wikidata.org on Tuesday (database is being switched to MariaDB)
- If you're a student and interested in coding on Wikidata consider applying for Google Summer of Code.
- There is a new user right: property creators
- There is now a page to request deletion of a property
- We now have Bureaucrats
- Reasonator was improved and extended (1 2)
- Open Tasks for You
- Hack on one of these
- Help draft the next weekly summary
Based on feedback for last week’s call for comments we will continue this newsletter. However more community help will be needed. From now on they’ll be drafted at d:Wikidata:Status updates/Next and your help is very welcome.
Wikidata weekly summary #54
edit- Development
- Dispatch lag is now down to 0 so changes should show up very quickly on the Wikipedias in watchlists and recent changes
- wikidata.org now always redirects to www.wikidata.org. This should among other things solve the issue where people were not able to edit when on wikidata.org (bugzilla:45005)
- Fixed weird blocked-user/protected-page handling in UI (bugzilla:45140)
- Final meetings for the external professional review of our code and architecture. They were quite happy with the quality of the codebase and gave useful tips for improvements
- Worked on automatic summaries for editing claims
- Investigation of different JavaScript frameworks dealing with date and time
- Worked on using Redis and the job queue for change notifications to clients
- Work on the storage code for answering queries
- Events/Press
- GLAM-WIKI 2013
- upcoming: office hour on IRC about sources
- upcoming: Opensource Treffen
- upcoming: intro to Wikidata at the British Library
- Discussions
- Other Noteworthy Stuff
- Deployment of phase 2 (infoboxes) on English Wikipedia is planned for April 22. All remaining Wikipedias are planned for April 24.
- Qualifiers are available now. In the same update several bugs have been fixed mainly related to Internet Explorer 8. At the same time search has been made case-insensitive. More details here.
- d:Wikidata:Notability has been completely rewritten
- Cool task force page: d:Wikidata:Video games task force
- List of Wikipedia articles that still have language links in the wiki text
- Open Tasks for You
- Hack on one of these
Wikidata weekly summary #55
edit- Development
- Started working on support for the Time data type in the frontend (editing/displaying of time values)
- Fixed copyright tooltip’s issues where it was not possible to dismiss it
- Started work for making it possible to track where on the client a property is used
- Work on dispatching changes to Wikipedias via the redis job queue
- Introducing core hooks to allow us to avoid page re-rendering when language links are changed
- Implemented automatic comments for setClaim (adding/setting claim, adding/removing/changing qualifiers)
- Investigated issue where edit conflicts are detected in error
- Fixed wrong revision shown in history-view
- Events/Press
- A lot of articles about the deployment of phase 2 on all Wikipedias among them: Wikipedia-Datenfundus Wikidata geht in den Regelbetrieb, Wikidata goes live worldwide, Wikidata-revolutionen är här: Möjliggör strukturerade data på Wikipedia
- Wikimedia switching to MariaDB in c'T (German): Wikipedia wechselt von MySQL auf MariaDB
- Office hour about references (log)
- Introduction to Wikidata - talk at the British Library
- OpensourceTreffen in Munich
- Upcoming: Hypertext 2013
- Discussions
- RfC about vandalism
- RfP for oversighters
- RfC about interproject links interface
- RfC about inactive administrators
- RfC about permissions for rollbackers regarding vandalism
- RfC about Kinship
- Other Noteworthy Stuff
- Phase 2 has been deployed on English Wikipedia and all remaining ones
- Deployed a widget that makes it easier to add language links when there is only one language link on Wikidata so far
- Page to collect information about phase 2 on the Wikipedias
- Page edits have passed 31 million.
- d:Help:Shortcut lists shortcuts for frequently used pages
- Nice interaction of local data and data from Wikidata on English Wikipedias
- Did you know?
- Item Q12000000 is is the Czech Wiki entry about "Výškové horolezectví" or "high altitude climbing"
- Newest properties are: occupant, color (hex triplet), NOR, member of, color (item), opposite of, said to be the same as, IMO ship number, foundational text, Emporis ID, Structurae ID, industry, cohabitant, astronaut's missions, original network, launch site
- Newest qualifiers are: determination method, role
- Properties merged: sister and brother (discussion)
- Open Tasks for You
- Hack on one of these
- Translate the Table of properties into your language
- Review a proposal for a qualifier property
- Respond to a "Request for Comment"
- If fixing a particular bug is especially important for you then please consider voting for it in Bugzilla to help the development team prioritize. A list of all of the currently open ones is here.
Wikidata weekly summary #56
edit- Development
- Worked with students on their Google Summer of Code proposals
- Worked on time data type editing in the frontend
- Worked on improving the DataTypes system
- Working on better Continuous Integration strategy
- Moving Selenium tests to Cloudbees & Saucelabs
- Catching up with Selenium tests
- Events/Press
- Hypertext 2013
- upcoming: Treffen der Redaktion Chemie
- Discussions
- Other Noteworthy Stuff
- Bugfixes were deployed on wikidata.org. The ones you probably care about are:
- when clicking "edit links" on a Wikipedia article the user is automatically taken to the language links part of the item. Hopefully it is now more obvious how to change the links.
- fixed a few cases where edit conflicts where detected in error
- added automatic edit summaries for adding qualifiers and claims
- fixed wrong revision being shown in div history
- Translators can now sign up to receive translation notifications at d:Special:TranslatorSignup
- Visual query interface for Wikidata
- 3 Wikimania submissions that could use your vote at the bottom: State of Wikidata, The Technology Behind Wikidata, Ask Us Anything About Wikidata
- Bugfixes were deployed on wikidata.org. The ones you probably care about are:
- Did you know?
- Newest properties: Recorded at (studio), Supporting actor/actress, Palissy identifier, Filmaffinity number, input device, Volume (collections), Historic Places identifier, CELEX number, country calling code, local dialing code, eight banner register, lakes on river, dan/kyu rank, legislated by
- Newest task forces: Pokémon task force, Cultural heritage task force, Space task force
- Open Tasks for You
This Month in GLAM: April 2013
edit
|
Wikidata weekly summary #57
edit- Development
- Implemented basic editing of Time values
- Worked on advanced editing of Time values (having a preview, defining precision and calendar model while editing the value)
- Work on RDF mapping/export
- ~=[,,_,,]:3
- Solving issues with WMF Jenkins
- Migrating Selenium test from RSpec to Cucumber
- Events/Press
- Interview on dradio.de
- PHP Unconference Europe 2013
- PHP Days 1013 Berlin
- Treffen der Redaktion Chemie
- Discussions
- Other Noteworthy Stuff
- Did you know?
- Newest properties: ISO 4217, CBDB ID, ORCID, country of origin, ICD-10, ICD-9, OMIM ID, orbit diagram, provisional designation (astronomy), currency symbol description, chairperson, Unicode character, MeSH ID, archives at, IMA Number
- Newest task forces: Baseball
- Open Tasks for You
Thanks...
edit...for cleaning up those "meta" tags and the language code. I wasn't sure about the meta tags. PiRSquared17 (talk) 02:16, 12 May 2013 (UTC)
- I wasn't sure too :) But all of these meta tags are duplicated widely supported tags (
<title>
,<link rel="license">
,<… lang="">
). I don't think we lose something because of their removal. — putnik 02:26, 12 May 2013 (UTC)
Wikivoyage and Wikinews portal /temp needs fix
editJust so you know, they're missing Wikivoyage etc., and Wikinews one has invalid HTML. PiRSquared17 (talk) 17:13, 13 May 2013 (UTC)
- Actually, they have Wikivoyage, but there's a problem with the HTML (see validator). PiRSquared17 (talk) 17:20, 13 May 2013 (UTC)
- Okay. Should I sync now? PiRSquared17 (talk) 18:14, 13 May 2013 (UTC)
- As I see, all pages are valid, but many templates have big changes that I have not tested. You definitely may sync Wikivoyage now, but I don't know about another templates. — putnik 18:23, 13 May 2013 (UTC)
- Okay. Should I sync now? PiRSquared17 (talk) 18:14, 13 May 2013 (UTC)
Wikidata weekly summary #58
edit- Discussions
- What should be done with the property stable Version?
- Sex Ratios in Wikidata, Wikipedias, and VIAF
- The Ropebridges: Authority Control in Wikidata
- Events/Press
- A lot of Wikidata-related submissions have been accepted for Wikimania
- Treffen der Redaktion Chemie
- upcoming: MediaWiki hackathon in Amsterdam
- upcoming: Linked Data in Business
- Other Noteworthy Stuff
- d:Help:Lua is now the place for all things Lua on Wikidata
- Item d:Q13000000 is Devarakonda, a village in India.
- The geographic relation "exclave of" is the property with the ID 500.
- English Wikipedia discussion closes allowing for use of Wikidata
- Template to display a tree based in Wikidata data
- Deployed new bugfixes on wikidata.org including a fix for pages not being added to the watchlist automatically plus the first version of the RDF exort
- The ability to include data using the property label is planned to be deployed on English Wikipedia on Monday and all others on Wednesday (You can then for example use {{#property:logo image}} in addition to {{#property:P154}}.)
- Did you know?
- Newest properties: exclave of, enclave within, HURDAT identifier, ISO standard, home port, general manager, ISO 15924, Swedish county code, BNFC Thesaurus, cause of death, brother-in-law (sister's husband), honorific prefix, academic degree, birth name, interleaves with, state, phase, powerplant, interaction, part concerned, armament, scheduled service destination, type of orbit, temporal range start, temporal range end, Swedish municipality code, located on island, consists of
- {{Property|123}} can be used on Wikidata to get the label of the given property (P123) in the readers language. {{label|Q123}} does the same for items.
- Development
- Simplified the inclusion syntax (this is one way how you access data from Wikidata in a Wikipedia article - the other one is via Lua)
- Result of the external codebase review has been published
- Worked on implementation of editable time values in frontend
- Selenium tests for false edit-conflicts and old-revision-view
- Jenkins setup improvements
- Made many improvements to the unit test configuration and bootstrapping code in Ask, Diff, DataValues, WikibaseQueryEngine and WikibaseDatabase
- Automatic class loading based on PSR-0 convention in Ask, Diff and WikibaseQueryEngine
- Added new array comparison code and started work on merging diffs together in Diff
- Progress on the SQLStore
- Improved many unit tests by removing unneeded dependencies they had
- Bug fixing
- Made property parser function code more robust
- Worked on EntityPerPage rebuild script, to enable it to run for Wikidata to fill in missing entities in the wb_entity_per_page table
- Making the Settings system more robust, preparing split of client and repo settings
- Work on RDF mapping and serialization
- Work on content negotiation for Special:EntityData
- Open Tasks for You
- Help fix formatting and value issues for a property
- Determine statements to add to Wikidata based on Wikipedia categories
- Map a Wikipedia infobox to Wikidata properties (advanced sample)
- Select a rarely used property and add values to Wikidata: either manually, through "array properties", through a bot request, with Wikidata useful, or by operating your own bot
- Respond to a "Request for Comment"
- Hack on one of these
Wikidata weekly summary #59
edit- Events/Press
- Linked Data in Business
- currently: Hackathon in Amsterdam
- Other Noteworthy Stuff
- It is now possible to access data from Wikidata on the Wikipedias by using the property's label.
- The time datatype can now be tested on the demosystem and should become available on Wikidata next week.
- Did you know?
- Newest properties: catalog code (P528), runway (P529), diplomatic relation (P530), diplomatic mission sent (P531), diplomatic mission sent (P531), port of registry (P532), target (P533), streak color (P534), Find a Grave (P535), ATP id (P536), twinning (P537), fracturing (P538), Museofile (P539)
- Newest task forces: Ship task force
- d:Template:Constraint:Item allows to check if items using a given property also have other properties. To find items to fix, it links to one of Magnus' tools and to a daily report. Sample: items with property mother should also have main type (GND) with value person.
- Development
- A lot of discussions and hacking at the MediaWiki hackathon on Amsterdam
- Worked on content negotiation for the RDF export
- Bugfixing for editing of time datatype
- Added validation in the api for claim guids. This also resolves bug 48473, an exception being thrown in production, whenever a bot or api user requested a claim with an invalid claim guid
- Improved error message popup bubbles to show HTML and parse the links correctly
- Fixed bug 48679, to hide the view source tab for item and property pages
- Testing on Diff extension and SQLstore
- Open Tasks for You
- Add statements to Wikidata: either manually, through "array properties", through a bot request, with Wikidata useful, or by operating your own bot
- Help fix formatting and value issues for a property
- Respond to a "Request for Comment"
- Hack on one of these
The Signpost: 27 May 2013
edit- Foundation elections: Candidates talk about the Meta problem, the nation-based chapter model, world languages, and value for money
- News and notes: First-ever community election for FDC positions
- In the media: Pagans complain about Qworty's anti-Pagan editing
- Featured content: Life of 2π
- WikiProject report: WikiProject Geographical Coordinates
- Technology report: Amsterdam hackathon: continuity, change, and stroopwafels
- Recent research: Motivations on the Persian Wikipedia; is science eight times more popular on the Spanish Wikipedia than the English Wikipedia?
Wikidata weekly summary #60
edit- Events/Press
- Deutschlandfunk interview about Wikipedia, Wikidata and more
- Hackathon in Amsterdam
- Linked Data in Business
- Upcoming: Arts, Humanities and Complex Networks
- Upcoming: SemTechBiz
- Other Noteworthy Stuff
- The time datatype is now available allowing you to enter dates in Wikidata (this also includes a short rundown of what the developers are going to work on next)
- 5 students are working on projects related to Wikidata as part of Google Summer of Code 2013
- prototype of a multilingual map using Wikidata
- Many Wikimedia wikis got a new account creation and login page - among them Wikidata
- Did you know?
- Newest properties: venue (P540), office contested (P541), officially opened by (P542), oath made by (P543), torch lit by (P545), docking port (P546), commemorates (P547), version type (P548), MGP ID (P549), chivalric order (P550), residence (P551), handedness (P552), social media account on (P553), social media address (P554), doubles record (P555), crystal system (P556), DiseasesDB (P557), unit symbol (P558), terminus (P559), direction (P560), NATO reporting name (P561), central bank/issuer (P562), ICD-O (P563), singles record (P564), crystal habit (P565)
- Newest task forces: Tennis task force, Taxonomy task force, Iranian Persian task force, Medicine task force
- Development
- Made good progress on moving the sitelinks on Wikidata too when a page on Wikipedia is moved (bugzilla:36729 - currently the bug with most votes)
- Fixed some bugs in the time value user interface
- Worked on coordinate value support
- Worked together with Wikimedia Foundation ops staff on Apache configuration changes to enable “pretty urls” for item pages. (e.g. https://en.wikidata.org/wiki/New_York_City goes to https://www.wikidata.org/wiki/Q60 in the future)
- Added MediaWiki setting wgLogAutopatrol to allow wikis the option to disable logging of autopatrol actions
- Improved EntityPerPage rebuild script, which is needed to fix the situation where some Wikipedia articles can't access data from Wikidata (bugzilla:48506)
- Fixed bug in SetQualifiers API module; Moved both SetQualifiers and RemoveQualifiers out of experimental mode
- Open Tasks for You
- Help fix formatting and value issues for a property
- Respond to a "Request for Comment"
- Hack on one of these
The Signpost: 05 June 2013
edit- From the editor: Signpost developments
- News and notes: "Cease and desist", World Trade Organization says to Wikivoyage; Could WikiLang be the next WMF project?
- In the media: China blocks Wikipedia
- Discussion report: Return of the Discussion report
- Featured content: A week of portraits
- WikiProject report: Operation Normandy
- Technology report: Developers accused of making Toolserver fight 'pointless'
Wikidata weekly summary #61
edit- Discussions
- Please use the next week to review the discussions about sourcing of statements (d:Wikidata:Requests for comment/References and sources and Discussion on the Project Chat)
- Events/Press
- Arts, Humanities and Complex Networks
- SemTechBiz
- WMF metrics and activities meeting
- "Exakter und aktueller" Bessere Daten für Wikipedia durch Wikidata
- Other Noteworthy Stuff
- Large donation by Yandex for further development of Wikidata (press coverage here and here among others)
- en:Template:Infobox road and simple:Template:Infobox road now have the ability to use Wikidata for the map field
- Denny writes about Wikidata and the truth
- Average edits per page has passed 4
- Did you know?
- Newest properties: basionym (P566), hangingwall (P567), footwall (P568), date of birth (P569), date of death (P570), foundation/creation date (P571), date of scientific description (P574), discovery date (P575), date of dissolution (P576), date of publication (P577), Sandbox-TimeValue (P578), IMA status (P579), start date (P580), end date (P582), as of (P585), IPNI author ID (P586), MMSI (P587), coolant (P588), point group (P589), GNIS (P590), EC Number (P591), ChEMBL (P592), Homologene ID (P593), Ensembl ID (P594), IUPHAR ID (P595), in the direction of (P596), WTA ID (P597), commands (P598), ITF ID (P599), Wine AppDB-ID (P600), MedlinePlus ID (P604), NUTS (P605), first flight (P606)
- Newest task forces: Catalunya task force
- Development
- Worked on globe coordinate editing
- Reviewed and merged code for SetSiteLink special page
- EditEntity API refactoring (Info: EditEntity API’s EXCLUDE parameter will be dropped - see here)
- First steps towards being able to add sitelinks for the first sister-project (WikiVoyage)
- Improved the Travis CI continuous integration setup
- Made the DataValue component installable via Composer
- Open Tasks for You
- Help fix formatting and value issues for a property
- Respond to a "Request for Comment"
- Hack on one of these
Latest tech news from the Wikimedia technical community. Please inform other users about these changes.
- Recent software changes
- (Not all changes will affect you.)
- The latest version of MediaWiki (1.22/wmf6) was added to test wikis and MediaWiki.org on June 6, and to non-Wikipedia wikis on June 10. It will be enabled on all Wikipedias on June 13. [3]
- An alpha version of the VisualEditor was enabled on all Wikipedias on June 6. Please test it and report problems. [4]
- Several VisualEditor bugs have been fixed; users can now add, edit and remove categories using the editor's "Page settings" menu.
- Wikimedia error messages will no longer link to the #wikipedia IRC channel on Freenode. [5]
- The logo of 16 Wikipedias was changed to version 2.0 in a fourth group of updates. [6]
- A test instance of Wikidata is now available at test.wikidata.org. [7]
- Users can now patrol the first version of a newly created page if they visit it from Special:NewPages or Special:RecentChanges. [8]
- Translation pages will no longer include edit section links (bug #40713). [9]
- Future software changes
- A report on mobile upload errors was published, and software changes to reduce their number will come soon. [10]
- A request for comments on updating MediaWiki to use RDFa version 1.1 was started on MediaWiki.org (Gerrit change #67608).
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Unsubscribe.
20:10, 11 June 2013 (UTC)
The Signpost: 12 June 2013
edit- Op-ed: The tragedy of Wikipedia's commons
- News and notes: How Wikimedia affiliates are spending $8.4 million; PRISM scandal
- Traffic report: Who holds the throne?
- In the media: VisualEditor will "change world history"
- Discussion report: VisualEditor, elections, bots, and more
- Featured content: Mixing Bowl Interchange
- Arbitration report: Two cases suspended; proposed decision posted in Argentine History
- WikiProject report: Processing WikiProject Computing
Wikidata weekly summary #62
edit- Noteworthy Stuff
- Geocoordinates can now be entered in Wikidata and language links can now be edited without JavaScript
- The folks at OCLC did a great intro video to Wikidata and VIAF/authority files
- And here's some interesting analysis on the most unique Wikipedias according to Wikidata
- Magnus updated his tool to add missing properties to an item
- Did you know?
- Newest properties: battle/war (P607), exhibition history (P608), terminus location (P609), exhibition history (P608), terminus location (P609), highest point (P610), religious order (P611), mother house (P612), OS grid reference (P613), CHRC (P616), yard number (P617), source of energy (P618), spacecraft launch date (P619), spacecraft landing date (P620), spacecraft decay date (P621), spacecraft docking/undocking dates (P622), crew photo (P623), guidance system (P624), coordinate location (P625), Sandbox-GeoCoordinateValue (P626), IUCN-ID (P627)
- If you're interested in a specific topic then the task forces are a good place to find like-minded people. Can't find one for your interest? Start one!
- Development
- More progress on supporting links to sisterprojects
- Fixing issues with geocoordinate datatype that popped up after deployment
- Selenium tests for time and geocoordinate interface
- EditEntity Refactoring (added parameter “new”)
- Open Tasks for You
- Help fix formatting and value issues for a property
- Respond to a "Request for Comment"
- Hack on one of these
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Translations are available.
- Recent software changes
- (Not all changes will affect you.)
- The latest version of MediaWiki (1.22wmf7) was added to test wikis and MediaWiki.org on June 13. It will be enabled on non–Wikipedia sites on June 17, and on all Wikipedias on June 20. [11]
- The Narayam and WebFonts extensions were successfully replaced by Universal Language Selector on June 11. [12]
- VisualEditor news:
- VisualEditor was temporarily disabled on Wikipedia sites on June 14 due to an issue that inserted a lot of HTML code. The issue is now fixed and VisualEditor works as before.
- Users can now use VisualEditor to add images and other media items from their local wikis and Wikimedia Commons. [13].
- VisualEditor also allows editing references. [14]
- The new Disambiguator extension, which was previously part of MediaWiki itself, was enabled on test wikis. It adds the magic word
__DISAMBIG__
to mark disambiguation pages. [15] - The newly enabled Campaigns extension allows Wikimedia Foundation data analysts to track account creations that result from a specific outreach campaign.
- Future software changes
- Universal Language Selector will be added to the Catalan (ca), Cebuano (ceb), Persian (fa), Finnish (fi), Norwegian Bokmål (no), Portuguese (pt), Ukrainian (uk), Vietnamese (vi), Waray-Waray (war) and Chinese (zh) Wikipedias on June 18. [16]
- Starting on June 18, VisualEditor will be randomly enabled by default for half of newly created accounts on the English Wikipedia to test stability, performance and features. [17]
- Two new webfonts (UnifrakturMaguntia and Linux Libertine) will be added to wikis that use Universal Language Selector. [18] [19]
- It will now be possible to hide the sidebar while using the Translate extension to reduce distractions (bug #45836). [20]
- A patrolling link will now be visible for un-patrolled pages, even if users don't visit it from Special:NewPages or Special:RecentChanges (bug #49123). [21]
- A request for comments on enabling a new search engine for MediaWiki was started.
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Unsubscribe.
The Signpost: 19 June 2013
edit- Op-ed: Two responses to the 'Tragedy of Wikipedia's Commons'
- News and notes: Swedish Wikipedia's millionth article leads to protests; WMF elections—where are all the voters?
- In the media: South African learners want Wikipedia
- Traffic report: Most popular Wikipedia articles of the last week
- Discussion report: Citations, non-free content, and a MediaWiki meeting
- Featured content: Cheaper by the dozen
- WikiProject report: The Volunteer State: WikiProject Tennessee
- Arbitration report: The Farmbrough amendment request—automation and arbitration enforcement
- Technology report: VisualEditor set for early July rollout
Wikidata weekly summary #63
edit- Discussions
- Final vote on the "Guidelines for sourcing statements" till June 24.
- Work started on a policy regarding information about living people
- Feedback needed on a proposal by the development team for how to support Wiktionary
- RfC about sockpuppetry guidelines
- RfC about personal names
- Events/Press
- Did you know?
- Newest properties: E number (P628), edition of (P629), Paris city digital code (P630), structural engineer (P631), cultural properties of Belarus reference number (P632), Répertoire du patrimoine culturel du Québec identifier (P633), captain (P634), ISTAT ID (P635), route of administration (P636), Protein ID (P637), PDB ID (P638), RNA ID (P639), Léonore ID (P640), sport (P641), of (P642), Genloc Chr (P643), Genloc Start (P644), Genloc End (P645), Freebase identifier (P646), drafted by (P647), Open Library identifier (P648), NRHP (P649), RKDartists (P650), BPN (P651), UNII (P652), PubMed Health (P653), direction relative to location (P654)
- Development
- Worked on site-link group editing to make it possible to link to sisterprojects
- Further work on input validation
- Further work on handling invalid data gracefully
- Use Serializers for generating API results
- Finished selenium tests for TimeUI and CoordinateUI
- Changed globe coordinate value input to use backend coordinate parser
- Fixed issues with data type definitions not being available in the frontend
- Wrote a little hack so that on statements with a long list of values you will always be able to see the name of the property of the current section you are in (since the label moves when scrolling the page)
- Open Tasks for You
- Help fix formatting and value issues for a property
- Respond to a "Request for Comment"
- Hack on one of these
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Translations are available.
- Recent software changes
- (Not all changes will affect you.)
- The latest version of MediaWiki (1.22wmf8) was added to test wikis and MediaWiki.org on June 20. It will be enabled on non–Wikipedia sites on June 24, and on all Wikipedias on June 27. [22]
- Universal Language Selector was successfully enabled on the Catalan (ca), Cebuano (ceb), Persian (fa), Finnish (fi), Norwegian Bokmål (no), Portuguese (pt), Ukrainian (uk), Vietnamese (vi), Waray-Waray (war) and Chinese (zh) Wikipedias. [23]
- The new interface for account creation and log–in is now the default on all Wikimedia wikis. The old look is no longer available (bug #46333). [24]
- The TimedMediaHandler extension now supports native FLAC files. A discussion to allow this file type is taking place on Commons (bug #49505). [25]
- After a test period, the Disambiguator extension was enabled on the English Wikipedia on June 18. [26]
- VisualEditor news:
- A VisualEditor bug temporarily made all new accounts unusable. The issue is now fixed and account creation works as before (bug #49727).
- A high importance file insertion bug has been fixed, but the feature does not work perfectly yet. [27]
- It is now possible to synchronise local CSS and JavaScript files with the beta cluster. This should make it easier to test software features before they are enabled on live wikis. [28]
- Future software changes
- The default link to a help page on editing, visible below the editing window, will change on almost 600 Wikimedia wikis and will now link to MediaWiki.org (bug #45977). [29]
- Universal Language Selector will be enabled on wikis without language versions (such as Wikisource and Wikispecies) on June 25. [30]
- The AbuseFilter extension will allow filtering links and HTML code for page creations. [31]
- The related changes special page will now include upload log entries. [32]
- It will soon be possible to choose the language of SVG files that contain translations. [33]
- MediaWiki will now allow converting audio files from one format to another. [34]
- The Wikidata technical team has started a discussion about how Wikidata can support Wiktionary. [35]
- The search feature on Wikimedia sites is planned to be modified to use Solr on all wikis by the end of 2013. [36]
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
18:13, 23 June 2013 (UTC)
The Signpost: 26 June 2013
edit- News and notes: Election results released
- In the media: Daily Dot on Commons and porn; Jimmy Wales accused of breaking Wikipedia rules in hunt for Snowden
- Traffic report: Most-viewed articles of the week
- Discussion report: Privacy policy, X!'s edit counter, old rangeblocks, and the Article Incubator
- WikiProject report: WikiProject Fashion
- Featured content: Wikipedia in black + Adam Cuerden
- Arbitration report: Argentine History closed; two cases remain suspended
- Recent research: Controversial Wikipedia topics
Wikidata weekly summary #64
edit- Discussions
- Other Noteworthy Stuff
- d:User:Byrial is creating database reports that are useful to find issues in the current data
- Denny created a map of all geocoordinates currently in Wikidata (normal and huge version - updated daily)
- Did you know?
- Newest properties: RTECS number (P657), RefSeq (P656), translator (P655)
- Development
- The Wikidata bug report with the most votes was closed (bugzilla:36729 - updating the link on Wikidata automatically when a page on Wikipedia is moved)
- Wikipedia pages will soon have a link named "Data item" in the toolbox section of the sidebar that links to the Wikidata item that is connected to the page (bugzilla:49105 - You can already see it on the main page of test2.wikipedia.org for example.)
- Calendar names displayed for time values can now be translated (bugzilla:49080)
- Added serializers for the Ask query language
- Buuuugfixes and testing
- Refactoring
- Worked on better handling of bad values (= values that don't fit the datatype they should have)
- Open Tasks for You
- Update, expand and translate one of the help pages to make it easier for newcomers
- Help fix formatting and value issues for a property
- Hack on one of these
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Translations are available.
- Recent software changes
- (Not all changes will affect you.)
- The latest version of MediaWiki (1.22/wmf9) was added to test wikis on June 27. It will be enabled on non–Wikipedia sites on July 8, and on all Wikipedias on July 11.
- On Wikisource, the canonical names of the "Index" and "Page" namespaces in the Proofread Page extension are no longer localized (bug #47596). Please check scripts that depend on
$wgCanonicalNamespace
. [37] - A JavaScript problem caused the "View history" and "Add topic" tabs in the Vector skin to be moved into the drop-down menu on right-to-left wikis. The issue is now fixed and links are visible as before (bug #50196). [38]
- There was a short site outage on June 28.
- The automated Category:Pages with broken file links now includes broken file links inserted inside the
<gallery />
tag (bug #50119). [39] - The Nearby feature is now enabled on Commons and shows images in a user's area. [40]
- There is now a special page listing disambiguation pages for wikis that use the Disambiguator extension (bug #44040). [41]
- The old version of the Article feedback tool (version 4) was removed from wikis that still used it. [42]
- VisualEditor news:
- Many bugs that caused text to be removed or damaged have been fixed, including one related to copy-paste (bug #49816).
- VisualEditor now offers a visual interface to edit references.
- In preparation for enabling the VisualEditor on a wider scale, new documentation has been created, including a list of frequently-asked questions and a user guide with many images. Please help with translations.
- Several problems related to overlapping of elements with the VisualEditor toolbar have been fixed (bug #50096, #50159, #50324).
- TemplateData information is now displayed for templates that are added to a page (bug #49778).
- Section edit links now show links to both VisualEditor and the old (source) editor (bug #49666).
- Images are now loaded securely when using HTTPS (bug #43015). [43]
- Future software changes
- VisualEditor will be enabled for all logged-in English Wikipedia users on July 1, and for all users on July 8.
- From July 8, it will be possible to upload WAV and native FLAC files to Commons, and use them directly on wiki pages (bug #49505). [44]
- The Universal Language Selector will be added to the English Wikipedia on July 2, and to remaining wikis on July 9. [45]
- Erratum
- Tech news #26 incorrectly reported that audio transcoding was added to TimedMediaHandler; it was actually statistics about audio transcoding that were added. [46]
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
14:28, 1 July 2013 (UTC)
The Signpost: 03 July 2013
edit- News and notes: Wikipedia's medical collaborations gathering pace
- In the media: Jimmy Wales is not an Internet billionaire; a mass shooter's alleged Wikipedia editing
- Traffic report: Yahoo! crushes the competition ... in Wikipedia views
- Discussion report: Snuggle, mainpage link to Wikinews, 3RR, and more
- WikiProject report: Puppies!
- Featured content: Queen of France
- Arbitration report: Tea Party movement reopened, new AUSC appointments
- Technology report: VisualEditor in midst of game-changing deployment series
Wikidata weekly summary #65
edit- Discussions
- Alternative proposal for Wiktionary support
- RfC on the sourcing requirements for bots
- Project chat discussion about creating a new Requests for mergers page
- One of our Google Summer of Code students is looking for feedback on mockups for Wikidata mobile
- Did you know?
- Newest properties: MeSH Code (P672), Mouse Genome Informatics ID (P671), street number (P670)
- Other Noteworthy Stuff
- Wikivoyage deployment planned to start July 22nd, see the coordination page here
- Addshore joins the Wikidata development team as an intern (project chat)
- Byrial creates Statistics showing the namespaces used in item site links
- Proposal for a new Wikimedia Foundation Sister project called 'Global Economic Map' that could use Wikidata at its core (on meta.)
- Development
- Very rough and tentative timeline for the next month of development: mw:Roadmap#Wikidata deployment
- Continued work on validation and handling of partially invalid data
- Breaking change for 'wbeditentity' in the API fixing (bugzilla:49526) - when creating new items the 'new' parameter must now be given
- Improved handling of broken UTF-8 encoding
- Made it possible to enter the direction in a geocoordinate also at the beginning now (for example 52°31′N 13°23′E can soon also be entered as N 52°31′ E 13°23′)
- Introduced PropertyInfoStore for quick access to meta-info about properties
- Deserialization of Description objects in Ask
- Lots of bugfixing
- Open Tasks for You
- Update, expand and translate one of the help pages to make it easier for newcomers
- Update and expand Wikidata:Contribute to provide more information for newcomers
- Help fix formatting and value issues for a property
- Hack on one of these
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Translations are available.
Recent software changes (Not all changes will affect you.)
- VisualEditor news:
- VisualEditor deployment has been delayed by a week. It is now planned to enable the editor for logged–in editors on chosen Wikipedias on July 22, and on all Wikipedias on July 29.
- A bug that made it impossible to save VisualEditor edits that triggered a CAPTCHA has been fixed. [47]
- Several bugs that occurred on right–to–left wikis have been fixed last week (bug #49416, bug #49613, bug #50543).
- Uploading files has been restricted on Meta Wiki to administrators and the newly created uploader group. An exemption doctrine policy is being developed (bug #50287). [48]
- Emergency priority CentralNotice banners will always be shown unless users have hidden them, ignoring cookies set for lower priority banners. [49]
Future software changes
- MediaWiki will allow choosing a specific page of a PDF document or a thumbnail of a video file to show up inside the
- It will now be possible to create empty
MediaWiki:
messages, for instance in order to disable them (bug #50124). [51] - The Nearby feature will soon be enabled on Wikivoyage wikis again. [52]
- The Notifications extension messages will now include a direct link to diffs on wiki as well as in notification e-mails (bug #48183). [53]
- Table of contents will now use the HTML
<div />
element instead of<table />
, fixing a nine–year–old bug #658. [54] - First mock–ups of a mobile Wikidata application have been published by Pragun Bhutani as part of his Google Summer of Code project. [55]
- A discussion on minimum documentation practices in MediaWiki code has been started and awaits comments from the community.
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
18:39, 8 July 2013 (UTC)
The Signpost: 10 July 2013
edit- News and notes: Wikimedia Board appoints world expert in women's issues, global south
- Op-ed: It's time to stop pretending the English-language Wikinews is a viable project
- Dispatches: Infoboxes: time for a fresh look?
- Traffic report: Most-viewed articles of the week
- Discussion report: Featured article process governance, signature templates, and more
- WikiProject report: Not Jimbo: WikiProject Wales
- Featured content: The week of the birds
Wikidata weekly summary #66
edit- Discussions
- Other Noteworthy Stuff
- A personal note and secret from Denny Vrandečić (WMDE)
- Denny's map gets an upgrade, take a look at the amazing visualisations!
- Browser search plugins for wikidata have beeen created.
- Byrial's database reports have been updated from the 2013-07-10 dump! These can be seen here.
- Development
- Support for badges in the process of being added to the DataModel.
- Created further UI mockups for Wikidata Mobile.
- Front end performance improvements in a few areas (including multiple edits on pages).
- The bug in wbeditentity where aliases were removed has been fixed.
- Did you know?
- Newest properties: eMedicine (P673), a list of (P674), Google Books identifier (P675), lyrics by (P676), ÚSOP code (P677), incertae sedis (P678), ZVG number (P679), molecular function (P680), cell component (P681), biological process (P682), ChEBI ID (P683), ortholog (P684), NCBI Taxonomy ID (P685), Gene Ontology ID (P686)
- Open Tasks for You
- Update, expand and translate one of the help pages to make it easier for newcomers
- Update and expand Wikidata:Contribute to provide more information for newcomers
- Help fix formatting and value issues for a property
- Hack on one of these
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Translations are available.
Recent software changes (Not all changes will affect you.)
- The latest version of MediaWiki (1.22/wmf10) was added to test wikis on July 11. It will be enabled on non–Wikipedia sites on July 15, and on all Wikipedias on July 18. [56]
- The Disambiguator extension was enabled on all Wikimedia wikis on July 9 (bug #50174). To use it, add the
__DISAMBIG__
code to disambiguation templates (see example). [57] - The Universal Language Selector was added to all remaining wikis on July 9, finishing the process of replacing the Narayam and WebFonts extensions. [58]
- The CommonsDelinker bot is now on-line and operating again, after a password problem was fixed (bug #51016).
- VisualEditor news:
- According to the schedule, VisualEditor will be available to all users on the English Wikipedia on July 15.
- Users should add TemplateData to templates to prepare for VisualEditor. A tutorial is available.
- Parameters marked as "required" in TemplateData are now auto-added when you add a template (bug #50747).
- Warnings are now displayed in VisualEditor when users edit pages that are protected or have edit notices (bug #50415).
- Many other bugs have been fixed in VisualEditor during the past two weeks.
- The Wikimedia technical report for June has been published, with a summary that can be translated.
Future software changes
- A new version of the Single User Login system for global accounts will be enabled on July 17. Users will now automatically go back to the previous page instead of seeing the "Login success" page with logos. [59]
- The software that resizes images on all wikis will change on July 18. Resizing of big images will be faster and more reliable, and the resolution limit for GIF, PNG and TIFF files (currently set at 50 megapixels) will be removed. [60]
- Edit tags (mostly used by AbuseFilter) will now also be on diff pages. They include a link to Special:Tags before the edit summary. Wikis that use links in tag messages should remove them. [61] [62]
- Global edit filters are currently in testing and will be added to wikis later. [63]
- Wikivoyage wikis will start to use Wikidata for interwiki links on July 22. [64]
- A new image gallery design has been proposed by Brian Wolff; comments and feedback are welcome.
- An IRC discussion about Bugzilla is planned for July 16, at 16:00 (UTC) on the IRC channel #wikimedia-office on Freenode (time conversion). [65]
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
17:39, 14 July 2013 (UTC)
The Signpost: 17 July 2013
edit- News and notes: Wikimedia Foundation's new plans announced
- WikiProject report: WikiProject Square Enix
- Featured content: Documents and sports
- Arbitration report: Kiefer.Wolfowitz and Ironholds case opens; July 22 deadline for checkuser and oversight applications
- Traffic report: Most-viewed articles of the week
Wikidata weekly summary #67
edit- Discussions
- A request for comment for exclusion criteria in wikipedia namespace.
- Images for the Main Page proposed and discussed on project chat.
- Discussion on Wikivoyage notability and changes to WD:N.
- Request for comment on sockpuppetry guidelines closes.
- Events/Press
- Watson has received the Feigenbaum Prize which has been donated to Wikimedia and Wikidata.
- Did you know?
- Other Noteworthy Stuff
- The fourteen-millionth item, about Huangjue, a village in China, is created.
- 239 Million language links removed from the Wikipedias, almost 5GB of text. (2012 vs 2013).
- Saskia joins the Wikidata team to analyze the proposals for Wiktionary in Wikidata.
- Wikivoyage deployment planned to start July 23rd, see the coordination page here.
- Development
- Wmf11 has been deployed to test.wikidata.org!
- Wikidata is moving from a Squid to a Varnish cache system!
- Search ranking has been improved ready for the next deployment where Wikivoyage support will also be added.
- Optional title normalization added to 'wbgetentities'
- Fixed broken XML result for wbeditentity.
- Fixed broken link to anchor in sitelinks section.
- Templates no longer parsed in labels.
- Technical documentation improved for Ask and WikibaseQueryEngine.
- Work started on EntitiesByPropertyValue API module.
- Work on ChangeOps and API module edit summaries.
- Open Tasks for You
- Update, expand and translate one of the help pages to make it easier for newcomers
- Update and expand Wikidata:Contribute to provide more information for newcomers
- Help fix formatting and value issues for a property
- Hack on one of these
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Translations are available.
Recent software changes (Not all changes will affect you.)
- The latest version of MediaWiki (1.22/wmf11) was added to test wikis and MediaWiki.org on July 18. It will be enabled on non–Wikipedia sites on July 22, and on all Wikipedias on July 25. [66]
- A new version of the Flow Prototype can be tested on Wikimedia Labs. [67]
- VisualEditor news:
- The schedule to add VisualEditor to non-English Wikipedias has been changed: the new editor will be available for logged-in users on the German (de), Spanish (es), French (fr), Hebrew (he), Italian (it), Dutch (nl), Polish (pl), Russian (ru) and Swedish (sv) Wikipedias on July 24, and for all users on those wikis on July 29. [68]
- A warning is now displayed if an edit made with VisualEditor matches an edit filter (bug #50472).
- SpamBlacklist messages are also supported (bug #50826).
- Users can now edit
<nowiki>...</nowiki>
blocks (bug #47678). - When a user types text at the end of a link, the link now expands to that text. [69]
- Freely-licensed fonts for the Cree, Inuktitut and Urdu languages were added to Universal Language Selector, fixing bug #42421 and bug #46693.
- A Wikidata search plugin for the Firefox web browser was released by Jeroen De Dauw and can be downloaded from the Mozilla add-ons website.
Future software changes
- The change of the Wikimedia image scaling system from ImageMagick to VipsScaler (announced in the previous issue) has been postponed until bug #51370 is fixed. [70]
- Administrators will no longer see an unblock link for autoblocked IP addresses on the contributions page (bug #46457). [71]
- A request for comments on site-wide CSS was started on MediaWiki.org. [72]
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
21:10, 21 July 2013 (UTC)
The Signpost: 24 July 2013
edit- News and notes: Wikivoyage turns ten, but where to now?; Wikipedia Zero expands into India
- In the media: Wikipedia flamewars
- Discussion report: Partially disambiguated page names, page protection policy, and more
- WikiProject report: WikiProject Religion
- Featured content: Engineering and the arts
- Arbitration report: Infoboxes case opens
- Traffic report: Gleeless
Wikidata weekly summary #68
edit- Discussions
- New UI Mockup suggested for Wikidata Mobile. Please give feedback.
- Events/Press
- Next office hour on August 26
- upcoming: COSCUP
- upcoming: Wikimania (including hackathon)
- Other Noteworthy Stuff
- Wikidata learns to travel - language link support for Wikivoyage has been enabled and it was concluded that Wikivoyagers are pretty awesome
- There is now a gadget you can use to see a map of a geocoordinate on Wikidata
- Picture of the week could use some more input
- Top 20 items on Wikidata that are covered in a lot of Wikipedias? Here you go.
- Did you know?
- Newest properties: Dodis (P701), encoded by (P702), found in taxon (P703), Ensembl Transcript ID (P704), Ensembl Protein ID (P705), located on terrain feature (P706), Satellite bus (P707), diocese (P708), Historic Scotland ID (P709), participant (P710), Strunz 8 (P711), Strunz 9 (P712), Strunz 10 (P713), Dana 8th edition (P714), Drugbank ID (P715), JPL Small-Body Database identifier (P716), Minor Planet Center observatory code (P717), Canmore ID (P718), Notable Incident (P719)
- Newest task forces: Global Economic Map task force
- Development
- When a page is moved on Wikipedia or Wikivoyage the link on Wikidata is now updated (bugzilla:36729)
- Ranking of the search results has been improved
- Worked on URL data type
- Added coveralls.io support for most of our components (test coverage)
- Fixed some minor bugs related to site-links editing
- Fixed bugzilla:52023, where multiple anon warning bubbles are displayed at once
- Worked on SpamBlacklist to filter URL values in Wikibase
- Improved handling of corrupt data from the database
- Made tests more reliable
- Made regular undo via the API work with Wikibase
- Worked on Time value formatter
- Error handling for ByPropertyValue API module
- Work on implementing QueryEntity
- Open Tasks for You
- Add some data about Hong Kong and related things. Denny promises nice visualizations ;-)
- Help fix formatting and value issues for a property.
- Respond to a "Request for Comment".
- Hack on one of these.
Latest tech news from the Wikimedia technical community. Please inform other users about these changes; not all changes will affect you. Translations are available.
- The latest version of MediaWiki (1.22/wmf12) was added to test wikis and MediaWiki.org on July 25. It will be enabled on non–Wikipedia sites on July 29, and on all Wikipedias on August 1. [73]
- Wikivoyage was offline for around 40 minutes on July 24. [74]
- Pywikipediabot moved their code from SVN to git; bot owners need to update their tools. [75]
- The Notifications and Thanks extensions were added to Meta-Wiki on July 26; other wikis will get them soon. [76]
- It is now possible to add edit summaries on Wikidata using the API; the feature will be added to user interface soon. [77]
- The software that resizes large PNG images on all wikis was changed on July 25. Resizing of PNG files bigger than 35 megapixels should be faster and more reliable now. [78]
- Three new webfonts (Gentium, Old Persian and Shapour) will be added to Universal Language Selector. [79], [80], [81]
- Special:MIMESearch, which gives a list of files by type, will be enabled on all Wikimedia wikis with MediaWiki version 1.22/wmf12 (bug #13438). [82]
- A mailing list to discuss multimedia features was started; users are encouraged to sign up.
- VisualEditor news:
- On July 24, VisualEditor was added for logged-in users on the German (de), Spanish (es), French (fr), Hebrew (he), Italian (it), Polish (pl), Russian (ru) and Swedish (sv) Wikipedias; it will be added for all users on those wikis on July 29. [83]
- A preference to completely disable VisualEditor while it is in beta phase was added on July 24. [84]
- Many bugs were fixed in right-to-left languages. [85] [86] [87] [88] [89] [90]
- It is possible again to scroll down in the template editing window (bug #51739).
- VisualEditor now works with the FlaggedRevisions extension. (bug #49699)
- If the user opens VisualEditor using a section edit link, the title of the section is added to the edit summary (bug #50872).
- Invisible templates now can't be deleted by accident or on purpose (bug #51322).
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
20:52, 28 July 2013 (UTC)
The Signpost: 31 July 2013
edit- Op-ed: The VisualEditor Beta and the path to change
- News and notes: Gearing up for Wikimania 2013
- Featured content: Caterpillars, warblers, and frogs—oh my!
- Discussion report: Defining consensus; VisualEditor default state; expert and layperson terms in article titles
- WikiProject report: Babel Series: Politics on the Turkish Wikipedia
- Arbitration report: Race and politics case closes
- Traffic report: Bouncing Baby Brouhaha
- Recent research: Napoleon, Michael Jackson and Srebrenica across cultures, 90% of Wikipedia better than Britannica, WikiSym preview
Wikidata weekly summary #69
edit- Discussions
- Request for comment on defining CheckUsers.
- Request for comment on class ⇄ instance relationship in Wikidata
- The d:Wikidata:Global Economic Map task force is starting its property list. Please go there to propose important properties about economics for countries, regions or companies.
- Events/Press
- Next office hour on August 26
- COSCUP this weekend, Taipei (August 3-4, 2013)
- Wikimania is nearly here!, Hong Kong (August 7-11, 2013)
- Other Noteworthy Stuff
- The list of interwiki links has been updated with more infomation and now also includes wikivoyage!
- Did you know?
- Newest properties: removed feature, introduced feature, Parent company
- Newest task forces: Global Economic Map task force
- Development
- Custom edit-summaries added for the majority of API modules
- Started working on implementation for ordering qualifiers in the JavaScript user interface
- ChangeOps for wbsetclaimvalue, wbcreateclaim, wbremoveclaims and refactoring of wbremoveclaim
- Fix handling of '0' value in API response
- Solved bugs related to copyright notice
- Some minor UI speed improvements
- EditEntity refactored
- Test cases improved
- Further work on URLs
- Work on implementing QueryEntity
- Open Tasks for You
- Add some data about Hong Kong and related things. Denny promises nice visualizations ;-)
- Help fix formatting and value issues for a property.
- Respond to a "Request for Comment".
- Hack on one of these.
Wikidata weekly summary #70
edit- Discussions
- Events/Press
- Wikimania continues! If you are around make sure you come and say Hi!
- Wikidata meetup in the chapters village on Saturday at 1 PM at Wikimania.
- Other Noteworthy Stuff
- Following numerous discussions we are happy to present the new version of the proposal that would lead to Wikidata supporting structured data for the Wiktionaries.
- There are now only an estimated 1,000,000 articles remaining with inter language links, down from the previous 26,000,000!
- Did you know?
- Newest properties: LAU (local administrative unit), Sikart (identifier in SIKART), symptoms (the possible symptoms of a medical condition)
- Frequently used for cities and other places, P17 ("country") indicates the sovereign state an item relates to. There now at least 100 items for most present day sovereign states. Leading is China (Q148) with 607,817 items, followed by Iran (!794) with 105,875 items and the United States of America (Q30) with 99,243 items. China rose from just 5266 items a month ago.
- Development
- Changeops implemented for all Api modules
- All Api modules now have better auto comments and custom summaries
- Work on claim ordering started
- Work on refactoring Api Tests
- Bug Fixes!!
- Open Tasks for You
- Add some data about Hong Kong and related things. Denny promises nice visualizations ;-)
- Help fix formatting and value issues for a property.
- Respond to a "Request for Comment".
- Hack on one of these.
The Signpost: 07 August 2013
edit- News and notes: Chapters Association self-destructs
- WikiProject report: WikiProject Freedom of Speech
- Featured content: The great Colorado River and the mysterious case of the grand duchess
- Discussion report: Civility policy, geographic names, CheckUser and Oversighter candidates, and more
- Arbitration report: Fourteen editors proposed for ban in Tea party movement case
- Traffic report: Greetings from the graveyard
The Signpost: 14 August 2013
edit- Special report: Jimmy Wales: media favors entertainment over raising public awareness
- News and notes: "Beautifully smooth" Wikimania with few hitches
- In the media: Chinese censorship
- Discussion report: Wikivoyage, reliable sources, music bands, account creators, and OTRS
- WikiProject report: For the love of stamps
- Featured content: Wikipedia takes the cities
- Arbitration report: Kiefer.Wolfowitz and Ironholds case closes; invitation to comment on applicants for checkuser and oversight ends 16 August
Wikidata weekly summary #71
edit- Events/Press/Blogs
- Other Noteworthy Stuff
- Wikivoyage is scheduled to get access to Wikidata data (aka phase 2) on August 26th.
- Listen to and watch beautiful Wikidata edits
- To support the inclusion of geographical coordinates in Wikidata, just about two months a new data type came available and d:Property:P625 "coordinate location" was created. Already 565,000 pairs of coordinates are now available on WikiData. Compare this to 870,000 coordinates on English Wikipedia or 1,500,000 items with d:Property:P17 "country", likely to have coordinates. Have a look at them on a map.
- Did you know?
- Newest properties: approved by (P790), ISIL ID (P791), chapter (P792), Key event (P793), as (P794), distance along (P795), geo datum (P796), executing authority (P797), mission design series designation (P798), air ministry specification (P799), work (P800), notable work (P801), student (P802), professorship (P803), GNIS Antarctica ID (P804), subject of (P805). Italian cadastre code (P806) In Addition new properties to describe mushrooms were created: hymenium type (P783), mushroom cap shape (P784), hymenium attachment (P785), stipe character (P786), spore print color (P787), mushroom ecological type (P789), edibility (P789). These will allow to build the data for a mushroom infobox (as w:Template:Mycomorphbox).
- Newest task forces: Physics task force
- Wikidata helped remove 240,000,000 language links from Wikipedia's wiki text.
- Development
- Want to get an overview of what Pragun, our Google Summer of Code student working on Wikidata for mobile, is doing? Check here
- Worked on simple special page to make a query (bugzilla:52385)
- Worked on ability to move qualifiers
- Started improving API and Special Page tests
- Fixed links to Special:SetSiteLink in non-JavaScript interface (bugzilla:51914)
- ChangeOps, custom summaries and autocomments for SetStatementRank API module
- Fixed displaying “0” as label/description in autocomments
- Some minor fixes for rare crashes of editing UI
- Worked on moving Selenium tests to Cucumber
- Open Tasks for You
- See if you can connect some of these Wikivoyage pages to their item on Wikidata.
- Check if some of the items on this and this list can be merged. But be careful to only merge if they are really about the same topic! Help about merging is at d:Help:Merge.
- Update, expand and translate d:Wikidata:Introduction to make it easier for newcomers to understand what Wikidata is all about.
- Hack on one of these.
Wikidata weekly summary #72
edit- Discussions
- Events/Press/Blogs
- Report from Wikimania
- Wikidata meets Incubator
- Office hour on 26th
- Other Noteworthy Stuff
- Average edits per page is nearly 5 now.
- Wikivoyage is still scheduled to get access to data on Wikidata (aka phase 2) on August 26.
- Developers are working hard to also make the URL datatype available by August 26 but there are factors that are not in their hands so it might have to be delayed until the next deployment in 2 weeks. URL as a datatype will soon be available on test.wikidata.org. Please give it some thorough testing and report bugs.
- Outsch! (Help collect and fix paper cuts.)
- Did you know?
- 20 undescribed monsters
- Newest properties: separated from (P807), code Bien de Interés Cultural (P808), WPDA id (P809), academic minor (P811), academic major (P812), date retrieved (P813), IUCN protected areas category (P814), ITIS TSN (P815), decays to (P816), decay mode (P817)
- Development
- Prepared deployment of phase 2 on Wikivoyage
- Worked on ability to sort qualifiers and references inside a statement
- Started work on an api module to merge items
- Worked on special page to query for items with one specific property and value
- Cleaned up code for handling recent change entries from Wikidata in the clients (Wikipedia/Wikivoyage)
- Worked on generic script for populating sites table and better integration with WMF process for creating new wikis
- Setup new git repo for WikibaseMobile skin and extension
- Fixed SetClaim api module to properly mark bot edits in recent changes and advised pywikipedia maintainers about adding support for the module. SetClaim can be used to create claims with references in a single edit.
- Reviewed code for Google Summer of Code students
- Updated doxygen documentation
- Open Tasks for You
- Report a paper cut (see above).
- Help fix formatting and value issues for a property.
- Hack on one of these.
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Not all changes will affect you. Translations are available.
New features
- The previous version of MediaWiki (1.22/wmf13) was added to test wikis and MediaWiki.org on August 15. It was enabled on non-Wikipedia sites on August 19, and on all Wikipedias on August 22. [91]
- The latest version of MediaWiki (1.22/wmf14) was added to test wikis and MediaWiki.org on August 22. It will be enabled on non-Wikipedia sites on August 26, and on all Wikipedias on August 29. [92]
- You can now use new styles of galleries. Please give feedback to User:Bawolff. [93]
- You can now visit a random page in a category, for example Special:RandomInCategory/Science. (25931) [94]
- You can now use the
<wbr>
HTML5 tag to say where a word can be cut. (52468) [95]
- Gadget authors: you can now use the
wikipage.content
hook, so that your scripts are re-run when a page is changed after the
document-ready
event (for example using Ajax). (30713) [96]
Problems fixed
- There was a bug where file redirects didn't work when a file was renamed; it is now fixed. There is still an issue with purging, but it should be fixed soon. (52200)
- Maintenance reports provided by special pages will now all be updated on each wiki every six months. This will for example give you recent information on uncategorized pages, unused templates and most wanted pages (see details).
- There was a bug that caused false positives for anti-blanking edit filters; it is now fixed. (52077) [97]
VisualEditor news
- The "edit" and "edit source" tabs and section edit links can now be changed more easily; for example, some wikis are using "edit source" for wikitext editing, and "edit beta" for VisualEditor. You can ask for the same change in bugzilla.
- You can now edit references that are added inside a
<references> block. (51741)
- You can now test on mediawiki.org new basic tools to add and edit struck text (with the button for the
<s> tag), lower text ( for <sub>), upper text ( for <sup>), underlined text ( for <u>), computer code ( for <code>
and <tt>), math text ( for <math>), Egyptian hieroglyphs ( for <hiero>), and to say that text is in another language ( for lang="ar" dir="rtl"). (51609, 51612, 51611, 51590, 51610, 52352)
- You can now use VisualEditor with the Opera browser. [98]
Future
- Starting on August 26, you will be able to use data from Wikidata on Wikivoyage sites. [99]
- Starting on August 27, you will also get notifications on the mobile site if you're logged in to a wiki using notifications. [100]
- Starting on August 28, all users with an account will be using HTTPS to access Wikimedia sites. HTTPS brings better security and improves your privacy. Some countries (like China) will not use HTTPS. If HTTPS causes problems for you, tell us on meta. [101]
- Starting on August 29, you will get the code editor interface to edit JavaScript and CSS pages on all wikis. [102]
- The plan to use Solr for search in MediaWiki was changed; instead, Elasticsearch is now planned. [103]
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
20:07, 25 August 2013 (UTC)
The Signpost: 21 August 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- From the editor: Call for contributors
- WikiProject report: Today's article for improvement
- News and notes: Wikipedia's Manual of Style marches into Manning's sex change
- Traffic report: Bad Cat
- Discussion report: Skyscrapers, Gibraltar DYKs, Four Award, Secure login, and more
- Featured content: Afrobeat
- Technology report: Generating musical scores with LilyPond
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 05:17, 26 August 2013 (UTC)
Wikidata weekly summary #73
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Discussions
- Events/Press/Blogs
- State of the Map (September 6-8, 2013)
- Recent office hour logs now availible.
- Other Noteworthy Stuff
- Abraham, Denny and Lydia sat down for an evening trying to capture what Wikidata is about in a video.
- Deployment! Wikivoyage now has access to the wikidata dataset and various other bugs have also been fixed (including the copyright warning)!
- Did you know?
- Newest properties: interchange station (P833), public holiday (P832), parent club (P831), Encyclopedia of Life (P830), OEIS ID (P829), possible causes (P828), BBC programme identifier (P827), tonality (P826), dedicated to (P825), Meteoritical Bulletin Database ID (P824)
- Newest task forces: Wikidata:País Valencià task force
- Development
- Work on allowing API module editentities to edit claims
- Work on entity / item redirects
- Work on support for moving qualifiers in API and Frontend
- Adding coordinates to diff display and improving diff display code
- Allowing site groups for language links on clients to be configurable (needed for commons)
- EntityId changes, we are now working on 0.5!
- Show snaktype in summary for novalue and somevalue snaks
- Further work on merge module for the API
- Wrote missing tests for various jQuery widgets
- Work on value formatters
- Continue on moving tests to cucumber
- Bug fixes for coordinates following the latest deployment
- Open Tasks for You
- Report a paper cut (see above).
- Help fix formatting and value issues for a property.
- Hack on one of these.
The Signpost: 28 August 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- News and notes: Looking ahead to Wiki Loves Monuments
- In the media: Chelsea Manning, Box-office predictors, and 'Storming Wikipedia'
- Traffic report: Reddit creep
- WikiProject report: Loop-the-loop: Amusement Parks
- Featured content: WikiCup update, and the gardens of Finland
- Technology report: Gallery improvements launch on Wikipedia
- Recent research: WikiSym 2013 retrospective
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 12:37, 31 August 2013 (UTC)
The Signpost: 04 September 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- In the media: Manning "put back in the closet"; State involvement in the Azerbaijani Wikipedia
- News and notes: Privacy policy debate gears up
- WikiProject report: Writing on the frontier: Psychology on Wikipedia
- Traffic report: No accounting for the wisdom of crowds
- Discussion report: Arbcom election procedures, Wiki Loves Monuments, Privacy policy, FDC, and more
- Featured content: Bridging the way to a Peasants' Revolt
- Arbitration report: Manning naming dispute case opens; Tea Party case closes ; Infoboxes nears completion
- Technology report: Making Wikipedia more accessible
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 20:57, 6 September 2013 (UTC)
Wikidata weekly summary #74
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Discussions
- Events/Press/Blogs
- State of the Map
- Dbpedia-Wikidata workshop
- 10 questions about VIAF, Wikidata and the world
- Wikidata quality and quantity
- Other Noteworthy Stuff
- Did you know?
- Newest properties: GSS code (2011) (P836), BioLib ID (P838), IMSLP ID (P839), narrative set in (P840), Paleobiology Database Identifier (P842), SIRUTA code (P843), UBIGEO code (P844). A set of properties to build calenders: public holiday (P832), day in year for periodic occurrence (P837) and feast day (P841). A proposal for "reoccurring date in machine readable format" is still under review.
- Development
- mlazowik has put in more work to getting support for batches (featured article and so on) to Wikidata
- Jeroen gave a presentation on clean functions
- More work on the URL datatype to make it ready for deployment
- Continuous work on cucumber & moving browser tests to saucelabs/cloudbees
- Simple query special page
- DataValues reorganization
- Open Tasks for You
- Help fix formatting and value issues for a property.
- Build a bot for one of the "bot requests".
- Respond to a "Request for Comment".
- Hack on one of these.
The Signpost: 11 September 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- News and notes: As deadline approaches, Individual Engagement Grants looks for ideas
- In the media: Lawyer goes to court to discover Wikipedian's identity; Storming Wikipedia; Wikimedia UK Secretary in conflict-of-interest controversy; Does Wikipedia need a "right to reply" box?
- WikiProject report: Traveling to Indonesia
- Traffic report: Syria, celebrities, and association football: oh my!
- Featured content: Tintin goes featured
- Arbitration report: Workshop phase opens in Manning naming dispute ; Infoboxes case closes
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 04:23, 13 September 2013 (UTC)
Wikidata weekly summary #75
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Events/Press/Blogs
- State of the Map
- Dbpedia-Wikidata workshop
- Slides for a Wikidata intro in French and English
- Speaker needed for a Wikidata talk in Slovakia
- Blog post by Denny: A categorical imperative?
- Other Noteworthy Stuff
- The URL datatype is now available. Go and add all the sources ;-)
- Sourcerer gadget by Magnus to help you add URLs from Wikipedia articles for claims
- Wikimedia Commons is scheduled to get interwiki links via Wikidata on 23rd of September
- Did you know?
- Newest properties: Saskatchewan Register of Heritage Property identifier (P845), Global Biodiversity Information Facility ID (P846), United States Navy aircraft designation (P847), Japanese military aircraft designation (P849), World Register of Marine Species identifier (P850), ESRB rating (P852), CERO rating (P853), URL (P854), Sandbox-URL (P855), official website (P856), CNKI (P857), ESPN SCRUM ID (P858), sponsor (P859), e-archiv.li ID (P860), premiershiprugby.com ID (P861), Operational Requirement of the UK Air Ministry (P862), InPhO identifier (P863), ACM Digital Library author identifier (P864), BMLO (P865), Perlentaucher (P866), ROME Occupation Code (P867), foods traditionally associated (P868), instrumentation (P870), printed by (P872), phase point (P873), UN class (P874), UN code classification (P875), UN packaging group (P876), NFPA Other (P877), avionics (P878), pennant number (P879), CPU (P880), Variable type (P881), FIPS 6-4 (US counties) (P882), FIPS 5-2 (code for US states) (P883), State Water Register Code (Russia) (P884), origin of the watercourse (P885), LIR (P886), based on heuristic (P887), JSTOR (P888), Mathematical Reviews identifier (P889), Request for Comments number (IETF) (P892), Social Science Research Network (P893)
- Newest task forces: Occupations and professions task force
- Development
- Breaking change to the API in the last deployment
- Started work on number data type
- Worked on simple query special page
- Worked more on moving (ordering) of qualifiers
- Worked on JSON dumps
- Continued working on allowing editentities API module to allow editing of claims
- Continued work on the merge items API module
- Worked on fixing the way Claim GUIDs are used throughout the code
- Worked on TableDefinitionReaders for Database component
- Unified and improved rendering of property values in summaries, diffs, wiki-pages, etc.
- Continued moving to new browsertests framework
- Bugfixes on autosummaries
- Worked with GSoC student on mobile skin
- Worked on refactoring of how we serialize and provide data about used entities on a page (e.g. entity pages or certain special pages) to the frontend
- Open Tasks for You
- Help fix formatting and value issues for a property.
- Respond to a "Request for Comment".
- Hack on one of these.
The Signpost: 18 September 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- News and notes: Third time's the charm: the FDC's newest round of funding requests
- Traffic report: Twerking, tragedy and TV
- WikiProject report: 18,464 Good Articles on the wall
- Featured content: Hurricane Diane and the Van Gogh
- Technology report: What can Wikidata do for Wikipedia?
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 05:52, 20 September 2013 (UTC)
Wikidata weekly summary #76
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Events/Press/Blogs
- upcoming: UK Wikidata Training
- Magnus blogged about the Wikidata Query tool
- Gerard did an interview with Emw about the heady stuff of Wikidata
- Other Noteworthy Stuff
- 30 percent of all items are categorized in 6 large groups (main type (GND) (P107)). Most are items about geographic features (1.7 million items), some of these already have coordinates (0.5 million). Items about persons are fairly frequent too (1.3 million), many already with gender (0.9 million), a few with DOB (0.05 million) or DOD (0.04 million). Other groups include: creative works (305,000), terms, organizations, and events.
- The first 2 Wikidata oversighters are elected, Ajraddatz and Rschen7754. Please contact the email at the above page, and do not post requests onwiki. Two more candidates are running: Stryn and Sven Manguard.
- Neat new gadget to semi-automatically import labels, aliases and descriptions based on Wikipedia article introductions
- New search backend on testwikidata needs testing
- Commons is still scheduled to get interwiki links via Wikidata on Monday and can also be tested on test.wikidata.org
- Did you know?
- Development
- Wikimedia Deutschland is looking for a software developer with a focus on frontend development with Java Script to work on Wikidata among other things. Apply!
- Paper Cut: Display the ID of an item or property page next to the label (bugzilla:53462)
- Paper Cut: Fix value field not loading for some properties (bugzilla:53157)
- Paper Cut: Work on supporting non-earth globes in the UI (bugzilla:54097)
- Worked on quantity data type implementation in backend and frontend
- Work on a build and release tool for the Wikidata software
- More work on sorting of references and qualifiers
- Work on database schema modification functionality to be used by the query store
- Prepare deployment for Wikimedia Commons (including improving script for populating sites table, adding support for Wikimedia Commons)
- Work on making entity data available in the Mobile Wikibase skin
- new Cirrus Search (Elastic Search) backend enabled on test.wikidata.org
- Finished up cucumber tests for sitelinks
- Hotfixes for coordinates autosummaries
- Worked on simplifying process of defining wb.fetchedEntities
- Finished working on wbeditentity
- Worked on MySQL and SQLite table definition readers
- Open Tasks for You
- Help fix formatting and value issues for a property.
- Respond to a "Request for Comment".
- Hack on one of these.
The Signpost: 25 September 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- Op-ed: Q&A on Public Relations and Wikipedia
- News and notes: Last call for Wiki Loves Monuments; Community–WMF tension over VisualEditor
- Traffic report: Look on Walter's works
- In the media: Fox News: Wikipedia abandons efforts to purge porn from online encyclopedia
- WikiProject report: Babel Series: GOOOOOOAAAAAAALLLLLLL!!!!!
- Featured content: Wikipedia takes the stage
- Recent research: Automatic detection of "infiltrating" Wikipedia admins; Wiki, or 'pedia?
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 06:07, 27 September 2013 (UTC)
Wikidata weekly summary #77
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Events/Press/Blogs
- Other Noteworthy Stuff
- Denny's last day on the development team was today. He has a few closing remarks in this blog post.
- Wikimedia Commons now gets language links via Wikidata
- Stryn's request for oversight flag
- Individual Engagement Grants Proposal: Understanding Wikidata
- Terminator now also has most linked-to items with no label in language X
- Draft for Wikidata support of Wikiquote
- Open position for a JavaScript developer to work on Wikidata - please spread the word
- Did you know?
- Newest properties: KSH code, FishBase species identifier, work location, Commons gallery, heritagefoundation.ca ID, PMCID, city served, type of electrification, color space, activating neurotransmitter, anatomical location, postsynaptic connection, presynaptic connection, possible treatments, possible examinations, magnetic ordering, main topic of creative work, Spanish subject headings for public libraries, SOC Occupation Code, NOC Occupation Code, GRAU index
- Development
- Said Good Bye to Denny - *sob*
- Improved layout for commons sitelink table
- More work on sorting
- Worked on statements UI tests
- Fixed failing QUnit tests
- Deployed new code and updated sites for Commons deployment
- Fixed a number of small bugs
- Code review for Google Summer of Code student projects
- Work to automate creating deployment branches and builds of Wikibase with its dependencies
- Open Tasks for You
- Help fix formatting and value issues for a property.
- Build a bot for one of the "bot requests".
- Respond to a "Request for Comment".
- Hack on one of these.
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Not all changes will affect you. Translations are available.
New features
- Special:Listfiles can now display old versions of files a user has uploaded. A new link was also added (Special:AllMyFiles) that gives a list of all files the current user has ever uploaded (that haven't been deleted).
- There is now an Android application to contribute to translatewiki.net from mobile devices. [104]
VisualEditor news
- VisualEditor now has a new toolbar with drop-down menus for advanced tools. [105]
- Many bugs were fixed, some related to copy-and-paste. [106]
- You can now move references, list of references, templates and other elements with the mouse ("drag-and-drop"). [107]
- You are invited to comment on designs for the interface to add references in VisualEditor.
Future
- Developers are looking for ideas of small technical projects that new developers could work on. Please add your ideas. [108]
- Developers are looking for wikis who would accept to try using secure links (HTTPS) for all users. [109]
- You can join an IRC discussion about "Beta features", a tool to try new features, on October 3. [110]
- You can join an IRC discussion about Flow, the new wiki discussion tool, on October 17.
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
20:12, 2 October 2013 (UTC)
Wikidata weekly summary #78
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Discussions
- 3 Individual Engagement Grants related to Wikidata are looking for feedback and endorsements: Understanding Wikidata, Wikidata Toolkit and Wikintelligence
- Request for Comments on linking Wikimedia Commons
- Events/Press/Blogs
- Other Noteworthy Stuff
- Tempo-spatial display (events in Wikidata on a map)
- Canned queries (for queries that help find missing information)
- Wikidata Browse (pretty slideshow of random Wikidata items, their pictures, labels in various languages and statements)
- Wikidata generic tree (displays a tree of data in Wikidata)
- We've crossed ID 15000000: d:Q15000000 (Category:Sternorsidis)
- Did you know?
- Newest properties: Code of nomenclature, programmer, theme music, inspired by, GHS precautionary statements
- Development
- Finished initial version of the build tool (= tool that creates one tarball/git repository from all our extensions and their dependencies for deployment)
- Continued work on numbers data type
- Continued work on Formatters (for autosummaries, diffs, etc)
- Fixed RDF serialization issue
- Merged merge API module
- Finished up database schema updating code
- Added validation for precision in globe coordinate value
- Finished and released Diff extension version 0.9
- Polishing work on Wikibase QueryEngine
- Some cleanup of EntityView
- Open Tasks for You
- Help fix formatting and value issues for a property.
- Hack on one of these.
- Note from Lydia about the future of the weekly summaries
- I've been compiling the weekly summaries for Wikidata for the past 1.5 years. It is time to give this into the hands of a few capable community members now that I have moved on to product management. Starting next week I will not be compiling the weekly summaries anymore. I am happy to help anyone who wants to take over get up to speed of course. Please contact me if you'd like to take this over.
The Signpost: 02 October 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- News and notes: WMF signals new grantmaking priorities
- Op-ed: Commons medical diagnostic images under threat from unresolved ownership
- Discussion report: References to individuals and groups, merging wikiprojects, portals on the Main page, and more
- WikiProject report: U2 Too
- Featured content: Bobby, Ben, Roger and a fantasia
- Arbitration report: Infoboxes: After the war
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 00:53, 6 October 2013 (UTC)
The Signpost: 09 October 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- News and notes: Extensive network of clandestine paid advocacy exposed
- Traffic report: Shutdown shenanigans
- In the media: College credit for editing Wikipedia
- WikiProject report: Australian Roads
- Arbitration report: Manning naming dispute and Ebionites 3 cases continue; third arbitrator resigns
- Featured content: Under the sea
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 13:17, 10 October 2013 (UTC)
Wikidata weekly summary #79
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Discussions
- Events/Press/Blogs
- Other Noteworthy Stuff
- Did you know?
- Newest properties: Wikivoyage banner, RSL identifier, ISIN
- Development
- Added index removal and addition support to Wikibase Database
- Improved initialization code of Wikibase Query
- Added database setup code to Wikibase Query
- Added schema updating support to Wikibase QueryEngine
- Added SimpleQuery special page to Wikibase Query. This page allows users to find entities by a property value pair
- Formatters for snaks/values are now used throughtout Wikibase
- Some progress on DecimalValues and QuantitiyValues
- Started work to include the data type of snaks in the JSON dumps
- Worked on cleaning up inconsistent handling of Claim GUIDs vs hashes.
- Implemented more convenient user interface for Special:SimpleQuery.
- MergeAPI module and claim editing from wbeditentity to be deployed
- Further work on a build step to make deployment easier
- Open Tasks for You
- Update, expand and translate Wikidata:Introduction to make it easier for newcomers to understand what Wikidata is all about.
- Help fix formatting and value issues for a property.
- Build a bot for one of the "bot requests".
- Respond to a "Request for Comment".
- Hack on one of these.
Wikidata weekly summary #80
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Discussions
- Events/Press/Blogs
- Other Noteworthy Stuff
- This week the 80 millionth edit was made to Wikidata
- Did you know?
- Newest properties: street address, e-mail, guest of honor, MusicBrainz label ID, burial plot reference, Austrian municipality key, streaming media URL, MycoBank taxon name identifier, IPNI taxon name identifier, Tropicos taxon name identifier, MSW species identifier, section, verse, or paragraph, ISBN-10, IBNR identifier, full text available at, ISCO code, NSZL identifier, BNE identifier, NLI (Israel) identifier
- Newest task forces: International relations task force
- Development
- Open Tasks for You
- Update, expand and translate Wikidata:Introduction to make it easier for newcomers to understand what Wikidata is all about.
- Help fix formatting and value issues for a property.
- Build a bot for one of the "bot requests".
- Respond to a "Request for Comment".
- Hack on one of these.
The Signpost: 16 October 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- News and notes: Vice on Wiki-PR's paid advocacy; Featured list elections begin
- WikiProject report: Heraldry and Vexillology
- Traffic report: Peaceful potpourri
- Discussion report: Ada Lovelace Day, paid advocacy on Wikipedia, sidebar update, and more
- Featured content: That's a lot of pictures
- Arbitration report: Manning naming dispute case closes
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 21:47, 18 October 2013 (UTC)
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Not all changes will affect you. Translations are available.
New features
- You can now choose which language to show for SVG files that contain several languages, using the "lang" option, like
[[File:Gerrit_patchset_25838_test.svg|lang=de]]
for the German layer of File:Gerrit patchset 25838 test.svg.
- Developers are looking for wiki communities to try the new search system. [111]
VisualEditor news
- You can now create and edit references inside media captions. [112]
- You now need to press the "delete" key twice to delete a template, reference or image; the first time, they only become selected, to avoid accidental deletion of infoboxes and similar content. [113]
- When you resize images, you will now still see them, and their size will also be seen in the center. [114] [115]
Future
- The new notifications system ("Echo") will be added to almost all wikis that don't already have it on October 22. It will notify you of changes and events that affect you. [116]
- MediaWiki 1.22wmf22 was added to test wikis on October 17. It will arrive to non-Wikipedia wikis on October 21 and all Wikipedia wikis on October 24 (calendar).
- The interface to reset your password will soon be changed. [117]
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
09:29, 21 October 2013 (UTC)
Wikidata weekly summary #81
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Discussions
- Events/Press/Blogs
- Gerard wrote about Wikipedia's place as a source within Wikidata
- Semantic MediaWiki Conference (SMWCon) will be held next week, Monday to Wednesday, in Berlin.
- Other Noteworthy Stuff
- Echo has been enabled on Wikidata
- Magnus created some queries for Wikidata
- Wikidata is 1 year on October 29th! Stay tuned for some 'surprises'
- Did you know?
- Newest properties: Philippine Standard Geographic Code, IOC country code, MusicBrainz area ID, BAG-code for Dutch villages, code for weekend and holiday homes (Sweden), Pastoratkod (Sweden), code for parishes in the Church of Sweden, Civil parish code/ATA-code in Sweden, Minor urban area code in Sweden, Urban area code in Sweden, tributary, described in URL, catalogue, category combines topics, neurological function
- Development
- Lazowik worked on API support for editing badges
- Bene added a keyboard shortcut to get from an article to the item it is connected to on Wikidata (bugzilla:46538)
- Bene worked on a table of content for items (bugzilla:44876)
- Bene improved Special:ItemDisambiguation (bugzilla:55466)
- Bene added ftp as an allowed protocol for the URL datatype (bugzilla:54103)
- Linked sitelinks in diffs (bugzilla:53471)
- Cleaned up and added tests in client that are necessary for improving the recent changes integration and for supporting enhanced changes
- Worked on the user interface for simple queries
- Worked on the user interface for the numbers datatype
- Continued work on ordering statement groups in the user interface
- Open Tasks for You
- Update, expand and translate d:Wikidata:Introduction to make it easier for newcomers to understand what Wikidata is all about.
- Improve some road items in your country by adding some statements to them.
- Help fix formatting and value issues for a property.
- Build a bot for one of the "bot requests".
- Hack on one of these.
The Signpost: 23 October 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- News and notes: Grantmaking season—rumbling in the German-language Wikimedia
- In the media: The decline of Wikipedia; Sue Gardner releases statement on Wiki-PR; Australian minister relies on Wikipedia
- Featured content: Your worst nightmare as a child is now featured on Wikipedia
- Traffic report: Your average week... and a fish
- Discussion report: More discussion of paid advocacy, upcoming arbitrator elections, research hackathon, and more
- WikiProject report: WikiProject Elements
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 02:03, 27 October 2013 (UTC)
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Not all changes will affect you. Translations are available.
New features
- The "Toolbox" section in the site sidebar is now called "Tools" in English. You can do the same in your language by editing the interface text on translatewiki.net. Someone else may have already done it. [118]
VisualEditor news
- On wikis with VisualEditor, you can now use it on pages in the File, Help and Category spaces. [119]
Problems
- On October 22 (UTC), an error in the site settings caused
*.wikimedia.org
sites (like Meta-Wiki and Commons) to redirect to wikimediafoundation.org
for a few hours. [120]
Future
- MediaWiki 1.23wmf1 was added to test wikis on October 24. It will arrive to non-Wikipedia wikis on October 28 and all Wikipedia wikis on October 31 (calendar).
- In the next days, servers in San Francisco will start providing (cached) content to users located in Oceania. If you are in that area and notice problems, please tell us. [121]
- You will soon be able to test new features easily using the "Beta Features" view. VisualEditor will be in the list on sites where it works and isn't automatically enabled. Another example is a set of changes in the article text style.
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
09:58, 28 October 2013 (UTC)
Wikidata weekly summary #82
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Events/Press/Blogs
- Wikidata celebrates its first birthday!
- Wikidata presentation at the Open Knowledge Workshop Day on November 4th by Wikimedia Suomi
- Interview with Magnus, a Wikimedia tool creator
- Other Noteworthy Stuff
- record held, the one-thousandth property, is created.
- Wikidata could be a multilingual picture dictionary
- Did you know?
- Newest properties: Lattes Platform number, NTA PPN identifier, PTBNP identifier, MusicBrainz Place ID, NLR (Romania) identifier, engine configuration, belongs to jurisdiction, record held, ARICNS, dmoz, scan file, NFPA Reactivity, NFPA Fire, NFPA Health, function/mission, elected holder, voice recording, spoken text audio
- Newest task forces: Railways task force
- Development
- Create and remove claim diffs will now show a diff for the WHOLE claim, bug 53142
- Sitelinks in diffs now have a link to the article
- ByPropertyLists now also accept lower case propertyids as keys instead of just uppercase
- WikibaseDatabase extension released to version 0.1
- Entity descriptions are now included in the search index text
- Sitelink titles are also included in search index text
- Further developments on Quantities
- Fixed the hiding of the remove button when adding a new statement
- Serialization options have been cleaned up
- Escape titles on revision history and diff pages
- Further work on Query and QueryEngine
- Open Tasks for You
- Update, expand and translate d:Wikidata:Introduction to make it easier for newcomers to understand what Wikidata is all about.
- Improve some road items in your country by adding some statements to them.
- Help fix formatting and value issues for a property.
- Build a bot for one of the "bot requests".
- Hack on one of these.
The Signpost: 30 October 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- News and notes: Sex and drug tourism—Wikivoyage's soft underbelly?
- Traffic report: 200 miles in 200 years
- In the media: Rand Paul plagiarizes Wikipedia?
- WikiProject report: Special: Lessons from the dead and dying
- Featured content: Wrestling with featured content
- Recent research: User influence on site policies: Wikipedia vs. Facebook vs. Youtube
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 21:07, 2 November 2013 (UTC)
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Not all changes will affect you. Translations are available.
New features
- The style and colors for warning boxes, error messages, and success messages in all skins of MediaWiki has been changed. [122]
VisualEditor news
- You will soon be able to switch from editing in VisualEditor to editing wikitext directly without having to save the page. You can't yet switch from wikitext to VisualEditor but developers hope to make it possible in the future. [123]
Problems
- There was a problem on October 31 during the activation of MediaWiki 1.22wmf2 on test wikis. mediawiki.org was also broken, and if you had problems logging in, it was probably because of this as well.
Future
- Because of the problem with MediaWiki 1.22wmf2, the calendar has changed. It will be added to mediawiki.org and non-Wikipedia sites on November 4, and all Wikipedia sites on November 7.
JavaScript / Gadget developers
- Due to a recent change, gadgets and user scripts that use jQuery UI should explicitly load the appropriate modules, as they may not be loaded by default. [124]
- Developers have started to remove long-deprecated methods. You should check the JavaScript console (in
debug=true
mode) and look for deprecation warnings and their stack trace. [125]
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
10:48, 4 November 2013 (UTC)
Wikidata weekly summary #83
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Discussions
- Events/Press/Blogs
- Wikidata IRC Office hour on Wednesday November 13th in #wikimedia-office
- On November 10th, Gerard Meijssen will discuss Wikidata at the Wikimedia Diversity Conference
- Lydia makes a guest appearance at the Metric and activities meeting to discuss Wikidata's growth
- Other Noteworthy Stuff
- Wikisource deployment planned to start January 13th, 2014, see the coordination page here
- Magnus discusses Wikidata items and Wikipedia entries
- Did you know?
- Newest properties: BIBSYS identifier, Arts & Architecture Thesaurus ID, criterion used, including, excluding
- Newest task forces: Athletics task force
- You can now thank users for their contributions on Wikidata
- Development
- Sitelinks in diff views now link to the article
- Bene* worked on adding a table of contents to item pages (bugzilla:44876)
- More work on badges by mlazowik
- Creating and removing claims with references and qualifiers now show full diffs
- Fixed invalid diffs which display 'diff=0' as a parameter (bugzilla:49434)
- Fixed cases where diff pages arew caches and display in incorrect languages (bugzilla:55667)
- Added ability to ignore conflicts in merge items API module
- Worked on adding the datatype in the json output
- Fix validation of wbsetreference
- Wikibase Query now listens to entity changes of Wikibase Repo
- Open Tasks for You
- Update, expand and translate d:Wikidata:Introduction to make it easier for newcomers to understand what Wikidata is all about.
- Improve biology, help out the Molecular biology task force.
- Help fix formatting and value issues for a property.
- Build a bot for one of the "bot requests".
- Hack on one of these.
The Signpost: 06 November 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- News and notes: Alleged 'outing' of an editor's personal information leads to Wikipedia ban
- Featured content: Five years of work leads to 63-article featured topic
- WikiProject report: WikiProject Accessibility
- Traffic report: Danse Macabre
- Discussion report: Sockpuppet investigations, VisualEditor, Wikidata's birthday, and more
- Arbitration report: Ebionites 3 case closed
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 05:12, 9 November 2013 (UTC)
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Not all changes will affect you. Translations are available.
New features
- You can now use the "Autonym" font of the Universal Language Selector (ULS) to display the name of languages (for example in navigation templates) in their correct script. To do this, add the CSS class
"autonym"
to the elements that include language names. Note that this font only works for the name of languages, not for any other text. [126]
Problems
- There was a problem with Parsoid (the program used by VisualEditor to convert wikitext to annotated HTML) on November 4, between 19:40 and 20:40 (UTC). Encoding issues caused non-ASCII characters (including those with diacritics, like "é") to be broken when converted to wikitext and saved to the page. [127]
Future
- The Beta Features tool is now available on Commons and Meta-Wiki. With it, you can test new features before they're added for everyone. The plan is to add this tool to all wikis on November 21. [128]
- MediaWiki 1.23wmf3 was added to test wikis on November 7. It will arrive to non-Wikipedia wikis on November 12 and all Wikipedia wikis on November 14 (calendar). [129]
- The MassMessage tool will be added to all wikis on November 14. It will make it simpler to send messages across wikis. [130]
- The button of the Search page will soon be changed to be blue and bigger (see the difference). [131]
- You will soon be able to add a page name as parameter for
{{REVISIONID}}
, {{REVISIONUSER}}
and {{REVISIONTIMESTAMP}}
and similar functions, by writing for example {{REVISIONID:Apple}}
. [132]
- In the future, when you hide a CentralNotice banner on a wiki, it will also be hidden on other Wikimedia sites. [133]
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
13:20, 11 November 2013 (UTC)
The Signpost: 13 November 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- Special report: FDC staff assessments raise the benchmarks for activities, impact, planning, and governance
- News and notes: Trademark at issue again with the Italian Wikipedia and wikipedia.it
- Traffic report: Google Doodlebugs bust the block
- Discussion report: Commas, Draft namespace proposal, education updates, and more
- WikiProject report: The world of soap operas
- Featured content: 1244 Chinese handscroll leads nine-strong picture contingent
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 06:24, 16 November 2013 (UTC)
Wikidata weekly summary #84
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Discussions
- Events/Press/Blogs
- Digitale Bibliothek 2013 is taking place, November 21st to November 22nd
- Wikidata office hour logs are available here
- Other Noteworthy Stuff
- Magnus creates a Wikidata search add-on for Wikipedia
- Freebase-Wikidata mappings are produced by Google
- The Wikidata IRC channel is moving from #wikimedia-wikidata to #wikidata.
- Magnus and the Wikidata created redlink lists
- Did you know?
- Newest properties: feed URL, language regulatory body, BAV (Vatican Library) identifier, asteroid taxonomy
- Newest task forces:
- Development
- Added a keyboard shortcut to get from an article to its associated item on Wikidata (bugzilla:bug 46538)
- Fixed bugzilla:49434 (Support diff=0 in Wikibase)
- Worked on Lua improvements including bugzilla:54324 (sequence in Lua should start with 1)
- Started making improvements to the loading time of items
- Started creating a special page to show the items with the most sitelinks (bugzilla:46217)
- More work on ranks for statements
- Worked on putting the datatype into the JSON output
- Worked more on support for enhanced changes format in client
- Cleaned up code that handles Wikibase entries in client recent changes
- Added tests for recent changes formatting code in MediaWiki code
- Updated Wikibase to maintain compatibility with changes in Universal Language Selector
- Removed many deprecates method usages related to EntityId
- Improved Special:SetSiteLink page
- Removed obsolete EntityCache code from Wikibase Client
- Removed obsolete SearchEntityArtefacts script from Wikibase Repo
- Updated usages of EntityId to usages of ItemId and PropertyId where applicable
- Open Tasks for You
- Update, expand and translate d:Wikidata:Introduction to make it easier for newcomers to understand what Wikidata is all about.
- Create a mineral species, help out the Mineralogy task force by forming new new statements today!
- Help fix formatting and value issues for a property.
- Build a bot for one of the "bot requests".
- Hack on one of these.
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Not all changes will affect you. Translations are available.
Problems
- There was a problem caused by too many requests to the database on November 14. [134]
Future
- MediaWiki 1.23wmf4 was added to test wikis on November 14. It will arrive to non-Wikipedia wikis on November 19 and all Wikipedia wikis on November 21 (calendar).
- The new Search tool (CirrusSearch) will be added to
*.wikimedia.org
, Wikimania and Wikisource wikis on November 19, and Wiktionary wikis on November 21 (except where it's already available). Once it is added, you can test it by adding &srbackend=CirrusSearch
to the address of the search results page. It will become the main search engine on Wikivoyage wikis on November 21. [135]
- The MassMessage tool will be added to all wikis on November 19 instead of November 14. It will make it simpler to send messages across wikis. [136]
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
08:59, 18 November 2013 (UTC)
Wikidata weekly summary #85
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Discussions
- Events/Press/Blogs
- Other Noteworthy Stuff
- Reasonator now supports cities and locations
- The quantities datatype is available for testing
- Did you know?
- Newest properties: main food source, GHS signal word, Digital Rights Management system, legal citation, light characteristic of a lighthouse, crew member, donated by, awarded by, doctoral thesis, SUDOC catalog (editions only), SBFI occupation code, SBC-2010 occupation code, CNO-11 occupation code, KldB-2010 occupation code
- Development
- Refactored Api output
- Collect tasks for Google Code In
- Make wbeditentity accept serialization with the id and type keys
- Start setting up ‘automated’ part of the Wikidata build script
- Released version 1.0 of the Ask library https://github.com/wmde/Ask
- Fixed dependency injection issue in Wikibase Query
- Started work on providing a new serialization library that does not have the design issues of the current data model serialization code and can be used as standalone PHP library
- Moved quantity data type out of experimental and enabled on https://test.wikidata.org
- Improved Wikibase Lua code
- Open Tasks for You
- Update, expand and translate d:Wikidata:Introduction to make it easier for newcomers to understand what Wikidata is all about.
- Improve some road items in your country by adding some statements to them.
- Help fix formatting and value issues for a property.
- Build a bot for one of the "bot requests".
- Hack on one of these.
The Signpost: 20 November 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- From the editor: The Signpost needs your help
- News and notes: Foundation to Wiki-PR: cease and desist; Arbitration Committee elections starting
- Book review: Peter Burke's Social History of Knowledge—ambitious, fascinating, and exhaustive
- Traffic report: Ill Winds
- WikiProject report: Score! American football on Wikipedia
- Featured content: Rockin' the featured pictures
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 10:59, 24 November 2013 (UTC)
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Not all changes will affect you. Translations are available.
New features
- The Beta Features announced before are now available on all Wikimedia wikis. You can test new features easily by changing your Beta preferences. VisualEditor is one of those features on sites where it works and isn't automatically enabled. There is also a new media viewer and changes in the article text style. [137]
- Tools developers can now create tools that use the OAuth protocol to connect to accounts on Wikimedia sites. As a user, you can use those tools to make edits and other changes with your account without giving the tool your password. [138]
Problems
- Wikis that are currently testing CirrusSearch had problems with search results on November 18 from 16:00 to 20:00 UTC.
Future
- There will be no major code changes on the week of November 25 because many developers will be on holiday for Thanksgiving.
- The editing interface of
Page:
pages on Wikisource (working with the Proofread Page extension) will soon also work without JavaScript. [139]
Tech news prepared by tech ambassadors and posted by Global message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
06:57, 25 November 2013 (UTC)
Wikidata weekly summary #86
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Discussions
- Events/Press/Blogs
- Other Noteworthy Stuff
- Did you know?
- Newest properties: ZDB identifier, sockets supported, film editor, type of kinship, relative, manager/director, Dewey Decimal Classification, honorific suffix
- Newest task forces: Sports results task force
- Development
- Ranks are nearing completion (bugzilla:49120)
- Quantities got some more love (improved diff, added scientific notation and simple localisation and made it possible to show/not show + for positive values - bugzilla:54318)
- Ordering of statement groups is nearing completion
- Avoid loading all referenced items in EntityView to improve loading time of items
- Finalizing the inclusion of data types in JSON output
- Fixed 2 XML errors on test.wikidata.org ready for deployment
- Started work on a Wikibase-independent serialization component for DataValues
- Worked on making Lua arrays start with 1 instead of 0 (bugzilla:54324)
- Released the Datavalues library
- Improved enhanced changes code in core, to better allow Wikibase (and Flow) to support that format
- Defined permissions for Simple Queries
- First Google Code-In task completed (meaning Special:SetSitelink now retains POSTed infomation after an error so you don't have to enter it again)
- Open Tasks for You
- Update, expand and translate d:Wikidata:Introduction to make it easier for newcomers to understand what Wikidata is all about.
- Improve some road items in your country by adding some statements to them.
- Help fix formatting and value issues for a property.
- Build a bot for one of the "bot requests".
- Hack on one of these.
The Signpost: 04 December 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- News and notes: One decade of Wikisource; FDC recommendations raise serious questions
- Discussion report: Musical scores, diversity conference, Module:Convert, and more
- WikiProject report: Electronic Apple Pie
- Traffic report: Kennedy shot Who
- Featured content: F*&!
- Arbitration report: Ottoman Empire–Turkey naming dispute case opens; New discretionary sanctions draft proposal available for review
- Recent research: Reciprocity and reputation motivate contributions to Wikipedia; indigenous knowledge and "cultural imperialism"; how PR people see Wikipedia
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 06:31, 5 December 2013 (UTC)
Wikidata weekly summary #87
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Discussions
- Events/Press/Blogs
- Other Noteworthy Stuff
- The Italian and Polish Wikipedia now display Wikidata results in their searches
- A few new features which require your testing!
- Did you know?
- Newest properties: NCL identifier, Catholic Hierarchy ID, discovery method, Sycomore ID, SWB editions, IDEO Job ID, ZDB identifier
- Newest task forces: Periodicals task force
- Showcase items: Douglas Adams, ethanol
- Development
- Finalized localization of quantity values
- Worked on support for scientific notation in quantities
- More work on improving diffs
- Worked on ranks and grouping of statements of the same rank
- Improved performance of AuthorityControl gadget by a factor of 5
- Finished work on initial version of ordering of statements
- Bene* finished the API part of badges support (user interface part is still needed)
- Database performance improvements
- Released DataValues Serialization 0.1 https://github.com/DataValues/Serialization/
- Released Ask Serialization 1.0 https://github.com/wmde/AskSerialization
- Open Tasks for You
- Update, expand and translate d:Wikidata:Introduction to make it easier for newcomers to understand what Wikidata is all about.
- Improve some road items in your country by adding some statements to them.
- Help fix formatting and value issues for a property.
- Build a bot for one of the "bot requests".
- Hack on one of these.
- Help develop the next summary here!
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Not all changes will affect you. Translations are available.
This newsletter is now posted using MediaWiki message delivery.
New features
- The CommonsMetadata feature was added to all wikis. It creates metadata information about multimedia files (like their license) that can be read automatically by computer programs. It not only works for Commons, but for all wikis, and you can use it for files on your wiki by editing templates used to describe metadata. [140]
- JavaScript code used on Wikimedia sites is now saved locally on your computer to load faster. [141]
- You can now paste formatted content copied from external sources (not just as plain text) into VisualEditor; this includes copy/pasting from other VisualEditor windows. [142]
- You can now open VisualEditor by adding
?veaction=edit
to the page URL, regardless of your user preferences. [143]
- Many bugs have been fixed, and VisualEditor should also look faster, for example when you save a page. [144]
Problems
- Due to issues, the new search tool ("CirrusSearch") was recently removed from wikis where it was enabled, then added again. [145]
Future
- MediaWiki 1.23wmf6 was added to test wikis on December 5. It will arrive to non-Wikipedia wikis on December 10 and all Wikipedia wikis on December 12 (calendar).
- The old Etherpad tool (replaced by a new version) will be removed on December 30, 2013. You can still save old pads before that date using the old address: https://etherpad-old.wikimedia.org. [146]
Tech news prepared by tech ambassadors and posted by MediaWiki message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
08:38, 9 December 2013 (UTC)
This Month in GLAM: November 2013
edit
Headlines
- Australia and New Zealand report: From East to West
- Belgium report: Wiki Loves Monuments in Belgium and Luxembourg
- France report: Mass uploads; Wiki Loves Monuments; Edit-a-thon; GLAM conference
- Germany report: MS Wissenschaft; Science Gallery; Zugang gestalten; Science 2.0; OKFest 2014
- Italy report: Libraries and librarians (but there are still shoes)
- Mexico report: Wiki Loves Monuments 2013 award ceremony; Day of the Dead photo contest winners
- Netherlands report: Edit-a-thon Amersfoort; Wikipedia seminar Oslo; Wikimedia Nederland Conference; Europeana Fashion
- Spain report: Wiki Loves Monuments; Fundación Joaquín Díaz González; Wiki Party in Salamanca
- Sweden report: Motorcycles, Norway and shoes
- Switzerland report: Wiki Loves Monuments Awards Ceremony; Wikipedians in Residence; Image Donations
- UK report: Open content at the BBC; edit-a-thons; photography
- USA report: GLAM-Wiki Activities in Philadelphia and Vancouver, Washington
- Open Access report: Open Access Button and Berlin 11 conference
- Calendar: December's GLAM events
Read this edition in full • Single-page
To assist with preparing the newsletter, please visit the newsroom. Past editions may be viewed here.
Unsubscribe · Global message delivery 23:04, 10 December 2013 (UTC)
The Signpost: 11 December 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- News and notes: Wiki Loves Monuments—winners announced
- In the media: Edward Snowden a "hero"; German Wikipedia court ruling
- Interview: Wikipedia's first Featured Article centurion
- Traffic report: Deaths of Mandela, Walker top the list
- WikiProject report: WikiProject Wine
- Featured content: Viewer discretion advised
- Technology report: MediaWiki 1.22 released
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 04:17, 12 December 2013 (UTC)
Wikidata weekly summary #88
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Discussions
- Other Noteworthy Stuff
- Succu becomes the first non-bot user with more than 1000000 edits in Wikidata
- Did you know?
- Newest properties: ResearcherID, Portuguese Job Code CPP-2010, PSH id, medical condition
- Newest task forces: Political geography task force
- Showcase items: Barack Obama, Hubble Space Telescope
- Fun Fact: Q12345 is Count von Count (ah ah ah)
- Development
- Made improvements to lower database load
- Deployed ordering, ranks and a table of contents and fixed issues with those after deployment (mainly performance-related)
- Worked on preventing import of wikitext into item and property namespace
- Started working on a new DataModel serialization component which will be usable loose from Wikibase. Both authors and people analysing dumps will thus finally have the deserialization task solved for them.
- Started working on a version of DataModel that works with the new DataValues components
- Open Tasks for You
- Update, expand and translate d:Wikidata:Introduction to make it easier for newcomers to understand what Wikidata is all about.
- Use the rails, help out the Railways task force!
- Help fix formatting and value issues for a property.
- Build a bot for one of the "bot requests".
- Hack on one of these.
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Not all changes will affect you. Translations are available.
New features
- You can now see a legend on Special:RecentChanges and Special:Watchlist that explains the symbols used. [147]
- If your wiki is testing the new search tool ("CirrusSearch"), you can now test it by adding "New search" in your Beta features preferences. [148]
- The toolbar is now simpler; all text styles (bold, italics, underline, subscript, etc.) are in the same menu, and the "More" menu is called "Insert". [149]
- You can now use a basic tool to add special characters to your text. You can add more characters (useful in your language) by editing the MediaWiki interface on translatewiki.net.
- The tool to add and edit mathematical text is now called "formula". [150]
Problems
- There was a problem with the "Create a book" tool (Collection); books could only be exported to PDF format. The change has been undone. [151]
- The log-in system for external tools ("OAuth") was broken on wikis that tested the new search tool. It was fixed last week. [152] [153]
- Because of a bug, this newsletter is delivered to users using the new MediaWiki message delivery, and to community pages using the old EdwardsBot. [154]
Future
- MediaWiki 1.23wmf7 was added to test wikis on December 12. It will be added to non-Wikipedia wikis on December 17 and all Wikipedia wikis on December 19 (calendar).
- You will soon be able to select the language of SVG images that have translations using a drop-down menu on the image page. (see example) [155]
- GLAMToolset, a tool to help GLAM groups (like museums) upload many pictures to Commons, will be added to Commons on December 17. [156]
- A Draft namespace will be added to the English Wikipedia to make it easier to create new pages. You will be able to use VisualEditor for drafts if you have enabled it. [157] [158]
Other
- You can read the summary of the technical report for November 2013 to learn more about VisualEditor, Mobile and other features. [159]
Tech news prepared by tech ambassadors and posted by MediaWiki message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
08:24, 16 December 2013 (UTC)
The Signpost: 18 December 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- News and notes: Nine new arbitrators announced
- WikiProject report: Babel Series: Tunisia on the French Wikipedia
- Discussion report: Usernames, template data and documentation, Main page, and more
- Traffic report: Hopper to the top
- Featured content: Triangulum, the world's most boring constellation
- Technology report: Introducing the GLAMWikiToolset
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 06:54, 19 December 2013 (UTC)
Wikidata weekly summary #89
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Discussions
- Other Noteworthy Stuff
- Wikisource is still scheduled to get language links via Wikidata on January 14th
- Did you know?
- Newest properties: NLM ID, NDL editions
- Showcase items: Douglas Adams
- Fun Fact: The Mayan calendar (Q2012) did not correctly predict the end of the world nor the end of Q items as Wikidata (Q2013) went on to host Wikipedia links this year.
- Development
- Happy Holidays from the dev team! Have a great time and continue being awesome ;-)
- Improved and added a lot of tests
- Worked on displaying qualifiers in the non-JavaScript UI
- No longer displaying the table of contents from item/property pages if there would be less than 3 entries in it
- Caching and database improvements
- Worked on preventing the import of wikitext into the main and property namespace
- More work on quantities UI
- Open Tasks for You
- Update, expand and translate d:Wikidata:Introduction to make it easier for newcomers to understand what Wikidata is all about.
- Use the rails, help out the Railways task force!
- Help fix formatting and value issues for a property.
- Build a bot for one of the "bot requests".
- Hack on one of these.
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Not all changes will affect you. Translations are available.
Recent software changes
- The latest version of MediaWiki (1.23wmf8) was added to test wikis and MediaWiki.org on December 19. It will be enabled on non-Wikipedia wikis on December 31 and on all Wikipedia wikis on January 2, 2014 (calendar).
- You can now test the new search tool ("CirrusSearch") on all Wikisource, Wiktionary and Wikimedia chapter wikis hosted on Foundation servers. Enable "New search" in your Beta features preferences. [160]
- There was a bug where notifications were not sent when the signature of the user leaving the message linked to a translated namespace. The problem was fixed in the software and will soon be fixed on Wikimedia sites. [161] [162]
- You can now use the log-in system for external tools (OAuth) on all Wikimedia wikis that use the unified login. [163]
- If your wiki adds stars or other icons to interwiki links for featured articles in other languages, you may need to change the JavaScript code. [164]
- You can thank other users for their edits even if your browser does not have JavaScript. [165] [166]
- All edits made through Flow, the new discussion system for MediaWiki, are now visible in user's contributions. You can test it on the Flow talk page on MediaWiki.org. [167] [168]
- You can test a visual tool that shows edits made to an article over time. It only works for English Wikipedia pages for now and is slow on long articles. [169]
- You can test the first version of the new mobile Wikipedia app for Android and iOS. [170]
- Translatewiki.net, the site where you can translate the MediaWiki software, now has a new main page for users without an account. [171]
Future software changes
- There will be no technical changes this week (December 23 to December 29) due to end-of-year holidays.
- When someone deletes, restores, uploads, or moves a file on Commons, pages on all wikis that use that file will be refreshed. [172] [173]
- New users will soon have their user and talk pages added to their watchlist as soon as they create an account. [174] [175].
- The new search tool (CirrusSearch) will not show the text of versions of a page that have been hidden. [176] [177]
- You will soon be able to see the raw HTML created by some wikitext by using the Special:ExpandTemplates tool. [178] [179]
Tech news prepared by tech ambassadors and posted by MediaWiki message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
08:22, 23 December 2013 (UTC)
Wikidata weekly summary #90
edit
Here's your quick overview of what has been happening around Wikidata over the last week.
- Discussions
- Discussion over handling of items
- RfC: Interwiki links for subpages (Notability based discussion)
- Closed: Inactive administrators
- Closed: Bot policy
- Closed RfA: Matěj Suchánek (Successful)
- Open RfA: GerardM
- Other Noteworthy Stuff
- Add the file and translate namespaces to the list of namespaces excluded from Wikibase Client's linking functionality and enable the "Add links" dialog for pages without language links on commons. (#58903)
- Did you know?
- Newest properties: chromosome, produces
- Development
- Redesign and improvement of toollabs:bene/itemsbycat/. You can also use short urls like toollabs:bene/itemsbycat/enwiki/Wikidata.
- Worked on reorganizing our git repositories and splitting quite a few of them
- Worked more on parser cache to be able to cache more content (this failed during the last deployment)
- Some progress on redirects
- Tests, tests, tests
- Vacations \o/
- Monthly Tasks
- Fix a format or content violation for the Public holiday (P832) propery
- Hack on one of these.
- Help develop the next summary here!
- Help translate on of Bene*'s tools!
The Signpost: 25 December 2013
edit
News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
- News and notes: IEG round 2 funding rewards diverse ambitions
- Discussion report: Draft namespace, VisualEditor meetings
- WikiProject report: More Great WikiProject Logos
- Featured content: Drunken birds and treasonous kings
- Technology report: OAuth: future of user designed tools
- Recent research: Cross-language editors, election predictions, vandalism experiments
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 05:07, 28 December 2013 (UTC)
Latest tech news from the Wikimedia technical community. Please inform other users about these changes. Not all changes will affect you. Translations are available.
Recent software changes
- You can now see the text of DjVu and PDF files in search results on wikis testing the new search tool (CirrusSearch). [180] [181]
- With the new version of the Wikibase DataModel extension, you can install it outside Wikimedia wikis. [182]
VisualEditor news
- Images are now shown inside VisualEditor as HTML5
<figure />
elements. Comments are welcome. [183]
- You can now test a basic version of VisualEditor on mobile devices; see this article as an example.
Problems
- On December 23, Wikimedia Labs was broken for 4 hours due to an NFS problem. [184]
Future software changes
- CirrusSearch will be added as the second search method for Spanish (es), French (fr), Portuguese (pt) and Russian (ru) wikis on December 30. Wikimedia Commons, Wikispecies and Wikinews users will also be able to enable it in their Beta Features options.
- AbuseFilter log entries will be visible in CheckUser tool reports. [185] [186]
- It will soon be possible to search for log entries done by users without an account. [187] [188]
- It will no longer be possible to globally hide users with more than 1,000 edits. [189] [190]
Tech news prepared by tech ambassadors and posted by MediaWiki message delivery • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
08:40, 30 December 2013 (UTC)
English/Russian translations
edit
Dear Putnik, I am contacting you to introduce myself. My name is Jessica Robell and I have recently joined the Wikimedia Foundation as a part of the fundraising team. My work will be focused to a large extent around translations. I am very interested in finding engaged Wikipedians, such as yourself, who would be interested in contributing with their time to translate shorter text from English to Russian. We have for example recently put up a 'Thank you letter' from the Wikimedia Foundation's ED Sue Gardner for translation, using the translation extension. You can find the letter here: https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-Fundraising%2FTranslation%2FThank+you+email+20131202&language=ru&filter=translated&action=translate I would be most grateful to get your help to translate/proofread this letter in order to develop a quality translation in Russian.
Furthermore, in addition to using the translation extension, my aim is to develop a few personal contacts to whom I can reach out with potential questions regarding a particular word choice etc. As an engaged Wikipedia translator, I would be very interested in hearing your view on this.
Thank you very much for your support. I look forward to hearing from you.
Kind regards,
Jessica Robell
Global Fundraising Coordinator
Jrobell (talk) 12:34, 31 December 2013 (UTC)jrobell