[03:04:54] can anyone tell me why my push was rejected because I don't have push rights? I thought all I needed to do was register on wikitech [03:08:28] mww113: did you use "git push"? [03:08:38] yes [03:09:03] ok, you're not supposed to do that :) [03:09:03] ah wait it's git review isn't it? [03:09:09] yes [03:09:18] https://www.mediawiki.org/wiki/Gerrit/git-review [03:09:23] also [03:10:05] git push origin HEAD:refs/for/master is the equivalent to git-review [03:10:16] (assuming you cloned over ssh) [03:10:20] ah yes that's what it is [03:10:37] i'm using a GUI that wouldn't let me add the HEAD specification [03:10:47] so it just tried to push to origin/master I think [03:11:00] I'll probably just have to run the actual push from a shell [03:14:44] mww113: if you're not comfortable using a shell, you can use https://tools.wmflabs.org/gerrit-patch-uploader/ [03:15:13] I can use shell. I just wanted to use the GUI for the branching and rebasing and such [03:15:17] but thank you :) [03:32:48] looking for a confirm that errors on 1.25.3 upgrade are a bug in the patch to 1.25.2 - as per https://lists.wikimedia.org/pipermail/mediawiki-l/2015-October/044867.html Thanks [03:34:19] I suspect they have no consequence... would be happy to hear a confirm; thanks in advance! [06:11:50] my mediawiki is showing different category content based on user being logged in or not. any obvious reasons why this is happening? [06:13:17] N1enna: Perhaps permissions to view certain articles? [06:14:16] Trela: don't think so, wiki should be unrestricted, and I can see several of the articles that are in the category when logged in but not when logged out... [06:14:33] could it have something to do with caching? [06:15:11] I mean; I can see the articles both when logged in and out, but they don't show up in the category when logged out [06:15:37] example: http://wiki.arketyper.no/wiki/Kategori:Godkjente_arketyper and http://wiki.arketyper.no/wiki/ACTION.procedure [06:16:03] Add ?action=purge to the end of the URL that is giving trouble. That will purge any caches. [06:17:22] good tip, but it didn't change anything unfortunately [10:44:18] * ehsan slaps frdmn around a bit with a large fishbot [10:45:12] hello [10:53:44] saper: Could i have help to fix errors at https://gerrit.wikimedia.org/r/#/c/248613/ please. [11:07:04] I am trying to use git review -s in windows and getting this error . https://dpaste.de/bPbt . Please help. :) [12:44:06] hi, is there a way to get {{CURRENTMONTHNAME}} in a specific lang? [12:46:58] Steinsplitter: {{int:{{CURRENTMONTHNAME}}}} for month in user's language, {{:MediaWiki:{{CURRENTMONTHNAME}}/de}} for a specific language [12:47:09] they happen to be in MediaWiki messages [12:47:34] Vulpix: Thanks a lot! :) [12:47:50] yw :) [12:48:25] abbreviations seem to be included as well [12:48:59] and days of the week as well, how handy! [12:55:49] paladox: sure, will have a look at it [13:48:20] saper: Thanks. [14:47:56] MediaWiki version 1.17, PHP version 5.3.3, MySQL 5.6.27 Today we upgraded only MySQL to 5.6.27 from 5.1. When I try to run the mediawiki, I see this text, A database error has occurred. Did you forget to run maintenance/update.php after upgrading? , however, I did not upgrade mediawiki. Should I indeed run update.php after doing backups? Any advice is appreciated. [14:53:24] kathode: after the "Did you forget to run maintenance/update.php after upgrading?" text, it should be an error message. That's the key part we need to know to help you [14:54:04] Query: SELECT lc_value FROM `l10n_cache` WHERE lc_lang = 'en' AND lc_key = 'deps' LIMIT 1 [14:54:06] Function: LCStore_DB::get [14:54:07] Error: 1146 Table 'accesswiki.l10n_cache' doesn't exist (localhost) [14:54:44] apparently, the table l10n_cache doesn't exist on database accesswiki [14:55:21] can you check if the database contains such table? [14:56:57] Vulpix: Apprently the db did not convert from MyISAM well at all and many tables are missing. It's back to the dba for me. Thank you. [14:57:29] yw, I hope you get this fixed [14:57:37] thx [15:14:35] hello. I just created a nested template with a switch case and it does not show as HTML. See the green box at https://libreplanet.org/wiki/Tor (templates are https://libreplanet.org/wiki/Template:License and https://libreplanet.org/wiki/Template:Consensus_OK ) [15:14:51] I guess I'm missing something, but don't know what. [15:24:40] hellekin: do you men the tags directly into the page. You can however use the external link syntax https://www.mediawiki.org/wiki/Help:Links#External_links [15:25:05] Vulpix: ah thanks, that's what I missed :) [15:51:14] hmmm... I guess passing multiple arguments in one go doesn't work: |license=OTHER|https://gitweb.torproject.org/tor.git/tree/LICENSE|Tor-specific free software license [15:52:28] now I get [{{{2}}} default text] instead of the link [15:53:44] of course, template argument nesting won't work... Dammit. [16:27:25] fantastic, this is fantastic. Now profiling requires XHProf, and the official XHProf release (from 2013) segfaults on PHP 5.5 [16:27:41] [16:33:27] A general PHP Style question: How to avoid while(($a = $b->next()) !== false) style interators (https://phabricator.wikimedia.org/T92744#1750657) [16:52:42] Vulpix: any backtrace? [16:53:09] segfaults sadly don't generate backtrace, usually [16:53:34] sometimes you get a core dump if you are lucky [16:53:50] do you get a core dump when running from php cli [16:53:53] I get it working with a patch from here, though: https://bugs.php.net/bug.php?id=65345 [16:54:12] ah ok [16:54:16] so the fix is there [16:54:16] submitted in 2013, still nobody applied it *sigh* [16:54:50] I usually run git master of everything [16:55:14] I'm documenting it so nobody else loses a lot of time on that [16:58:16] btw. did you run phpunit recently? [16:58:28] I am getting lots of test failures on my box and I wonder what is the reason [16:58:38] looks like some environmental issue [17:00:53] I do not run unit tests! :D [17:00:55] * Vulpix runs away before being hooted [17:06:56] Vulpix: I know, nobody admits :) [17:19:50] upload.wikimedia.org domain setting cookies... strange, I though one of the benefits of a separate domain for images was to minimize request length by not having any cookie... [22:45:37] Hi [22:46:19] Is there a page that a wiki gets its footer from? [22:52:03] Not a single page for the whole footer Leates [22:57:25] Oh, okay [22:57:28] is it hard coded? [22:58:13] !footer | Leates [22:58:13] Leates: For changing the page footer, see the FAQ (!) . More information at http://www.mediawiki.org/wiki/Footer and http://www.mediawiki.org/wiki/Manual:Skinning#Footer [22:58:16] not exactly [23:20:43] Thanks!