Re: [MediaWiki-l] mw.util not loading with RL

2017-06-29 Thread Krinkle
You might prefer the using the $.when() idiom for this, which waits for multiple concurrent promises, and is usable here given that $() is essentially a shortcut to the internal $.ready promise, which is publicly available per https://api.jquery.com/jQuery.ready/ – The following has worked for

[MediaWiki-l] Upgrade to jQuery 3 is coming

2017-06-29 Thread Krinkle
migrated may disable the plugin for better run-time performance. Track progress at <https://phabricator.wikimedia.org/T124742>. -- Krinkle [1] https://www.mediawiki.org/wiki/Beta_Cluster [2] https://www.mediawiki.org/wiki/MediaWiki_1.30 ___ Media

[MediaWiki-l] [BREAKING CHANGE] IE 8 users will get JavaScript-less experience in MediaWiki 1.27

2015-11-11 Thread Krinkle
around May 2016). Yours, -- Krinkle For details about the JavaScript-less experience, see https://www.mediawiki.org/wiki/Compatibility ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [MediaWiki-l] CSS media designations on IE9

2015-09-02 Thread Krinkle
Can you show us the definition of your module? — Krinkle > On 25 Aug 2015, at 07:42, Eli Handel <elihan...@gmail.com> wrote: > > Thank you Bartosz Dziewoński, > > I hadn't known that, but I'm not using media queries in the ResourceLoader > module definition, and

Re: [MediaWiki-l] use ssl to access the database

2015-07-28 Thread Krinkle
I'm glad this works but I'd recommend using =true instead of =1 since 1 is not a boolean, it's an integer. This may work now but could unexpectedly break in a minor update. — Krinkle On 26 Jul 2015, at 18:47, Tim Dunphy bluethu...@gmail.com wrote: wgDBssl is a bool setting Ok

Re: [MediaWiki-l] maxage of 5 minutes for ResourceModules when not logged in and no Squid caching

2015-07-24 Thread Krinkle
means 304-checks like these can be quite cheap. Perhaps even preferable, in which case there wouldn't be a warning. -- Krinkle ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] Reminder: AjaxDispatcher and Sajax are deprecated

2015-03-26 Thread Krinkle
are deployed at Wikimedia.) Tracker bugs: https://phabricator.wikimedia.org/T55120 https://phabricator.wikimedia.org/T42786 — Krinkle Related thread: [Wikitech-l] Call to eliminate sajax, Daniel Friesen, October 2013 https://www.mail-archive.com/wikitech-l%40lists.wikimedia.org/msg63136.html

Re: [MediaWiki-l] [BREAKING CHANGE] Upcoming jQuery upgrade: Removing jQuery Migrate

2014-12-01 Thread Krinkle
Hey all, On 3 Jun 2014, Krinkle wrote: TL;DR: * We did not make the breaking change last week for Wikimedia; it is postponed. * MediaWiki 1.24.0 will ship with jQuery Migrate switched off. * Wikimedia non-Wikimedia wikis can enable jQuery Migrate if needed. * When MediaWiki 1.24

Re: [MediaWiki-l] Can you override Less variables through MediaWiki:Vector.css?

2014-11-22 Thread Krinkle
branch) git pull --rebase origin master. In most cases git will be able to re-apply the patch for you. And in case it's not, it'll put and markings in the relevant file(s) for you to resolve and then 'git add' the resolved files and continue the rebase. — Krinkle On 22 Nov 2014, at 03:51, Adam

Re: [MediaWiki-l] [Wikitech-l] Requiring PHP = 5.3.3 for MediaWiki core

2014-10-27 Thread Krinkle
://wikitech.wikimedia.org/wiki/Zap/Hat (with ZAP and HAT redirects.) -- Krinkle ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

[MediaWiki-l] [BREAKING CHANGE] Deprecated JavaScript methods to be removed in MediaWiki 1.25

2014-09-20 Thread Krinkle
/wikitech-ambassadors -- Krinkle PS: You can get a sense of the progress on our different migrations, past and present, via these graphs: http://codepen.io/Krinkle/full/zyodJ/ ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org

Re: [MediaWiki-l] Annoying: In the sidebar, the header of the first section appears and then vanishes (Vector skin)

2014-06-23 Thread Krinkle
The Vector extension was first bundled with MediaWiki 1.18, it has existed longer than that though. As of MediaWiki 1.22, the Vector extension is obsolete and its stable features were merged into MediaWiki core. The javascript module vector.collapsibleNav was removed in 1.24 for performance

