Re: [Wikitech-l] Speed v. Size

2013-05-29 Thread Tyler Romeo
ENT_NOQUOTES: 8.655s strtr: 18.012s str_replace: 9.657s *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2016 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https

Re: [Wikitech-l] Loading MediaWiki from some script

2013-05-22 Thread Tyler Romeo
What exactly do you mean by load MediaWiki? What's the use case? Maybe try making your own entry point? *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Wed, May 22, 2013 at 11:16 AM, Jeroen De Dauw

Re: [Wikitech-l] Loading MediaWiki from some script

2013-05-22 Thread Tyler Romeo
that stuff into Setup.php. I mean, pretty much every entry point script includes Setup.php anyway. The only things that should be done in entry points is stuff that's specific to that entry point. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science

Re: [Wikitech-l] Loading MediaWiki from some script

2013-05-22 Thread Tyler Romeo
On May 22, 2013 3:36 PM, Daniel Friesen dan...@nadir-seen-fire.com wrote: On Wed, 22 May 2013 12:31:50 -0700, Jeroen De Dauw jeroended...@gmail.com wrote: Hey, * WebRequest does much more than routing :( so it's not going to disappear. :(( Cheers -- Jeroen De Dauw

Re: [Wikitech-l] Moving a GitHub Pull Request to Gerrit Changeset manually

2013-05-22 Thread Tyler Romeo
def log(s): print s :D Seriously, though, this is pretty awesome. Also good to see the sh module getting some use. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Wed, May 22, 2013 at 4:45 PM

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Tyler Romeo
I'm confused as to what the point of action=render is. How is it different from using the API? *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Sun, May 19, 2013 at 11:44 PM, Brian Wolff bawo...@gmail.com

Re: [Wikitech-l] State of MediaWiki's render action (parameter to index.php)

2013-05-20 Thread Tyler Romeo
On Mon, May 20, 2013 at 12:23 PM, Brion Vibber bvib...@wikimedia.orgwrote: It predates the API. Yes, but I mean what is the argument for keeping it and not deprecating it? As far as I can tell this has been deprecated by API functionality. *-- * *Tyler Romeo* Stevens Institute of Technology

Re: [Wikitech-l] Is it possible to set revision tags from the API?

2013-05-20 Thread Tyler Romeo
FYI: https://gerrit.wikimedia.org/r/64650 *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Sat, May 11, 2013 at 4:47 PM, Tyler Romeo tylerro...@gmail.com wrote: On Sat, May 11, 2013 at 4:43 PM, Brian

Re: [Wikitech-l] bot activity in #mediawiki on freenode

2013-05-14 Thread Tyler Romeo
, whenever I'm IRC I find myself clicking on random bugs that were just commented on to see what's going on. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l

Re: [Wikitech-l] Code style: overuse of Html::element()

2013-05-13 Thread Tyler Romeo
better to maintain a uniform approach when generating HTML output. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Mon, May 13, 2013 at 2:05 PM, Chris Steipp cste...@wikimedia.org wrote: On Mon, May 13

Re: [Wikitech-l] New extension: Special:ExtensionStatus (opinions?)

2013-05-13 Thread Tyler Romeo
thinking this already, but just in case, make sure not to remove Gerrit checking when you remove GitHub checking. Always good to have that as a backup on the chance we ever move away from GitHub. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science

Re: [Wikitech-l] HipHop VM support: ArrayObject and filter_var()

2013-05-12 Thread Tyler Romeo
On Sun, May 12, 2013 at 1:56 PM, Dmitriy Sintsov ques...@rambler.ru wrote: Perhaps you should send the link to HipHop developers (or to their list, if there's any). Once I finish it and it's working I plan on doing just that. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015

Re: [Wikitech-l] Is it possible to set revision tags from the API?

2013-05-11 Thread Tyler Romeo
or an extension? *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo

Re: [Wikitech-l] HipHop VM support: ArrayObject and filter_var()

2013-05-11 Thread Tyler Romeo
FWIW, here is what I have so far: http://pastebin.com/hUQ92DfB I haven't tested it yet because my PHP environment is not behaving, and the only class I haven't implemented fully is SplHeap. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science

Re: [Wikitech-l] [RFC] Update our code to use RDFa 1.1 instead of RDFa 1.0

2013-05-09 Thread Tyler Romeo
Well I don't have any experience in RDFa, but looking at the proposal, it seems like something we should do. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Thu, May 9, 2013 at 9:29 PM, Daniel Friesen

Re: [Wikitech-l] Coding style: Language construct spacing

2013-05-09 Thread Tyler Romeo
, if ( include( $IP/resources/Resources.php ) === false ) { will not work as expected. It looks like a quick check to see if the included file was successfully included, but PHP will first evaluate the === operator before the include statement. *-- * *Tyler Romeo* Stevens Institute of Technology, Class

Re: [Wikitech-l] HipHop VM support: ArrayObject and filter_var()

2013-05-09 Thread Tyler Romeo
them without dropping HHVM support. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https

Re: [Wikitech-l] HipHop VM support: ArrayObject and filter_var()

2013-05-09 Thread Tyler Romeo
On Thu, May 9, 2013 at 9:57 PM, Tim Starling tstarl...@wikimedia.orgwrote: If you can write a complete and accurate compatibility class in pure PHP, then it can be included in HipHop in the system/classes directory. Interesting. I'll try and work on this. *-- * *Tyler Romeo* Stevens

[Wikitech-l] Bugzilla for Extensions

2013-05-08 Thread Tyler Romeo
.) *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Bugzilla for Extensions

2013-05-08 Thread Tyler Romeo
On Wed, May 8, 2013 at 3:09 AM, K. Peachey p858sn...@gmail.com wrote: File a bug under Wikimedia/Bugzilla for it. Only pre-req is that you are heavily involved in the dev of it (eg: maintainer) and you want it. OK, thanks! *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015

Re: [Wikitech-l] Bugzilla for Extensions

2013-05-08 Thread Tyler Romeo
On Wed, May 8, 2013 at 4:44 AM, Petr Bena benap...@gmail.com wrote: Link me to bug and I will create it right now! Here's the link: https://bugzilla.wikimedia.org/show_bug.cgi?id=48252 Much appreciated. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer

Re: [Wikitech-l] Coding style: Language construct spacing

2013-05-08 Thread Tyler Romeo
. $bar ); In other words, the parentheses are being used to group the expression similar to how it's used in mathematical expressions, but not as a function call operator. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro

Re: [Wikitech-l] Countdown to SSL for all sessions?

2013-04-30 Thread Tyler Romeo
force all wikis everywhere to be all or none, especially when the difference between forcing everybody and giving the option is trivial (to adjust my patch to make it a forcing patch is literally a few lines of code). *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major

Re: [Wikitech-l] Countdown to SSL for all sessions?

2013-04-29 Thread Tyler Romeo
is, at the very least we can take the first step and have secure login. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l

Re: [Wikitech-l] Countdown to SSL for all sessions?

2013-04-29 Thread Tyler Romeo
working on right now (https://www.mediawiki.org/wiki/Auth_systems/SUL2). Aha. I figured it had something to do with CentralAuth or another extension. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com

Re: [Wikitech-l] Countdown to SSL for all sessions?

2013-04-29 Thread Tyler Romeo
connection. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo

Re: [Wikitech-l] GSoC / OPW mentors README

2013-04-28 Thread Tyler Romeo
Hey, So a quick question. I volunteered to mentor, but it doesn't seem I've been listed as a potential mentor on any projects. Should I be doing something to seek out students or is there just enough mentors at the moment? Thanks, *-- * *Tyler Romeo* Stevens Institute of Technology, Class

Re: [Wikitech-l] GSoC / OPW mentors README

2013-04-28 Thread Tyler Romeo
doesn't make it at the end, whether you could co-mentor just as long as there is a primary mentor covering XYZ skills you don't have, etc. Ah, my confusion stemmed from me not seeing the Wish to mentor switch on the side. OK, in that case I'll update my dashboard now. Thanks. *-- * *Tyler Romeo

Re: [Wikitech-l] File Licensing Guidelines

2013-04-26 Thread Tyler Romeo
? No, because sometimes the law is damn obvious and doesn't need to be interpreted by experts. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing

Re: [Wikitech-l] File Licensing Guidelines

2013-04-25 Thread Tyler Romeo
on Irrelevant. The first sentence of section 6 indicates that even when conveying object code you must comply with sections 4 and 5, thus indication of the license is still required. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro

Re: [Wikitech-l] File Licensing Guidelines

2013-04-25 Thread Tyler Romeo
it's LGPL or something), the license for that file is not displayed anywhere, because the only licensing information on MediaWiki at all is on Special:Version. There needs to be some way to show the licenses of external libraries. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015

Re: [Wikitech-l] Anyone using Apache 2.4 to run MediaWiki?

2013-04-25 Thread Tyler Romeo
On Thu, Apr 25, 2013 at 11:28 AM, Mark A. Hershberger m...@everybody.orgwrote: I tried to run MW against the Apache 2.4 package on Debian and didn't succeed How exactly did it not succeed? That's a pretty serious bug. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major

Re: [Wikitech-l] Anyone using Apache 2.4 to run MediaWiki?

2013-04-25 Thread Tyler Romeo
*-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] File Licensing Guidelines

2013-04-25 Thread Tyler Romeo
has similar requirements in sections 1 and 3, respectively. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] File Licensing Guidelines

