[00:49:47] hey, I asked about this some weeks ago without luck, gonna try my luk again :P I'm having trouble with mediawiki parsing some html tags, for example in: http://i.imgur.com/1ixuRiR.png [00:53:36] I'm HThis comes from using the math extension which is the last version from wikipedia [00:53:47] And I'm using mediawiki 1.28.0 [01:12:43] no ideas? :) [01:18:41] Just upgraded math extension but in Special:Version the version and hash/revision shows the same old one, not sure what's happening [07:45:48] If anyone can help, when I edit page that had code block, visual editor shows " Select * from log " as normal text not inside a code block, instead of "Select * from log" in a code block [14:02:39] Can anyone help; when I edit a page that has code block, visual editor shows " Select * from log " as normal text not inside a code block, instead of "Select * from log" in a code block [14:03:36] remove the space after the last synthaxhighlight [14:03:57] and try then syntaxhighlight [14:04:00] Zippix: Sorry that was a typo on my side, that space does not exist [14:04:37] and visual editor automatically put in syntaxhighlight from selecting code block > sql > entered my code thens aved page [14:04:46] oh [14:05:08] JeffreyQ: after clicking save does the normal article view show it like it should? [14:05:16] Zppix: Do you know a good place for me to upload a screenshot so I can show you? [14:05:25] Zppix: Yes [14:06:04] JeffreyQ: i don't know if visual editor supports syntaxhighlight in realtime [14:06:32] Zppix: It does, as I have it working on a different server but cannot find any difference between the two setups. [14:06:44] JeffreyQ: what mediawiki version? [14:06:50] Zppix: Also if you do it on mediawiki.org/wiki, it works fine on there [14:06:58] Zppix: 1.28.0 [14:07:16] has it always done this behavior? [14:07:56] Zppix: This is a new install we did last week on our new server, we did not previously use VE [14:09:36] Zppix: I have just tried putting it within , and I now get the following within a code box in VE: Select * from log [14:09:52] Zppix: when it should just be 'Select * from log' within the code box [14:10:12] JeffreyQ: does it properly highlight the syntax? [14:10:33] Zppix: When in viewing the page mode, not edit mode, Yes [14:10:47] i meant with [14:12:48] Zppix: Yes it highlights but I have a code block start and end, then new line with code block start, then new line with the code block with my code in, and some more lines.... so its gone a bit funny from doing that... let me put it back to show I had it and get you some screenshots [14:13:11] https://phabricator.wikimedia.org/file/upload/ is a place where you could [14:15:09] Zppix: I need to register to use that yes? [14:15:27] you can login using mediawiki by going to phabricator.wikimedia.org/login [14:17:38] Zppix: Ok im just waiting to verify my account, got the screenshots ready to upload. [14:20:59] Zppix: file has been uploaded: https://phab.wmfusercontent.org/file/data/wfaweigco6kmyyykusiu/PHID-FILE-co3gd3me5caavyxdoiow/SyntaxHighlight_Problem [14:25:10] Zppix: So as you can see, VisualEditor is not showing the Code Blocks, but I know its possible for it to do this, as it works fine on mediawiki.org/wiki/ [14:38:37] Zppix: Restarting Parsoid fixed it. [14:53:16] any way to embed all redirects to the page? [14:53:24] like "what links here" but on article's footer/top [14:53:50] maybe macros or extension already exists for this, anyone knows? [15:06:22] i see that a hook "WhatLinksHereProps" was added since 1.24, but is there any extension that use it already? [15:08:42] Nebraskka: you can embed the Special:WhatLinksHere page on another page as if it was a template [15:09:02] for example, to show only redirects: {{Special:WhatLinksHere/Foo|hidelinks=1&hidetrans=1}} (where Foo is the page name) [15:09:34] Nebraskka: note that you can't really style how this list looks, and that it's limited to 50 entries normally. [15:09:59] same syntax works for many special pages (but not all; i'm not sure if we have it documented somewhere which work. but most pages that generate lists of some sort should work) [15:11:02] MatmaRex, oh; need to try that, thanks! although i've expected something like just a
  • list, but the way you've shown could be enough atm [15:12:44] MatmaRex, woah, actually it looks better than I've expected; thanks for helping! [15:12:55] :) [15:12:58] yay [15:13:13] what is the proper course of action if you update the LESS files but the CSS does not recompile [15:14:37] c: purge your browser's cache, or Ctrl+F5, or such. they almost certainly did recompile, but your browser has them cached [15:33:08] MatmaRex: that did not work [15:34:44] c: are you absolutely positively sure that you edited the right file, that you saved the changes, etc.? does it work with a different browser, or with ?debug=true ? [15:35:29] c: you should be able to clear any MediaWiki caches by running maintenance/update.php (it purges caches at the end) [21:44:49] hi! does anyone knows why this is happening? http://emaklabin.org.br.cp-23.webhostbox.net/wiki/index.php?title=Especial%3ABusca&profile=default&fulltext=Search&search=+ my Special:Search is not working properly [21:59:02] have you ran refreshlinks ?