Re: [Wikitech-l] Provide a well-performing API to rotate an image

2015-07-17 Thread Steinsplitter Wiki
Apologies if I'm missing something but is there any reason why we can't do image rotation on the client using the canvas JavaScript api? Client side rotation takes ages, especially with big files. Agreed! Most of that probably should be non-destructive editing that keeps the original and

[Wikitech-l] VE plugin related questions

2015-07-17 Thread Nischay Nahata
Hi all, I have been working on a small VE plugin that provides the functionality of adding SMW annotations. I am mostly done with the script but need to understand some minor coding practices for VE plugins to complete it. Would appreciate some help on these questions. When the script makes some

Re: [Wikitech-l] Phabricator filter by language

2015-07-17 Thread Andre Klapper
On Fri, 2015-07-17 at 10:04 +0200, Petr Bena wrote: What if we added extra projects to phabricator for programming languages (such as language-php, language-c) which could be optionally added to some tickets if help of people who know these languages would be needed. So that it would be

[Wikitech-l] AccountAudit extension will be undeployed soon

2015-07-17 Thread Legoktm
Hi, Now that SULF is over, we have no need for the AccountAudit extension anymore. If you have been relying on it for any statistics, please be aware that a) it is going away soon and b) the data is generally inaccurate for global users (which all users are now). Please follow

[Wikitech-l] Phabricator filter by language

2015-07-17 Thread Petr Bena
Hi, What if we added extra projects to phabricator for programming languages (such as language-php, language-c) which could be optionally added to some tickets if help of people who know these languages would be needed. So that it would be possible for example to c++ experts to filter out open

Re: [Wikitech-l] Phabricator filter by language

2015-07-17 Thread Ricordisamoa
You can already infer some languages from the project: Pywikibot → Python, Hierator → Java etc. And nearly any other one will have language-php then. But for C++ it might still make sense. Il 17/07/2015 10:04, Petr Bena ha scritto: Hi, What if we added extra projects to phabricator for

Re: [Wikitech-l] Phabricator filter by language

2015-07-17 Thread Petr Bena
That's not useful at all. What is I wanted to filter out all tickets that need some python expert to look at them? How is knowledge that pywikibot uses python good for that? I don't need this per project, but per ticket. For example I need a CSS expert to look at some ticket of huggle, which is a

Re: [Wikitech-l] Provide a well-performing API to rotate an image

2015-07-17 Thread Jon Robson
Apologies if I'm missing something but is there any reason why we can't do image rotation on the client using the canvas JavaScript api? On Thu, Jul 16, 2015 at 3:45 PM, MZMcBride z...@mzmcbride.com wrote: Brion Vibber wrote: Allowing override of the thumb rotation would provide you real time