[MediaWiki-l] [BREAKING CHANGE] Upcoming jQuery upgrade: Removing jQuery Migrate

2014-06-03 Thread Krinkle
these legacy features are aware of this so they may patch the code accordingly (using the upgrade guide[4] and my earlier announcement [5]). When MediaWiki 1.24 is released, we will switch off jQuery Migrate for Wikimedia wikis. — Krinkle [1] https://bugzilla.wikimedia.org/show_bug.cgi?id=44740

Re: [MediaWiki-l] RSS feed only hard-coded url's?

2014-05-23 Thread Krinkle
side-effects in general, values of something are never parsed as wikitext. In most cases this is intentional as they often tag some custom syntax or literal value. If you want it to be processed as wikitext, use {{#tag: something | {{{expanded wikitext|with defaults}}} }}.[1] — Krinkle [1

Re: [MediaWiki-l] Embed JavaScript via an extension

2013-12-20 Thread Krinkle
::inlineScript( ResourceLoader::makeLoaderConditionalScript( 'mw.loader.using( \'jquery.ui.slider\', function () { $(\'.mw-rslider-tag\').slider(); });' )); return $html; -- Krinkle PS: This has been an early Christmas present. Happy Holidays! [1] https://www.mediawiki.org/wiki/ResourceLoader

Re: [MediaWiki-l] short URL htaccess help request

2013-02-26 Thread Krinkle
the access point for the page titles. So example.org/Page_title will show [[Page title]], even though index.php is at example.org/w/index.php. I'd highly recommend doing this if you want to have the urls from the root. -- Krinkle ___ MediaWiki-l mailing

Re: [MediaWiki-l] Has anyone beaten LiquidThreads 2 into usable condition on 1.19?

2012-10-13 Thread Krinkle
versions still). If you're still facing issues you may want to consider updating MediaWiki to 1.20beta[3]. Then it should work for sure as that is what Wikipedia is running on and several Wikipedia sites have LiquidThreads installed (without the issues you describe). -- Krinkle [1] https

Re: [MediaWiki-l] Has anyone beaten LiquidThreads 2 into usable condition on 1.19?

2012-10-13 Thread Krinkle
On Sun, Oct 14, 2012 at 1:17 AM, David Gerard dger...@gmail.com wrote: On 13 October 2012 23:50, Krinkle krinklem...@gmail.com wrote: Update LQT to the latest version from Git master[1][2]. That should make it work again (be sure to make backups first, and run update.php if needed). [1

Re: [MediaWiki-l] [Wikitech-l] Nightly tarballs?

2012-08-01 Thread Krinkle
We already have hourly snapshots of the stable master though: https://toolserver.org/~krinkle/mwSnapshots/#!/mediawiki-core/master (and it includes release branches, feature branches and wmf branches). That could be expanded to keep old version (right now it only keeps the latest one

Re: [MediaWiki-l] [Wikitech-l] Nightly tarballs?

2012-08-01 Thread Krinkle
be generated on demand. -Chad That's why I created mwSnapshots are a replacement for vvv's mw-nightly (which, before it was taken down, afaik still only worked with SVN). https://toolserver.org/~krinkle/mwSnapshots/#!/mediawiki-core/master And it does cache :) -- Krinkle

Re: [MediaWiki-l] MediaWiki Bug

2012-07-05 Thread Krinkle
. -- Krinkle [1] I created a diagram a few months back that may help: http://commons.wikimedia.org/wiki/File:Commons_Mark_as_patrolled.png On Jul 5, 2012, at 9:37 AM, Brandon Pimenta wrote: I reported it to Bugzilla. See bug 38189https://bugzilla.wikimedia.org/show_bug.cgi?id=38189 . I still get

Re: [MediaWiki-l] MediaWiki Bug

2012-07-05 Thread Krinkle
? If not, then you should make yourself a member of one of the groups that have the patrol right (the admin sysop group, for example, has the patrol right). -- Krinkle On Jul 5, 2012, at 11:54 AM, Brandon Pimenta wrote: My code in LocalSettings.php: $wgUseRCPatrol = true; $wgUseNPPatrol = true

Re: [Mediawiki-l] How to see the wikitext in read-only mode

2012-06-22 Thread Krinkle
but it is selectable and you can copy it to use in another example, as you describe. For example: http://wikitech.wikimedia.org/index.php?title=Sandbox/sysopaction=edit -- Krinkle ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org

Re: [Mediawiki-l] MediaWiki tarballs and the WMF

2012-06-07 Thread Krinkle
follow. -- Krinkle ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [Mediawiki-l] Short URL using rewriterule without rename wiki to w

2012-05-27 Thread Krinkle
to /mw, /w/ or /mediawiki or whatever. Then use /wiki/$1 as the article path that readers will see. Then there are no conflicts. -- Krinkle [1] https://www.mediawiki.org/wiki/Manual:Short_URL ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org

[Mediawiki-l] mwSnapshots (NEW)

2012-05-09 Thread Krinkle
The MWNightly tool has been down for a while (since February, around migration to Git), so I took the liberty to write a new tool for this. https://toolserver.org/~krinkle/mwSnapshots/ Updates hourly, even. With Git making packages of a repository is a lot easier, but for those without

Re: [Mediawiki-l] Page edit timestamps

2012-04-30 Thread Krinkle
. BugZilla Search: (bug 6092[1]) Create colon parserfunction version of {{REVISIONID}}, {{REVISIONTIMESTAMP}} etc. that take pagename as parameter {{REVISIONTIMESTAMP:Page Title}} -- Krinkle [1] https://bugzilla.wikimedia.org/show_bug.cgi?id=6092

Re: [Mediawiki-l] Need a launcher setup.exe for MediaWiki on Windows

2012-04-06 Thread Krinkle
On Apr 5, 2012, at 4:13 PM, Eric BEAUSSART wrote: Madam, I would like to use Mediawiki as a Website Administration Tool ! But, even with some knowledge in Computers, just as an User ! Unfortunately, I loaded it easyly, but did not succed to let it run ! As I told before, providing a mesh

Re: [Mediawiki-l] editor like in wikipedia

2012-03-15 Thread Krinkle
Hi Isabell, That would be https://www.mediawiki.org/wiki/Extension:CharInsert -- Krinkle On Mar 15, 2012, at 11:59 AM, Isabell Alcott wrote: Hello Brion, thank you so much! With your help I found what I searched. Aditionally, I would like to add the editor, which is under each editbox

Re: [Mediawiki-l] Re : Re : howto include different page.css into one MediaWiki:CentralCSS.css page for organizing css cascade sheets?

2012-03-08 Thread Krinkle
On Thu, Mar 8, 2012 at 11:25 AM, HiddenId courriel_achevr...@yahoo.frwrote: Sorry I made written mistakes in my previous post. Here is this post, with written mistakes corrected: Hi Krinkle. I've not reach to make your solution running. I propose to try something: Let's try to focuse

Re: [Mediawiki-l] howto include different page.css into one MediaWiki:CentralCSS.css page for organizing css cascade sheets?

2012-03-08 Thread Krinkle
ineffecient in that it makes multiple HTTP requests. Why not just put everythign in MediaWiki:Vector.css (which is loaded by default). -- Krinkle On Mar 8, 2012, at 3:02 PM, HiddenId wrote: Hi Krinkle. Thanks for your help. Unfortunatly, we are testing on a local installation. The wiki

Re: [Mediawiki-l] howto include different page.css into one MediaWiki:CentralCSS.css page for organizing css cascade sheets?

2012-02-27 Thread Krinkle
MediaWiki:Common.css would contain @import url('/w/index.php?title=MediaWiki:Common.css/layout.cssaction=rawctype=text/css'); -- Krinkle ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo

Re: [Mediawiki-l] howto include different page.css into one MediaWiki:CentralCSS.css page for organizing css cascade sheets?

2012-02-27 Thread Krinkle
, not via wikitext transclusion. -- Krinkle ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [Mediawiki-l] [Mediawiki] Resolution problem

2011-10-31 Thread Krinkle
Why ? On Mon, Oct 31, 2011 at 10:33 AM, Rahul Sharma cseb...@gmail.com wrote: Dear All, How to maintain resolution for all type of screen ratio.how to redirect index.php based on browser detection. ___ MediaWiki-l mailing list

Re: [Mediawiki-l] Error 1146: Table '******.mw_iwlinks' doesn't exist (localhost)“.

2011-10-15 Thread Krinkle
Hi, I assume you meant 1.17 instead of 1.7. Have you ran update.php ? http://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script -- Krinkle 2011/10/15 Isabell Alcott uv22ealc...@googlemail.com Hello, after upgrading from 1,6 to 1,7 im receiving the following error. Maybe someone

[Mediawiki-l] Attention developers (Gadgets, user/site scripts, Toolserver tools, MediaWiki extensions, ..)

2011-10-05 Thread Krinkle
...@lists.wikimedia.org :) Please reply-to to wikitech to keep discussions about this central. -- Krinkle ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [Mediawiki-l] after upgrading to Mediawiki 1.17.0 the background color of my tables has disappeared

2011-09-29 Thread Krinkle
1.16: table { background-color: white; } (without the quotes ); -- Krinkle On Thu, Sep 29, 2011 at 5:52 PM, Conor Glynn conorgl...@gmail.com wrote: Hi, After upgrading to Mediawiki 1.17.0 (from 1.15) the background color of my tables has disappeared, has anybody any notion how I can get

[Mediawiki-l] Repository directory [mediawiki]/trunk clean up

2011-09-18 Thread Krinkle
at the complete list here: http://svn.wikimedia.org/viewvc/mediawiki/trunk/ Just mentioning here on the mailing list in case there are some special dirs that needs special treatment before I make a bold move. -- Krinkle [1] http://svn.wikimedia.org/viewvc/mediawiki/trunk/ [2] http://svn.wikimedia.org

[Mediawiki-l] RFC: Removal of wgEnableAPI and/or wgEnableWriteAPI configuration option

2011-08-14 Thread Krinkle
:-) Thanks, – Krinkle [1] https://bugzilla.wikimedia.org/show_bug.cgi?id=30213 ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [Mediawiki-l] help with short url

