사용자토론:Dynamicwork/보존8

문서 내용이 다른 언어로는 지원되지 않습니다.
위키백과, 우리 모두의 백과사전.
마지막 의견: 11년 전 (Dynamicwork님) - 주제: 안창호3 사용자는

Wikidata weekly summary #47

Here's your quick overview of what has been happening around Wikidata over the last week.
  • 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
  • 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
Read the full report · Unsubscribe · Global message delivery 2013년 3월 2일 (토) 11:27 (KST)

농협은행

[1]. 농협은행이 궁금하시면 농협은행을 참고해보세요. -- ChongDae (토론) 2013년 3월 4일 (월) 12:17 (KST)답변

Ctrl+C, Ctrl+V에 의한 단순한 오타인 줄 알았습니다(...) --다이나믹 로동!(토론) 2013년 3월 4일 (월) 17:07 (KST)답변

Wikidata weekly summary #48

Here's your quick overview of what has been happening around Wikidata over the last week.
Read the full report · Unsubscribe · Global message delivery 2013년 3월 9일 (토) 03:57 (KST)

The Signpost: 11 March 2013

News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 2013년 3월 13일 (수) 16:07 (KST)

Wikidata weekly summary #49

Here's your quick overview of what has been happening around Wikidata over the last week.
    • 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
  • Other Noteworthy Stuff
  • 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
Read the full report · Unsubscribe · Global message delivery 2013년 3월 16일 (토) 03:44 (KST)

The Signpost: 18 March 2013

News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 2013년 3월 22일 (금) 15:37 (KST)

Wikidata weekly summary #50

Here's your quick overview of what has been happening around Wikidata over the last week.
  • 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)
  • Discussions/Press
  • Events
    • 3rd Media Web Symposium 2013
    • Wikidata trifft Archäologie
    • SMWCon Spring NYC
  • Other Noteworthy Stuff
  • 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
Read the full report · Unsubscribe · Global message delivery 2013년 3월 23일 (토) 09:27 (KST)

서든어택 문서의 편집 말입니다

왜 제 편집을 모두 되돌리신지 잘 모르겠습니다만; 비판을 모두 지우면 어쩌자는겁니까; 너무 한쪽으로 치우치는거 아닙니까(힘들게 썻는데);;--raspberry 2013년 3월 24일 (일) 22:15 (KST)답변

이전에 이미 Klutzy님께서 말씀하셨지만, 논란(비판)이 되는 사항은 신뢰할 수 있고, 확인 가능출처와 함께 객관적으로, 중립적 시각으로 작성하여야 합니다. 또한, "~입니다"라는 표현은 백과사전의 내용이 들어가는 일반 문서에서는 사용하지 않습니다. --Dynamicwork (민원) 2013년 3월 25일 (월) 18:14 (KST)답변

The Signpost: 25 March 2013

News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 2013년 3월 29일 (금) 07:18 (KST)

Wikidata weekly summary #51

Here's your quick overview of what has been happening around Wikidata over the last week.
  • 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
  • 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?
  • 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)

Read the full report · Unsubscribe · Global message delivery 2013년 3월 30일 (토) 05:45 (KST)

The Signpost: 01 April 2013

News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 2013년 4월 5일 (금) 21:48 (KST)

Wikidata weekly summary #52

Here's your quick overview of what has been happening around Wikidata over the last week.
  • 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?
  • Open Tasks for You

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.

Read the full report · Unsubscribe · Global message delivery 2013년 4월 6일 (토) 11:37 (KST)

안창호3 사용자는

아직 무기한 차단되지 않았습니다. 왜인지는 모르겠지만... :( -- Hwangjy9 ( 토론 | 기여 | 이메일보내기 ) 2013년 4월 6일 (토) 12:28 (KST)답변

지금 보니 리듬님에 의해 무기한 차단되었습니다. 제 2의 욍로리가 될 것 같은 느낌이 쎄하군요. --Dynamicwork (민원) 2013년 4월 7일 (일) 20:35 (KST)답변
안창호4라는 계정으로 또 돌아와서 이번엔 Min's님에 의해 차단되었습니다. :( --Dynamicwork (민원) 2013년 4월 7일 (일) 20:36 (KST)답변
이러다 사용자:안창호99까지 만들어지는 것은 아닐까 모르겠네요... -- Hwangjy9 ( 토론 | 기여 | 이메일보내기 ) 2013년 4월 7일 (일) 21:11 (KST)답변
만약 안창호 사용자가 그 사람처럼 근성있게 계속 트롤링을 한다면 어쩌면 가능할지도 모르겠습니다. :-( --Dynamicwork (민원) 2013년 4월 7일 (일) 21:15 (KST)답변
영웅이라는 아이디로 활동하고 있으니 근성은 확실히 있는걸로 보입니다만 상관없습니다. 제가 얼마전에 그 사람을 모욕죄로 고소했고, 경찰서도 갔다왔으니 곧 경찰서에서 제 신발을 핥으려 들지도 모릅니다. --Aaron 2013년 4월 11일 (목) 22:18 (KST)

The Signpost: 08 April 2013

News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 2013년 4월 10일 (수) 15:43 (KST)

Wikidata weekly summary #53

Here's your quick overview of what has been happening around Wikidata over the last week.
  • 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
  • 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

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.

Read the full report · Unsubscribe · Global message delivery 2013년 4월 13일 (토) 08:34 (KST)

The Signpost: 15 April 2013

News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 2013년 4월 18일 (목) 04:48 (KST)

Wikidata weekly summary #54

Here's your quick overview of what has been happening around Wikidata over the last week.
  • 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
  • Open Tasks for You
Read the full report · Unsubscribe · Global message delivery 2013년 4월 20일 (토) 07:59 (KST)

The Signpost: 22 April 2013

News, reports and features from the English Wikipedia's weekly journal about Wikipedia and Wikimedia
Read this Signpost in full · Single-page · Unsubscribe · Global message delivery 2013년 4월 25일 (목) 21:08 (KST)

Wikidata weekly summary #55

Here's your quick overview of what has been happening around Wikidata over the last week.
Read the full report · Unsubscribe · Global message delivery 2013년 4월 27일 (토) 07:00 (KST)