[Bug 68413] LuaSandbox's profiler is not thread-safe
https://bugzilla.wikimedia.org/show_bug.cgi?id=68413 Ori Livneh changed: What|Removed |Added Assignee|wikibugs-l@lists.wikimedia. |tstarl...@wikimedia.org |org | Summary|LuaSandbox's profiler |LuaSandbox's profiler is |crashes under HHVM |not thread-safe --- Comment #11 from Ori Livneh --- Let's make bug 70177 about the normal & emergency timers, and make this one about thread-safety issues in the profiling feature. While I'm here: * timer_getoverrun can fail if the supplied timer ID is invalid. In that case it returns -1. We should check for that rather than indiscriminately add the return value to overrun_count and profiler_signal_count. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 15583] Enable importing across all Wikimedia projects
https://bugzilla.wikimedia.org/show_bug.cgi?id=15583 --- Comment #9 from Gerrit Notification Bot --- Change 157338 had a related patch set uploaded by TTO: Allow import from any WMF project to any other https://gerrit.wikimedia.org/r/157338 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 15583] Enable importing across all Wikimedia projects
https://bugzilla.wikimedia.org/show_bug.cgi?id=15583 This, that and the other (TTO) changed: What|Removed |Added Status|ASSIGNED|PATCH_TO_REVIEW --- Comment #8 from This, that and the other (TTO) --- It *may* be possible without changing WikimediaMaintenance. Let's see... -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 68413] LuaSandbox's profiler crashes under HHVM
https://bugzilla.wikimedia.org/show_bug.cgi?id=68413 Ori Livneh changed: What|Removed |Added See Also||https://bugzilla.wikimedia. ||org/show_bug.cgi?id=70177 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70177] The way LuaSandbox measures CPU time is not thread-safe
https://bugzilla.wikimedia.org/show_bug.cgi?id=70177 Ori Livneh changed: What|Removed |Added Priority|Normal |High CC||aschulz4...@gmail.com See Also||https://bugzilla.wikimedia. ||org/show_bug.cgi?id=68413 Assignee|wikibugs-l@lists.wikimedia. |tstarl...@wikimedia.org |org | Summary|Lua takes a lot more CPU|The way LuaSandbox measures |time with HHVM jobrunners |CPU time is not thread-safe --- Comment #1 from Ori Livneh --- The issue is that LuaSandbox is not thread-safe. The figure you're seeing conflates the CPU time of several concurrent threads of execution. * LuaSandbox uses CLOCK_PROCESS_CPUTIME_ID to measure time, but CLOCK_PROCESS_CPUTIME_ID measures CPU time consumed by all threads of the calling process. * LuaSandbox requests to be notified with a SIGEV_SIGNAL upon timer expiration, but at any point in time, only only one such signal is queued per timer per process. * LuaSandbox uses the sigprocmask() system call to block signals, but its behavior in a multithreaded process is unspecified. pthread_sigmask() must be used instead. * When the normal or emergency timers are stopped, any queued SIGEV_SIGNAL for the entire process is flushed. * When multiple threads are executing concurrently, the timer for the entire process is repeatedly re-armed (i.e., the exiration is reset). * Confusingly, LUASANDBOX_G(signal_handler_installed) is thread-local, not global. This means every thread calls luasandbox_timer_install_handler. The latter caches the old handler in another thread-local variable and reinstalls it when LuaSandbox is deactivating. When LuaSandbox is active in multiple threads, individual threads end up re-installing each other's signal handlers, keeping each other alive. The above applies specifically to the normal and emergency timers. The profiling feature has its own bag of thread-safety / reentrancy issues, which I propose we deal with in the context of bug 68413 rather than this bug. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 59718] Import 2013 wikiteam list of independent mediawikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=59718 --- Comment #3 from Nemo --- Wow! Great. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 64797] [Interlanguage links] Collapsed language links should be actual elements
https://bugzilla.wikimedia.org/show_bug.cgi?id=64797 --- Comment #4 from Niharika --- (In reply to Santhosh Thottingal from comment #3) > Is this for the language links in the compact links or for the all the > language links displayed in ULS panel? For all the links in the ULS panel. The bug description is incorrect, the panel links are already elements, but they need an href attribute to allow them to be opened in a new tab. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 47979] Show language selector on missing article
https://bugzilla.wikimedia.org/show_bug.cgi?id=47979 Nemo changed: What|Removed |Added Keywords||i18n -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 3665] Auto-detect interface language for anonymous users
https://bugzilla.wikimedia.org/show_bug.cgi?id=3665 Nemo changed: What|Removed |Added Depends on||13097 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 13097] Deploy ULS/UniversalLanguageSelector to all Wikimedia wikis (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=13097 Nemo changed: What|Removed |Added Blocks||3665 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 47220] Enable Universal Language Selector for anons on Wikimania 2013 wiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=47220 Nemo changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #4 from Nemo --- Too late. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 31135] Lucene tokenization is wrong for Indic languages
https://bugzilla.wikimedia.org/show_bug.cgi?id=31135 Nemo changed: What|Removed |Added CC||federicol...@tiscali.it --- Comment #4 from Nemo --- Santhosh, have you tested the results with CirrusSearch ([[mw:Search]])? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 62940] i18n overrides to messages for a family of sites (e.g. all Wikipedias or all Wiktionaries)
https://bugzilla.wikimedia.org/show_bug.cgi?id=62940 Nemo changed: What|Removed |Added CC||federicol...@tiscali.it Severity|normal |enhancement -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 12302] 404 error should be localised
https://bugzilla.wikimedia.org/show_bug.cgi?id=12302 Nemo changed: What|Removed |Added See Also||https://bugzilla.wikimedia. ||org/show_bug.cgi?id=23944 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 23944] Multilingual "Wikimedia Error" page language selector is broken
https://bugzilla.wikimedia.org/show_bug.cgi?id=23944 Nemo changed: What|Removed |Added See Also||https://bugzilla.wikimedia. ||org/show_bug.cgi?id=12302 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 57828] Provide stats for visitors to Wikimedia project (www) portals
https://bugzilla.wikimedia.org/show_bug.cgi?id=57828 Nemo changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Nemo --- It's here: https://stats.wikimedia.org/wikimedia/squids/SquidReportPageViewsPerLanguageBreakdown.htm#Portal Portal (www) (3.3% share of global total) United States38.8% India21.1% Canada3.8% United Kingdom3.0% Unknown2.2% [...] -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69842] commons -> wikipedia interfamily link not supported
https://bugzilla.wikimedia.org/show_bug.cgi?id=69842 --- Comment #3 from Gerrit Notification Bot --- Change 157337 had a related patch set uploaded by Zhuyifei1999: Add support for single-lang families -> multi-lang families interfamily link https://gerrit.wikimedia.org/r/157337 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69842] commons -> wikipedia interfamily link not supported
https://bugzilla.wikimedia.org/show_bug.cgi?id=69842 Gerrit Notification Bot changed: What|Removed |Added Status|NEW |PATCH_TO_REVIEW -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 64797] [Interlanguage links] Collapsed language links should be actual elements
https://bugzilla.wikimedia.org/show_bug.cgi?id=64797 --- Comment #3 from Santhosh Thottingal --- Is this for the language links in the compact links or for the all the language links displayed in ULS panel? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70202] New: Empty sections get duplicated
https://bugzilla.wikimedia.org/show_bug.cgi?id=70202 Bug ID: 70202 Summary: Empty sections get duplicated Product: MediaWiki extensions Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Unprioritized Component: SemanticForms Assignee: yaro...@gmail.com Reporter: tex...@gmail.com Web browser: --- Mobile Platform: --- If I edit page with a form and leave a section field empty on the following edit it gets populated with the header for that section, so on save it gets duplicated. For example, say I have the following form ==Section 1== {{{section|Section 1|level=2}}} {{{standard input|save}}} I create a page with the form and leave section field empty. A page is created containing only a line ==Section 1== But now if I try to edit it again the form loads with section field populated with text "==Section 1==". Upon saving resulting page looks like ==Section 1== ==Section 1== -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70189] Stuck old 1024px thumbnail version of a specific djvu image on wikisource.pl
https://bugzilla.wikimedia.org/show_bug.cgi?id=70189 Bawolff (Brian Wolff) changed: What|Removed |Added Keywords||ops --- Comment #3 from Bawolff (Brian Wolff) --- Hmm, it would appear HTCP purge requests aren't being sent for that particular page at that particular size (When I ?action=purge the image description page, the age header resets for both the 1025px page 300 thumb, as well as the 1024px page 301 thumb. However the 1024px page 300 thumb always stays the same). The same behavior is observed both when acessing from eqiad, and when accessing from esams. When appending a random query paramaeter to the thumb url, the headers say varnish cache miss, but still the same thumb is returned. If I were to guess, I would guess that swift has a cached thumb of that page at that size but it isn't being returned when MW gets a list of all thumbs for a file, thus is not getting deleted during ?action=purge and is not having an htcp packet sent. I've heard a couple other reports of similar things happening before, but they have been very few and far between. (I think that's as far as my debugging skills go. Someone with more knowledge of/actual access to our swift servers would probably have to investigate further. Unless someone has a better idea, I would suggest running various swift commands from the command line (list and stat) and see what's up with that particular thumbnail, and possibly deleting it manually) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 46811] Fix parsing of infobox templates used in table attribute position
https://bugzilla.wikimedia.org/show_bug.cgi?id=46811 --- Comment #7 from ssas...@wikimedia.org --- The soln in Comment 6 could work but it has to be able to continue to deal with (currently supported) scenarios like: {| style='color:red;' {{echo|class='test'}}\n|foo\n|} {| {{echo|class='test'}} style='color:red;'\n|foo\n|} So, in general, it has to handle the following scenario. {| <0 or more attrs> {{tpl here}} <0 or more attrs> .. |} In addition, this has to also deal with: {| <0 or more attrs> {{tpl-that-generates-more-attrs-and-content}} .. |} So, this has the potential to get complex / fragile. I think the alternative -- Variant (1) in the description -- might potentially work out simpler and more robust since it can handle all of these scenarios identically. So, this is what the AttributeExpander sees in @ line 150 for newK. ["class=\"infobox \" style=\"float: right; clear: right; width: 315px; border-spacing: 2px; text-align: left; font-size: 90%;\"",{"type":"NlTk","dataAttribs":{}},{"type":"TagTk","name":"th","attribs": ... }] Hoisting everything from NlTk after the table token could work. But, you still need to clean up after this fixup since the template expansion would have been wrapped in meta-tags. So, you would have to hoist the tpl-start meta-tag to a position before the table-start ... So, instead of returning: cb( { tokens: [token] } ) .. you might fix this to return [meta-start, token-with-fixed-attrs, NlTk-and-all-other-tokens-found-in-attr] Lot of hand-waving going on ... but, in either scenario, the template wrapping will need fixing up in some fashion. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 58184] Convert "--!>" to placeholder text that wont be recognized by browsers as a comment closing tag.
https://bugzilla.wikimedia.org/show_bug.cgi?id=58184 Arlo Breault changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 58184] Convert "--!>" to placeholder text that wont be recognized by browsers as a comment closing tag.
https://bugzilla.wikimedia.org/show_bug.cgi?id=58184 --- Comment #5 from Gerrit Notification Bot --- Change 147051 merged by jenkins-bot: Suppress --!> as a comment closing tag in browsers https://gerrit.wikimedia.org/r/147051 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 36552] Diff incorrectly reports incorrect line numbers
https://bugzilla.wikimedia.org/show_bug.cgi?id=36552 --- Comment #3 from George Orwell III --- I can't reproduce this effect no matter if my Prefs are set to show or hide the Proofread Page: header & footer fields first. I think this resolved (inadvertently) with the refactoring of the extension back in January ( Bugzilla 46616 ). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70201] New: Flow: older topics display timestamp instead of "Active 2 months ago"
https://bugzilla.wikimedia.org/show_bug.cgi?id=70201 Bug ID: 70201 Summary: Flow: older topics display timestamp instead of "Active 2 months ago" Product: MediaWiki extensions Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: Unprioritized Component: Flow Assignee: wikibugs-l@lists.wikimedia.org Reporter: sp...@wikimedia.org CC: dh...@wikimedia.org, ebernhard...@wikimedia.org, mpinc...@wikimedia.org, pandiculat...@gmail.com, sp...@wikimedia.org Web browser: --- Mobile Platform: --- On all our Flow boards, I noticed that eventually you stop seeing human-readable timestamps. Further back than "3 weeks ago" all topic dates revert to "7/30/2014, 1:56:14 PM" that you usually only see on rollover (if you have JS enabled). This is a regression, I think because the JavaScript `flowMessages "time": function` that ErikB wrote back in April only handles up to "weeks ago". To match cldr it needs to do "months ago" and "years ago" as well. I suggest reimplementing extensions/cldr/tests/TimeUnitsTest.php in tests/qunit/new/test_flow-handlebars.js to catch the missing conversions. To see it: * Load a Flow board. * Scroll down by holding space or dragging or whatever. * Notice that the older posts don't have human-friendly "Active XX ago" date but instead show the full timestamp. * To make these easier to spot, switch to topics only view, then search for "ago" or "2014". -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 59718] Import 2013 wikiteam list of independent mediawikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=59718 Daniel Zahn changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69948] Android app: Link to section doesn't work
https://bugzilla.wikimedia.org/show_bug.cgi?id=69948 Dan Garry changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dan Garry --- \o/ -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 53109] Use data.* instead of manual JSON attribute loading / saving throughout the DOM postprocessor
https://bugzilla.wikimedia.org/show_bug.cgi?id=53109 Arlo Breault changed: What|Removed |Added CC||abrea...@wikimedia.org Assignee|gwi...@wikimedia.org|abrea...@wikimedia.org -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 59718] Import 2013 wikiteam list of independent mediawikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=59718 --- Comment #2 from Daniel Zahn --- total number in list: 13220 ending in api.php: 10268 reduced list to SQL: for wiki in $(cat mediawikis_2013_checked_api.txt); do echo "INSERT IGNORE INTO mediawikis (statsurl,method) VALUES (\"$wiki\",\"8\");"; done > mediawikis_2013_checked_api.sql mysql wikistats < mediawikis_2013_checked_api.sql duplicates are skipped, results in new wikis without names in the table: 8997 importing new wikis, get names and stats from APIs: sudo -u wikistatsuser /usr/bin/php /usr/lib/wikistats/update.php mw import (which is a special import run that also sets the name) minimal fix to the import itself: https://gerrit.wikimedia.org/r/#/c/157322/ now running ... A(126/8992) -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 60472] Add 300 gamepedia.com wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=60472 --- Comment #9 from Gerrit Notification Bot --- Change 157319 merged by Dzahn: wikistats - add cron for gamepedia updates https://gerrit.wikimedia.org/r/157319 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70200] Flow: Preview of Summarize displays as empty
https://bugzilla.wikimedia.org/show_bug.cgi?id=70200 --- Comment #1 from Quiddity --- on trello as https://trello.com/c/sLQl3Rbk/ -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70200] New: Flow: Preview of Summarize displays as empty
https://bugzilla.wikimedia.org/show_bug.cgi?id=70200 Bug ID: 70200 Summary: Flow: Preview of Summarize displays as empty Product: MediaWiki extensions Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: Flow Assignee: wikibugs-l@lists.wikimedia.org Reporter: pandiculat...@gmail.com CC: dh...@wikimedia.org, ebernhard...@wikimedia.org, mpinc...@wikimedia.org, pandiculat...@gmail.com, sp...@wikimedia.org Web browser: --- Mobile Platform: --- Created attachment 16317 --> https://bugzilla.wikimedia.org/attachment.cgi?id=16317&action=edit screenshot Type contents in the Summarize form. Click Preview. The content is not previewed. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 59718] Import 2013 wikiteam list of independent mediawikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=59718 --- Comment #1 from Daniel Zahn --- fwiw, arbitrary string "See the schedule at [[Wikimedia Foundation Annual Plan]]." in there hmm.. some are ending in index.php, not api.php, i would like one type only, the api.php ones.. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 27393] Special:UserLogout should prompt if not originating from logout link
https://bugzilla.wikimedia.org/show_bug.cgi?id=27393 Krinkle changed: What|Removed |Added CC||krinklem...@gmail.com --- Comment #4 from Krinkle --- Like other user actions we expose via index.php for the user interface, this action should use a (salted) token. The link displayed in the UI can have the token inserted in the hyperlink. When accessing the Special page directly without or with an invalid token, the user gets the form (with a, now valid, token as hidden field) and may submit this by pressing a button. Similar to rollback, watch, purge, and markpatrolled actions. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 60472] Add 300 gamepedia.com wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=60472 Daniel Zahn changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |FIXED --- Comment #8 from Daniel Zahn --- done. see here: http://wikistats.wmflabs.org/display.php?t=ga -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70199] bring back missing-from-wikipedia
https://bugzilla.wikimedia.org/show_bug.cgi?id=70199 jeremyb changed: What|Removed |Added CC||bugzilla+org.wikimedia@tuxm ||achine.com, ||suma...@wikimedia.org --- Comment #2 from jeremyb --- What are the chances that it just needs a `webservice start` or something? See also https://lists.wikimedia.org/pipermail/labs-l/2014-July/002758.html -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 60472] Add 300 gamepedia.com wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=60472 --- Comment #7 from Gerrit Notification Bot --- Change 157319 had a related patch set uploaded by Dzahn: wikistats - add cron for gamepedia updates https://gerrit.wikimedia.org/r/157319 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 60472] Add 300 gamepedia.com wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=60472 --- Comment #6 from Gerrit Notification Bot --- Change 157317 merged by Dzahn: fix syntax error in SQL query (gamepedias) https://gerrit.wikimedia.org/r/157317 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 60472] Add 300 gamepedia.com wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=60472 --- Comment #5 from Gerrit Notification Bot --- Change 157317 had a related patch set uploaded by Dzahn: fix syntax error in SQL query (gamepedias) https://gerrit.wikimedia.org/r/157317 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 68488] ResourceLoaderWikiModule::isKnownEmpty does not check whether the page is empty
https://bugzilla.wikimedia.org/show_bug.cgi?id=68488 Kunal Mehta (Legoktm) changed: What|Removed |Added Target Milestone|Future release |1.24.0 release -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 68488] ResourceLoaderWikiModule::isKnownEmpty does not check whether the page is empty
https://bugzilla.wikimedia.org/show_bug.cgi?id=68488 Kunal Mehta (Legoktm) changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |FIXED Assignee|wikibugs-l@lists.wikimedia. |legoktm.wikipe...@gmail.com |org | -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 68488] ResourceLoaderWikiModule::isKnownEmpty does not check whether the page is empty
https://bugzilla.wikimedia.org/show_bug.cgi?id=68488 --- Comment #8 from Gerrit Notification Bot --- Change 157043 merged by jenkins-bot: Check page_len in ResourceLoaderWikiModule::isKnownEmpty() for 'user' modules https://gerrit.wikimedia.org/r/157043 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70199] bring back missing-from-wikipedia
https://bugzilla.wikimedia.org/show_bug.cgi?id=70199 brittag+bugzi...@gmail.com changed: What|Removed |Added CC||brittag+bugzi...@gmail.com --- Comment #1 from brittag+bugzi...@gmail.com --- For motivation for anyone interested, this is a neat tool to help with efforts to counter systemic bias. You can paste in a list of topics that are very likely to be notable, and get a quick list of articles that should be written, for example at your next local editathon. As described by the author (http://www.harihareswara.net/sumana/2013/11/13/0): "For instance, I gave it the ~2100 names from the table of contents from the Oxford Dictionary of African Biography (edited by Emmanuel K. Akyeampong and Henry Louis Gates), and asked about English Wikipedia. The list of people who (I think) do not have enwiki articles about them has 948 names." -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70199] New: bring back missing-from-wikipedia
https://bugzilla.wikimedia.org/show_bug.cgi?id=70199 Bug ID: 70199 Summary: bring back missing-from-wikipedia Product: Tool Labs tools Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: [other] Assignee: wikibugs-l@lists.wikimedia.org Reporter: dz...@wikimedia.org Web browser: --- Mobile Platform: --- as requested by britta on IRC: missing-from-wikipedia is: "A Flask web app to take a file or list of names, find out which names do NOT have Wikipedia entries" there once used to be this: https://tools.wmflabs.org/missing-from-wikipedia/index made by sumanah, but meanwhile it seems gone. britta would like it back, that would involve reinstalling it from: https://github.com/brainwane/missing-from-wikipedia task: bring the tool back -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 60472] Add 300 gamepedia.com wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=60472 --- Comment #4 from Gerrit Notification Bot --- Change 157313 merged by Dzahn: add statistics table for Gamepedias https://gerrit.wikimedia.org/r/157313 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70198] New: Several elements cannot be selected by CSS and should have container divs with class or ID attributes.
https://bugzilla.wikimedia.org/show_bug.cgi?id=70198 Bug ID: 70198 Summary: Several elements cannot be selected by CSS and should have container divs with class or ID attributes. Product: MediaWiki Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: enhancement Priority: Unprioritized Component: Skin and page rendering Assignee: wikibugs-l@lists.wikimedia.org Reporter: natalie.ba...@gmail.com CC: krinklem...@gmail.com, matma@gmail.com Web browser: --- Mobile Platform: --- Common.css is a great, easy way for an average user to make big style changes: the learning curve for CSS isn't terribly steep. However, Common.css is limited by which elements MediaWiki, or a given skin, decide to enclose in containers or assign class or ID attributes. Unfortunately, many elements are currently unlabeled, and that makes styling those elements frustrating, if not frequently impossible. For a few months now I have been editing Common.css and doing hours of Google searches, but I have continually run up against one big issue: there are no container divs for many MW elements. I have also continually come across dead-end threads where, over the years, people have tried to do the same thing I am looking to do, but ran up against the same issue. This is not something the average user can fix on their own. I have moderate programming experience (C++ and Python) and I have determined that I would not only need to learn PHP and JavaScript, but I'd have to make sense of the actual MediaWiki files necessary as well: it is difficult to even figure out where the HTML is generated for a given element, much less to determine how to insert the divs or class/ID attributes. I've read evidence that plenty of people are in my position and have just given up on styling certain elements. Worse, I found a handful of threads where people abandoned MW altogether in favor of other solutions that were not so frustrating to style. I probably would have done the same thing if MW's organizational capabilities and extensions didn't suit my needs so well. Here are the elements that I have identified could benefit from containers with class/ID attributes: 1) The lead article text needs its own containing div and ID. There is often no way whatsoever to select this text in CSS. 2) Section text needs its own containing div and class, so that one may style it independently of lead article text. 3) Each section and subsection needs its own containing div and class, which should include its header along with its text; classes like "h2-section" "h3-section" etc would suffice. For example, this would allow people to style all H4 subsections differently: its text could look different, it could have a different background, it could have borders that enclose the text and header together, etc. 4) The table of contents and the lead article text need to have a shared container div with an ID, so that one can style the top of the article independent of the sections. This also allows more precise positioning of the ToC relative to the lead article text. 4.1 - Googling has confirmed to me that lots of users do not like the default positioning of the ToC below the lead article text, and wish to instead position it to the left of the lead article text. The typical solution of adding float:left to #toc can produce problems depending on the rest of the styling, plus the ToC still comes after the lead article text. This means that users need to invoke the ToC magic word before the lead article text, but doing this on every page is tedious: this is why people want skins and extensions, after all, so they don't have to do this on every page. 4.2 - Assigning a containing div to the ToC and lead article text, along with the suggested lead article text container div, would get around the magic word problem: it allows one to make the ToC-and-lead-article div a flexbox, and then assign order:1 and order:2 to #toc and #leadtext (or whatever) respectively. This would position the ToC to the left ("before" the lead article text) without having to float it, without the order of the source code mattering, and without needing to invoke the magic word every page. As it stands, I have to get around this by invoking a template at the top of every page, which is unwieldy and tedious. But this solution is especially infeasible for most users: while I am the sole editor of my wiki, the whole point of most wikis is collaboration. I can't imagine the logistical nightmare of ensuring that users invoke and preserve a template solely to style the top of an article. 5) Similarly, I'm sure some users would love a container div/ID that encloses all the sections together, and excludes the lead article text and ToC. Off the top of my head, this would allow people to put the sections in col
[Bug 60472] Add 300 gamepedia.com wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=60472 Gerrit Notification Bot changed: What|Removed |Added Status|ASSIGNED|PATCH_TO_REVIEW -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 60472] Add 300 gamepedia.com wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=60472 --- Comment #3 from Gerrit Notification Bot --- Change 157313 had a related patch set uploaded by Dzahn: add statistics table for Gamepedias https://gerrit.wikimedia.org/r/157313 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 46811] Fix parsing of infobox templates used in table attribute position
https://bugzilla.wikimedia.org/show_bug.cgi?id=46811 Arlo Breault changed: What|Removed |Added Assignee|gwi...@wikimedia.org|abrea...@wikimedia.org -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 67863] {{!}} should always be a magic word
https://bugzilla.wikimedia.org/show_bug.cgi?id=67863 Arlo Breault changed: What|Removed |Added CC||abrea...@wikimedia.org Assignee|parsoid-t...@wikimedia.org |abrea...@wikimedia.org -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 58184] Convert "--!>" to placeholder text that wont be recognized by browsers as a comment closing tag.
https://bugzilla.wikimedia.org/show_bug.cgi?id=58184 Arlo Breault changed: What|Removed |Added CC||abrea...@wikimedia.org Assignee|jforres...@wikimedia.org|abrea...@wikimedia.org -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69151] Flow: clicking Edit on a long post doesn't scroll textarea into view
https://bugzilla.wikimedia.org/show_bug.cgi?id=69151 --- Comment #2 from Gerrit Notification Bot --- Change 157308 had a related patch set uploaded by Jdlrobson: Conditional scroll textarea into view when hit edit. https://gerrit.wikimedia.org/r/157308 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69151] Flow: clicking Edit on a long post doesn't scroll textarea into view
https://bugzilla.wikimedia.org/show_bug.cgi?id=69151 Gerrit Notification Bot changed: What|Removed |Added Status|NEW |PATCH_TO_REVIEW -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 60472] Add 300 gamepedia.com wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=60472 --- Comment #2 from Daniel Zahn --- created db table, imported except the one above. 302 rows in set (0.00 sec) list to SQL: :0,$s/http:\/\//INSERT INTO gamepedias (prefix) values ('/g :0,$s/.gamepedia.com\/api.php/');/gg -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 59742] Respect wikisite and EditThis throttling
https://bugzilla.wikimedia.org/show_bug.cgi?id=59742 --- Comment #4 from Robert Hanke --- WikiSite needs to allow us an interval of 72 seconds to get around in 48 hours. EditThis needs to allow us an interval of 257 seconds to get around in 96 hours. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 60472] Add 300 gamepedia.com wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=60472 --- Comment #1 from Daniel Zahn --- that list has a single odd member, http://wowpedia.org/api.php the only one not in gamepedia.com -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 59742] Respect wikisite and EditThis throttling
https://bugzilla.wikimedia.org/show_bug.cgi?id=59742 --- Comment #3 from Daniel Zahn --- Robih, feel like calculating that? x .. is that under or over 24h? -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 59742] Respect wikisite and EditThis throttling
https://bugzilla.wikimedia.org/show_bug.cgi?id=59742 --- Comment #2 from Daniel Zahn --- yep, there are currently no cron jobs for wikisite and editthis until this is resolved somehow -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70115] OOjs UI: MenuWidget does not resize correctly when being clipped
https://bugzilla.wikimedia.org/show_bug.cgi?id=70115 James Forrester changed: What|Removed |Added Assignee|jforrester+veteambztickets@ |roan.katt...@gmail.com |wikimedia.org | -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69948] Android app: Link to section doesn't work
https://bugzilla.wikimedia.org/show_bug.cgi?id=69948 --- Comment #2 from Gerrit Notification Bot --- Change 156823 merged by BearND: Correctly jump to a specific section from an incoming link. https://gerrit.wikimedia.org/r/156823 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69700] "Maximum call stack size exceeded" in javascript bridge
https://bugzilla.wikimedia.org/show_bug.cgi?id=69700 --- Comment #2 from Gerrit Notification Bot --- Change 156304 merged by jenkins-bot: Improve the way that sections are loaded into the WebView. https://gerrit.wikimedia.org/r/156304 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70197] Jenkins stalls in flake8-docstring
https://bugzilla.wikimedia.org/show_bug.cgi?id=70197 Amir Ladsgroup changed: What|Removed |Added Keywords||upstream -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70197] New: Jenkins stalls in flake8-docstring
https://bugzilla.wikimedia.org/show_bug.cgi?id=70197 Bug ID: 70197 Summary: Jenkins stalls in flake8-docstring Product: Wikimedia Version: wmf-deployment Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: Continuous integration Assignee: wikibugs-l@lists.wikimedia.org Reporter: ladsgr...@gmail.com CC: g...@wikimedia.org, has...@free.fr, krinklem...@gmail.com Web browser: --- Mobile Platform: --- From [1]: pep257 yields some error which apparently cause flake8 2.2.3 to stall completely waiting for some input. An upstream issue [2] [1]: https://gerrit.wikimedia.org/r/157291 [2]: https://bitbucket.org/tarek/flake8/issue/167/flake8-223-stall-with-multiprocessing -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69650] Create an extension (or a config setting in core?) to add a "Sandbox" link to the personal toolbar
https://bugzilla.wikimedia.org/show_bug.cgi?id=69650 --- Comment #7 from Gerrit Notification Bot --- Change 157296 had a related patch set uploaded by Bartosz Dziewoński: Initial extension code https://gerrit.wikimedia.org/r/157296 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70193] mediawiki_api 0.2.1 attempt to decode Varnish HTML 500 page
https://bugzilla.wikimedia.org/show_bug.cgi?id=70193 --- Comment #1 from Gerrit Notification Bot --- Change 157300 had a related patch set uploaded by Dduvall: Error handling for HTTP 4xx and 5xx responses https://gerrit.wikimedia.org/r/157300 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70193] mediawiki_api 0.2.1 attempt to decode Varnish HTML 500 page
https://bugzilla.wikimedia.org/show_bug.cgi?id=70193 Gerrit Notification Bot changed: What|Removed |Added Status|ASSIGNED|PATCH_TO_REVIEW -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70190] Installer style breaks in wmf19/master
https://bugzilla.wikimedia.org/show_bug.cgi?id=70190 Andre Klapper changed: What|Removed |Added Priority|Unprioritized |Normal -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70189] Stuck old 1024px thumbnail version of a specific djvu image on wikisource.pl
https://bugzilla.wikimedia.org/show_bug.cgi?id=70189 Andre Klapper changed: What|Removed |Added Keywords|shell | Priority|Unprioritized |Normal -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69481] Attempt to concatenate a nil value when using mw.html:css
https://bugzilla.wikimedia.org/show_bug.cgi?id=69481 Jackmcbarn changed: What|Removed |Added Resolution|WONTFIX |INVALID --- Comment #14 from Jackmcbarn --- Since this is a bug, but not our bug, changing to INVALID. As a workaround for this bug, you can cherry-pick https://gerrit.wikimedia.org/r/#/c/145414/ Running the command "git cherry-pick ee289c8045ea1cc260c56d447af3078d5f6075cd" from the Scribunto directory should do this, assuming it was checked out of git. Upgrading to 1.24 will include that change, so once you eventually do that, you won't have to worry about this particular instance of it anymore. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70189] Stuck old 1024px thumbnail version of a specific djvu image on wikisource.pl
https://bugzilla.wikimedia.org/show_bug.cgi?id=70189 Andre Klapper changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords||shell Component|General/Unknown |Media storage CC||aarcos.w...@gmail.com, ||aklap...@wikimedia.org, ||bawolff...@gmail.com, ||fflo...@wikimedia.org, ||gti...@wikimedia.org, ||mtrac...@member.fsf.org, ||steinsplit...@wikipedia.de Blocks||41371 Ever confirmed|0 |1 Summary|Problems with a miniature |Stuck old 1024px thumbnail |of an old version of djvu |version of a specific djvu |image on wikisource.pl |image on wikisource.pl Product|MediaWiki |Wikimedia --- Comment #2 from Andre Klapper --- Thanks for taking the time to report this! [Moving to "Wikimedia" product as this request is about image/thumbnail scalers of the website, not about the codebase of MediaWiki itself.] Confirming. I tried [[WP:Purge]] by going to https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Juliusz_Verne-Tajemnicza_Wyspa_%28ed._Seyfarth_i_Czajkowski%29_T.1.djvu/page300-1024px-Juliusz_Verne-Tajemnicza_Wyspa_%28ed._Seyfarth_i_Czajkowski%29_T.1.djvu.jpg?whatever and then via https://commons.wikimedia.org/w/index.php?title=File%3AJuliusz_Verne-Tajemnicza_Wyspa_%28ed._Seyfarth_i_Czajkowski%29_T.1.djvu&page=300&action=purge but wasn't successful so far... -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 41371] Thumbnail/imagescaler (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=41371 Andre Klapper changed: What|Removed |Added Depends on||70189 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70182] Restrict editing of core MediaWiki javascript / css with a separate user right
https://bugzilla.wikimedia.org/show_bug.cgi?id=70182 Bawolff (Brian Wolff) changed: What|Removed |Added CC||bawolff...@gmail.com --- Comment #6 from Bawolff (Brian Wolff) --- (In reply to Alex Monk from comment #2) > This is absolutely pointless while we have bug 43646 (and others like it but > unreported - run a google search if you can't see that bug) In addition to MediaWiki:Copyright (Sorry, not mentioning the issue when its so well known that we even have projects like enwikinews actually using it as a feature, seems silly to me), most projects have various random pages in the mediawiki namespace that get loaded from main js. Not to mention gadgets and things. There are lots of ways to get js into the site -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69650] Create an extension (or a config setting in core?) to add a "Sandbox" link to the personal toolbar
https://bugzilla.wikimedia.org/show_bug.cgi?id=69650 --- Comment #6 from Gerrit Notification Bot --- Change 157297 had a related patch set uploaded by Bartosz Dziewoński: Add SkinPreloadExistence hook https://gerrit.wikimedia.org/r/157297 -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69650] Create an extension (or a config setting in core?) to add a "Sandbox" link to the personal toolbar
https://bugzilla.wikimedia.org/show_bug.cgi?id=69650 Gerrit Notification Bot changed: What|Removed |Added Status|ASSIGNED|PATCH_TO_REVIEW -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70028] Should Mediawiki UI change font-family for textareas?
https://bugzilla.wikimedia.org/show_bug.cgi?id=70028 Bartosz Dziewoński changed: What|Removed |Added See Also||https://bugzilla.wikimedia. ||org/show_bug.cgi?id=70194 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70194] CSS Conflict with mediawiki ui
https://bugzilla.wikimedia.org/show_bug.cgi?id=70194 Bartosz Dziewoński changed: What|Removed |Added See Also||https://bugzilla.wikimedia. ||org/show_bug.cgi?id=70028 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70196] New: Some categories are not represented in Parsoid output
https://bugzilla.wikimedia.org/show_bug.cgi?id=70196 Bug ID: 70196 Summary: Some categories are not represented in Parsoid output Product: Parsoid Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: parsoid-t...@wikimedia.org Reporter: jackmcbarn+w...@gmail.com CC: jforres...@wikimedia.org, ssas...@wikimedia.org Web browser: --- Mobile Platform: --- Some parser functions (and other things) add tracking categories directly, rather than emitting the wikitext [[Category:whatever]] and letting the parser add them. Parsoid currently doesn't include these categories when it parses pages. To fix this, when it calls the API's expandtemplates, it needs to request and use its "categories" output. A simple way to test this is to add {{#invoke:this is invalid}} to a page. If this bug is fixed, the page will end up in Category:Pages_with_script_errors. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70195] hot cat mistakes {{see also}} as Category redirect
https://bugzilla.wikimedia.org/show_bug.cgi?id=70195 Andre Klapper changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||aklap...@wikimedia.org Resolution|--- |INVALID --- Comment #1 from Andre Klapper --- Thanks for taking the time to report this! HotCat is not an extension hence this is unfortunately out of scope for Bugzilla. Closing as INVALID as this is not a bug in MediaWiki software or its extension, but in an on-wiki script. https://commons.wikimedia.org/wiki/Help:Gadget-HotCat might be a place to bring this up. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69979] hhvm creates core file in /tmp/ filling mediawiki02 labs instance root partition
https://bugzilla.wikimedia.org/show_bug.cgi?id=69979 Daniel Zahn changed: What|Removed |Added CC||dz...@wikimedia.org --- Comment #13 from Daniel Zahn --- (In reply to Antoine "hashar" Musso from comment #12) > Note I originally created the bug because hhvm send cores to /tmp/ which > should be configured in the hhvm conf file to point somewhere else, or > become configurable (I think the path is hardcoded in hhvm). --> https://gerrit.wikimedia.org/r/#/c/157294/2 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69979] hhvm creates core file in /tmp/ filling mediawiki02 labs instance root partition
https://bugzilla.wikimedia.org/show_bug.cgi?id=69979 --- Comment #12 from Antoine "hashar" Musso --- Note I originally created the bug because hhvm send cores to /tmp/ which should be configured in the hhvm conf file to point somewhere else, or become configurable (I think the path is hardcoded in hhvm). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 62598] Filter for New User uploads in Mobile Web
https://bugzilla.wikimedia.org/show_bug.cgi?id=62598 Pete F changed: What|Removed |Added CC||pete.public.em...@gmail.com --- Comment #169 from Pete F --- (In reply to Max Semenik from comment #107) > How about: ask uploaders where they took the image from? > > * With options like "I made it myself", "my grandma made it", "found it > somewhere on the interwebz". > * Until they've selected something, don't allow uploading. > * If they selected something other than "I made it myself", show a very > short "copyright for idiots" style tutorial and disallow the upload. > > This should filter out people who care but are about to make a mistake and > most of drones, leaving only persistent drones and malicious uploaders. > Reperesentatives of both of these categories can be blocked fairly liberally. At minimum, it would be good to look to the desktop UploadWizard for guidance on how to communicate what is wanted, and what is required. It's worthwhile to imagine yourself in a user's shoes (as I hope software designers already do!) Imagine this: * You have never heard of Wikimedia or Wikimedia Commons, but you like Wikipedia, and downloaded the Commons app for Android because you saw it was made by the same people. * The app offers you, essentially, one feature: upload media. * Where in the app's interface, even if you desperately WANTED to, could you gain any insight into WHERE it is uploading to, WHY, or what is desired by that mysterious entity? I don't think there's any opportunity to learn these things. So are we surprised that the uploads are mostly junk? Are we concerned about the amount of volunteer effort it takes to process these uploads? Will the Wikimedia Commons app be taken out of the Android marketplace along with the other Mobile Upload capability? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69535] Fonts for Japanese and Chinese must be installed for VisualEditor localized screenshots
https://bugzilla.wikimedia.org/show_bug.cgi?id=69535 Ori Livneh changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #4 from Ori Livneh --- Daniel Z. pointed out that "ttf-wqy-zenhei" works as a package name on both Precise and Trusty. On Trusty, it is a virtual package that depends on "fonts-wqy-zenhei", to make migration easier. And, in fact, we already install it: https://github.com/wikimedia/operations-puppet/blob/8f14fc7cdbfb5c6f16cb4b1a3bbc64dfd5d200e8/modules/mediawiki/manifests/multimedia.pp#L91 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 65565] Add a div#mainpage wrapper for the main page
https://bugzilla.wikimedia.org/show_bug.cgi?id=65565 Dan Garry changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Dan Garry --- I'm closing this bug, as it has insufficient context for me to prioritise. Feel free to reopen if you can provide an explanation of how this problem manifests to the user. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69715] Flow: post preview adds additional left indent.
https://bugzilla.wikimedia.org/show_bug.cgi?id=69715 sp...@wikimedia.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from sp...@wikimedia.org --- https://gerrit.wikimedia.org/r/155467 fixed this. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69535] Fonts for Japanese and Chinese must be installed for VisualEditor localized screenshots
https://bugzilla.wikimedia.org/show_bug.cgi?id=69535 Ori Livneh changed: What|Removed |Added CC||o...@wikimedia.org --- Comment #3 from Ori Livneh --- "fonts-wqy-zenhei" is available on Trusty but not Precise: [mw1001:~] $ cat /etc/issue Ubuntu 12.04.4 LTS \n \l [mw1001:~] $ apt-get --dry-run install fonts-wqy-zenhei NOTE: This is only a simulation! apt-get needs root privileges for real execution. Keep also in mind that locking is deactivated, so don't depend on the relevance to the real current situation! Reading package lists... Done Building dependency tree Reading state information... Done Package fonts-wqy-zenhei is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'fonts-wqy-zenhei' has no installation candidate -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70066] Update API gem to handle action=tokens deprecation
https://bugzilla.wikimedia.org/show_bug.cgi?id=70066 Chris McMahon changed: What|Removed |Added Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70120] Tool Labs: Node.js and npm broken due to outdated certificate (install minor update to fix certificate)
https://bugzilla.wikimedia.org/show_bug.cgi?id=70120 Gabriel Wicke changed: What|Removed |Added CC||gwi...@wikimedia.org --- Comment #8 from Gabriel Wicke --- New Trusty VMs should have node 0.10 and a reasonably up to date npm. I'd recommend upgrading or creating a new trusty VM. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69907] Edit doesn't work good, when content is transcluded
https://bugzilla.wikimedia.org/show_bug.cgi?id=69907 Dan Garry changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Dan Garry --- Thanks for the report Florian. This issue is a duplicate of another one, so I'm marking it as such. *** This bug has been marked as a duplicate of bug 63874 *** -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 63874] Edit link loads the wrong section in some cases
https://bugzilla.wikimedia.org/show_bug.cgi?id=63874 Dan Garry changed: What|Removed |Added CC||florian.schmidt.welzow@t-on ||line.de --- Comment #4 from Dan Garry --- *** Bug 69907 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70195] New: hot cat mistakes {{see also}} as Category redirect
https://bugzilla.wikimedia.org/show_bug.cgi?id=70195 Bug ID: 70195 Summary: hot cat mistakes {{see also}} as Category redirect Product: MediaWiki extensions Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: major Priority: Unprioritized Component: [other] Assignee: wikibugs-l@lists.wikimedia.org Reporter: verade...@gmail.com Web browser: --- Mobile Platform: --- On Wikimedia Commons the hot-cat extention responses to {{see also}} and {{see also cat}} as if they are category redirects, making it impossible to ad a category that has these templates in them to a file using the extension. This happened to me when I tried adding the category "Gemeentelijke monumenten in Oisterwijk" and would constantly end up with "Rijksmonumenten in Oisterwijk". -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70015] VisualEditor: Open button in link inspector should be disabled when the link target field is empty
https://bugzilla.wikimedia.org/show_bug.cgi?id=70015 Rummana Yasmeen changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--- |FIXED --- Comment #8 from Rummana Yasmeen --- Yeah, just started working for me! Marking as Resolved . -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 69395] i18n: \u00A0 does not survive export to translatewiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=69395 Dan Garry changed: What|Removed |Added CC||dga...@wikimedia.org --- Comment #3 from Dan Garry --- For now, we're not focussing on the Commons App. So I'd say to make sure that people aren't doing translations for it, if we're not using them. That's just my thought. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 58247] Tidy up (and perhaps kill) abusefilter.php Wikimedia configuration file
https://bugzilla.wikimedia.org/show_bug.cgi?id=58247 --- Comment #9 from Gerrit Notification Bot --- Change 156081 abandoned by Withoutaname: Move some permissions from abusefilter.php to InitialiseSettings.php Reason: Agreed, I don't think this bug is worth the resources needed to solve it. https://gerrit.wikimedia.org/r/156081 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70015] VisualEditor: Open button in link inspector should be disabled when the link target field is empty
https://bugzilla.wikimedia.org/show_bug.cgi?id=70015 --- Comment #7 from Alex Monk --- Works for me. Gerrit change 157212 should've sent my fix to beta labs. -- You are receiving this mail because: You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70146] Special:Upload should pre-fill summary field without Javascript
https://bugzilla.wikimedia.org/show_bug.cgi?id=70146 Umherirrender changed: What|Removed |Added CC||umherirrender_de...@web.de --- Comment #1 from Umherirrender --- You can use [[MediaWiki:Upload-default-description]] for that, at least for the default upload form -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70193] mediawiki_api 0.2.1 attempt to decode Varnish HTML 500 page
https://bugzilla.wikimedia.org/show_bug.cgi?id=70193 Dan Duvall changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|wikibugs-l@lists.wikimedia. |dduv...@wikimedia.org |org | -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70154] BetaFeatures should have an encouraging message in the beta tab
https://bugzilla.wikimedia.org/show_bug.cgi?id=70154 James Forrester changed: What|Removed |Added Priority|Unprioritized |Low Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from James Forrester --- I'm not sure… putting things here feels way too prominent a place for a message which will only be acted on by a few dozen people at most in a year. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70182] Restrict editing of core MediaWiki javascript / css with a separate user right
https://bugzilla.wikimedia.org/show_bug.cgi?id=70182 --- Comment #5 from Umherirrender --- The patch is not a security patch, just a way to restrict the serious way to edit javascript. There are also other ways to disable (or try to disable) some html in messages, like spam filters or abuse filters. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 70194] New: CSS Conflict with mediawiki ui
https://bugzilla.wikimedia.org/show_bug.cgi?id=70194 Bug ID: 70194 Summary: CSS Conflict with mediawiki ui Product: MediaWiki extensions Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: Unprioritized Component: WikiEditor Assignee: wikibugs-l@lists.wikimedia.org Reporter: florian.schmidt.wel...@t-online.de CC: roan.katt...@gmail.com, tpars...@wikimedia.org Web browser: --- Mobile Platform: --- Created attachment 16316 --> https://bugzilla.wikimedia.org/attachment.cgi?id=16316&action=edit Overlapping With configuration variables from change I47db5eab4569514d039261d11b6dedb0eeae17b5 it's possible to force the use of MediaWikiUI whereever it's supported. In the future it will (maybe?) be standard to use mediawikiui everwhere. Actual, the padding css rule of WikiEditor[1] results in an ugly overlapping with the blue bar of mw ui (indicating, that this field is focused). I'm not sure, if there are special reasons for the padding, but i would suggest to just remove the rule or don't set it for padding-left. [1] https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FWikiEditor/314f0a7d1aef46e1af0d362d9d73c6026cc4c13c/modules%2Fext.wikiEditor.toolbar.styles.css -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l