[04:07:32] Hi guys, [04:07:42] are you aware of the breakage in the 1.26 release? [04:08:15] Parse error: syntax error, unexpected '[', expecting ')' in includes/parser/Parser.php on line 2149 [04:33:51] https://phabricator.wikimedia.org/T143635 [07:11:41] legoktm: Can you take a look at this ? https://phabricator.wikimedia.org/T143640 [07:35:42] hi [07:36:25] after updating to 1.27.1 i get an error that i need to confirm my email without beeing logged in [07:36:34] prev was 1.27.0 [07:51:20] to circumvent the error please set $wgBlockDisablesLogin = true; to false [09:11:47] hi, I have a problem with an upgrade from 1.26.3 -> 1.27.0 [09:12:42] when accessing to the main page, firefox search to get a live.css file on en.wikipedia.org [09:13:12] and after show my main page displaying a blank page [09:13:31] nothing in the logs [09:13:39] all extension disabled [09:14:59] I use php-fpm 7.09, nginx 1.10 [09:16:02] Have you ever seen a similar problem ? [09:18:38] my default skin is vector [09:19:11] "when accessing to the main page, firefox search to get a live.css file on en.wikipedia.org" ? [09:19:15] what is that exact url? [09:20:01] I don't have it but contain User:MarkS/XEB/live.css [09:21:08] I launch a request for get the exact request [09:21:15] *URL [09:26:50] should be going to 1.27.1 now [09:28:39] yes [09:28:41] http://en.wikipedia.org/w/index.php?title=User:MarkS/XEB/live.css&action=raw&ctype=text/css&dontcountme=s [09:38:01] hi! [09:38:30] i'm having a: w/extensions/Push/includes/Push_Tab.php: Call to undefined function wfMsg() -> Exception encountered, of type "Error" [09:39:07] Ark74: What MediaWiki version? [09:39:37] 1.27.1 [09:39:47] just made an upgrade :-/ [09:39:54] You need to update your copy of Push then, wfMsg was removed in 1.27.0 [09:40:59] ok, thanks ;) [09:41:03] i'll check and report [09:43:56] Lcawte, thanks!!!! [09:44:04] \o/! [09:44:20] it's now back online :) [09:44:40] No problem, it might be worth making sure all your other extensions are up to date as well. 1.27 a good handful of deprecated functions. [09:47:03] well, i've had this install since 1.21 all the way to 1.27.1 i can't recall when did i installed push [09:47:14] xD [09:47:31] i'll check them out, thanks again o/ [09:56:04] + a JS error : [09:56:06] ReferenceError: mwCustomEditButtons is not defined ReferenceError: mwCustomEditButtons is not defined [10:04:08] installing EmailDomainCheck extension shows error : "failed to open stream: No such file or directory" [11:39:14] If I block JS with noScript, I don't have this redirection [11:39:27] https://en.wikipedia.org/w/index.php?title=User:MarkS/XEB/live.css&action=raw&ctype=text/css&dontcountme=s [12:03:33] humm...it seem like a bad common.js [12:06:37] \o/ [13:18:48] Hi pals, let us speak about Wikimedia Commons. I want to have a category of months. Yet April and August come into one letter... [13:19:28] Maybe mark the months by numbers? False! In this case months #1 and #11 and #12 come into letter 1. [13:19:43] How can I separate June from July in category list? [13:19:56] How can I separate August from April? [13:20:05] Thank you. [13:48:04] what do you guys use to backup your wikis? (Windows/IIS8.5) [13:58:54] Nightcinder, see https://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki [14:02:11] ya was just curious what you guys did [14:47:30] Are there any steps required to make sure LocalSettings.php doesn't leak? I'm using this basic nginx config https://www.pastery.net/hbpzeq/ [14:47:40] Also should I delete the mw-config dir after installation? Thanks [16:10:21] Hi, I'm getting this error from the backup script (dumpBackup.php) "Unable to move the new CDB file into place", any idea what this means? [16:25:46] why is dumpbackup writing cdb? [16:28:47] http://pastebin.com/16pJrvZX [16:29:43] my dev wiki is like that [16:29:52] kill the caches [16:30:24] it's in the DB... [16:30:35] even the rebuildLocalisation.php is failing on the en lang [16:31:02] i dont get why it's happening if the cache is supposed to be in the db, why is there a cdb involved [16:31:19] Got the full error message? [16:31:57] http://pastebin.com/jY7pPnEw [16:33:00] just rm -rf /tmp/l10n_cache-en.cdb [16:33:15] that'll fix that error [16:33:21] As to why it's writing CDB [16:33:25] would have to see your config [16:33:45] I haven't set $wgLocalisationCacheConf or $wgCacheDirectory [16:34:07] I ran `locate '.cdb'` and only get /srv/http/mediawiki-1.27.0/serialized/commonpasswords.cdb [16:34:23] rename(/tmp/l10n_cache-en.cdb.tmp.1580883562,/tmp/l10n_cache-en.cdb) [16:34:31] it's trying to mov something in /tmp [16:34:39] Yeah, I see that now... I wonder why it's failing [16:34:54] just delete the /tmp [18:00:03] Hi people [18:00:11] https://en.wikipedia.org/wiki/User:ShakespeareFan00/sandbox/Quatro [18:00:32] + https://en.wikipedia.org/wiki/User:ShakespeareFan00/vector.css [18:00:45] Is what it took to get a "rotated" table cell [18:01:05] It would so much nicer if Mediawiki did all the adjustments internally [18:01:41] So How do you file a "feature" request [18:01:42] ? [18:01:50] https://www.mediawiki.org/wiki/How_to_report_a_bug [18:06:33] ShakespeareFan00: hmm, it shouldn't take this much, unless you have some requirements i'm missing. i think my version in https://www.mediawiki.org/wiki/User:Matma_Rex/Collaborations/Prolific took a little less code (it's all in inline styles) [18:07:15] MatmaRex: It's a wiki [18:07:28] Feel free to present your version of My sandbox code :) [18:07:46] Ideally it should be a templateable :0 [18:07:54] approach [18:08:12] although, now that i look at it, mine possibly only works for single-line text. it's a bit messier than i remembered. :P [18:11:00] https://phabricator.wikimedia.org/T143712 [18:11:40] transform is also not garunteed on all borwsers especially older ones... [18:11:44] *browsers [18:15:50] ShakespeareFan00, MatmaRex I don't think it's a good idea to publish those emails directly in the wiki… [18:16:17] Platonides: You want me to delink the example? [18:16:31] I'd like it not to have emails :P [18:17:06] Platonides: o figured that meh, they're already published in tons of places were the Git commits are replicated [18:17:07] the next email-crwaling spambot finding it will be very happy [18:17:11] I am only linking iit as an example [18:17:17] yes, they are not exactly private [18:17:20] i figured* [18:17:21] But on advisemennt [18:17:24] but web pages are much more crawled [18:17:55] we had emails visible in gitweb/gitblit for years, IIRC [18:18:12] (sigh) [18:18:25] phabricator hides them a bit, i think [18:18:26] Shall I let you genetleman settle the real issues first? [18:18:36] * ShakespeareFan00 afk [18:19:06] Platonides: if you care, feel free to replace the @ with {{@}} or [at] or whatever in those subpages of mine, and i'll take care to keep this when running the update script next [18:19:18] ok [18:20:02] ([[User:Matma Rex/Collaborations]] and [[User:Matma Rex/Collaborations/Prolific]]) [18:20:40] * Platonides notices that he commits few patches [18:21:46] a simple replace all doesn't work [18:29:47] What in mediawiki gets the search suggestion ticking? I just updated to a new installation of ubuntu 16.04, apache and php7 on latest mediawiki. And i cant seem to get search suggestion works. [18:32:14] MatmaRex: {{done}} [18:32:35] although the author column no longer exceeds the 20em width that was set [18:50:51] Sparco: are there any errors in your browser's console? [19:05:33] legoktm: yes, load.php?debug=false&lang=en&modules=startup&only=scripts&skin=vector [19:28:11] Quick question [19:28:28] How do I get just the text of a wiki page in the browser [19:28:47] ?action-raw popped up a save dialog [19:30:54] legoktm: solved it. I still had Visualeditor exstension enabled with no configuration. [19:34:55] ShakespeareFan00: ?action=raw will return just the text, with content type text/x-wiki. whether the browser will show this or open a download dialog depends on your browser's settings. [19:35:37] desperatley trying to find a clear answer for how to enable authentication to an existing ldap server from a mediawiki page [19:36:15] infrared_: there's https://www.mediawiki.org/wiki/Extension:LDAP_Authentication [19:36:22] with a gazillion options... [19:36:29] don't ask me the details, i never used it. [19:54:01] hi, on my wiki the whole page content is generated by lua/scribuntu, but some parts are not searchable, after doing a search on this content, cirrus show 0 results, what can be the trouble? [20:44:25] hello. can i render a image by specific folder ? like "[[image:images/icons32/network.png|link=Network]]" ?? [20:44:52] i just upload the image and create folders via ssh and sftp [20:44:56] no [20:45:12] mediawiki needs to know about the image [20:45:23] so you either upload it to the right images/ folder [20:45:27] i cant put images in folder and exptect they are ready for rendering »? [20:45:27] and run importImages.php [20:45:31] no [20:45:36] or enable images by url [20:45:48] in which case you simply provide a full url, and it is rendered [20:46:06] !wg AllowExternalImages | alex1a [20:46:07] alex1a: https://www.mediawiki.org/wiki/Manual:%24wgAllowExternalImages [20:46:27] you could also set $wgAllowExternalImagesFrom to your domain [20:46:31] to only allow your own images [20:46:42] after the importImages.php i can render by a specific folder ? [20:46:49] no [20:46:58] you use the image name [20:47:06] eg. network.png [20:47:37] even though the image may be in images/7/7f/network.png [20:50:05] image name are unique ? [20:50:17] if i have 2 network.png in different folders ? [20:52:37] https://mydomain.my/images/icons32/network.png [20:52:47] it's working already [20:53:35] yes, mediawiki uses a plain filename namespace [20:53:41] although there may be fallbacks [20:56:15] yeah i will change to /images/i32_network :( [20:56:21] .png, thanks Platonides