2011-08-03 Thread Krinkle
: * wiki.example.org/view/Article_name * wiki.example.org/edit/Article_name * wiki.example.org/history/Article_name Sites that use this configuration are for example: * http://wikitech.wikimedia.org/view/Main_Page * https://wiki.toolserver.org/view/Main_Page -- Krinkle On Aug 3, 2011, at 7:48 PM, Dorem

Re: [Mediawiki-l] Right hook to use for head html element?

2011-05-02 Thread Krinkle
Dorem - Jérémie Bouillon wrote: On 01/05/2011 13:31, Krinkle wrote: Just out of curiousity, to avoid or perhaps solve a less-than-ideal construction, why does it have to be at the end per se ? What is it you want to insert there ? Two things. First, I'm starting to seriously use MW, so

Re: [Mediawiki-l] Right hook to use for head html element?

2011-05-01 Thread Krinkle
, to avoid or perhaps solve a less-than-ideal construction, why does it have to be at the end per se ? What is it you want to insert there ? -- Krinkle ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman

Re: [Mediawiki-l] Restriction access to User namespace

2011-04-26 Thread Krinkle
, and/or categorization) -- Krinkle ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [Mediawiki-l] Sidebar Customization

2011-04-08 Thread Krinkle
avoiding, the problem is likely not in the extension. -- Krinkle ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [Mediawiki-l] different texts for different users

