Wikipedia:Wikidata/Newsletter/Archiv/2012

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

Wikidata weekly summary #27

Here's your quick overview of what has been happening around Wikidata over the last week.
  • Development
    • Wikidata branch was merged \o/ (about 10.000 lines of code) This also means that MediaWiki now has shiny new ContentHandler features to enable storing data and other content types
    • Updated demo system
    • Fixed MediaWiki core bugs and responded to feedback about the ContentHandler
    • Looked into Solr
    • Added statement interface for items
    • Added claim interface for entities
    • Added IRIValue and GeoCoordinateValue
    • Added GeoCoordinate parser
    • Added base for the ValueFormatters extension
    • Initial work on create claim API module
    • Initial work on better API transformation handling of the data model components
    • Made the API aware that entities, not items are the thingies we really want to get
    • Finished implementation of non-JavaScript edit buttons
    • Switched local integration server to use core master branch
    • Improved how recent changes from the repository are displayed in the client
    • Worked on tests for recent changes on the client
    • Added Wikipedia-compatible URL rewrites for subdomains en, de, hu and he (en.wikidata-test-repo.wikimedia.de/wiki/Helium leads to the item)
  • Discussions/Press
  • Events
    • KESW
    • upcoming: Wikimedia CEE meeting
  • Other Noteworthy Stuff
  • Open Tasks for You
Read the full report · Unsubscribe · Global message delivery 15:30, 12. Okt. 2012 (CEST)

Wikidata weekly summary #28

Here's your quick overview of what has been happening around Wikidata over the last week.
Read the full report · Unsubscribe · Global message delivery 12:35, 19. Okt. 2012 (CEST)

Wikidata weekly summary #29

Here's your quick overview of what has been happening around Wikidata over the last week.
  • Development
    • Content Handler is now live on Wikipedia and sister sites
    • Prefix term search for entities
    • Fixed bugs that popped up after Content Handler merge
    • API function wbsearchentities
    • Discussed JavaScript refactoring
    • Refactored some JavaScript stuff (like options handling)
    • Worked on JavaScript refactoring regarding the API
    • Implemented entity selector jQuery widget
    • Continued deployment work with WMF
    • Poked at Vagrant
    • Create puppet scripts for setting up Wikibase instances
    • New release of Pywikidata
  • Discussions/Press
    • Discussions around bots on the mailing list
  • Events
    • Bootstrapping Awesome
    • SMWCon
  • Other Noteworthy Stuff
  • Open Tasks for You
Read the full report · Unsubscribe · Global message delivery 15:50, 26. Okt. 2012 (CEST)

Wikidata weekly summary #30

Here's your quick overview of what has been happening around Wikidata over the last week.
Read the full report · Unsubscribe · Global message delivery 13:25, 2. Nov. 2012 (CET)

Wikidata weekly summary #31

Here's your quick overview of what has been happening around Wikidata over the last week.
  • Development
    • Tpt wrote an awesome SpecialPage (Special:EntitiesWithoutLabel) that lists all items without a label in a given language (merged; will be in next deployment)
    • Tpt changed the page to create new items to allow you to enter links as well
    • Created patch for review for next deployment on wikidata.org
    • Updated demo system
    • Worked on and discussed editing widgets for data values
    • Some cleanup and further refactoring in JS of EditableValue
    • Added a message on the client’s Special:MovePage to invite users to update the associated page on the repository
    • Reviewed a whole pile of changesets
    • Helped with testing of deployment branch
    • Fixed Selenium search test & sitelink tests
    • Added Selenium tests for checking for security issues (JS injections)
    • Worked on Api.js refactoring
    • Worked on and fixed bugs in wbsearchentities
    • Couple of minor fixes in the front end
    • Introduced siteselector jQuery widget untangling functionality of SiteIdInterface
  • Events
    • office hours (logs here and here)
    • WMF metrics and activities meeting
    • right now: Wikimedia Conferentie + hackathon
    • upcoming: ISWC
    • upcoming: talk at Berkman Center
    • upcoming: intro and Q&A in Vienna
  • Open Tasks for You
    • Hack on one of these
    • Continue rocking!