2013-04-24 Thread Tyler Romeo
the terms of section 4, provided that you also meet all of these conditions: ... b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science

Re: [Wikitech-l] Special Page or Action

2013-04-23 Thread Tyler Romeo
, I strongly recommend using a SpecialPage, because the infrastructure is better and eventually plans will be implemented to make the URI scheme for page-centric special pages more logical. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science

Re: [Wikitech-l] Data-URI and WebP for thumbnails, a cute experiment

2013-04-22 Thread Tyler Romeo
Looks good. Makes me wish H.264 wasn't so loaded down with patents. Then we'd maybe have an even better codec. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Mon, Apr 22, 2013 at 9:38 AM, Magnus Manske

Re: [Wikitech-l] No cascade protection on Mediawiki namespace

2013-04-20 Thread Tyler Romeo
Even ignoring the original problem, we have wgNamespaceProtection, wouldn't it make sense to have wgNamespaceCascadingProtection? *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Sat, Apr 20, 2013 at 3:42

Re: [Wikitech-l] No cascade protection on Mediawiki namespace

2013-04-19 Thread Tyler Romeo
This sounds like an issue. If others agree, I could work on this. On Apr 20, 2013 1:09 AM, Techman224 techman...@techman224.ca wrote: Right now the MediaWiki namespace is protected from editing. However, if you add a template to a Mediawiki message and the template is unprotected, any user