2011-04-06 Thread Krinkle
of the user. Right out of the box support for content for registered-users only, or sysop, or any other usergroup you may have. Only takes a few css settings, no JS dependency either. The only catch is that it's not in 1.16 or 1.17 -- Krinkle ___ MediaWiki-l

Re: [Mediawiki-l] Inculding graphics from mediawiki commos

2011-03-26 Thread Krinkle
if they prefer from Special:Preferences (which overrides $wgDefaultUserOptions ..) -- Krinkle ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [Mediawiki-l] Inculding graphics from mediawiki commos

2011-03-25 Thread Krinkle
. If the wiki is not public, make sure to include the following data from the Special:Version page: * Installed software ** MediaWiki version ** PHP version ** Database system and version -- Krinkle ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org

Re: [Mediawiki-l] Change of edit page

2011-03-22 Thread Krinkle
/extensions Again, WikiEditor requires 1.17 so it wont run under 1.16 or 1.15. -- Krinkle Op 22 mrt 2011, om 11:24 heeft Carloccio het volgende geschreven: Hello everyone, i'm a new mediawiki user from italy. I wanted to ask how to configure mediawiki so that the toolbar in the edit_page

Re: [Mediawiki-l] Control of editions

2011-03-15 Thread Krinkle
/Extension:FlaggedRevs -- Krinkle Op 15 mrt 2011, om 12:34 heeft Juan Jesús Cremades Monserrat het volgende geschreven: Hi, I has isntalled a new mediawiki portal, but the final user wants, for all colaborations, to confirm before the final publications. In other words, if a authenticated user edits