Brugerdiskussion:Steenth/Arkiv 6
Wikidata weekly summary #32
[rediger kildetekst]- 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
- We had to turn off language switching for anonymous users because of caching issues for now
- Vagrant setup for Wikidata so you can start testing and hacking easily
- Open Tasks for You
- Hack on one of these
Wikidata weekly summary #33
[rediger kildetekst]- 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
- Wikidata has been added to wikistream
- We now have nearly 800 active users \o/
- We are still looking for partners for ourevent at 29C3. Any pointers?
- Open Tasks for You
- wikidata:Wikidata:Task forces and meta:Wikidata/Contribute are a good starting point
- Hack on one of these
Wikidata weekly summary #34
[rediger kildetekst]- 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
- Hack on one of these
- Give the demo system a try
Wikidata weekly summary #35
[rediger kildetekst]- Development
- Deployed new code on wikidata.org with a lot of bug fixes and a new Special:EntitiesWithoutLabel (all changes here)
- http://test2.wikipedia.org now uses Wikidata (click “edit links” at the bottom of the page), and we are working to enable the synchronization of changes to test2 and display links from the repository
- Added wbsetqualifier API module
- Added wbremovequalifiers API module
- New JavaScript wb.Api now used for labels, descriptions, aliases and sitelinks
- Improved Selenium tests and PHPUnit tests
- Selenium tests now independent from ULS
- Selenium tests for statements UI
- Existing statements can be edited now
- Filtering anons and Wikidata in RecentChanges on client now works correctly
- Added extra checks on client RecentChange save point to avoid duplicate entries
- Started an experimental branch with API methods for claims
- Link to Commons Media displayed for Snak values of related data type
- Improved styling of statements in JavaScript mode
- Improvements in templating engine
- Started working on adding Statements to existing section of Statements
- Set up a fresh dev server for testing
- Discussions/Press
- Events
- Foss.in
- Intro and Q&A in Bangalore
- WhereCamp Berlin
- Upcoming: Wikidata talk as part of a lecture on knowledge management, Karlsruhe
- Announced next office hours
- Still looking for people/projects to join us for the mass collaboration assembly
- Other Noteworthy Stuff
- New mockups for phase 2: 1 and 2
- New admin notice board
- “How to Edit Wikidata” presentation by Sven
- “Working With MediaWiki” has been released. First book to mention Wikidata!
- Open Tasks for You
- Give feedback on phase 2 mockups
- Code on one of these
- Have a look at Wikidata:Contribute
Wikidata weekly summary #36
[rediger kildetekst]- 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
Databasedump
[rediger kildetekst]Hej, Steen jeg har altid undret mig over hvordan du laver dine mange databasedump, er det noget dine botter laver, du bruger et wiki-program til, bruger noget kodeprogrammering eller noget helt tredje...? Mvh. --Trade (diskussion) 20. dec 2012, 20:04 (CET)
- Jeg bruger et database-dump, hvor jeg indlæser udvalgte tabeller i en Mysql database - det er den kopi jeg arbejder på. Via en masse PHP- og shells-scripts mv. danner jeg de bot-jobs som kan udføres og rapporter som uploades. Alle de scripts er noget som jeg har selv har kodet. --Steen Th (diskussion) 20. dec 2012, 20:37 (CET)
Wikidata weekly summary #37
[rediger kildetekst]- Development
- Deployed fix for bugzilla:42956 on wikidata.org that caused problems when using the site in French in Firefox
- Updated demo system
- Fixed some bugs in wbsearchentities
- Removed empty aliases structure from wbsearchentities
- Heavy Selenium testing of statements UI
- Improved overall usability and responsiveness of the statements UI
- Implemented remove functionality for statements in the UI
- Refactored and added tests for language links handler in the client
- Bug fixes in the client
- Improved SiteLinkTable class in WikibaseLib and added tests
- Started work to improve AbuseFIlter integration
- Added logic to find all referenced entities for a given set of claims
- Added serialization of referenced claims to output of entity pages
- Diff Extension: Split off diffing code from MapDiff and ListDiff to dedicated Differ classes
- Diff Extension: Added dedicated patcher classes, which are used for the getApplicableDiff functionality
- Discussions/Press
- Events
- Other Noteworthy Stuff
- Open Tasks for You
- Give input to the representing values discussion
- Hack on one of these
Have a great holiday season!
Wikidata weekly summary #38
[rediger kildetekst]- 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
- Hack on one of these
Underlig bot-editering
[rediger kildetekst]Hej Steen. Din bot er gået lidt i skoven - se her. Jeg tænkte, at du måske gerne ville vide det. --Arne (Amjaabc) (diskussion) 31. dec 2012, 08:11 (CET)
- Jeg har svare på Diskussion:Telefonkiosk. --Steen Th (diskussion) 31. dec 2012, 09:52 (CET)
Hej Steen,
[rediger kildetekst]Kan du være sød at se om du kan gøre noget ved den her Wikipedia:Artikler med sproghenvisninger, men uden en:, og evt. give et indlæg med her Wikipedia:Sletningsforslag/Wikipedia:Artikler med sproghenvisninger, men uden en:?
Godt nytår hilsen Christian Giersing [ disk // bidrag // e-mail ] 3. jan 2013, 13:29 (CET)
- Nu er det din tur til at kigge. Der ligger nye data. --Steen Th (diskussion) 3. jan 2013, 14:10 (CET)
Ændring til dobbeltstubber
[rediger kildetekst]Når din bot f.eks. ændrer stub-skabeloner som her, hvor to stub-skabeloner reelt samles i én, er det så muligt at fjerne stub-skabelonen til overkategorien samtidig? Philaweb 4. jan 2013, 19:10 (CET)
- Jeg har ikke taget højde at der findes flere stubbe, som burde have været sammenlægt. Så vidt jeg kan se der er meget få af den slags. Men på et tidspunkt har jeg tanker om at automatisk at rydde op i visse overkategorier. Men det kan godt tage en tid før det sker noget på det. Hvis du mener, at det er et større problem, kan jeg godt kigge på et job, der rydde op i det. --Steen Th (diskussion) 4. jan 2013, 20:00 (CET)
- Ikke noget større problem, og slet ikke noget der haster. Men, måske boten kunne sættes til at lede efter og erstatte overkategori-skabelonen med det samme. Hvis ikke er det også okay. Philaweb 4. jan 2013, 20:27 (CET)
Wikidata weekly summary #39
[rediger kildetekst]- Development
- Updates for selenium testenvironments (browsers, ruby, selenium-tools)
- Extended tests for statements user interface
- Refactored snakview user interface to handle other property-snak types than PropertyValueSnak
- Layout improvements in the user interface
- Several minor bugfixes in the user interface
- Updated Vagrant for Wikidata
- More work on AbuseFilter
- Deployed new version of Wikibase and MediaWiki core to wikidata.org and test2.wikipedia (bugfixes - all Wikibase changes here)
- Fix for bug 43595 which was seen on Wednesday during attempted deployment of the wmf7 version of MediaWiki core. Thanks Marius!
- Discussions/Press
- Events
- 29C3
- Other Noteworthy Stuff
- We’ve reached item ID 2.000.000
- You can now enable the SitelinkCheck gadget in your preferences that makes it easier to check if a certain link is already in use in an existing item
- Open Tasks for You
- Give feedback on prototypes for parsing time and coordinates
- Help translate the client extension (especially to Hungarian in light of the upcoming deployment)
- Hack on one of these
Wikidata weekly summary #40
[rediger kildetekst]- Development
- Bene* developed a new tool to show existing or missing items for a given Wikipedia category
- Selenium test-groups for (non)experimental features (bugzilla:43828)
- Notification for IP edits that IP will be logged (bugzilla:42954)
- Verified fix & added Selenium tests for broken error-reporting on label/description uniqueness constraint (bugzilla:43301)
- Label-edit-button links to Special:SetLabel when JavaScript disabled (bugzilla:43814)
- Updated PHP, MySQL, Ruby, Selenium, etc.. on internal test server and enabled APC + memcached
- Work on AbuseFilter to make it work with Wikidata content (bugzilla:42064)
- Implemented length constraint for labels, descriptions and aliases (configurable with a default of 2500 UTF8 characters)
- Implementing a new mechanism for dispatching change notifications to client wikis
- Worked more on how Wikidata changes are handled in the client watchlist (bugzilla:43124)
- Some work went into using Solr for the search. Still very simple
- Prepared improvements to our puppet files on labs
- Worked on statements UI (snaktypes/references)
- Fixed bugs in UI event handling of widgets
- Put EntityId parsing code into a dedicated class
- Finished EntityDiff cleanup
- Discussions/Press
- Reworked inclusion syntax completely 1 2
- Updates to time and space model
- Is there a need for bureaucrats?
- Planned improvement to the search field
- Other Noteworthy Stuff
- Deployment on the Hungarian Wikipedia is still planned for Monday (Jan 14th)
- Jens writes a bit about Wikidata’s mascots
- Open Tasks for You
- Give feedback on inclusion syntax draft version 3, the updated time and space model and the plans for improving the search field
- Hack on one of these