Re: [Wikitech-l] Article on API Characteristics

2013-04-17 Thread Tyler Romeo
the 100-Continue and receiving the rest of the data. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https

Re: [Wikitech-l] Article on API Characteristics

2013-04-17 Thread Tyler Romeo
not exactly what you're supposed to do. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https

Re: [Wikitech-l] Labs Shell Access Requests, 39 pending

2013-04-16 Thread Tyler Romeo
What exactly is Labs Shell Access? Come to think of it, I really don't have much of an idea of what Labs is in the first place. I assumed it was some sort of testing environment, but I've never actually been on it. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major

[Wikitech-l] Article on API Characteristics

2013-04-16 Thread Tyler Romeo
Found this interesting articles on designing an API for what it's worth. Thought some people my find it interesting. http://mathieu.fenniak.net/the-api-checklist/ *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro

Re: [Wikitech-l] Labs Shell Access Requests, 39 pending

2013-04-16 Thread Tyler Romeo
Oh, interesting. I guess I'll look more into it and sign up. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Tue, Apr 16, 2013 at 6:56 PM, Sumana Harihareswara suma...@wikimedia.org wrote: On 04/16

Re: [Wikitech-l] OpenID: Mozilla bridges their PERSONA with OpenID and OAuth

2013-04-10 Thread Tyler Romeo
You may have forgotten a link there ;) http://www.mediawiki.org/wiki/Extension:Persona *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Wed, Apr 10, 2013 at 10:27 AM, Thomas Gries m...@tgries.de wrote