Read the full report · Unsubscribe · Global message delivery 23:30, 9. Nov. 2012 (CET)

Wikidata weekly summary #32

Here's your quick overview of what has been happening around Wikidata over the last week.
  • Development
    • Implemented patching and automatic resolution of edit conflicts so you wont get as many edit conflicts anymore
    • Worked on $.valueview system for DataValues editing in the user interface
    • Started implementing DataType constructor in JavaScript
    • Added ValueValidator and ValueFormatter factory
    • Improvements to Diff extension
    • Construct PropertyValueSnak objects in the create claim API when needed
    • Improved Entity serialization (is now more concise and better encapsulated)
    • Added newFromArray to all DataValue objects and created DataValue factory using this
    • Worked on development environment distribution with Vagrant
    • Improved code that handles changes from the repository and reporting them in the client’s RecentChanges
    • Fought with broken selenium tests & refactored/fixed them
    • Reviewed tons of JS code
    • Set up QUnit test coverage report (will be online soon)
    • Updated demo system
  • Discussions/Press
  • Events
    • Wikimedia Conferentie and hackathon
    • ISWC
    • Wikidata intro and Q&A in Cambridge, MA
    • Wikidata intro and Q&A in Vienna
  • Other Noteworthy Stuff
  • Open Tasks for You
  • Hack on one of these
Read the full report · Unsubscribe · Global message delivery 16:35, 16. Nov. 2012 (CET)

Wikidata weekly summary #33

Here's your quick overview of what has been happening around Wikidata over the last week.
  • Development
    • Updated demo system
    • Refactored and improved change propagation code
    • Add option for client and change propagations to work with job queue
    • Added filter and preference for recent changes on the client, to show/hide Wikidata edits
    • Pruning of changes table
    • Fixed some issues in the Wikidata Vagrant
    • Added puppet recipe for Wikidata on WMF labs
    • Worked on making statements editable in the frontend
    • JSON of entities is sent to the frontend now
    • Finalized DataTypes extension’s $.valueview system
    • Improved entity selector widget
    • Added Selenium tests for special pages
    • Tracking separate revision ids in Javascript to fix the edit conflict handling
    • Fixed fatal PHP error in Special:SetLabel
    • Entities with just whitespaces as label/description are not allowed anymore
  • Discussions/Press
  • Events
    • upcoming: Offener Sonntag at WMDE’s membership assembly
    • upcoming: SWIB
    • foss.in
    • local meetup in Bangalore
  • Other Noteworthy Stuff
  • Open Tasks for You
Read the full report · Unsubscribe · Global message delivery 10:00, 24. Nov. 2012 (CET)

Wikidata weekly summary #34

Here's your quick overview of what has been happening around Wikidata over the last week.
  • Development
    • Added DirectSqlStore to client so that it can directly access the repository database, and not require creating any tables on the client
    • Bug fixing on the client extension, and preparing it for first deployment
    • Less edit conflicts due to a smarter conflict detection
    • Better recent changes comments on the client
    • Clean up on the backend for entity artefacts
    • The statement UI enables to create statements and displays them, but has still a few glitches
    • The client now accesses the data on the server directly, and the data is not replicated anymore
    • Added a number of profiler calls
    • Special:Contributions displays labels now
    • User preference on the client to hide Wikidata edits
    • Statements can be created and saved now
    • Statements are properly styled in JavaScript and non-JavaScript version
    • Improved JavaScript part of the templating engine
    • Improved entity selector widget
    • Client:Watchlist Selenium Tests
    • Client: RecentChanges Selenium tests
    • Added DataValues, DataTypes, jQuery.ui QUnit tests to Selenium
    • Some PHPUnit test fixes
  • Discussions/Press
  • Events
    • Linuxday
    • Open Sunday after Wikimedia Deutschland’s membership assembly
    • SWIB
    • foss.in
    • upcoming: intro and Q&A in Bangalore
  • Other Noteworthy Stuff
  • Open Tasks for You
