Re: [Wikitech-l] Order of execution JavaScript extensions

2012-06-06 Thread Bergi
should work. regards, Bergi ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Gerrit question: pushing to another branch

2012-06-05 Thread Bergi
for the production and master branches, but I'd like to have a repo for developing sharing cool new features without any review at all. The discussion would happen at bugzilla or mediawiki.org. Do you think there is a way? Thanks, Bergi ___ Wikitech-l

Re: [Wikitech-l] Give create gerrit repo right to all WMF engineers

2012-06-05 Thread Bergi
://gerrit.wikimedia.org/r/#/admin/groups/119,members, if you were looking for that. Bergi ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Gerrit question: pushing to another branch

2012-05-31 Thread Bergi
can't find a button to create a new branch. Will I need additional rights for that? Doesn't Git encourage us to create as many branches as we can, to share our work and collaborate? Or should I publish my branch(es) somewhere else, maybe without gerrit at all? Bergi

Re: [Wikitech-l] xsl wiki markup - html

2012-04-26 Thread Bergi
sance...@free.fr schrieb: Hi, I would like to know if there already exists xsl stylesheets that are able to translate wiki markup to html or html to wiki markup. No, Wikitext markup is far too complex to be parsed with xsl. regards, Bergi

Re: [Wikitech-l] Future stuff: native SVG and other high-resolution imagery

2012-03-21 Thread Bergi
that non-JS browsers don't get svg. Wouldn't that mean loading the png thumbnails, and then onDomReady replacing them with svgs? I think we really should deliver an output that lets the browser choose one of them, not one plus maybe a second to load. Bergi

Re: [Wikitech-l] irc logs

2012-03-20 Thread Bergi
output is ugly. If someone wants to help to improve it, let me know. Just one litte CSS thing: div.content could need an overflow: auto; instead of overflow:scroll. Bergi ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https

Re: [Wikitech-l] QA/testing project page exists

2012-03-19 Thread Bergi
/QA] Bergi ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] New Plugin for Extension:ConfirmEdit - RFC

2012-03-19 Thread Bergi
, but it shouldn't be that easy :-) Bergi ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Ajax event firing for username validation in Extension: SignupAPI

2012-03-12 Thread Bergi
from a UX + Performance point of view? Is there any other JavaScript event I should be looking at? Watch for the events paste, change, input, mouseup and keyup, that should get all. Bergi ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] Ajax event firing for username validation in Extension: SignupAPI

2012-03-12 Thread Bergi
from a UX + Performance point of view? Is there any other JavaScript event I should be looking at? Watch for the events paste, change, input, mouseup and keyup, that should get all. Bergi ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] Post-deploy Bug triage for 1.19

2012-03-02 Thread Bergi
Mark A. Hershberger schrieb: When: Friday, February, 21:00UTC Time zone conversion: http://hexm.de/g5 JFYI: We've got March already :-) Bergi ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org

Re: [Wikitech-l] About page ID

2012-02-18 Thread Bergi
/Wikipedia:Projektdiskussion/WP_-_Teil_des_www, since then we have a gadget in deWP to show a secont permanent link with curid. For technical documentation you may have a look at http://www.mediawiki.org/wiki/Manual:Short_URL. Regards, Bergi ___ Wikitech-l mailing

Re: [Wikitech-l] [Mediawiki-l] authentication on Wikipedia via user_name OR user_email

2012-02-17 Thread Bergi
to insert the 0x2713 char code with the keyboard. At windows Alt + num pad usually works, but... So I often end up googling for unicode checkmark, and cp the character from wikipedias List of Unicode characters :-( Regards, Bergi ___ Wikitech-l mailing

Re: [Wikitech-l] Secure.w.o in js on wiki sites

2012-02-17 Thread Bergi
in preparation to be used for everyone, normalising any hyperlinks to wmf projects regardless of wgServer. Bergi ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] [Mediawiki-l] authentication on Wikipedia via user_name OR user_email

2012-02-16 Thread Bergi
?) and not from $_POST, you could find out users' email adresses. Bergi ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] online labs conference on irc

2012-02-15 Thread Bergi
Yusuke Matsubara schrieb: [IRC] Could anyone prepare a summary and/or log of the session and publish somewhere? Logs are usually available at http://bots.wmflabs.org/~petrb/logs/%23wikimedia-labs/. Great thanks to the guy who provides this service! Bergi

Re: [Wikitech-l] Escaping messages

2012-01-25 Thread Bergi
when there are already malicious elements in the page the problem is not in mw.message. So not taking html strings as parameters is the easiest, best and imho only solution. Bergi ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https

Re: [Wikitech-l] SOPA banner implementation

2012-01-17 Thread Bergi
Is it possible to remove the banner at the statement/explanation/discussion pages? E.g. http://de.wikipedia.org/wiki/Wikipedia:Protest_gegen_SOPA looks odd with two banners, considering both the same thing. Bergi ___ Wikitech-l mailing list

Re: [Wikitech-l] Successor to wikibits.js::ts_makeSortable?

2011-12-20 Thread Bergi
) { ts_makeSortable(table); } }); } This is from an extension that sorts a table by a specified column when the page is rendered. I'd propose $('table.sortable:not(.jquery-tablesorter)').tablesorter(); Bergi ___ Wikitech-l

Re: [Wikitech-l] Help us test the VisualEditor prototype

2011-12-13 Thread Bergi
and written a static js preprocessor I had no time to start it off. So now I'd really love to help with that. Bergi ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Call Graphs in MediaWiki Documentation

2011-12-09 Thread Bergi
, but when you need to know about dependencies they're a big help. Bergi ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] [Mediawiki-api] Getting list of possible result properties

2011-12-09 Thread Bergi
/whatever schemata for api results? Bergi ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] High-density displays high-density images

2011-12-04 Thread Bergi
-generator) the display of svgs will differ a lot, and I can't imagine what unconsitent images would mean to user friendlyness. Of course I do not want to say using native svg shouldn't be the aim, but the conversion won't be easy. Bergi ___ Wikitech-l

Re: [Wikitech-l] New methods to use when checking if a title is part of a namespace

2011-11-24 Thread Bergi
Daniel Friesen schrieb: testing if a title is in any of a number of namespaces by using in_array you can use inNamespaces (note the 's'): $title-inNamespace( NS_USER, NS_TEMPLATE ); ^ Did you miss something? Bergi