Re: [Wikitech-l] Pushing Technical changes to Wikimedia projects

2013-04-09 Thread Tyler Romeo
. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Fwd: [ PRIVACY Forum ] French homeland intelligence threatens a volunteer sysop to delete a Wikipedia Article

2013-04-08 Thread Tyler Romeo
Not that it's wikitech related, but please tell me the article was undeleted. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l

Re: [Wikitech-l] Socializing changes

2013-04-08 Thread Tyler Romeo
I think as long as it's pretty obvious from the context that Wikimedia is not establishing a sovereign socialist nation, we should be fine with the current terminology. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro

Re: [Wikitech-l] Jenkins tests 'LOST'?

2013-04-08 Thread Tyler Romeo
Jenkins is lost in the WMF network right now. Operations is in the process of searching subnets, but if we can't him, he's likely died and been lost forever. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com

Re: [Wikitech-l] Removing the Hooks class

2013-04-05 Thread Tyler Romeo
pretends to be CGI even when not CGI. HipHop is an improvement. But we're not quite there yet and most people probably won't try using it or need it. *sigh* how I wish PHP would do something like Python and Ruby. Also, does MW even work at all with HipHop anymore? *-- * *Tyler Romeo* Stevens

Re: [Wikitech-l] Removing the Hooks class

2013-04-05 Thread Tyler Romeo
On Fri, Apr 5, 2013 at 6:44 AM, Brad Jorsch bjor...@wikimedia.org wrote: On Fri, Apr 5, 2013 at 6:03 AM, Tyler Romeo tylerro...@gmail.com wrote: Also, does MW even work at all with HipHop anymore? https://www.youtube.com/watch?v=ju8suSJY0zQ Oh boy. 1:08. I'm gonna have fun today

Re: [Wikitech-l] Removing the Hooks class

2013-04-04 Thread Tyler Romeo
., maintenance scripts or any other place outside the normal request/response workflow. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list

Re: [Wikitech-l] Taking out the garbage

2013-04-03 Thread Tyler Romeo
On Wed, Apr 3, 2013 at 2:02 AM, Chad innocentkil...@gmail.com wrote: This is actually 323M on disk. Wow. Bravo. That is truly an extraordinary improvement. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com

Re: [Wikitech-l] Proposal: Wikitech contributors

2013-04-03 Thread Tyler Romeo
, but what about the MediaWiki page creation process isn't find a page, click edit, and just type into it? *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l

Re: [Wikitech-l] Removing the Hooks class

2013-04-03 Thread Tyler Romeo
On Apr 3, 2013 9:52 PM, Jeroen De Dauw jeroended...@gmail.com wrote: Hey, I'm curious what the list thinks of deprecating and eventually removing the Hooks class. Some relevant info: /** * Hooks class. * * Used to supersede $wgHooks, because globals are EVIL. * * @since 1.18 */

Re: [Wikitech-l] Try out MediaWiki Vagrant

2013-03-31 Thread Tyler Romeo
, OK. I tried running git pull and it gave me some weird indexing error. If git-review works, though, then that's fine. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com

Re: [Wikitech-l] Try out MediaWiki Vagrant

2013-03-29 Thread Tyler Romeo
Quick question. If I'm correct, Vagrant is supposed to be for setting up development environments. Under this assumption, why is the mediawiki git repository only fetched with a depth of 1? Isn't is pretty useless to have a development VM you can't push or pull from? *-- * *Tyler Romeo* Stevens

