[00:00:21] marktraceur: it kinda does i am just calling for the messeges that i put into the array of different languages right? [00:00:35] * terrrydactyl waves [00:02:22] And the error is gone. Just had to filter of the \r from \r\n under windows. :) [00:02:54] LuaStandaloneEngine.phpline 332 to 334 [00:03:04] And on that note I drop back offline. :) [00:06:57] 03(mod) [Dynamic Section Loading] No fallback for dynamic sections - 10https://bugzilla.wikimedia.org/42746 +comment (10Jon) [00:07:10] 03(mod) [Dynamic Section Loading] Stop parsing HTML twice - 10https://bugzilla.wikimedia.org/41569 +comment (10Jon) [00:14:06] 03(mod) Patrolling through API is not possible any more due to the removal of rcid - 10https://bugzilla.wikimedia.org/49259 +comment (10fur.hewiki) [00:16:49] 03(mod) Patrolling through API is not possible any more due to the removal of rcid - 10https://bugzilla.wikimedia.org/49259 +comment (10hoo) [00:23:48] Anyone any suggestions of a minimal (php) wrapper for making authenticated MW edits? [00:24:01] Wanting to automate the update of pages for things like wmf release changelogs and stuff [00:26:53] 03(mod) [Dynamic Section Loading] Stop parsing HTML twice - 10https://bugzilla.wikimedia.org/41569 (10Max Semenik) [00:33:10] Reedy, you mean like edit.php but you can include it in a script and call functions? [00:40:44] Something like that. Althought I could use a cli script on the local host, remote and using the API would be better [00:40:54] https://www.mediawiki.org/wiki/API:Client_code#PHP 1 unmaintained, the other ambitious [00:41:15] I'd do it using WikiFunctions/ApiEdit, but it's overkill and not so portable for a lot of people [00:46:52] I'm sure Bryan maintained one before.. [00:46:52] Python mwclient [00:48:21] 03(mod) VisualEditor: Convert save dialog to use ve.ui.Dialog - 10https://bugzilla.wikimedia.org/48566 +comment (10James Forrester) [00:51:42] 03(mod) VisualEditor: Browser back button should work as expected - 10https://bugzilla.wikimedia.org/43844 (10James Forrester) [00:51:42] 03(mod) $wgCapitalLinkOverrides ignored - 10https://bugzilla.wikimedia.org/49219 +comment (10jmcclure) [00:52:07] 03(mod) Edit button sometimes chooses wrong section - 10https://bugzilla.wikimedia.org/49208 +comment (10jrobson) [00:58:45] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10b) [00:59:43] botclasses seems to work reasonably enough, and in php [00:59:47] $wiki = new wikipedia("http://192.168.0.190/w/api.php"); [00:59:47] $wiki->login( 'Reedy', '' ); [00:59:47] $wiki->edit( 'BotClasses', 'Omfg, a test!', 'summary', false, false ); [01:00:39] That doesn't seem like a very secure password. [01:01:08] Have fun editing my wiki at 192.168.0.190 [01:02:24] Especially given how mediawiki treats users with passwords shorter than $wgMinimalPasswordLength :P [01:02:40] Reedy: will do [01:02:53] you know there's no CSRF protection for anonymous edits ;) [01:08:27] mw gurus, I come again asking for simple assistance. one day I'll contribute back! until then, I'm having a permissions issue with my new namespace, "Pilot". I've configured my localsettings.php, group rights, and user rights as shown here: http://pastebin.com/FvLT19NC (condensed, of course). does anyone see my error? [01:09:40] 03(mod) VisualEditor: "Move this category here" should not appear in category suggestions when you've not picked one that exists - 10https://bugzilla.wikimedia.org/48564 +comment (10James Forrester) [01:12:21] cdaringe, no... generally you're asked to tell us what he issue is [01:12:34] cdaringe: $wgGroupPermissions['MFE'] = $wgGroupPermissions['user']; is wrong [01:12:47] cdaringe: since user permissions apply to all users, including MFE users [01:12:53] (but shouldn't cause problems) [01:13:44] bawolff - that permissions assignment actually appears to be working. the problem statement is that even as a group member of the Pilot namespace, I am unable to create content within the namespace. [01:14:03] cdaringe: So I don't see anything from a quick look that would cause a problem [01:14:08] 03(mod) Review and deploy BlameMaps extension - 10https://bugzilla.wikimedia.org/49278 summary (10MZMcBride) [01:14:43] bawolff--i now see what you are saying. in your first remark. [01:15:38] cdaringe: What's the error message you get when trying to add something to pilot namespace (Specificly is it saying you need to be in the group pilot?) [01:19:23] bawolff--it's "There is currently no text in this page. You can search for this page title in other pages, or search the related logs, but you do not have permission to create this page." [01:20:04] cdaringe: I mean if you go specificly to the edit page (Adding either ?action=edit or &action=edit to the end of the url) [01:20:52] bawolff: "You do not have permission to create new pages." [01:22:11] and this only applies to the pilot namespace? [01:22:35] cdaringe: That error should only happen if you don't have the createpage right [01:23:01] you should get a different error if it is namespace-protection related I believe [01:24:10] Which by default should be in both the * and 'user' groups. [01:24:45] correct. however, i'm embarrassed to report that I just found a bad line. I have previously disabled 'createpage' rights for "users." interesting that it still works in the main namespace--i never reenabled it. now that I commented that out, it's OK for Pilot. So, i guess my issue is fixed. I suppose because i'm an admin i always have createpage access? [01:24:56] marktraceur: so any clue how long it takes for new entry in i18n to take effect? [01:26:39] well, i gotta jet. thanks for the help all. [01:26:45] its always appreciated. [01:31:36] cdaringe: Admins shouldn't be special in that regard. Were the pages you were editing already created perhaps. Note to really disable createpage rights, you'd have to disable for both * group and 'user'. If you just did user it really shouldn't have affected anything, since all users are also a member of '*' [01:32:23] Rasel160: It should take affect next time code is deployed I believe (perhaps a little delay for localization cache to be rebuilt. I imagine that happens every deploy) [01:33:04] Rasel160: And for non-english entries, they are synced from translatewiki once a day [01:34:27] bawolff: thanks! i was worried i was messing up :) [01:37:46] 03(mod) $wgCapitalLinkOverrides ignored - 10https://bugzilla.wikimedia.org/49219 +comment (10jamesin.hongkong.1) [01:38:02] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10Steven Walling) [02:00:27] 03(mod) Make MathJax menus translatable [upstream] - 10https://bugzilla.wikimedia.org/35038 +comment (10mflaschen) [02:10:28] 03(mod) Special:Search pagination controls should be duplicated at top - 10https://bugzilla.wikimedia.org/36923 (10Andre Klapper) [02:10:29] 03(mod) Echo: Message for article-linked event should distinguish page titles from one another and usernames - 10https://bugzilla.wikimedia.org/47955 (10Andre Klapper) [02:10:30] 03(mod) Echo: Unstyled notifications badge flashed while page is loading - 10https://bugzilla.wikimedia.org/48001 (10Andre Klapper) [02:10:33] 03(mod) Echo: "Mark all as read" also marks things not yet seen - 10https://bugzilla.wikimedia.org/48481 (10Andre Klapper) [02:10:34] 03(mod) Echo: Notifications badge is too big - 10https://bugzilla.wikimedia.org/49153 (10Andre Klapper) [02:18:20] 03(NEW) VisualEditor loading thumbnails over HTTP unconditionally - 10https://bugzilla.wikimedia.org/49283 normal; VisualEditor: General; () [02:20:55] 03(NEW) VisualEditor review dialog obfuscated by green striped area - 10https://bugzilla.wikimedia.org/49284 normal; VisualEditor: General; () [02:24:10] Rasel160: Your i18n changes should show up *locally* as soon as you make them [02:25:17] aww...so what am i doing wrong? why can i access my recent additions? [02:25:42] Try making a dummy edit to LocalSettings.php [02:26:20] Sometimes that can kill off pesky caches (I have no idea if localisation cache is one of those caches) [02:26:21] ok trying that now [02:27:28] 03(NEW) ArticleFeedbackv5: Text is blurry due to use of CSS3 filter - 10https://bugzilla.wikimedia.org/49285 normal; MediaWiki extensions: ArticleFeedbackv5; () [02:27:51] 03(mod) ArticleFeedbackv5: Text is blurry due to use of CSS3 filter - 10https://bugzilla.wikimedia.org/49285 +code-update-regression; +comment (10Krinkle) [02:30:08] Hey guys. I'm trying to install ExtAuthDB however it's outdated and uses the Database class which is deprecated. I'm going to update it however I can't see a way to make WfGetDB take parameters for a new connection (external) [02:30:16] Is there a way to do it or do I need to use PDO directly? [02:30:39] bawolff: nope no effect [02:32:26] marktraceur: i am submitting a patch, please let know what im doing wrong [02:36:24] Hrm. K. [02:36:31] Probably tomorrow, though [02:36:41] 03(mod) Proposal for new special page listing concepts - 10https://bugzilla.wikimedia.org/33181 +comment (10MWJames) [02:37:32] 03(NEW) ArticleFeedbackv5: Consider showing "reader feedback" less or not on top of the page - 10https://bugzilla.wikimedia.org/49286 major; MediaWiki extensions: ArticleFeedbackv5; () [02:38:07] Hey all, I'm developing a OS single sign on portal for customer support that will integrate with mediawiki… I'm running into an issue with sessions. My SSO uses the api on the backend to login and then does setcookie to get the session into the users browser. This worked perfectly on 1.17 but with 1.20.5 it stopped working. I don't get logged in anymore. [02:38:48] 03(mod) $wgCapitalLinkOverrides ignored - 10https://bugzilla.wikimedia.org/49219 +comment (10jmcclure) [02:38:49] I've set wgCookieDomain appropriately, and enabled wgDebugLog… I see the cookies coming in to mediawiki [02:40:10] 03(mod) ArticleFeedbackv5: Consider showing "reader feedback" less or not on top of the page - 10https://bugzilla.wikimedia.org/49286 +comment (10krinklemail) [02:40:52] Any ideas guys? [02:41:16] i've found this: https://doc.wikimedia.org/mediawiki-core/master/php/html/classDatabaseMysql.html#aa4115ddd3d72bd369886992326aa947a -- not sure if I should access this directly instead of WfGetDB [02:41:19] ProgmanX: I'm not entirely sure if I understood you correctly, but: wfGetDB can take a "name" for the database, but it has to be pre-registered via the LoadBalancer system, which is generally only used in wikifarms/big wiki sites. [02:41:44] bawolff: i see - I don't need that.. I just need to connect to an external database [02:42:04] ProgmanX: I think what you want is Database::Factory [02:42:26] bawolff: i'm trying to patch this to work as easily as possible: https://www.mediawiki.org/wiki/Extension:ExtAuthDB [02:42:43] I'm getting errors from here: $db = & Database :: newFromParams( [02:42:45] ProgmanX: There's an example of using Database::Factory in includes/filerepo/ForeignDBRepo.php [02:42:47] because the Database class doesn't exist [02:43:00] (I found it's been deprecated) [02:43:23] Where do you see that? [02:43:41] Its still there and not deprecated As far as i can see [02:44:15] that func was deprecated here: http://www.mediawiki.org/wiki/Release_notes/1.20 [02:44:58] and i'm sure I saw somewhere the Database class was too due to security reasons.. and now in the source I only see DatabaseBase etc, not Database [02:45:01] ProgmanX: Use the factory method [02:45:06] which isn't deprecated [02:45:25] Class names are case insensitive [02:47:24] ProgmanX: Database class is still used by MediaWiki core to do all the database stuff, it definitely is not deprecated [02:47:51] that file you said even uses DatabaseBase not Database:: [02:48:21] $this->dbConn = DatabaseBase::factory( $this->dbType, [02:48:48] http://pastie.org/8017438 [02:50:05] My apologies, I totally misread DatabaseBase as DataBase [02:51:50] np [02:52:07] ProgmanX: You're correct, historically, the class DatabaseMysql was called Database [02:52:10] Does mediawiki do anything smart like if User Agent changes for a given session id… invalidate the session? [02:52:44] Which was deprecated, and renamed to DatabaseMysql, but the old name was kept for a while and marked as deprecated [02:52:55] blak3r: Don't believe so [02:53:14] I think in the default config it mostly relies on php's session stuff [02:53:53] bawolff: thanks… gonna try logging in on firefox, then adding cookies manually to chrome and see if I can get logged in… cause that's effectively what my backend code is doing [03:10:17] update: stealing session is totally doable. Just copied from one box to another and it worked. So, can't imagine what's going on [03:12:49] 03(NEW) Set $wgRestrictDisplayTitle to false for all Wikivoyages - 10https://bugzilla.wikimedia.org/49287 normal; Wikimedia: Site requests; () [03:13:00] Your session id authenticates you, even if you change browsers. [03:13:16] yeah i understand that's how it should work [03:13:18] 03(mod) Set $wgRestrictDisplayTitle to false for all Wikivoyages - 10https://bugzilla.wikimedia.org/49287 (10singaporemaps) [03:13:41] for whatever reason… I'm logging in via api in server side api calls then setting the browser cookies [03:13:51] blak3r: Try maybe using firebug or something to check precisely what the browser is giving the server, when you set the cookies using your back end thing [03:13:51] and make sure it is what would normally be given [03:14:20] that worked in 1.17 and stopped in 1.20. Can't see how it's not working [03:14:58] I turned on wgDebugLog and that shows the incoming oookies and their is no discernible difference between cases [03:16:28] 03(mod) reset $wgRestrictDisplayTitle to false and $wgAllowDisplayTitle to true for en.wikivoyage.org - 10https://bugzilla.wikimedia.org/49015 (10singaporemaps) [03:19:21] with the javascript api i know you have to set the user agent to an email address… so that's the only thing that got me thinking it might be something with that [03:19:51] maybe that a wikipedia requirement (not a mediawiki one) [03:27:18] blak3r: That's a Wikimedia requirement. MediaWiki doesn't care what your user-agent is [03:33:13] 03(mod) reset $wgRestrictDisplayTitle to false and $wgAllowDisplayTitle to true for en.wikivoyage.org - 10https://bugzilla.wikimedia.org/49015 +comment (10Bawolff (Brian Wolff)) [03:40:49] 03(NEW) Enable Nearby on Wikivoyage - 10https://bugzilla.wikimedia.org/49288 enhancement; MediaWiki extensions: MobileFrontend; () [04:04:53] 03(mod) reset $wgRestrictDisplayTitle to false and $wgAllowDisplayTitle to true for en.wikivoyage.org - 10https://bugzilla.wikimedia.org/49015 +comment (10singaporemaps) [04:09:27] 03(mod) reset $wgRestrictDisplayTitle to false and $wgAllowDisplayTitle to true for en.wikivoyage.org - 10https://bugzilla.wikimedia.org/49015 +comment (10bawolff+wn) [04:14:15] 03(mod) Edit Toolbar and Twinkle Gadgets are not loading properly - 10https://bugzilla.wikimedia.org/49268 (10Belayet Hossain) [04:18:36] 03(mod) Edit Toolbar and Twinkle Gadgets are not loading properly at Bengali (bn) Wikipedia - 10https://bugzilla.wikimedia.org/49268 summary (10Belayet Hossain) [04:35:13] 03(mod) New extension: EXIF parser functions - 10https://bugzilla.wikimedia.org/41498 +comment (10bawolff+wn) [04:40:16] 03(mod) reset $wgRestrictDisplayTitle to false and $wgAllowDisplayTitle to true for en.wikivoyage.org - 10https://bugzilla.wikimedia.org/49015 +comment (10mediawiki-bugs) [04:46:49] 03(NEW) Visible br is shown in template - 10https://bugzilla.wikimedia.org/49289 normal; VisualEditor: General; () [05:25:16] 03(mod) Visual Editor breaks with Unicode Combining diacritics - 10https://bugzilla.wikimedia.org/49233 +comment (10moyogo) [05:36:34] 03(NEW) MWException on revision deletion - 10https://bugzilla.wikimedia.org/49290 normal; MediaWiki: Revision deletion; () [05:40:43] 03(mod) Allow uploading of Blender or other 3D files to Wikimedia Commons - 10https://bugzilla.wikimedia.org/1790 +comment (10cmbj.wiki) [05:41:31] 03(mod) MWException on revision deletion - 10https://bugzilla.wikimedia.org/49290 (10Mike.Rosoft) [05:56:38] 03(mod) Install Extension:Widget to English Wikivoyage - 10https://bugzilla.wikimedia.org/47400 +comment (10torty3) [06:23:24] 03(mod) Write redirect rules for GitBlit - 10https://bugzilla.wikimedia.org/41961 +comment (10Nemo) [06:28:47] 03(mod) Add mention notification threshold - 10https://bugzilla.wikimedia.org/48882 +comment (10rkaldari) [06:30:31] 03(mod) Get a PDOException after upgrading SQLite database from 1.16.5 to 1.21.1 ('There is no active transaction' ) - 10https://bugzilla.wikimedia.org/49254 +comment (10Chris) [06:35:28] 03(mod) Review and deploy BlameMaps extension - 10https://bugzilla.wikimedia.org/49278 +comment (10Nemo) [06:51:10] 03(NEW) Bad behaviour if ref and templates are mixed - 10https://bugzilla.wikimedia.org/49291 minor; Parsoid: General; () [06:51:40] 03(mod) Bad behaviour if ref and templates are mixed - 10https://bugzilla.wikimedia.org/49291 (10Kelson [Emmanuel Engelhart]) [07:03:38] morning [07:10:54] Anybody know why the array of $wgOut->getModuleStyles() is empty in the extensions? [07:13:08] 03(mod) Filenames in the HTML snapshot by extension dumpHTML - 10https://bugzilla.wikimedia.org/8147 +comment (10badhot) [07:15:31] 03(mod) Properties creation log - 10https://bugzilla.wikimedia.org/49282 +comment (10Beta16) [07:25:23] 03(mod) In RTL, checkmark for selected input method overlaps text in ime menu - 10https://bugzilla.wikimedia.org/49073 +comment (10Santhosh Thottingal) [07:50:53] 03(mod) ULS causes pages to be cached with random user language - 10https://bugzilla.wikimedia.org/41451 +comment (10niklas.laxstrom) [08:12:02] i have a question. I cant find dowload link for Mediawiki 1.22/wmf5. Can you help me? [08:14:46] mike33: https://git.wikimedia.org/zip/?r=mediawiki/core.git&h=refs/heads/wmf/1.22wmf5&format=zip ? [08:16:15] thank you very much liangent [08:16:33] 03(NEW) Create a maintenance script to populate sites table from $wgConf - 10https://bugzilla.wikimedia.org/49292 normal; MediaWiki: Maintenance scripts; () [08:19:44] 03(mod) Mathjax is very slow with webfonts - 10https://bugzilla.wikimedia.org/38751 +comment (10Nemo) [08:21:34] 03(mod) ULS: JSON loading problems (Access-Control-Allow-Origin) - 10https://bugzilla.wikimedia.org/41489 +comment (10Santhosh Thottingal) [08:24:16] 03(mod) Set $wgDefaultUserOptions['math']=2 on Wikimedia wikis (i.e. enable MathJax by default) - 10https://bugzilla.wikimedia.org/36496 +comment (10Nemo) [08:27:57] 03(NEW) Wrong output for "File:" calls with "link" parameter - 10https://bugzilla.wikimedia.org/49293 normal; Parsoid: General; () [08:29:53] 03(mod) Win8 app crashes when hub loaded in Tamil (ta) - 10https://bugzilla.wikimedia.org/41431 +comment (10Pavanaja U B) [08:32:15] 03(mod) Win8 app crashes when hub loaded in Tamil (ta) - 10https://bugzilla.wikimedia.org/41431 +comment (10pavanaja) [08:40:20] someone knows how to use mwclient to get the page source? [08:41:15] 03(NEW) Automatic test runs and merging broken - 10https://bugzilla.wikimedia.org/49294 critical; Wikimedia: Continuous integration; () [08:45:28] 03(NEW) Search returns same result multiple times - 10https://bugzilla.wikimedia.org/49295 normal; MediaWiki extensions: Translate; () [08:48:02] nakee_ wich page source? the specific article? [08:52:53] 03(NEW) Bad bulleted list parsing - 10https://bugzilla.wikimedia.org/49296 normal; Parsoid: General; () [08:58:22] 03(NEW) One more column to be added to the search result - 10https://bugzilla.wikimedia.org/49297 normal; MediaWiki extensions: Translate; () [09:03:51] xeoN: yes [09:07:21] 03(NEW) Do not create ?setlang= links if ULS is unavailable - 10https://bugzilla.wikimedia.org/49298 normal; MediaWiki extensions: WikidataRepo; () [09:07:49] 03(NEW) &setlang= needs token? - 10https://bugzilla.wikimedia.org/49299 normal; MediaWiki extensions: UniversalLanguageSelector; () [09:11:23] 03(mod) &setlang= needs token? - 10https://bugzilla.wikimedia.org/49299 +comment (10niklas.laxstrom) [09:12:56] 03(mod) One more column to be added to the search result - 10https://bugzilla.wikimedia.org/49297 +comment (10Siebrand) [09:17:14] 03(mod) &setlang= needs token? - 10https://bugzilla.wikimedia.org/49299 +comment (10liangent) [09:34:37] 03(mod) Automatic test runs and merging broken - 10https://bugzilla.wikimedia.org/49294 (10Andre Klapper) [09:38:10] 03(mod) Automatic test runs and merging broken - 10https://bugzilla.wikimedia.org/49294 +comment (10Andre Klapper) [09:41:38] 03(mod) parenthesis at the end of username moves to the beginning in RTL languages - 10https://bugzilla.wikimedia.org/49255 +comment (10aklapper) [09:41:47] 03(mod) Broken advertising on right-to-left written wikis - 10https://bugzilla.wikimedia.org/45941 +comment (10aklapper) [09:41:51] 03(mod) wrong display of bracket ")" in RTL languages - 10https://bugzilla.wikimedia.org/45932 +comment (10aklapper) [09:42:54] 03(mod) poem doesn't work nicely with SyntaxHighlight GeSHi - 10https://bugzilla.wikimedia.org/49256 summary (10Andre Klapper) [09:48:08] 03(mod) Automatic test runs and merging broken - 10https://bugzilla.wikimedia.org/49294 +comment (10Andre Klapper) [09:49:49] 03(NEW) Internal cross-wiki api request fails on wikidata beta deployment - 10https://bugzilla.wikimedia.org/49300 normal; Wikimedia Labs: deployment-prep (beta); () [09:49:49] 03(mod) One more column to be added to the search result - 10https://bugzilla.wikimedia.org/49297 +comment (10vssun9) [09:50:26] 03(mod) zh-hk, zh-cn, ... should be changed to zh-hant-hk, zh-hans-cn, ... - 10https://bugzilla.wikimedia.org/49274 +comment (10Andre Klapper) [09:52:47] 03(mod) Closing commented text at the beginning of a line - 10https://bugzilla.wikimedia.org/49273 normal->minor; +comment (10Andre Klapper) [09:54:24] 03(NEW) Hiding and unhiding on Dutch Wikipedia gives internal error - 10https://bugzilla.wikimedia.org/49301 normal; MediaWiki: Revision deletion; () [09:55:04] 03(mod) Save-Button gets enabled too early when adding qualifiers - 10https://bugzilla.wikimedia.org/48776 (10abraham.taherivand) [09:55:31] 03(mod) Entity-Selector input field has two lines - 10https://bugzilla.wikimedia.org/48747 (10abraham.taherivand) [09:55:54] 03(mod) Even if all the aliases for a specific language have been removed, the language code still exists - 10https://bugzilla.wikimedia.org/48744 (10abraham.taherivand) [09:56:11] 03(mod) [time.js] time value options element gets detached from input field in multiline-edit mode - 10https://bugzilla.wikimedia.org/48677 (10abraham.taherivand) [09:56:19] 03(mod) wrong display of bracket ")" in RTL languages - 10https://bugzilla.wikimedia.org/45932 +comment (10Aude) [09:56:25] 03(mod) language direction conflicts when ltr and rtl text is displayed in parallel - 10https://bugzilla.wikimedia.org/36635 +comment (10aude.wiki) [09:56:29] 03(mod) I've renamed (moved) a page but the ! still remains in the old one - 10https://bugzilla.wikimedia.org/49055 04CRIT->normal; +comment (10Andre Klapper) [09:57:01] 03(mod) Wikibase Client cause ULS cog hidden for anonymous users - 10https://bugzilla.wikimedia.org/49005 (10abraham.taherivand) [09:57:06] any ideas why https://noc.wikimedia.org/conf/highlight.php?file=throttle.php shows an outdate version of the file? [09:57:07] 03(mod) SetQualifier api module does not decode json data value properly - 10https://bugzilla.wikimedia.org/48864 (10abraham.taherivand) [09:57:16] 03(mod) Add footer to properties - 10https://bugzilla.wikimedia.org/48601 (10abraham.taherivand) [09:57:23] 03(mod) Exception from line 548 of /Wikibase/repo/includes/EditEntity.php - 10https://bugzilla.wikimedia.org/48298 (10abraham.taherivand) [09:57:36] 03(mod) Increase account creation limits for it.wiki GLAM event (June 8) - 10https://bugzilla.wikimedia.org/49176 (10Tomasz W. Kozlowski) [09:57:41] 03(mod) add link to corresponding item to action=info of article - 10https://bugzilla.wikimedia.org/47726 (10abraham.taherivand) [09:57:46] outdated* [09:57:57] 03(mod) add link widget should not invite to add links for user and talk pages - 10https://bugzilla.wikimedia.org/47620 (10abraham.taherivand) [09:58:07] 03(mod) Langlinks [edit] link should point to langlinks section of Wikidata - 10https://bugzilla.wikimedia.org/44940 (10abraham.taherivand) [09:58:44] 03(mod) SpecialPage for setting language links in non-JS UI - 10https://bugzilla.wikimedia.org/43870 (10abraham.taherivand) [09:58:49] 03(mod)
and
have the same font size at default settings in some skins - 10https://bugzilla.wikimedia.org/48671 +patch-in-gerrit; +comment (10Bartosz Dziewoński) [10:00:26] 03(mod) Make MathJax menus translatable [upstream] - 10https://bugzilla.wikimedia.org/35038 (10Andre Klapper) [10:01:03] 03(mod) Handling of wording for sitelinks for groups different from Wikipedia - 10https://bugzilla.wikimedia.org/38201 (10abraham.taherivand) [10:01:55] 03(mod) reset $wgRestrictDisplayTitle to false and $wgAllowDisplayTitle to true for all wikivoyages - 10https://bugzilla.wikimedia.org/49015 +shell; summary; +comment (10Andre Klapper) [10:02:31] 03(mod) Set $wgRestrictDisplayTitle to false for all Wikivoyages - 10https://bugzilla.wikimedia.org/49287 normal->15enhancement; +comment (10Andre Klapper) [10:02:31] 03(mod) reset $wgRestrictDisplayTitle to false and $wgAllowDisplayTitle to true for all wikivoyages - 10https://bugzilla.wikimedia.org/49015 +comment (10aklapper) [10:03:26] 03(mod) Enable Nearby on Wikivoyage - 10https://bugzilla.wikimedia.org/49288 +shell; +comment (10Andre Klapper) [10:04:33] 03(mod) reset $wgRestrictDisplayTitle to false and $wgAllowDisplayTitle to true for all wikivoyages - 10https://bugzilla.wikimedia.org/49015 +comment (10tomasz) [10:06:05] 03(mod) Allow uploading of Blender or other 3D files to Wikimedia Commons - 10https://bugzilla.wikimedia.org/1790 +comment (10aklapper) [10:08:08] 03(mod) PDOException ('There is no active transaction') after upgrading SQLite database from 1.16.5 to 1.21.1 when user is set in wgDBuser - 10https://bugzilla.wikimedia.org/49254 major->normal; summary; +comment (10Andre Klapper) [10:10:34] 03(mod) Hiding and unhiding on Dutch Wikipedia gives internal error - 10https://bugzilla.wikimedia.org/49301 +comment (10p858snake) [10:10:43] 03(mod) MWException on revision deletion - 10https://bugzilla.wikimedia.org/49290 +comment (10p858snake) [10:10:46] 03(mod) Add Portal and Project namespaces to cr.wp - 10https://bugzilla.wikimedia.org/48116 +comment (10Tomasz W. Kozlowski) [10:11:33] 03(mod) Install Extension:Widget to English Wikivoyage - 10https://bugzilla.wikimedia.org/47400 +comment (10aklapper) [10:11:59] 03(mod) Install Extension:Widget to English Wikivoyage - 10https://bugzilla.wikimedia.org/47400 (10Andre Klapper) [10:12:02] 03(mod) Extensions awaiting code review to be deployed on Wikimedia wikis (tracking) - 10https://bugzilla.wikimedia.org/31235 (10Andre Klapper) [10:13:00] 03(mod) Review and deploy BlameMaps extension - 10https://bugzilla.wikimedia.org/49278 +comment (10aklapper) [10:13:41] 03(mod) Create a maintenance script to populate sites table from $wgConf - 10https://bugzilla.wikimedia.org/49292 normal->15enhancement (10Andre Klapper) [10:16:24] 03(mod) MWException on revision deletion - 10https://bugzilla.wikimedia.org/49290 normal->major; +comment (10Andre Klapper) [10:16:57] 03(mod) Dispatching via delayed jobs - 10https://bugzilla.wikimedia.org/46643 (10abraham.taherivand) [10:17:56] 03(mod) Win8 app crashes when hub loaded in Tamil (ta) - 10https://bugzilla.wikimedia.org/41431 +comment (10aklapper) [10:18:24] 03(mod) localize display of time values - 10https://bugzilla.wikimedia.org/48962 (10abraham.taherivand) [10:19:56] 03(mod) Implement value formatter for time data type - 10https://bugzilla.wikimedia.org/48937 (10abraham.taherivand) [10:19:56] 03(mod) No search index for newly created el.wikivoyage, vec.wiktionary - 10https://bugzilla.wikimedia.org/48715 +comment (10Andre Klapper) [10:20:44] 03(mod) Search returns same result multiple times - 10https://bugzilla.wikimedia.org/49295 normal->minor; +comment (10Andre Klapper) [10:22:03] 03(mod) MWException on revision deletion - 10https://bugzilla.wikimedia.org/49290 +comment (10Wiki13) [10:22:26] 03(mod) mediawiki-vagrant virtual machine should be ready for running Selenium tests - 10https://bugzilla.wikimedia.org/46920 (10Željko Filipin) [10:23:33] 03(mod) Link to Sauce Labs job broken - 10https://bugzilla.wikimedia.org/46888 +comment (10zfilipin) [10:23:54] 03(mod) MathJax error when using backslash as spacing "\ " in front of semicolon, colon or exclamation mark (";", ":", "!") - 10https://bugzilla.wikimedia.org/49210 (10Andre Klapper) [10:24:06] 03(mod) addWiki.php should have some hooks - 10https://bugzilla.wikimedia.org/49238 normal->15enhancement (10Andre Klapper) [10:24:22] 03(mod) Spec out registry/factory for formatters and parsers in the backend - 10https://bugzilla.wikimedia.org/49265 (10abraham.taherivand) [10:24:31] 03(mod) Apply strict validation when constructing DataValue objects - 10https://bugzilla.wikimedia.org/49264 (10abraham.taherivand) [10:24:40] 03(mod) Apply data type specific validators to snak values received by the API - 10https://bugzilla.wikimedia.org/49263 (10abraham.taherivand) [10:25:20] 03(mod) Filenames in the HTML snapshot by extension dumpHTML - 10https://bugzilla.wikimedia.org/8147 +comment (10aklapper) [10:26:32] 03(mod) Mathjax is very slow with webfonts - 10https://bugzilla.wikimedia.org/38751 +testme (10Andre Klapper) [10:26:59] 03(mod) Special:DisambiguationPageLinks doesn't work correctly if $wgMiserMode is true - 10https://bugzilla.wikimedia.org/49281 (10Andre Klapper) [10:27:18] 03(mod) Vector skin breaks JavaScript - 10https://bugzilla.wikimedia.org/49270 (10Andre Klapper) [10:30:22] 03(mod) MediaWiki incorrectly detects OOXML types of files saved by OpenOffice - 10https://bugzilla.wikimedia.org/35607 +comment (10vitalif) [10:32:13] 03(mod) Search returns same result multiple times - 10https://bugzilla.wikimedia.org/49295 +comment (10vssun9) [10:47:32] 03(mod) I've renamed (moved) a page but the ! still remains in the old one - 10https://bugzilla.wikimedia.org/49055 +comment (10andyrom75) [10:48:39] 03(mod) Search returns same result multiple times - 10https://bugzilla.wikimedia.org/49295 +comment (10Santhosh Thottingal) [10:50:16] 03(mod) Closing commented text at the beginning of a line - 10https://bugzilla.wikimedia.org/49273 +comment (10robkam) [10:52:38] 03(NEW) Embedding Special:RunQuery effectively breaks rendering of preceeding elements. - 10https://bugzilla.wikimedia.org/49302 critical; MediaWiki extensions: SemanticForms; () [11:12:21] 03(NEW) Revision deletion of an unreviewed change raises MWException - 10https://bugzilla.wikimedia.org/49303 normal; MediaWiki: Revision deletion; () [11:20:23] 03(mod) Edit Toolbar and Twinkle Gadgets are not loading properly at Bengali (bn) Wikipedia - 10https://bugzilla.wikimedia.org/49268 04CRIT->major; +comment (10Andre Klapper) [11:25:19] 03(mod) Win8 app crashes when hub loaded in Tamil (ta) - 10https://bugzilla.wikimedia.org/41431 +comment (10pavanaja) [11:36:31] 03(mod) fully support Wikilove on beta - 10https://bugzilla.wikimedia.org/47893 +comment (10ariel) [11:52:23] 03(mod) MWException on revision deletion - 10https://bugzilla.wikimedia.org/49290 +code-update-regression (10p858snake) [12:13:10] @seen ^demon [12:13:10] Jan_Luca: Last time I saw ^demon they were changing the nickname to ^demon|away, but ^demon|away is no longer in channel because he quitted the network 14:54:23.9878520 ago. The nick change was done in #wikimedia-wikidata at 6/6/2013 6:30:30 PM (17:42:40.3317530 ago) [12:17:25] what a weird syntax for relative times, must be designed by the programmer [12:17:44] "15 hours ago" [12:19:51] 03(mod) zh-hk, zh-cn, ... should be changed to zh-hant-hk, zh-hans-cn, ... - 10https://bugzilla.wikimedia.org/49274 +comment (10stevenliuyi) [12:23:46] 03(NEW) Unable to reach Special:Preferences after installing Lingo - 10https://bugzilla.wikimedia.org/49304 normal; MediaWiki extensions: Lingo; () [12:27:02] 03(mod) Revision deletion of an unreviewed change raises MWException - 10https://bugzilla.wikimedia.org/49303 +comment (10Sam Reed (reedy)) [12:36:33] 03(NEW) Rewrite http urls to https - 10https://bugzilla.wikimedia.org/49305 normal; Wikimedia: Git/Gerrit; () [12:37:24] 03(mod) For git server, rewrite http urls to https - 10https://bugzilla.wikimedia.org/49305 summary (10billinghurst) [12:45:03] 03(mod) Revision deletion of an unreviewed change raises MWException - 10https://bugzilla.wikimedia.org/49303 +comment (10Sam Reed (reedy)) [12:46:13] 03(mod) Extend and implement design of data types - 10https://bugzilla.wikimedia.org/48398 +comment (10Daniel Kinzler) [12:46:18] 03(mod) Spec out registry/factory for formatters and parsers in the backend - 10https://bugzilla.wikimedia.org/49265 +comment (10daniel.kinzler) [12:46:34] 03(mod) MWException on revision deletion - 10https://bugzilla.wikimedia.org/49290 +comment (10Sam Reed (reedy)) [12:46:39] 03(mod) Revision deletion of an unreviewed change raises MWException - 10https://bugzilla.wikimedia.org/49303 +comment (10Sam Reed (reedy)) [12:46:54] 03(mod) Duplicated settings panel when opened from IME menu if already opened - 10https://bugzilla.wikimedia.org/49247 +comment (10Santhosh Thottingal) [12:47:18] 03(mod) MWException on revision deletion - 10https://bugzilla.wikimedia.org/49290 -code-update-regression (10Sam Reed (reedy)) [12:53:17] 03(mod) Revision deletion of an unreviewed change raises MWException - 10https://bugzilla.wikimedia.org/49303 (10Andre Klapper) [12:53:32] 03(mod) Enable Nearby on Wikivoyage - 10https://bugzilla.wikimedia.org/49288 -shell ; +comment (10Sam Reed (reedy)) [12:53:39] 03(mod) Unable to reach Special:Preferences after installing Lingo - 10https://bugzilla.wikimedia.org/49304 +comment (10Andre Klapper) [12:54:14] 03(mod) Re-enable Nearby on Wikivoyage - 10https://bugzilla.wikimedia.org/49288 summary (10Sam Reed (reedy)) [12:59:05] 03(NEW) implement URL data type - 10https://bugzilla.wikimedia.org/49306 normal; MediaWiki extensions: WikidataRepo; () [13:00:34] 03(mod) Closing commented text at the beginning of a line - 10https://bugzilla.wikimedia.org/49273 +comment (10aklapper) [13:04:31] is it possible to get the size of an edit from the database? [13:04:43] rev_len is the size of the page after the edit [13:06:57] 03(mod) Automatic test runs and merging broken - 10https://bugzilla.wikimedia.org/49294 +comment (10hashar) [13:08:54] What I need is the length of the page before the edit [13:09:12] 03(mod) For git server, rewrite http urls to https - 10https://bugzilla.wikimedia.org/49305 +comment (10innocentkiller) [13:12:40] 03(mod) Bug in showing Arabic scripts content - 10https://bugzilla.wikimedia.org/49113 +comment (10dramir2wiki) [13:12:49] 03(mod) Localization failure on edit tabs, article history, and contribution history for English Wikipedia - 10https://bugzilla.wikimedia.org/46579 +comment (10MrBlueSky) [13:14:07] 03(mod) Bug in showing Arabic scripts content - 10https://bugzilla.wikimedia.org/49113 +comment (10dramir2wiki) [13:17:26] 03(mod) Re-enable Nearby on Wikivoyage - 10https://bugzilla.wikimedia.org/49288 +comment (10singaporemaps) [13:20:26] 03(mod) Properties creation log - 10https://bugzilla.wikimedia.org/49282 +comment (10Eugene.Zelenko) [13:22:36] lbenedix: In the recentchanges table. [13:22:51] Or you can refer to the previous revision in the revision table. [13:31:56] 03(mod) Write redirect rules for GitBlit - 10https://bugzilla.wikimedia.org/41961 +comment (10b) [13:37:04] 03(mod) Write redirect rules for GitBlit - 10https://bugzilla.wikimedia.org/41961 +comment (10innocentkiller) [13:37:14] 03(mod) Automatic test runs and merging broken - 10https://bugzilla.wikimedia.org/49294 +comment (10hashar) [13:38:12] 03(mod) Write redirect rules for GitBlit - 10https://bugzilla.wikimedia.org/41961 +comment (10innocentkiller) [13:43:04] 03(NEW) VisualEditor: Copy & paste should use ve.dm.Node#getClonedElement - 10https://bugzilla.wikimedia.org/49307 normal; VisualEditor: General; () [13:44:02] 03(mod) VisualEditor: Copy & paste should use ve.dm.Node#getClonedElement - 10https://bugzilla.wikimedia.org/49307 (10Ed Sanders) [13:44:33] 03(mod) Automatic test runs and merging broken - 10https://bugzilla.wikimedia.org/49294 +comment (10innocentkiller) [13:46:56] ^demon: I just read your comment on 49294. Did you tail /var/log/zuul/debug.log to confirm, or are you just saying it should be fine because you haven't touched Gerrit today? [13:47:31] <^demon> I haven't rechecked a build yet. [13:47:36] <^demon> But I'm tailing the log [13:47:56] 03(mod) Revision deletion of an unreviewed change raises MWException - 10https://bugzilla.wikimedia.org/49303 +comment (10tom) [13:49:26] ^demon: thanks. Since Antoine is out, can I assign that bug to you? [13:49:38] <^demon> Yeah, I'm on it. [13:49:55] 03(mod) Automatic test runs and merging broken - 10https://bugzilla.wikimedia.org/49294 (10Rob Lanphier) [13:49:59] excellent, thanks! [13:50:11] <^demon> dafuq? [13:50:13] 03(mod) localize display of time values - 10https://bugzilla.wikimedia.org/48962 (10Daniel Kinzler) [13:50:17] 03(mod) Implement value formatter for time data type - 10https://bugzilla.wikimedia.org/48937 (10Daniel Kinzler) [13:50:19] <^demon> I think it might be gerrit :\ [13:50:47] 03(mod) Implement value formatter for time data type - 10https://bugzilla.wikimedia.org/48937 (10Daniel Kinzler) [13:50:51] 03(mod) Spec out registry/factory for formatters and parsers in the backend - 10https://bugzilla.wikimedia.org/49265 (10Daniel Kinzler) [13:50:51] <^demon> Going to take this to -dev, that's where everyone else is. [13:57:08] 03(mod) wikidata_singlenode puppet manifest is broken - 10https://bugzilla.wikimedia.org/48743 +comment (10Aude) [14:14:10] 03(mod) Automatic test runs and merging broken - 10https://bugzilla.wikimedia.org/49294 +comment (10Antoine "hashar" Musso) [14:16:45] is there any way to push tags for a git project on mediawiki.org? [14:16:55] i want to add a tag for a new release of an extension [14:19:32] njw: i think you should poke ^demon or qchris about it [14:19:53] it's certainly possible [14:20:38] <^demon> Yes, it's possible. Like you'd push a tag normally. [14:20:48] njw: I am on the phone now. 1 min. [14:20:52] * ^demon is trying to finish his belated breakfast if people will stop pinging him ;-) [14:30:20] 03(mod) Collapsed thread shown without title and as part of previous thread, wrong number of replies - 10https://bugzilla.wikimedia.org/43759 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [14:30:23] 03(mod) Weirdness in collapsed threads - 10https://bugzilla.wikimedia.org/25072 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [14:32:01] njw: Normal git pushing of tags should also work in gerrit [14:32:09] 03(mod) Thread collapsing hides the thread subject line - 10https://bugzilla.wikimedia.org/25074 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [14:32:19] njw: What error message do you get for which command? [14:32:39] it asks me for a username / password when i do 'git push --tags' [14:32:55] i have a ssh key set up, so this only happens if authentication fails [14:33:07] Did you clone anonymously? [14:33:19] no, this is the repo i push with [14:33:19] Can you push without a username/passwor? [14:33:38] yes. to branches, with gerrit review [14:33:42] that's all i've done [14:35:42] njw for which project does this happen? [14:35:58] for mediawiki/skins/erudite [14:37:56] guys who's familiar with eggdrop here? need help in private... [14:38:12] njw: Can you try pushing only a single tag? [14:40:05] qchris: sure (though there is only one (that I just made)). how do i do that? [14:40:47] assuming your remote is called 'gerrit': [14:41:00] git push gerrit TAG_NAME:refs/tags/TAG_NAME [14:41:09] where TAG_NAME is the name of the tag [14:41:42] that worked [14:41:57] aah, so did 'git push --tags gerrit' [14:42:08] 'gerrit' must not be the default remote [14:42:33] Looks like you chose a different default remote ... yes :-) [14:43:31] thanks qchris [14:43:37] njw: yw [14:44:53] 03(mod) When replying to a thread with more than 5 nested messages, the new message disappears - 10https://bugzilla.wikimedia.org/47051 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [14:44:54] 03(mod) Posting a reply to a thread does not display post after hitting save if number of replies is > number of replies to show in pref - 10https://bugzilla.wikimedia.org/34765 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [14:46:36] 03(mod) Posting a reply to a thread does not display post after hitting save if number of replies is > number of replies to show in pref - 10https://bugzilla.wikimedia.org/34765 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [14:47:45] 03(mod) Mail notifications: Provide direct links to threads, not links with offset which break horribly - 10https://bugzilla.wikimedia.org/34247 summary (10Jesús Martínez Novo (Ciencia Al Poder)) [14:48:18] 03(mod) Provide a central logging service for tools - 10https://bugzilla.wikimedia.org/48846 +comment (10benapetr) [14:50:31] can anyone explain why the thumbnail on https://www.mediawiki.org/wiki/Skin:Erudite shows the old version of the image? [14:50:36] (the screenshot) [14:50:44] * bawolff wonders what the point of img_media_type is [14:51:26] njw: Looks like new version to me? (New version is the one with logo on bottom right?) [14:51:51] 03(mod) url-encoding of URL link in "Link to" - 10https://bugzilla.wikimedia.org/32391 -i18n ; +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [14:51:53] 03(mod) LQT should escape thread titles before providing a link to the user - 10https://bugzilla.wikimedia.org/31244 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [14:52:02] bawolff: correct. oh, maybe it's a caching thing on my end then [14:52:04] thanks [14:52:51] njw: Oh look at that [14:53:05] Old version is being served from the amsterdam caches... [14:53:37] njw: So not entirely on your end [14:54:02] cool, 'cos i did check with a new 'incognito' instance, which oughtn't cache [14:54:14] * bawolff says please please please make action=purge fix it. I really don't want varnish purging to be broken again :S [14:54:26] i tried action=purge [14:54:38] on the skin:erudite page and the image page [14:55:05] * njw hopes he hasn't ruined bawolff's day [14:55:31] njw: Yeah, looks like htcp purges might be broken again :'( [14:55:38] Hi is jenkins still working.? Some days before jenkins was working autmatically on commit now it is stopped working [14:55:44] delegation and escalation are great things [14:55:57] https://gerrit.wikimedia.org/r/#/c/67412/ vs https://gerrit.wikimedia.org/r/#/c/67412/ [14:56:04] * bawolff goes files a bug [14:56:13] physikerwelt: jenkins-bot worked for me today. [14:56:19] bawolff: I'd just poke mark tbh [14:56:24] ok [14:57:32] may have been broken because I just broke image serving altogether [14:58:21] I was just going to say that I was getting a 503... [14:59:28] looks like purges are working in esams atm [15:00:15] * bawolff tries repurging [15:00:19] mh.. ok now it works but it wasn't triggered after upload only after review [15:02:24] physikerwelt: btw, you can check on what jenkins is doing by looking at https://integration.wikimedia.org/zuul/ [15:03:05] thanks for the hint [15:03:06] 03(NEW) Images locks the toolbar - 10https://bugzilla.wikimedia.org/49308 normal; VisualEditor: General; () [15:04:53] I was trying to work on this bug [15:04:53] https://bugzilla.wikimedia.org/show_bug.cgi?id=45194 [15:04:53] 03(mod) Images locks the toolbar - 10https://bugzilla.wikimedia.org/49308 (10Raylton P. Sousa) [15:04:58] 03(mod) #redirect in comment creates numbered list item instead - 10https://bugzilla.wikimedia.org/31228 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [15:05:55] now I have the output https://integration.wikimedia.org/ci/job/mwext-Math-testextensions-master/148/console and can look into it thanks for your help [15:08:21] 03(mod) Keep checkbox states during preview - 10https://bugzilla.wikimedia.org/30870 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [15:14:01] 03(mod) Duplicated edit toolbar - 10https://bugzilla.wikimedia.org/21703 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [15:15:07] 03(mod) Localization of namespace names on ukWikisource - 10https://bugzilla.wikimedia.org/48308 +comment (10Tomasz W. Kozlowski) [15:16:46] 03(mod) #redirect in comment creates numbered list item instead - 10https://bugzilla.wikimedia.org/31228 +comment (10Alex Monk (Krenair)) [15:16:48] 03(mod) Strange behaviour of discussionpages - 10https://bugzilla.wikimedia.org/29604 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [15:27:04] 03(mod) Duplicate entry 'updatelist' for key 'PRIMARY' - 10https://bugzilla.wikimedia.org/45194 +comment (10physik) [15:28:51] 03(mod) Liquidthreads loads enhanced toolbar when it is not activated - 10https://bugzilla.wikimedia.org/29681 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [15:28:54] 03(mod) Lqt duplicates large WikiEditor javascript sections - 10https://bugzilla.wikimedia.org/28761 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [15:31:32] bawolff: everything looks fine now [15:32:23] 03(mod) Bad behaviour if ref and templates are mixed - 10https://bugzilla.wikimedia.org/49291 (10ssastry) [15:34:02] 03(mod) Duplicate entry 'updatelist' for key 'PRIMARY' - 10https://bugzilla.wikimedia.org/45194 (10physikerwelt) [15:39:51] 03(mod) Double load spinner on preview after second time - 10https://bugzilla.wikimedia.org/26290 normal->minor; -patch-in-gerrit ; +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [15:43:18] 03(mod) Bad bulleted list parsing - 10https://bugzilla.wikimedia.org/49296 (10ssastry) [15:43:49] 03(mod) Text and menus overlap - 10https://bugzilla.wikimedia.org/30175 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [15:43:51] 03(mod) "Signature" and links overlap - 10https://bugzilla.wikimedia.org/27013 +comment (10martineznovo) [15:47:38] Vulpix: so how many bugs have you resolved today? :P [15:48:41] 03(mod) VisualEditor: Copy & paste should use ve.dm.Node#getClonedElement - 10https://bugzilla.wikimedia.org/49307 (10James Forrester) [15:50:13] 03(mod) Chunked upload fails with internal_api_error_UploadStashFileNotFoundException - 10https://bugzilla.wikimedia.org/36587 +comment (10Tilman Bayer) [15:52:43] 03(mod) VisualEditor: Images' selection blocks can overlap the toolbar and prevent saving/etc. - 10https://bugzilla.wikimedia.org/49308 summary; +comment (10James Forrester) [16:02:42] 03(mod) Enable EducationProgram in the Hebrew Wikipedia - 10https://bugzilla.wikimedia.org/48848 (10Sam Reed (reedy)) [16:02:44] 03(mod) Enable Extension:Education Program on Swedish Wikipedia - 10https://bugzilla.wikimedia.org/49009 (10Sam Reed (reedy)) [16:02:44] 03(mod) Deploy WikiLove on viwiki - 10https://bugzilla.wikimedia.org/48878 (10Sam Reed (reedy)) [16:08:59] 03(mod) Enable Universal Language Selector at Bangla (bn) Wikipedia - 10https://bugzilla.wikimedia.org/48790 +i18n (10Sam Reed (reedy)) [16:10:56] 03(mod) Images: link parameter should handle absolute paths correctly - 10https://bugzilla.wikimedia.org/49293 (10ssastry) [16:11:27] 03(mod) Images: vertical alignment duplicated on round-trip - 10https://bugzilla.wikimedia.org/49221 (10ssastry) [16:11:56] 03(mod) Images: Inline image is missing alt attribute - 10https://bugzilla.wikimedia.org/48958 (10ssastry) [16:12:18] 03(mod) Images: Handle http errors + missing image errors in LinkHandler image handling code - 10https://bugzilla.wikimedia.org/48900 (10ssastry) [16:12:53] 03(mod) Images: After h-alignment for an image is changed in output wikitext Parsoid does not remove old alignment. - 10https://bugzilla.wikimedia.org/48665 (10ssastry) [16:13:11] 03(mod) Enable FooterCleanup on fr.wikipedia.org - 10https://bugzilla.wikimedia.org/49252 +comment (10Sam Reed (reedy)) [16:14:25] MatmaRex: a few duplicates :P [16:14:48] It's easy when you list all bugs from a single extension and read one by one [16:15:00] 03(mod) Enable Universal Language Selector at Bangla (bn) Wikipedia - 10https://bugzilla.wikimedia.org/48790 +comment (10Niklas Laxström) [16:15:09] 03(mod) Images: When multiple h-alignment parameters are passed, Parsoid behavior differs from PHP parser behavior - 10https://bugzilla.wikimedia.org/48664 (10ssastry) [16:15:55] 03(mod) Images: Image links are interpreted as image inclusions - 10https://bugzilla.wikimedia.org/48387 (10ssastry) [16:17:43] 03(mod) VisualEditor: Images loaded over HTTP unconditionally - 10https://bugzilla.wikimedia.org/49283 normal->major; summary; +comment (10James Forrester) [16:18:26] 03(mod) commons.wikimedia.org doesn't auto-redirect to mobile site on mobile devices - 10https://bugzilla.wikimedia.org/43628 15enhancement->major; +comment (10Monomium) [16:18:41] 03(mod) reset $wgRestrictDisplayTitle to false and $wgAllowDisplayTitle to true for all wikivoyages - 10https://bugzilla.wikimedia.org/49015 +comment (10sam) [16:19:37] 03(mod) Setup a production test wiki for Wikibase repo - 10https://bugzilla.wikimedia.org/43596 +comment (10Sam Reed (reedy)) [16:21:11] 03(mod) Enable Guided Tour in pt.wikibooks - 10https://bugzilla.wikimedia.org/48778 +comment (10Sam Reed (reedy)) [16:22:26] 03(mod) VisualEditor: Review dialog obfuscated by phantoms - 10https://bugzilla.wikimedia.org/49284 summary; +comment (10James Forrester) [16:22:58] 03(mod) NUMBEROFARTICLES on Hebrew Wikivoyage includes pages from "help:" name space, and maybe other name spaces as well - 10https://bugzilla.wikimedia.org/48685 +comment (10Sam Reed (reedy)) [16:23:31] 03(NEW) Statistics is broken in Ukrainian Wikipedia - 10https://bugzilla.wikimedia.org/49309 normal; MediaWiki: Special pages; () [16:25:05] 03(NEW) VisualEditor sometimes ignores changing a wikilink with an underscore to one with a space - 10https://bugzilla.wikimedia.org/49310 trivial; VisualEditor: General; () [16:25:46] 03(mod) Statistics is broken in Ukrainian Wikipedia - 10https://bugzilla.wikimedia.org/49309 +comment (10Ahonc.ua) [16:25:57] 03(mod) Review and deploy BlameMaps extension - 10https://bugzilla.wikimedia.org/49278 +comment (10greg) [16:26:18] 03(mod) reset $wgRestrictDisplayTitle to false and $wgAllowDisplayTitle to true for all wikivoyages - 10https://bugzilla.wikimedia.org/49015 +comment (10matma.rex) [16:26:22] 03(NEW) Saving a subject change without changing the subject contents should not make any record in thread history - 10https://bugzilla.wikimedia.org/49311 normal; MediaWiki extensions: LiquidThreads; () [16:26:34] 03(mod) Saving a subject change without changing the subject contents should not make any record in thread history - 10https://bugzilla.wikimedia.org/49311 (10Jesús Martínez Novo (Ciencia Al Poder)) [16:27:48] 03(mod) Add localised/v2 logos for Wikipedias without one (fourth installment) - 10https://bugzilla.wikimedia.org/49125 +comment (10Sam Reed (reedy)) [16:29:39] 03(mod) reset $wgRestrictDisplayTitle to false and $wgAllowDisplayTitle to true for all wikivoyages - 10https://bugzilla.wikimedia.org/49015 +comment (10texuguinho) [16:29:52] 03(mod) Link to Sauce Labs job broken - 10https://bugzilla.wikimedia.org/46888 +comment (10zfilipin) [16:33:21] 03(mod) Localizing dv.wikipedia namespace and sitename - 10https://bugzilla.wikimedia.org/48075 +comment (10tomasz) [16:54:14] 03(mod) Allow uploading of Blender or other 3D files to Wikimedia Commons - 10https://bugzilla.wikimedia.org/1790 +comment (10qgil) [16:54:20] 03(mod) Install Extension:Widget to English Wikivoyage - 10https://bugzilla.wikimedia.org/47400 +comment (10Greg Grossmeier) [16:59:54] anyone here know how to install lucene on local copy of mediawiki? [17:00:01] i tried but i get an error [17:02:12] hello when backing up wiki database ... mediawiki says make the wiki read only first ... what about if you would like to use a crontab to automate backup daily? [17:02:25] hi Gmac_ 7 ki_ [17:02:28] would using mysqldump single-transaction be safe for live wiki ? [17:02:35] hi [17:02:37] Gmac_: what error did you get? [17:04:41] hello ki_, if everything is dumped in a single transaction, it should be safe [17:04:50] well now I'm getting no page [17:04:51] are they innodb tables? [17:04:57] ... [17:05:08] i installed lucene, went through the terminal codes [17:05:15] !blankpage [17:05:15] A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see . [17:05:18] added mwsearch extension [17:05:21] if you are using MyIsam, which doesn't support transactions, I wouldn't rely on it [17:05:24] its standard mediawiki/mysql all innodb except search table i believe [17:05:53] otoh, you should get a good dump from innodb [17:05:57] that's partially why i'm asking about using single-transaction [17:06:02] yes, the search-table is not that important [17:06:03] ok [17:06:11] you can even skip it from backup [17:06:20] and repopulate it from content if you need to restore [17:06:22] so with all tables innodb except search using myisam ... its ok to use single-transaction ? [17:06:27] whew [17:06:35] thanks platonides you scratched a huge itch [17:06:57] I would also skip all the cache tables from the backup [17:07:09] skip cache tables [17:07:12] makes sense [17:07:17] let me look at them [17:07:41] l10n_cache,transcache,objectcache,querycache{,_info, [17:07:41] two},msg_resource,msg_resource_links,module_deps [17:08:04] the expansion of {l10n_cache,transcache,objectcache,querycache{,_info,two},msg_resource,msg_resource_links,module_deps} [17:08:22] hmm [17:08:42] would you know the proper mysqldump command with single-transaction and to skip those cache tables? [17:09:03] I wonder why I don't have the search table in that list [17:10:28] 03(mod) Meta-Wiki name space request for "Programs" - 10https://bugzilla.wikimedia.org/49312 (10Sarah Stierch) [17:10:28] 03(NEW) Meta-Wiki name space request for "Programs" - 10https://bugzilla.wikimedia.org/49312 major; Wikimedia: Site requests; () [17:10:33] I guess that would be mysqldump -C databasename --ignore-table={l10n_cache,transcache,objectcache,querycache{,_info,two},msg_resource,msg_resource_links,module_deps,searchindex} --single-transaction > mydump.sql [17:10:43] gotcha [17:10:48] thanks a bunch [17:11:01] might be nice to have that info here --> http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki [17:11:22] btw... the contact form extension [17:11:58] I would love to see the option to have the check box for "cc message to sender" disabled [17:12:09] because in the email it shows the server's ip address [17:12:21] my server's ip address is pretty much hidden besides that [17:12:41] ip hidden behind cdn ... [17:14:23] ok so when i try running build in lucene i get this: [17:14:24] ERROR org.wikimedia.lsearch.importer.BuildAll - Error during rebuild of my_wiki : Trying to hardlink nonexisting file /Users/Gmac/lucene-search-2.1.3/indexes/import/my_wiki [17:15:16] 03(NEW) qa/browsertests has not license information - 10https://bugzilla.wikimedia.org/49313 normal; Wikimedia: Quality Assurance; () [17:15:33] its working somewhat but i get internal error data exception of type MWExcpetion [17:16:50] ki_, it doesn't make much sense to disable a copy-me chackbox if what you really want is to hide the server ip [17:17:24] looks like you want to configure the mail daemon to hide that [17:18:07] hmm [17:18:11] i didn't know i could do that [17:18:29] 03(mod) commons.wikimedia.org doesn't auto-redirect to mobile site on mobile devices - 10https://bugzilla.wikimedia.org/43628 +comment (10arichards) [17:18:32] didn't know i could configure the mail daemon to hide ip :D [17:18:45] well, I don't know exactly how you have that [17:18:54] anyone on lucene? [17:19:32] 03(mod) Special:DisambiguationPageLinks doesn't work correctly if $wgMiserMode is true - 10https://bugzilla.wikimedia.org/49281 normal->major; +comment (10Ryan Kaldari) [17:19:34] standard send-only exmin on debian [17:19:49] will read up on hiding server's ip there ... didn't know that was possible [17:19:56] 03(mod) Special:DisambiguationPageLinks doesn't work correctly if $wgMiserMode is true - 10https://bugzilla.wikimedia.org/49281 +patch-in-gerrit (10Ryan Kaldari) [17:20:03] would be nice though for that disabling option for administrators though [17:21:32] ki_, how did you hide the server ip for people visiting your wiki? [17:21:58] 03(NEW) Cite should insert space between backlinks and content - 10https://bugzilla.wikimedia.org/49314 normal; Parsoid: JS/token-stream transforms; () [17:22:17] 03(mod) Cite should insert space between backlinks and content - 10https://bugzilla.wikimedia.org/49314 +easy (10Gabriel Wicke) [17:22:19] have the wiki's ip address only using a record on cloudflare [17:22:30] using no other subdomains [17:23:26] wiki's ip address behind cloudflare dns ... no other subdomains used in cloudflare ... like a direct connection for ssh/ftp etc [17:23:36] or email etc [17:24:11] so you would want to relay your email through cloudfare [17:24:28] email isn't going through cloudflare [17:24:50] that contact form --> my webserver --> reciepient [17:25:28] well, but if you want to hide the server ip you would want to do that [17:25:36] I don't know if it's even a cloudfare service [17:25:42] ok [17:25:50] im looking at disabling ip address in exim [17:25:58] looks like it is possible there [17:26:03] 03(mod) Enable Extension:Education Program on Swedish Wikipedia - 10https://bugzilla.wikimedia.org/49009 +comment (10Jan Ainali) [17:26:23] still would be a nice option for administrators to disable "cc" :D [17:26:52] how do i verify that mediawiki is using luasandbox? [17:27:34] ki_, they could just send an email to themselves [17:28:06] ahh my wiki's registratoin is not open ... just editors can login [17:28:15] otherwise i'm not sure how they can send email [17:28:18] Gika: Special:Version [17:29:07] Vulpix: there's no lua section in my special:version :/ [17:29:09] 03(mod) commons.wikimedia.org doesn't auto-redirect to mobile site on mobile devices - 10https://bugzilla.wikimedia.org/43628 +comment (10Jon) [17:29:15] well, then only editors can send emails to other users [17:29:24] ye [17:29:26] yes [17:29:30] and what's your fear, anyway? [17:29:40] people overloading your server by accessing it directly? [17:29:41] hehe [17:29:44] nope [17:29:55] i just spent time having my wiki run optimally [17:30:04] and that's one of the few holes i can think of [17:30:19] ahh in future [17:30:31] it would be harder for anyone to try ddos [17:30:36] i guess that is one reason [17:30:38] ki_: are you sure your sever's IP is not disclosed under any X-Served-By: headers or similar? [17:30:51] yes [17:31:04] ip address shown in header would belong to cloudflare [17:31:31] *HTTP headers [17:31:46] as an example [17:31:55] my wiki is http://asianwiki.com [17:32:11] ip address shown anywhere should be cloudflare [17:32:28] oh boy now I'm in bigger trouble [17:32:32] you are using google mail [17:32:38] so i decided to upgrade my wiki because of problems [17:32:40] yes [17:32:48] i installed the new wiki replaced my old local setting.php [17:32:48] why don't you send the email through it ? [17:32:54] !wg SMTP | ki_ [17:32:54] ki_: https://www.mediawiki.org/wiki/Manual:$wgSMTP [17:32:59] and i tried updating in terminal but nothing is happening [17:33:03] i didn't know :D [17:33:28] oh i think i did read up on that [17:33:43] i thought it would still show originating webservers ip address with that [17:34:31] it depends if the server adds it or not [17:34:37] I think google doesn't [17:35:06] ok i'll give that a try and check [17:35:12] i was under the assumption it would [17:35:20] ok it wokred [17:35:22] also look into disabling ip through exim [17:37:19] 03(mod) commons.wikimedia.org doesn't auto-redirect to mobile site on mobile devices - 10https://bugzilla.wikimedia.org/43628 +comment (10Arthur Richards) [17:39:58] btw using the wgSMTP i would have to put my password for email account into localsettings.php [17:40:23] if not necessary an option I would rather not put :D [17:41:05] ok so when i try to see if lucene is working i get this: [17:41:05] : my_wiki is being deployed or is not searched by this host [17:41:10] anyone? [17:41:29] 03(mod) Allow Special:MIMESearch to work under miser mode - 10https://bugzilla.wikimedia.org/13438 +patch-in-gerrit; +comment (10Bawolff (Brian Wolff)) [17:42:27] ki_: You can have a seperate file named secret-stuff.php and then do require_once( 'secret-stuff.php' ) from LocalSettings.php, if you want to keep the passwords separate [17:43:00] ok i used that option for the mysql database password and login [17:43:18] so if i take the wgsmtp route I'll use that [17:47:01] I don't see how having that separate would increase security [17:48:06] 03(NEW) record wikibase recent change entries attributed as non-anon - 10https://bugzilla.wikimedia.org/49315 normal; MediaWiki extensions: WikidataClient; () [17:48:15] any malicious PHP file can include() the file anyway and dump every variable defined [17:49:42] The wmf does that so the LocalSettings equivalent can be public and editable. You also probably want to backup your localsettings.php regularly, so splitting it out you can tighten permission [17:49:52] 03(mod) record wikibase recent change entries attributed as non-anon - 10https://bugzilla.wikimedia.org/49315 (10Aude) [17:49:55] 03(mod) More specific filtering for recent changes - 10https://bugzilla.wikimedia.org/42289 (10Aude) [17:50:12] But yeah, if apache can include() it, it can be compromised [17:51:43] well, the backup one is a nice example [17:53:37] can i add emmet coding to the editor in mediawiki [17:53:59] 03(mod) Watchlist incorrectly shows attributed edits as anonymous - 10https://bugzilla.wikimedia.org/45517 +comment (10Jon) [17:54:16] emmet coding? [17:54:17] To do what? [18:00:07] 03(mod) Make Special:UnusedFiles more useful - 10https://bugzilla.wikimedia.org/34331 +comment (10Bawolff (Brian Wolff)) [18:01:15] 03(mod) Properly disable Special:MIMESearch - 10https://bugzilla.wikimedia.org/34969 +comment (10bawolff+wn) [18:04:59] 03(mod) Meta-Wiki name space request for "Programs" - 10https://bugzilla.wikimedia.org/49312 major->15enhancement; +shell (10Tomasz W. Kozlowski) [18:05:34] 03(mod) Make Special:UnusedFiles more useful - 10https://bugzilla.wikimedia.org/34331 +comment (10subfader) [18:06:23] 03(mod) Meta-Wiki name space request for "Programs" - 10https://bugzilla.wikimedia.org/49312 +comment (10Bawolff (Brian Wolff)) [18:13:05] 03(mod) Let copyright note change with language - 10https://bugzilla.wikimedia.org/49116 (10Amir E. Aharoni) [18:15:09] 03(mod) Meta-Wiki name space request for "Programs" - 10https://bugzilla.wikimedia.org/49312 -shell +shellpolicy; +comment (10Tomasz W. Kozlowski) [18:21:29] 03(mod) Let copyright note change with language - 10https://bugzilla.wikimedia.org/49116 +comment (10amir.aharoni) [18:23:00] 03(mod) Statistics need updating on Ukrainian Wikipedia - 10https://bugzilla.wikimedia.org/49309 summary (10Sam Reed (reedy)) [18:23:05] 03(mod) Patrolled edits failure - 10https://bugzilla.wikimedia.org/49019 (10automatik68) [18:26:12] 03(mod) Meta-Wiki name space request for "Programs" - 10https://bugzilla.wikimedia.org/49312 +comment (10sarahstierch) [18:28:09] 03(mod) VisualEditor: Avoid triggering "XMLHttpRequest cannot load. Origin is not allowed by Access-Control-Allow-Origin." - 10https://bugzilla.wikimedia.org/42974 +comment (10James Forrester) [18:34:20] btw using google mail with $wgSMTP reveals webserver's ip address [18:36:40] ki_: Why'd you hide a webservers IP, you can find it if theres a DNS record pointing to it... [18:40:14] If a piece of code is based on / adapted from a GPL piece of code, that code is also GPL right? [18:40:28] Yes [18:40:43] If it's published that is [18:41:11] It's a violation of the GPL to take a piece of GPLed code, make a derivative work, and then distribute that derivative work as non-GPL [18:41:29] If you GPL it *or* if you never distribute it to anyone, then it's fine [18:45:45] 03(mod) Meta-Wiki name space request for "Programs" - 10https://bugzilla.wikimedia.org/49312 +comment (10tomasz) [18:45:46] 03(mod) Move parsoid.wmflabs.org to https - 10https://bugzilla.wikimedia.org/47507 +comment (10James Forrester) [18:45:47] 03(mod) VisualEditor: Always submit Parsoid bugs over https - 10https://bugzilla.wikimedia.org/47508 +comment (10James Forrester) [18:53:20] 03(NEW) VisualEditor: It should be possible to create and edit interwiki links - 10https://bugzilla.wikimedia.org/49316 normal; VisualEditor: Editing Tools; () [18:54:08] 03(mod) VisualEditor: It should be possible to create and edit interwiki links - 10https://bugzilla.wikimedia.org/49316 (10James Forrester) [18:55:37] 03(mod) adding the "in other languages" box needs to be more obvious - 10https://bugzilla.wikimedia.org/49079 +comment (10h.v.deelen) [18:57:18] someone should review https://www.mediawiki.org/wiki/Special:PendingChanges [18:57:42] 03(mod) Statistics need updating on Ukrainian Wikipedia - 10https://bugzilla.wikimedia.org/49309 +comment (10Sam Reed (reedy)) [18:58:01] hi guys :) [18:58:04] Article Feedback does not work on my wiki site, whay I need to do besides the typical installation? [18:58:04] it depends on some other extension? [18:58:08] or poke people that know the languages used there in translations / add the reviewer flag to people translating [18:58:24] article feedback v5* [19:00:16] Raylton|away: well, it's not exactly a "typical" installation. It needs you to run update.php after the install [19:01:30] Vulpix, i did [19:01:53] and you configured all the variables as needed? [19:03:37] Vulpix, I expected it to work with the default configuration [19:04:16] wrong assumption :) [19:05:27] Vulpix, it works, but it does not appear http://www.mediawiki.org/wiki/Article_feedback/Version_5/Feature_Requirements#Feedback_forms [19:07:28] How could a feedback form work without appearing? [19:08:08] special pages works [19:08:16] Vulpix, [19:08:32] and i can see in special:version [19:08:37] depending on configuration, the form will appear always, or never, or 50% of pageviews... [19:08:54] but if you haven't configured anything, don't expect much [19:13:30] Vulpix, I've actually tried a few random settings without success, but I'll try again. [19:13:56] Vulpix, sure that does not depend on another extension? [19:14:38] no that I'm aware of. The extension's page doesn't mention anything [19:15:11] Vulpix, ok, thank you :) [19:17:29] 03(mod) Unable to reach Special:Preferences after installing Lingo - 10https://bugzilla.wikimedia.org/49304 +comment (10f.trott) [19:21:18] 03(mod) VisualEditor: Formatting styles drop down menu rendered behind the page title - 10https://bugzilla.wikimedia.org/48993 summary; +comment (10James Forrester) [19:24:53] 03(mod) VisualEditor: On save, warn the user about inconsistent header indexes - 10https://bugzilla.wikimedia.org/49012 normal->15enhancement; summary; +comment (10James Forrester) [19:38:27] 03(mod) Unable to reach Special:Preferences after installing Lingo - 10https://bugzilla.wikimedia.org/49304 +comment (10eu.vlasenko) [19:41:59] 03(NEW) Down arrow missing from keyboard icon in RTL - 10https://bugzilla.wikimedia.org/49317 normal; MediaWiki extensions: UniversalLanguageSelector; () [19:42:24] 03(mod) Unable to reach Special:Preferences after installing Lingo - 10https://bugzilla.wikimedia.org/49304 +comment (10f.trott) [19:46:45] 03(mod) VisualEditor: Block-level media items' placement is incorrect (no clear after thumbs) - 10https://bugzilla.wikimedia.org/48845 summary; +comment (10James Forrester) [19:46:45] 03(mod) VisualEditor: Support media (tracking) - 10https://bugzilla.wikimedia.org/37870 (10James Forrester) [19:47:42] 03(mod) Bad behaviour if ref and templates are mixed - 10https://bugzilla.wikimedia.org/49291 (10ssastry) [20:02:30] 03(NEW) qqq editor popup opens a json document and redirects to api.php after saving - 10https://bugzilla.wikimedia.org/49318 normal; MediaWiki extensions: Translate; () [20:05:00] 03(mod) Down arrow missing from keyboard icon in RTL - 10https://bugzilla.wikimedia.org/49317 +comment (10Amir E. Aharoni) [20:05:54] 03(mod) Thumb in preview does not get its 'clear' - 10https://bugzilla.wikimedia.org/49010 +comment (10James Forrester) [20:05:59] 03(mod) VisualEditor: Block-level media items' placement is incorrect (no clear after thumbs) - 10https://bugzilla.wikimedia.org/48845 +comment (10James Forrester) [20:08:31] 03(mod) qqq editor popup opens a json document and redirects to api.php after saving - 10https://bugzilla.wikimedia.org/49318 (10Nemo) [20:09:59] 03(mod) qqq editor popup opens a json document and redirects to api.php after saving - 10https://bugzilla.wikimedia.org/49318 +comment (10niklas.laxstrom) [20:15:04] 03(mod) Provide a central logging service for tools - 10https://bugzilla.wikimedia.org/48846 +comment (10Peter Bena) [20:16:33] 03(mod) Watching pages (AJAX) requires WriteAPI - 10https://bugzilla.wikimedia.org/47480 (10Robert Morley) [20:18:22] 03(mod) Watching pages (AJAX) requires WriteAPI - 10https://bugzilla.wikimedia.org/47480 +comment (10robinhood70) [20:18:38] 03(mod) Provide a central logging service for tools - 10https://bugzilla.wikimedia.org/48846 +comment (10yuvipanda) [20:24:11] 03(mod) Provide a central logging service for tools - 10https://bugzilla.wikimedia.org/48846 +comment (10tim) [20:30:02] 03(mod) "Find and Replace" is missing when "Enable dialogs for inserting links, tables and more" is not checked - 10https://bugzilla.wikimedia.org/23942 +comment (10federicoleva) [20:30:08] 03(mod) Watching pages (AJAX) requires WriteAPI - 10https://bugzilla.wikimedia.org/47480 +comment (10martineznovo) [20:31:14] 03(mod) Watching pages (AJAX) requires WriteAPI - 10https://bugzilla.wikimedia.org/47480 +javascript; +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [20:34:17] 03(mod) Watching pages (AJAX) requires WriteAPI - 10https://bugzilla.wikimedia.org/47480 +comment (10Alex Monk (Krenair)) [20:38:22] is it possible to see everyone that are registrated on the wiki if you aren't administrator? [20:39:05] poiu_: Special:ListUsers [20:39:52] thx Vulpix [20:42:10] MatmaRex: https://bugzilla.wikimedia.org/show_bug.cgi?id=48640 -- you wouldn't happen to have the original patch, would you? the pastebin link is dead and all... [20:43:01] 03(mod) VisualEditor: Toolbar "Save page" button is confusing as it merely opens the dialog to save the page - 10https://bugzilla.wikimedia.org/42138 summary; +comment (10Krinkle) [20:43:16] 03(mod) VisualEditor: Toolbar "Save page" button is confusing as it merely opens the dialog to save the page - 10https://bugzilla.wikimedia.org/42138 (10Krinkle) [20:43:18] 03(mod) VisualEditor: Pre-beta needs (tracker) - 10https://bugzilla.wikimedia.org/48426 (10Krinkle) [20:44:41] ashley: ugh, no :/ i though i uploaded that as an attachment, too [20:45:02] someone else is also asking :P https://www.mediawiki.org/wiki/Thread:Project:Support_desk/Username_lowercase [20:45:05] ashley: i think it was pretty much a revert of the changes i linked [20:45:13] ashley: just a few lines changed [20:45:30] ah well...it's just that there's this one wiki that I'm somewhat in charge of (somewhat being the key word) and they've hacked core to add "support" (sic!) for lowercase user names [20:45:44] as a result, that wiki's Special:Contributions/Foo etc. are pretty badly broken [20:46:10] so it'd be nice to see a more supported way of allowing lowercase user names so that I could upgrade said wiki to the newest stable :) [20:46:24] ashley: the all-uppercase usernames are hardcoded in a few places apart from alwaysCapitalizedNamespaces [20:46:24] (personally I think that lowercase usernames are nonsense, but whatever) [20:46:44] try reverting the changes in the patches i linked [20:46:50] i think these are all related to this [20:47:07] but i never checked myself if this even worked [20:47:17] wrt to contributions etc [20:48:12] ashley: just upgrading shouldn't break that more. Lowercase usernames won't be lowercase anymore, though [20:49:23] Vulpix: I'd rather not take my chances...if anything, MW has certainly taught me to expect the unexpected [20:49:41] like, for example, a "simple" major version upgrade breaking core SocialProfile functionality... [20:50:34] what? a major version upgrade totally breaking an extension?. Yeah, totally unexpected :) [20:51:08] it had worked just fine up until now, all this ContentHandler stuff and god knows what else [20:51:55] Sir Tim Berners-Lee once said that "good URIs don't change"; why doesn't the same apply to MW in the sense that s/URIs/APIs/? [20:53:37] don't forget git browser :D [20:53:45] *git repo browser [20:53:54] ashley: because we don't have (good) APIs [20:54:22] they need to change few times before they come good and hopefully stable [20:55:29] >MediaWiki [20:55:30] >stable [20:55:32] pick one [20:56:11] 03(mod) Watching pages (AJAX) requires WriteAPI - 10https://bugzilla.wikimedia.org/47480 +comment (10robinhood70) [20:56:12] it's like if you're running an extension _not_ deployed on any WMF wiki whatsoever, you're on your own if and when it breaks [20:56:23] even if said extension is somewhat popular and used by many third-party wikis [20:56:33] it seems to be officially so :) [20:57:05] 03(NEW) Make it easy to point Vagrant to an existing MediaWiki checkout - 10https://bugzilla.wikimedia.org/49319 normal; Tools: MediaWiki-Vagrant; () [20:57:19] even if that's deployed on WMF, don't expect ExtensionDistributor to pick a compatible version of such extension for your installation [20:57:36] yeah... [20:57:47] Doesn't extension distributor just pull branches and master from Git? [20:58:15] yes, but people forget to branch when there's a new MW release [20:58:37] see bug https://bugzilla.wikimedia.org/show_bug.cgi?id=48837 [20:58:52] ^^ Yeah, I was going to say that, but s/forget/cba [21:01:49] Speaking of which, how do you branch an extension for Gerrit? [21:03:37] 03(NEW) semanticforms JS error when I [Edit with form] my user page - 10https://bugzilla.wikimedia.org/49320 normal; MediaWiki extensions: SemanticForms; () [21:03:47] Lcawte: https://www.mediawiki.org/wiki/Gerrit/Advanced_usage talks about [21:03:54] 03(mod) semanticforms JS error when I [Edit with form] my user page - 10https://bugzilla.wikimedia.org/49320 (10Nemo) [21:03:55] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Nemo) [21:03:58] it [21:05:00] 03(mod) semanticforms JS error when I [Edit with form] my user page - 10https://bugzilla.wikimedia.org/49320 +comment (10Yaron Koren) [21:05:07] or at least I thought it did [21:06:47] qgil probably decided this was not an important feature of git [21:07:03] he removed a lot from that page [21:07:49] Hmm, guess its not there. I would guess you would do something like upload the change with git push syntax, and do refs/for/ [21:07:52] https://www.mediawiki.org/w/index.php?title=Gerrit/Advanced_usage&oldid=650908#Create_a_branch [21:08:41] uh, wait, that's for submitting a patch [21:08:56] yeah, that's for local branches [21:10:39] No wonder nobody branches their extensions for releases :P [21:11:05] lol [21:11:22] While I think someone has a script, that's supposed to do it automatically on new release [21:11:43] <^demon> We do have a script. [21:12:07] well, if branching should go through review, it can be too late [21:12:08] isn't it easier just to tag a working version? [21:12:54] So I guess someone should run said script [21:13:00] the extension developer generally develops to the current mediawiki master of wmf version, and most of the time will not take the time to backport stuff anyway [21:13:26] 03(NEW) Guided Tours opens without been called - 10https://bugzilla.wikimedia.org/49321 normal; MediaWiki extensions: GuidedTour; () [21:14:59] 03(mod) Provide a central logging service for tools - 10https://bugzilla.wikimedia.org/48846 +comment (10benapetr) [21:16:10] For SW I normally work to whatever we're running or what we're about to run (normally the stable), for other stuff I go to core master... but there should still be documentation on how to have extensions ready so they work for users who want to get it via ExtensionDistributor for example [21:16:35] Lcawte: oh please, you should know the drill by now [21:16:37] >MediaWiki [21:16:40] >documentation [21:16:48] lol [21:16:48] pick one [21:16:53] can't have cake and eat it, too [21:16:55] ashley: Hey, maybe one day bug #1 will be fixed :P [21:17:18] 03(mod) Watching pages (AJAX) requires WriteAPI - 10https://bugzilla.wikimedia.org/47480 +comment (10krenair) [21:17:23] and maybe one day people will actually have some responsibility over what they commit...yeah, keep on dreamin' :) [21:18:54] very cute that in the past, to support AJAX page watching all you needed was somewhere in the HTML and voilà, it'd magically "just work"...now it seems that in the worst case, you may even need to hack core code to support AJAX page watching on a custom skin [21:20:44] every skin needs to reinvent the wheel, I guess [21:21:27] 03(mod) Watching pages (AJAX) requires WriteAPI - 10https://bugzilla.wikimedia.org/47480 +comment (10robinhood70) [21:21:29] some documentation would be nice for starters, especially when things somewhat suddenly change and all [21:21:47] mediawiki.page.watch.ajax.js has this lovely gem in it: $links = $links.filter( ':not( #bodyContent *, #content * )' ); [21:22:09] I had to remove the "#content *" rule for this custom skin to make the AJAX page watching stuff work [21:22:17] but was it obvious that that was necessary? hell no... [21:22:43] Hi, I'm having some trouble installing the Garbear Facebook extension. If I enable it in the local settings file, the server returns a 500 error if I try to access it. If I make the entire Facebook directory and all it's contents chmod 755 I get (what I'm guessing) are php/mysql exceptions (it lists 9). Does any know how to fix this? [21:22:46] that looks like a pretty expensive query :S [21:24:10] ashley: it's necessary if your watch links are inside #content :D [21:25:23] 03(mod) Maintenance script to permanently delete files - 10https://bugzilla.wikimedia.org/47990 (10Aaron Schulz) [21:25:32] !blankpage | Spency [21:25:32] Spency: A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see . [21:25:48] I honestly have no clue what's going on with AJAX page watching (let alone in relation to custom skins), but IIRC all of ShoutWiki's custom skins have functional AJAX page watching and hacking a core .js file for this one external wiki out there isn't too bad, I guess [21:26:09] 03(mod) Guided Tours opens without been called - 10https://bugzilla.wikimedia.org/49321 +comment (10swalling) [21:27:49] 03(mod) Watchlist incorrectly shows attributed edits as anonymous - 10https://bugzilla.wikimedia.org/45517 +comment (10Jon) [21:29:02] Whats a sensible way to keep track of merged changes to a repo, RSS feed? [21:29:11] 03(mod) Inline code tags styled strangely in articles - 10https://bugzilla.wikimedia.org/49033 normal->minor (10Jon) [21:29:51] 03(mod) Inline code tags styled strangely in articles - 10https://bugzilla.wikimedia.org/49033 +comment (10jrobson) [21:32:17] 03(mod) Meta-Wiki name space request for "Programs" - 10https://bugzilla.wikimedia.org/49312 -shellpolicy +shell; +comment (10MZMcBride) [21:36:23] Lcawte: Do you consider "git log" to be sensible? [21:36:42] bawolff: Errmmm, [21:36:54] * bawolff takes that as a no [21:38:47] Question, where are the version configurations done... since its been a while since 1.20 was released, and VisualEditor is branched for 1.21 [21:40:14] Ah, found that... [21:41:06] <^demon> gitblit has rss feeds :) [21:41:16] <^demon> (as did gitweb before, but they were harder to find) [21:41:23] Now, how to fix that/who to bug about that... [21:41:34] Yeah, I just added core to my thunderbird :) [21:42:04] Lcawte: The VisualEditor branches are mostly useless [21:42:14] For best results, use the latest code with the latest core code [21:42:26] Anything else than that, it may or may not work, but we will not pity you if it doesn't work ;) [21:42:33] RoanKattouw: I was using it as an example to show that the ExtensionDistributor config needs updating anyway :P [21:42:39] Right :) [21:43:43] Found where it is in git as well (can "mortals" even submit patches to operations/mediawiki-config ?) [21:44:43] <^demon> Everyone can submit patches to everything. [21:44:45] <^demon> But I just did. [21:44:55] <^demon> RoanKattouw: https://gerrit.wikimedia.org/r/#/c/67519/ [21:44:58] <^demon> plz & ty? [21:44:58] 03(mod) Meta-Wiki name space request for "Programs" - 10https://bugzilla.wikimedia.org/49312 -shell +shellpolicy; +comment (10Tomasz W. Kozlowski) [21:45:58] ^demon: done the WikimediaMessages change like the comments ask for? :P [21:46:04] ^demon: +2ed [21:46:18] <^demon> Lcawte: It'll work without, but if you want to submit a change for that I'll gladly approve :) [21:46:21] <^demon> RoanKattouw: ty [21:47:16] 03(NEW) Scribunto Fatal error: Call to a member function getPrefixedText() on a non-object - 10https://bugzilla.wikimedia.org/49322 normal; MediaWiki extensions: Scribunto; () [21:48:19] Didn't some extensions have RSS feeds on mediawikiwiki from gitweb? [21:49:08] <^demon> I fixed one earlier. [21:49:13] <^demon> It was using {{#tag:rss...} [21:49:43] ^demon: On it, having to read documentation 'cause I don't commit as much as I want to :P [21:49:44] 03(mod) Guided Tours opens without been called - 10https://bugzilla.wikimedia.org/49321 +comment (10alchimistawp) [21:52:39] 03(mod) Scribunto Fatal error: Call to a member function getPrefixedText() on a non-object - 10https://bugzilla.wikimedia.org/49322 +comment (10sam) [21:52:40] 03(mod) Watching pages (AJAX) requires WriteAPI - 10https://bugzilla.wikimedia.org/47480 +comment (10Chris Steipp) [21:53:37] Why does the debug toolbar make the scroll bar huge? :/ [21:54:04] the page ends like a 5th of the way down or something [21:54:07] 03(mod) Scribunto Fatal error: Call to a member function getPrefixedText() on a non-object - 10https://bugzilla.wikimedia.org/49322 +comment (10sam) [21:55:36] 03(mod) Visible br is shown in template - 10https://bugzilla.wikimedia.org/49289 +comment (10James Forrester) [22:01:42] errmmm [22:02:48] Lcawte: Everything OK? [22:03:01] Yeah, I'm a git pro lol [22:03:20] I git review -R'd and I got: [22:03:22] To ssh://lcawte@gerrit.wikimedia.org:29418/mediawiki/extensions/WikimediaMessages.git [22:03:22] ! [remote rejected] HEAD -> refs/publish/master/REL1_21StableRelease (missing Change-Id in commit message footer) [22:03:22] error: failed to push some refs to 'ssh://lcawte@gerrit.wikimedia.org:29418/mediawiki/extensions/WikimediaMessages.git' [22:03:27] git review -s [22:03:29] git commit --amend [22:03:37] git review -R [22:04:31] aha! [22:04:33] Thanks Reedy :) [22:05:25] 03(NEW) Translation Notification Bot does not respect bot flag - 10https://bugzilla.wikimedia.org/49323 normal; MediaWiki extensions: TranslationNotifications; () [22:11:58] How come gerrit has my author and commiter emails with different TLDs, I'm guessing I missed a setting or variable somewhere? [22:12:47] Lcawte: you can usually set the email via git config [22:13:13] I've got my git config email set as the .me, and my preferred in gerrit is also the .me [22:14:07] hmm, that's odd [22:14:32] Oh, might be that I changed the config after I commited the file? [22:15:25] Usually author stays the original one the commit was made with, but commiter updates if you change your email (I think, not sure) [22:17:12] Lcawte: You could try uploading a new patchset, amending the commit using the command $ GIT_AUTHOR_EMAIL=email GIT_AUTHOR_NAME='your name' git commit --amend [22:20:48] It's easier than that [22:20:57] If you've already fixed your author config, just do git commit --amend --reset-author [22:23:28] there's also git commit --author="Name " [22:23:39] (--amend) [22:24:29] Nice [22:26:14] RoanKattouw: Do I git review -d that or something [22:27:20] You mean after you've changed the authorship info? git review -R [22:27:26] -d is for downloading a change from the server [22:27:53] There you go, authorship info looks good now [22:27:56] https://gerrit.wikimedia.org/r/#/c/67528/ [22:28:11] Cool :) [22:28:38] Lcawte: I +2ed that change, it will be merged as soon as Jenkins finishes testing it [22:28:46] ...which has already happened [22:28:52] I forget how fast Jenkins is on small repos [22:29:05] lol [22:29:11] Thanks :) [22:29:35] Yay, I now have a whole two commits merged to extensions on Gerrit :D [22:30:31] * Lcawte goes to find other annoying little things to fix [22:31:40] :D [22:34:27] 03(mod) Watching pages (AJAX) requires WriteAPI - 10https://bugzilla.wikimedia.org/47480 +comment (10PatrickWesterhoff) [22:39:31] 03(mod) Watching pages (AJAX) requires WriteAPI - 10https://bugzilla.wikimedia.org/47480 +comment (10robinhood70) [22:39:35] Is there a list of everything MW.org related that you have to update when there is a new release? There must be like six or seven templates on MW.org, two repos to make a commit to... anything else I'm forgetting? [22:41:22] alright, wikitext experts: how do I list all pages in a category on a page? Like Special:PrefixIndex/ but not [22:42:11] You install an extension :P [22:42:14] blugh [22:42:17] bawolff: :P [22:42:33] you know, SMW could do this.. but that means editing all of those pages, also blugh [22:42:33] greg-g: DynamicPageList_(Wikimedia) can do that, and is already installed on some wmf wikis [22:42:39] hrm [22:42:48] (this is for wikitech, hence my SMW comment) [22:43:01] surely smw can also you categories as a property ? [22:43:14] otherwise my opinion of smw decreases [22:43:16] oh, maybe? [22:43:33] Or, bug someone to install DPL on wikitech :P [22:43:41] Oh, what's this? Discussion of Semantic MediaWiki? [22:43:46] !hss [22:43:46] ZOMG!! http://bit.ly/2sYkfl [22:44:06] That's more like it. :) [22:44:06] :P [22:44:36] Oh, I guess I was the first person to actually say the full word. [22:44:38] Yaron: :) [22:44:52] * Lcawte should probably try out SMW at some point instead of cursing it for the one bad experience he had with versions and compatability issues :P [22:45:05] we used it a lot at CC [22:45:05] Anyway, you can display a list of members of a category using SMW, without any additional work. [22:45:11] cool [22:45:18] Lcawte: Given greg-g's position at wikimedia, I imagine he could swing a deployment window ;) [22:45:36] bawolff: I try not to abuse my powers :) [22:45:39] Lcawte: I curse it, and I haven't even had bad experiances [22:46:43] No proposals for the release management RFP yet? [22:48:56] 03(mod) Watching pages (AJAX) requires WriteAPI - 10https://bugzilla.wikimedia.org/47480 +comment (10PatrickWesterhoff) [22:50:43] 03(mod) Watching pages (AJAX) requires WriteAPI - 10https://bugzilla.wikimedia.org/47480 +comment (10robinhood70) [22:53:24] Yaron: https://wikitech.wikimedia.org/w/index.php?title=Incident_documentation&diff=73329&oldid=70548 [22:53:27] ;) [22:57:07] Nice! [22:57:16] 03(mod) GuidedTour adds MW namespace scripts to login page - 10https://bugzilla.wikimedia.org/49175 +comment (10Matthew Flaschen) [22:59:57] Lcawte: not yet [23:07:25] 03(mod) [Regression] Special:Log/patrol doesn't show "(automatic)" for autopatrols anymore - 10https://bugzilla.wikimedia.org/35565 +comment (10Robert Morley) [23:11:50] I wonder what will happen of the Gitweb extension [23:12:19] Does the extension Facebook Open Graph work anymore? [23:15:07] …. for anyone? [23:16:41] Spency: is it in the git repo? [23:18:52] 03(mod) Have a different link for page patrol and revision patrol - 10https://bugzilla.wikimedia.org/49115 +comment (10romaine_wiki) [23:24:11] 03(mod) Duplicate entry 'updatelist' for key 'PRIMARY' - 10https://bugzilla.wikimedia.org/45194 +comment (10Matthew Flaschen) [23:24:14] 03(mod) Jenkins: Set up PHPUnit testing on MySQL backend - 10https://bugzilla.wikimedia.org/35912 (10Matthew Flaschen) [23:30:37] 03(mod) Provide a central logging service for tools - 10https://bugzilla.wikimedia.org/48846 +comment (10tim) [23:34:22] 03(mod) Bug in showing Arabic scripts content - 10https://bugzilla.wikimedia.org/49113 +comment (10amir.aharoni) [23:40:31] 03(mod) Saving a subject change without changing the subject contents should not make any record in thread history - 10https://bugzilla.wikimedia.org/49311 +patch-in-gerrit (10Alex Monk (Krenair)) [23:40:58] 03(mod) Saving a subject change without changing the subject contents should not make any record in thread history - 10https://bugzilla.wikimedia.org/49311 +comment (10krenair) [23:43:42] 03(mod) For git server, rewrite http urls to https - 10https://bugzilla.wikimedia.org/49305 +comment (10billinghurst) [23:46:06] 03(mod) For git server, rewrite http urls to https - 10https://bugzilla.wikimedia.org/49305 +comment (10innocentkiller) [23:48:50] 03(NEW) "Talk:" shouldn't be displayed with "You have new messages" - 10https://bugzilla.wikimedia.org/49324 normal; MediaWiki extensions: Echo; () [23:50:20] 03(NEW) Bingle test 3 - 10https://bugzilla.wikimedia.org/49325 normal; MediaWiki extensions: MobileFrontend; () [23:50:41] 03(mod) Images: link parameter should handle absolute paths correctly - 10https://bugzilla.wikimedia.org/49293 +easy (10Gabriel Wicke) [23:55:21] Hi everyone. I'm trying to add content to every page via a extention hook in 1.20. I need to add this content below the tab bar, but before the page title is displayed. Anyone have a suggestion on which hook I should be looking at? [23:58:53] hola... I'm wondering about Namespaces with Subpages. About the consequences. I imagine that Foo/Bar will make Foo a parent page of Foo/Bar. I (wild) guess that it's not activated in NS_MAIN for a reason (e.g., "My strangely titled page and/or fubar" would unintentionally create a subpage) but I want to be sure. Any pointer or experience about enabling this for NS_MAIN?