Read the full report · Unsubscribe · Global message delivery 09:20, 1. Dez. 2012 (CET)

Wikidata weekly summary #35

Here's your quick overview of what has been happening around Wikidata over the last week.
Read the full report · Unsubscribe · Global message delivery 14:20, 7. Dez. 2012 (CET)

Wikidata weekly summary #36

Here's your quick overview of what has been happening around Wikidata over the last week.
  • Development
    • Deployed new code on wikidata.org. All changes can be found here
    • Updated demo system
    • http://test2.wikipedia.org now uses http://wikidata.org for getting language links and wikidata.org edits affecting the existing articles on test2 show up in RecentChanges (if they are not hidden)
    • Statements (think of “population: 2.000.000” and similar things) are taking shape in the interface. They are still pretty buggy though at this point.
    • It is now possible to link to images on Wikimedia Commons in a statement (think of “image: sundown_at_the_beach.png” for example)
    • Links are now protocol-relative (bugzilla:42534)
    • No longer possible to create new items and set labels when database is set to read-only
    • Added more tests to the GeoCoordinate parser
    • Make use of EditEntity in removeclaims API
    • Removed many singletons to reduce global state
    • Made SpecialSetLabel work with non-item entities
    • Improved settings system
    • Improved options of ValueFormatters
    • Improved options of ValueParsers
    • Moved label+description uniqueness check out of transaction to avoid deadlocks and changed it to only be enforced for edits changing any violating values
    • Fixed serialization of SiteArray
    • ~=[,,_,,]:3
    • Had to fix reporting of aliases in wbsearchentities again
    • Implemented integration of baserevids for statements UI API calls for editconflict detection for statements/claims/snaks
    • Universal Language Selector fallback fix for Selenium tests
    • Report URL to entity in wbsearchentites API module
    • Moved the demo system to a larger server
    • Fixed several bugs in Statements user interface, most notably, adding Statements to existing sections and layout fixes
    • Added wikibase API module on the client to provide information about the associated repo (e.g. url, script path, article path)
    • A bunch of messages for autocomments were fixed (they are automatically added as an edit summary for edits on items and co in Wikidata - for example: “‎Changed [en] description: Finnish rock band”)
  • Discussions/Press
  • Events
    • WhereCamp
    • Wikidata talk as part of a lecture on knowledge management in Karlsruhe
    • upcoming: 29C3
    • upcoming: Office hours
  • Other Noteworthy Stuff
  • Open Tasks for You
    • Want to help Lydia write the next weekly summary? Let her know.
    • Hack on one of these
Read the full report · Unsubscribe · Global message delivery 15:45, 14. Dez. 2012 (CET)

Wikidata weekly summary #37

Here's your quick overview of what has been happening around Wikidata over the last week.

Have a great holiday season!

Read the full report · Unsubscribe · Global message delivery 14:51, 21. Dez. 2012 (CET)

Wikidata weekly summary #38

Here's your quick overview of what has been happening around Wikidata over the last week. It's rather short this time because pretty much everyone enjoys some well-deserved vacation.
  • Development
    • Some of us unwrapped gifts (-:
    • Started working on supporting different kinds of Snaks in the user interface
    • Fixing support for PostgreSQL in core, which was broken with introduction of the sites stuff
    • Code reviewing of changes in MediaWiki core
    • Adding watchlist filter in client for Wikidata changes
  • Discussions/Press
  • Events
    • right now: 29C3
  • Open Tasks for You
Read the full report · Unsubscribe · Global message delivery 20:45, 28. Dez. 2012 (CET)