Re: [Wikitech-l] Pronunciation recording tool wanted

2013-03-26 Thread Tyler Romeo
I'm not sure whether it'd be helpful for this project, but https://github.com/akrennmair/speech-to-server looks interesting. Somebody ported lame (the mp3 encoder) to JavaScript. The demo I linked to records in the browser and streams it to a server over websocket. *-- * *Tyler Romeo* Stevens

Re: [Wikitech-l] Work starting on the 1.21 release candidates and announcement

2013-03-25 Thread Tyler Romeo
For mine (1.9), it's ready, but just needs to be CRed and merged before it gets merge conflicted yet again. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Mon, Mar 25, 2013 at 2:44 PM, Mark

Re: [Wikitech-l] JobQueue

2013-03-23 Thread Tyler Romeo
On Mar 23, 2013 12:10 AM, John phoenixoverr...@gmail.com wrote: I know Aaron has spent a lot of time on the job queue. But I have several observations and would like some feedback. The current workers apparently select jobs from the queue at random. A FIFO method would make far more sense. We

Re: [Wikitech-l] RFC How/whether MediaWiki could use ZendOptimizuerPlus -- ZendOptimizerPlus, opcode cache, PHP 5.4, APC, memcache ???

2013-03-22 Thread Tyler Romeo
will use the database for caching, although that doesn't really help much since a cache miss usually means a DB query anyway. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com

[Wikitech-l] Gerrit/Jenkins Verification

2013-03-22 Thread Tyler Romeo
to find anything in the archives. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org

Re: [Wikitech-l] Gerrit/Jenkins Verification

2013-03-22 Thread Tyler Romeo
. That makes sense. Thanks. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman

Re: [Wikitech-l] RFC How/whether MediaWiki could use ZendOptimizuerPlus -- ZendOptimizerPlus, opcode cache, PHP 5.4, APC, memcache ???

2013-03-22 Thread Tyler Romeo
persistent across requests. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman

Re: [Wikitech-l] RFC How/whether MediaWiki could use ZendOptimizuerPlus -- ZendOptimizerPlus, opcode cache, PHP 5.4, APC, memcache ???

2013-03-22 Thread Tyler Romeo
so it actually works in all configs. Theoretically I'm thinking it should work with CACHE_DB. But yeah, the fact that the default main cache is CACHE_NONE is unsettling. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro

Re: [Wikitech-l] OAuth critique

2013-03-22 Thread Tyler Romeo
Most of those concerns are valid. Daniel Friesnen has managed to convince me that OAuth is absolutely horrible, and that we will probably have to make our own authentication framework. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science

Re: [Wikitech-l] RFC How/whether MediaWiki could use ZendOptimizuerPlus -- ZendOptimizerPlus, opcode cache, PHP 5.4, APC, memcache ???

2013-03-21 Thread Tyler Romeo
Just to be clear, APC will not work in PHP 5.5 at all. It actually conflicts with Zend Optimizer+, and you cannot use both at the same time. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com

Re: [Wikitech-l] Who is responsible for communicating changes in MediaWiki to WMF sites?

2013-03-21 Thread Tyler Romeo
Well, as part of the community and a volunteer, I can safely say that I don't think I (or anybody else) needs notification before bug fixes. :P *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com

Re: [Wikitech-l] Who is responsible for communicating changes in MediaWiki to WMF sites?

2013-03-21 Thread Tyler Romeo
disruption. -bawolff Oh yeah. Trust me. I know. Does anybody even remember the thread I sent out not too long ago? There were like three breaking changes applied to the core that would have caused fatal errors in my extensions. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major

Re: [Wikitech-l] CAPTCHA

2013-03-20 Thread Tyler Romeo
Technically it should be possible. I believe there's a Request for permissions page or something of the sorts on meta-wiki for this purpose. Somebody with more knowledge can correct me if I'm wrong. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science

