Re: [Wikitech-l] [Wikimedia-l] Superprotect user right, Comming to a wiki near you

2014-08-12 Thread Legoktm
to implement a sane code review process for these pages. I don't imagine it will happen anytime soon, but now seems like a good time to start discussion about it. [1] https://szl.wikipedia.org/w/index.php?title=MediaWiki%3ACommon.js&diff=prev&oldid=208782 [2] https://bugzilla.wi

[Wikitech-l] Global gadgets (was: Re: Superprotect user right, Comming to a wiki near you)

2014-08-11 Thread Legoktm
gets+branch:RL2,n,z> shows the patches happening in the "RL2" branch. We've also been making some changes to core in the process. -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] URGENT! Documentation is out of date!

2014-08-10 Thread Legoktm
In honor of bug 1's 10th birthday today, take the time to fix some out of date documentation or write some missing ones :) https://bugzilla.wikimedia.org/show_bug.cgi?id=1 -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] Moving Vector and MonoBook to separate repositories and what it means for you

2014-08-09 Thread Legoktm
>> > > Would it be possible to get the common directory out of core/skins/ as > well? That's <https://bugzilla.wikimedia.org/show_bug.cgi?id=69277>. -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Fine-tuning the Architecture RfC process

2014-08-08 Thread Legoktm
f Mark's comments in [1]: If a URL has "wmflabs.org" in it...don't put anything, ANYTHING, important there. Just use Bugzilla, most RfCs are already using it to track issues anyways. -- Legoktm [1] http://lists.wikimedia.org/pipermail/wikitech-l/2013-August/071442.html

Re: [Wikitech-l] Bikeshedding a good name for "the api.php API"

2014-08-07 Thread Legoktm
On 8/7/14, 10:58 AM, David Gerard wrote: >> but if you are a mobile developer using the REST API > every day, you need some other term to specify api.php. > > Is "api.php" unsuitable for some reason? I like "api.php" too, given that we refer to the

Re: [Wikitech-l] ExtensionDistributor updates on mediawiki.org

2014-08-01 Thread Legoktm
n the future, dependencies via composer. The entire setup is puppetized however, so it should be feasible to move it into production if we decide that we want to. -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia

Re: [Wikitech-l] [RFC] Extension registration

2014-07-31 Thread Legoktm
Sorry about the super super late reply. On 6/4/14, 2:12 AM, Daniel Friesen wrote: > On 2014-06-04, 1:29 AM, Legoktm wrote: >> A few more updates about the RfC after the IRC meeting. In case you >> missed it, the logs are at [1]. >> >> == Extension locations == >>

Re: [Wikitech-l] ExtensionDistributor updates on mediawiki.org

2014-07-31 Thread Legoktm
on this a bit? For which extensions would this be useful? -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] ExtensionDistributor updates on mediawiki.org

2014-07-30 Thread Legoktm
in Bugzilla[4]. Additionally, I'd like to thank ^demon and YuviPanda for their help in putting this service together. -- Legoktm [1] https://gerrit.wikimedia.org/r/#/c/149474/ [2] https://extdist.wmflabs.org/dist/ [3] https://bugzilla.wikimedia.org/show_bug.cgi?id=44022 [4]

Re: [Wikitech-l] Reviewing a couple of TorBlock patches

2014-07-23 Thread Legoktm
bmitted in the last 15 months. Probably not since I don't really know that much about tor, but I'm willing to review Tyler's patches if he's unable to find other people. -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] MediaWiki Release RFP Status Update

2014-07-11 Thread Legoktm
So, "early next week" has already passed, and a week after that too. :( Any update on when you'll be making an announcement? -- Legoktm On 6/27/14, 4:49 PM, Greg Grossmeier wrote: > Hello all, > > We're in negotiations with one of applicants for the MediaWiki rele

[Wikitech-l] Removing support for register_globals

2014-07-08 Thread Legoktm
s the command-line installer to prevent installation if it is enabled. [1] http://www.php.net/manual/en/security.globals.php [2] https://gerrit.wikimedia.org/r/144854 -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists

Re: [Wikitech-l] Mantle - coding sharing between Flow and MobileFrontend

2014-07-03 Thread Legoktm
JsonConfig, but I think at the architecture summit people were fine with having it in core? VisualEditor is a different beast, and can't be in core due to its dependency upon Parsoid. Once Parsoid replaces the PHP parser, I see no reason it can&

Re: [Wikitech-l] Second round of the MediaWiki Release Management RFP

2014-06-13 Thread Legoktm
g? > [2] > https://commons.wikimedia.org/wiki/File:MediaWiki_Release_Request_For_Proposals_2014.pdf -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] [RFC] Extension registration

2014-06-04 Thread Legoktm
x27;t mean autoloading in the sense of if the extension is present, MediaWiki will automatically enable it. What I meant was, that if your configuration has: $wgEnabledExtensions[] = 'Math'; You shouldn't *also* have to write: wfLoadExtensions(); Just the first alone should

Re: [Wikitech-l] [RFC] Extension registration

2014-06-04 Thread Legoktm
require the user to put a function call in their configuration. == Schema == I've written a basic JSON schema for extension.json files and put it up at [2]. [1] https://www.mediawiki.org/wiki/Architecture_meetings/RFC_review_2014-05-30 [2] https://www.mediawiki.org/wiki/Requests_for_

Re: [Wikitech-l] Config class and 1.23

2014-06-04 Thread Legoktm
On 5/23/14, 9:26 PM, Legoktm wrote: On 4/29/14, 1:56 PM, Sumana Harihareswara wrote: Looks like we are still working on merging the "Make abstract Config class truly implementation-agnostic" changeset.[0] [0] https://gerrit.wikimedia.org/r/#/c/109850/ The patch currently has

Re: [Wikitech-l] Process change: New contributors getting editbugs on Bugzilla

2014-05-29 Thread Legoktm
er who has editbugs right now, or will it also apply to those we give editbugs to in the future? Thanks to Chad for the quick resolution on this, hopefully this will be a positive change overall. Thank you for finally getting this done! :)

