Re: [Wikitech-l] Adapting Visual Editor for 1.19 (and LTS)

2013-01-13 Thread Dmitriy Sintsov
But some changes were hard to adapt, for example at some point the definition of SpecialPage::userCanExecute() changed from public function userCanExecute( $user ) to public function userCanExecute( User $user ) with typecheck. Then extension's special pages that inherited from SpecialPage an

Re: [Wikitech-l] Adapting Visual Editor for 1.19

2013-01-13 Thread Dmitriy Sintsov
9 Январь 2013 г. 4:09:21 пользователь James Forrester (jforres...@wikimedia.org) написал: On 4 January 2013 09:02, Mark A. Hershberger wrote: > Would it be possible to adapt the Visual Editor to run under 1.19? Possible? Yes. However, it would involve back-porting a number of changes that hav

[Wikitech-l] Bugzilla Weekly Report

2013-01-13 Thread reporter
MediaWiki Bugzilla Report for January 07, 2013 - January 14, 2013 Status changes this week Bugs NEW : 431 Bugs ASSIGNED : 137 Bugs REOPENED : 31 Bugs RESOLVED

Re: [Wikitech-l] wikiCodeEditor - Code Editor for MediaWiki CSS and JavaScript pages

2013-01-13 Thread MZMcBride
Sibi Prabakaran wrote: >We have developed a Code Editor for Mediawiki CSS and JavaScript pages >as part of IIT Hackathon which was mentored by Yuvi Panda. > >Basic description about the project along with snapshots can be found in >this page: https://github.com/psibi/wikiCodeEditor#readme > >Any su

Re: [Wikitech-l] wikiCodeEditor - Code Editor for MediaWiki CSS and JavaScript pages

2013-01-13 Thread Paul Selitskas
Hello. It looks fantastic from the first sight, but it has a lot of things yet to polish. I left some issue tickets in GitHub. And I hope that you'll see some pull requests soon! :) On Mon, Jan 14, 2013 at 1:25 AM, Sibi Prabakaran wrote: > Hello everyone! > > We have developed a Code Editor for

[Wikitech-l] wikiCodeEditor - Code Editor for MediaWiki CSS and JavaScript pages

2013-01-13 Thread Sibi Prabakaran
Hello everyone! We have developed a Code Editor for Mediawiki CSS and JavaScript pages as part of IIT Hackathon which was mentored by Yuvi Panda. Basic description about the project along with snapshots can be found in this page: https://github.com/psibi/wikiCodeEditor#readme Any suggestions/im

Re: [Wikitech-l] ContentHandler examples?

2013-01-13 Thread Mark A. Hershberger
On 01/13/2013 07:17 AM, Daniel Kinzler wrote: > On 12.01.2013 16:02, Mark A. Hershberger wrote: >> That will cause problems throughout wikidom. > > Of any by itself, ContentHandler does not change anything > about how Gadgets are defined or stored. It just *allows* for new ways of > storing gadget

Re: [Wikitech-l] Release Notes and ContentHandler

2013-01-13 Thread Daniel Kinzler
On 13.01.2013 02:02, Lee Worden wrote: > Yes, I think ContentHandler does some of what WW does, and I'll be happy to > integrate with it. I don't think we'll want to abandon the source-file tag, > though, because on pages like > http://lalashan.mcmaster.ca/theobio/math/index.php/Nomogram and > htt

Re: [Wikitech-l] ContentHandler examples?

2013-01-13 Thread Daniel Kinzler
Thanks for your input, Ori! On 13.01.2013 01:35, Ori Livneh wrote: > As I said, I found the API well-designed on the whole, but: > > * "getForFoo" (getForModelID, getDefaultModelFor) is a confusing pattern for > method names. getDefaultModelFor is especially weird: I get what it does, but > I don

Re: [Wikitech-l] ContentHandler examples?

2013-01-13 Thread Daniel Kinzler
On 12.01.2013 16:02, Mark A. Hershberger wrote: > On 01/12/2013 09:32 AM, Matthew Flaschen wrote: >> Last I heard, significant progress was made on 2.0, but the project is >> currently on hold. Thus, there's not a need to notify people right >> away. When the time comes, I don't think initial mig