Re: [Wikitech-l] FlaggedRevs at www.mediawiki.org

2013-03-19 Thread Tyler Romeo
On Tue, Mar 19, 2013 at 2:32 AM, Daniel Friesen dan...@nadir-seen-fire.comwrote: All you need is the coder flag which any coder can give you. I reviewed the changes and gave you coder. If possible, could I get the flag as well. I've run into the same problem before. *--* *Tyler Romeo

Re: [Wikitech-l] Moving a GitHub Pull Request to Gerrit Changeset manually

2013-03-18 Thread Tyler Romeo
Couldn't you also just fetch the pull request, rebase it on master with the -i flag, and set the commits to squash? *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Mon, Mar 18, 2013 at 2:22 PM, Ċ½eljko

Re: [Wikitech-l] Moving a GitHub Pull Request to Gerrit Changeset manually

2013-03-18 Thread Tyler Romeo
of work - I'm sure it could be improved in many many ways :P Good point. *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l

Re: [Wikitech-l] Provisional API extension for CAPTCHA on action=createaccount

2013-03-17 Thread Tyler Romeo
information, then the client can render the CAPTCHA however it wants. *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] Provisional API extension for CAPTCHA on action=createaccount

2013-03-16 Thread Tyler Romeo
fragments, especially if the user is requesting XML output format. *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l

Re: [Wikitech-l] MySimpleCertViewer, a simple certificate viewer written in PHP

2013-03-16 Thread Tyler Romeo
Not to be a party pooper, but what's the difference between this and openssl_x509_parse? *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list

Re: [Wikitech-l] Github/Gerrit mirroring

2013-03-14 Thread Tyler Romeo
sign into Gerrit using their Google accounts like Phabricator allows. I can guarantee participation would skyrocket. *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com

Re: [Wikitech-l] Detect running from maintenance script in a parser function extension

2013-03-12 Thread Tyler Romeo
should be able to tell you, although I think checking if the RUN_MAINTENANCE_IF_MAIN constant is set is probably a better method. *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com

Re: [Wikitech-l] Pronunciation recording tool wanted

2013-03-12 Thread Tyler Romeo
applet. :P *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo

Re: [Wikitech-l] Pronunciation recording tool wanted

2013-03-12 Thread Tyler Romeo
On Mar 12, 2013 10:08 PM, Brian Wolff bawo...@gmail.com wrote: On 3/12/13, Tyler Romeo tylerro...@gmail.com wrote: On Tue, Mar 12, 2013 at 9:29 PM, Brian Wolff bawo...@gmail.com wrote: It was solvable with a java applet (or flash, but that's usually considered evil) back in 2003. However

Re: [Wikitech-l] Live recent changes feed

2013-03-11 Thread Tyler Romeo
Honestly, the solution could be as simple as requiring that the HTTP response have a certain header or something. *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com

Re: [Wikitech-l] Live recent changes feed

2013-03-11 Thread Tyler Romeo
about the client, such as which channels to subscribe to. *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https

Re: [Wikitech-l] Nightly shallow clones of mediawiki/core

2013-03-11 Thread Tyler Romeo
. *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Github/Gerrit mirroring

2013-03-10 Thread Tyler Romeo
of the admittedly powerful, but clearly problematic/controversial Gerrit. Are there strong reasons do dismiss it that weren't stated in that page? What's the difference between GitHub's and GitLab's merge request workflow? *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major

Re: [Wikitech-l] Nightly shallow clones of mediawiki/core

2013-03-10 Thread Tyler Romeo
The git-archive command is supposed to fulfill this functionality, but it seems it does not work anonymously, i.e., over HTTPS. I think it only works with ssh:// and with git://. Otherwise, GitHub's snapshots seem to be the only solution. *--* *Tyler Romeo* Stevens Institute of Technology, Class

Re: [Wikitech-l] Live recent changes feed

2013-03-10 Thread Tyler Romeo
than it actually is - despite it could be more flexible and faster. I agree with the discussion, but I think this is a good starting point. You can expect some patches from me soon. ;) *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science