Re: [Wikitech-l] MediaWiki 1.23 release postponed by one week

2014-05-27 Thread Legoktm
trivial but just needed people to look at it. -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Config class and 1.23

2014-05-23 Thread Legoktm
-1; it's just waiting for someone to +2 it :) -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] [RFC] Extension registration

2014-05-23 Thread Legoktm
n loading extensions. We would no longer use the current method of require_once "Foo.php";, but instead $wgEnableExtensions[] = 'foo';, and MediaWiki would take care of the rest. Please leave any comments or thoughts you might have on the talk page. Thanks, -- Legoktm _

Re: [Wikitech-l] Bot flags and human-made edits

2014-05-19 Thread Legoktm
user talk pages should be marked as a bot since the user will receive a notification regardless, but ones that are made to Project (or other) namespaces, should not be flagged as bot so users will see them in their watchlists. -- Legoktm ___ Wikitech

Re: [Wikitech-l] Reducing botspam on #wikimedia-dev

2014-05-18 Thread Legoktm
On 5/18/14, 7:36 AM, Yuvi Panda wrote: Hello everyone! I just merged a change into the new wikibugs that will help reduce botspam on #wikimedia-dev. wikibugs will no longer report bugs on #wikimedia-dev that have been reported in other channels, thus reducing duplication. The previous behavior w

Re: [Wikitech-l] bugs in #mediawiki

2014-04-25 Thread Legoktm
On 04/25/2014 09:10 PM, John wrote: Looks the the wikibugs is having issues, and needs poked The new wikibugs is now in #wikimedia-dev, and also in a few other channels. -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https

Re: [Wikitech-l] Config class and 1.23

2014-04-18 Thread Legoktm
erting the current implementation out of the release branch. [3]: https://gerrit.wikimedia.org/r/#/c/109850/ -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] On-wiki configuration RfCs (was: Proposed Program Architecture Summit 2014)

2014-01-19 Thread legoktm
On Thu, Jan 16, 2014 at 2:52 PM, Rob Lanphier wrote: > Let's put that number at 95% :-) I don't want to commit the group to > anything; it's at the top of the short list, but you never know where > people will want to take the conversation. > > Legoktm, the thin

Re: [Wikitech-l] Proposed Program Architecture Summit 2014

2014-01-16 Thread legoktm
Hi, Given that the Configuration cluster had the second most number of votes in the poll, why was it left of the agenda entirely? -- Legoktm On Thu, Jan 16, 2014 at 10:47 AM, Diederik van Liere wrote: > Heya, > > The Program Committee for the Architecture Summit has published a

Re: [Wikitech-l] OAuth Devlopment Training

2013-12-20 Thread legoktm
ove to > rauth. But it seems to work and makes me feel fuzzier about using OAuth as > pseudo authentication. There is the flask-mwoauth[1] library created by valhallasw that the gerrit-patch-uploader uses. [1] https://github.com/valhallasw/flas

[Wikitech-l] [Bug 57891] Review and deploy GlobalCssJs extension

2013-12-13 Thread legoktm
eta.wikimedia.org/wiki/Synchbot [3] https://meta.wikimedia.org/wiki/SWMT [4] https://meta.wikimedia.org/wiki/User:Snowolf/How_to_globally_Twinkle [5] https://gerrit.wikimedia.org/r/#/c/94837 -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedi

[Wikitech-l] RFC: Configuration database 2

2013-11-19 Thread legoktm
rrow's RFC review meeting. Thanks, -- Kunal Mehta (Legoktm) ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] migrating hooks doc to doxygen?

2013-11-12 Thread legoktm
have a bot automatically create a stub page on mw.o when the change is merged, and then a human can fix it up. -- Legoktm [1] https://github.com/legoktm/mwhooks/blob/master/create_onwiki.py [2] https://www.mediawiki.org/wiki/Manual:Hooks/GetLogTypesO

Re: [Wikitech-l] Getting birthday from the sidebar of a wiki page and showing in the home page

2013-10-03 Thread legoktm
ays (P569). > This feature of Wikidata is still in progress, for the time being you can use Magnus's tool[1] to generate a list that a bot could use. [1] http://208.80.153.172/ --Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.o

[Wikitech-l] Proposal for Release Management RfP by Emufarmers, Isarra, Jack, and Legoktm

2013-06-12 Thread legoktm
ge. Thanks, -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Socializing changes

2013-04-06 Thread legoktm
ossibly deploy Wikidata, in theory. > Wikidata phase 2 is already live on 11 different wikis. ( http://blog.wikimedia.de/2013/03/27/you-can-have-all-the-data/) > > MZMcBride > > > -- Legoktm http://enwp.org/User:Legoktm > > ___ >

Re: [Wikitech-l] Deployment highlights - week of April 8th

2013-04-05 Thread legoktm
rticle absent going to > another site. So now those wars about content will have to go to two sites > at once, one of which will be international. So that means users who have > never logged into Wikipedia will have the ability to control the content of > the project. > So? Y

<    1   2   3