Re: [Wikitech-l] Live recent changes feed

2013-03-10 Thread Tyler Romeo
-driven clients without having a socket constantly open. *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https

Re: [Wikitech-l] Live recent changes feed

2013-03-10 Thread Tyler Romeo
Amazon's notification service. *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org

Re: [Wikitech-l] Live recent changes feed

2013-03-10 Thread Tyler Romeo
. Especially not initially but even in general. Agreed, but this is a pretty basic one. In fact, if you use HTTP keep alive, it's almost identical to the TCP push method anyway, just that you can use a web server rather than rolling your own socket client. *--* *Tyler Romeo* Stevens Institute

Re: [Wikitech-l] Github/Gerrit mirroring

2013-03-09 Thread Tyler Romeo
can't handle the basics of Gerrit, it's because you don't know how to use Git. And at that point I don't see how GitHub is going to make things that much easier anyway. *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro

[Wikitech-l] Some Sort of Notice for Breaking Changes

2013-03-08 Thread Tyler Romeo
Is there any way that extension developers can get some sort of notice for breaking changes, e.g., https://gerrit.wikimedia.org/r/50138? Luckily my extension's JobQueue implementation hasn't been merged yet, but if it had I would have no idea that it had been broken by the core. *--* *Tyler Romeo

Re: [Wikitech-l] JobQueue changes (Re: Some Sort of Notice for Breaking Changes)

2013-03-08 Thread Tyler Romeo
to have a default implementation in the main JobQueue class. *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] JobQueue changes (Re: Some Sort of Notice for Breaking Changes)

2013-03-08 Thread Tyler Romeo
Also, after doing a git-blame, I found https://gerrit.wikimedia.org/r/51886, which was also merged today. I could search through the core for other changes like this but it'd require an immense amount of time. *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer

Re: [Wikitech-l] Some Sort of Notice for Breaking Changes

2013-03-08 Thread Tyler Romeo
True, but schema changes are not as bad because they won't cause fatal errors in PHP. At the very least if a schema change occurs your wiki will still be operational. --Tyler Romeo On Mar 8, 2013 4:26 PM, Federico Leva (Nemo) nemow...@gmail.com wrote: Partly related: to be fair, Aaron asked

Re: [Wikitech-l] Editing wikipedia using google, openID or facebook

2013-03-07 Thread Tyler Romeo
be ready for deployment in the near future (if not right now). *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l

Re: [Wikitech-l] Editing wikipedia using google, openID or facebook

2013-03-07 Thread Tyler Romeo
On Thu, Mar 7, 2013 at 3:05 PM, Antoine Musso hashar+...@free.fr wrote: We still have to figure out which account will be used, the URL, whether we want a dedicated wiki etc... Those discussions are unrelated to using OpenID as a client, though. *--* *Tyler Romeo* Stevens Institute

[Wikitech-l] Redis with SSDs

2013-03-07 Thread Tyler Romeo
Interesting article I found about Redis and its poor performance with SSDs as a swap medium. For whoever might be interested. http://antirez.com/news/52 *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com

Re: [Wikitech-l] Seemingly proprietary Javascript

2013-03-06 Thread Tyler Romeo
enough about how laws exist in this world and we have to operate under them doesn't mean everybody else should be screwed over. So if we could actually get back on topic rather than bitching and complaining about doing things some of us don't necessarily enjoy. *--* *Tyler Romeo* Stevens Institute

Re: [Wikitech-l] Seemingly proprietary Javascript

2013-03-06 Thread Tyler Romeo
Well then maybe we could just wait for a response from the counsel in this thread rather than interpreting licenses and then complaining about it... *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com

Re: [Wikitech-l] Seemingly proprietary Javascript

2013-03-05 Thread Tyler Romeo
legal requirements for a third-party software. *--* *Tyler Romeo* Stevens Institute of Technology, Class of 2015 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https

<    1   2   3   4   5   6   7   8   >