[Wikitech-l] Re: Inquiry Regarding Opportunities to contribute

2023-11-15 Thread Egbe Eugene
Hello Vaishnavi, Than you for showing interest in Wikimedia. You can begin by going through the following resources on how to get started as a developer - https://www.mediawiki.org/wiki/New_Developers - https://developer.wikimedia.org/ You can also join Feel free to ask any questions here if y

[Wikitech-l] OAuth Not working for Flask application

2021-07-01 Thread Egbe Eugene
Dear All, I have been trying to develop a tool which uses OAuth with Flask using mwoauth as specified here[1]. Unfortunately, the OAuth request seems to not work as it ends with no error messages. After investigating, it looks like /oauth-callback does not execute (which seems unusual). This is

Re: [Wikitech-l] Wikimedia Phabricator Tutorial Videos available on Commons

2020-09-30 Thread Egbe Eugene
This is really great! Thanks very much for your time and effort to make this resource available. On Wed, Sep 30, 2020 at 11:14 AM Andre Klapper wrote: > Hi everyone, > > > > if you've also sometimes wondered about using Wikimedia Phabricator or > > struggle a bit with it: I made some tutorial vi

Re: [Wikitech-l] Getting surface headings from VE Model

2020-06-03 Thread Egbe Eugene
with > > regards to newly added nodes. > > > > On Tue, 26 May 2020 at 10:43, Egbe Eugene wrote: > > > >> Hi All, > >> > >> I am using the VE model in a Gadget and I am wondering how can I get the > >> headings which have been entered on the

[Wikitech-l] Getting surface headings from VE Model

2020-05-26 Thread Egbe Eugene
Hi All, I am using the VE model in a Gadget and I am wondering how can I get the headings which have been entered on the VE surface for further processing Thanks ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mail

[Wikitech-l] Unable to Access new extension with mw.loader

2020-04-06 Thread Egbe Eugene
Hi All, I am trying to convert an old extension into a module which I can use from other extensions. After configuring with something like below: "ResourceModules": { "ext.myExtension": { "packageFiles": [ "resources/ext.myExtension/index.js", "resources/ext.my

Re: [Wikitech-l] Unable to run MobileFrontEnd Extension

2020-03-24 Thread Egbe Eugene
lder versions of > MediaWiki > (including the latest release). See > <https://www.mediawiki.org/wiki/Compatibility#mediawiki_extensions> > > HTH > > Am 24.03.20 um 10:05 schrieb Egbe Eugene: > > Hi All, > > After Installing the MobileFrontEnd extension, I am unab

[Wikitech-l] Unable to run MobileFrontEnd Extension

2020-03-24 Thread Egbe Eugene
Hi All, After Installing the MobileFrontEnd extension, I am unable to run it due to some error. *Fatal error: Uncaught Error: Call to undefined method MediaWiki\MediaWikiServices::getContentHandlerFactory() in /Library/WebServer/Documents/myweb/otherprojects/mw/core/extensions/MobileFrontend/inclu

Re: [Wikitech-l] My intro

2020-03-12 Thread Egbe Eugene
Hi Fabrice, I will suggest you read through the GSoC documentation provided by Andre thoroughly so you can know well about the program. On Thu, Mar 12, 2020 at 10:10 PM fabrice ngoran wrote: > Sorry to border you, but it's my first time taking part in such events. > I've found tasks on the page

Re: [Wikitech-l] Guide with testing VE Gadget on Test Wikipedia

2020-01-22 Thread Egbe Eugene
wikisource.org *.wikiquote.org *. wikidata.org *.wikivoyage.org *.mediawiki.org wikimedia.org". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback." What could be the cause of this? On Tue, Jan 21, 2020 at 11:13 PM Nick Wilson (Quiddity) &

[Wikitech-l] Guide with testing VE Gadget on Test Wikipedia

2020-01-21 Thread Egbe Eugene
proceed with this or connect us with someone who has the knowledge to do that? Thanks, the scribe team — Eugene on behalf of Team Scribe. [1] https://meta.wikimedia.org/wiki/Scribe ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https

Re: [Wikitech-l] How to alter the Visual Editor configuration object for tool bar

2020-01-13 Thread Egbe Eugene
ki.org/wiki/VisualEditor/Gadgets/Add_a_tool > > -- > Robert > ________ > Von: Wikitech-l im Auftrag von > Egbe Eugene > Gesendet: Montag, 13. Januar 2020 10:21 > An: Wikimedia developers > Betreff: [Wikitech-l] How to alter the Visual Editor c

[Wikitech-l] How to alter the Visual Editor configuration object for tool bar

2020-01-13 Thread Egbe Eugene
Hi All, How do I access the configuration object for the main toolbar of VisualEditor and add a new option to this to represent a new tool? below is the image of the tool bar I am referring to. Thanks, -- Eugene233 ___ Wikitech-l mailing list Wikitec

Re: [Wikitech-l] Equivalence for using Template:Cite_Web with templates surrounding Wikicode

2020-01-06 Thread Egbe Eugene
Thanks very much Bartosz, it works just fine with Cite. Just a follow up question. *Is Cite responsible for rendering * *?* On Mon, Jan 6, 2020 at 3:03 PM Bartosz Dziewoński wrote: > Sounds like you don’t have Cite installed? > > On Monday, January 6, 2020, Egbe Eugene wrote: > >

Re: [Wikitech-l] Equivalence for using Template:Cite_Web with templates surrounding Wikicode

2020-01-05 Thread Egbe Eugene
be lacking a module or something. Please can you help with this? Thanks once more, -- Eugene On Sat, Jan 4, 2020 at 10:10 AM Bartosz Dziewoński wrote: > I am not really sure what you mean… > > Here's a complete example that inserts, basically, "Hello[1] world[2]" &g

Re: [Wikitech-l] Equivalence for using Template:Cite_Web with templates surrounding Wikicode

2020-01-03 Thread Egbe Eugene
Thanks very much for the suggestions. It looks like I did not pose the question very clearly. We desire that the surface displays something like "Hello[1] world[2]" on the VE surface and then have the footer note pick up these [1] and [2] automatically and display them for us at the bottom of the

Re: [Wikitech-l] Equivalence for using Template:Cite_Web with templates surrounding Wikicode

2020-01-02 Thread Egbe Eugene
Thanks for the help Bartosz. However, I have a large data definition of both texts and citations so I was wondering if its possible to insert the texts and citations all in one go when writing to the VE surface. In such cases, we expect the VE surface to identify, the citation where we are includi

[Wikitech-l] Equivalence for using Template:Cite_Web with templates surrounding Wikicode

2019-12-31 Thread Egbe Eugene
{{Cite web|url= https://www.w3schools.com/jsref/jsref_replace.asp|title=W3Schools|last=W3Schools|first=W3Schools} } So I guess I am missing something. Please I need help with this. Thanks Eugene -- [1] https://etherpad.wikimedia.org/p/Template_cite_with_VE

[Wikitech-l] Adding a Citation on VE surface using SurfaceModel

2019-12-19 Thread Egbe Eugene
Hi All, What is the best way to add a citation text on the VE surface? I have wikitext of the form {{sample mediawiki |Path= http://localhost/myweb/otherprojects/mw/core/index.php/Main_Page#Getting |Title= Medaiwiki|Publisher = [[Wikimedia]] |Date= 17 June 2019|Arrival date= 12 May 2

Re: [Wikitech-l] Javascript Parse error on MW while using spread syntax

2019-12-18 Thread Egbe Eugene
m 11:39 Uhr schrieb Egbe Eugene < > agboreug...@gmail.com>: > > > Hi All, > > > > I am using spread syntax on a array in javascript and it works fine on > > command line but when I paste the code in a MW js file, I get the > > error *'JavaScript > >

[Wikitech-l] Javascript Parse error on MW while using spread syntax

2019-12-18 Thread Egbe Eugene
ase I need some help on this because I don't know how to go about it. Thanks, -- Eugene ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] (no subject)

2019-12-16 Thread Egbe Eugene
Hi All, After writing to the VE surface from a Gadget, the page saves with just empty '' tags with no text. I could be missing something in my config for VE or use of the model. Please can I get a solution for this? The sample data and the segment which writes to the model is found here[1]. --

Re: [Wikitech-l] Changing the action button labels of a OO.ui.confirm dialog

2019-12-16 Thread Egbe Eugene
Thanks very much for the suggestions. On Fri, Dec 13, 2019 at 5:05 PM Bartosz Dziewoński wrote: > You can actually customize the labels in OO.ui.confirm() too: > > OO.ui.confirm( '...', { > actions: [ > { action: 'accept', label: 'Yes!', flags: > '

[Wikitech-l] Changing the action button labels of a OO.ui.confirm dialog

2019-12-12 Thread Egbe Eugene
Hi All, while going through OO.ui.confirm dialog documentation I got curious about how to change the labels of the action buttons 'Ok' and 'Cancel' to show different texts. -- Eugene ___ Wikitech-l mailing list Wikitech-l@lists

Re: [Wikitech-l] I am really intrested to the wikimedia's technoloy and I would like to contribute to his amazing development

2019-12-02 Thread Egbe Eugene
Hello Joel, I think from your region you can have a look at the AWMD program. https://m.mediawiki.org/wiki/Africa_Wikimedia_Developers_Project On Mon, 2 Dec 2019 at 13:08 Fokou Joel wrote: > Good evening(good morning) everyone. I named Fokou Joel Bertrand, I am a > computer engineer(in fact I

Re: [Wikitech-l] Documentation/Examples on enabling localization in Gadgets

2019-11-27 Thread Egbe Eugene
Thanks very much Niklas. I also found https://en.wikipedia.org/wiki/User:%D7%A2%D7%A8%D7%9F/veReplace.js On Wed, 27 Nov 2019 at 14:44 Niklas Laxström wrote: > ke 27. marrask. 2019 klo 0.38 Egbe Eugene (agboreug...@gmail.com) > kirjoitti: > > > > Hi All, > > > >

[Wikitech-l] Documentation/Examples on enabling localization in Gadgets

2019-11-26 Thread Egbe Eugene
Hi All, Is there any documentation or Gadget I can have a quick look at yo be able to learn how to enable translation in gadgets? Thanks in advance. — Eugene233 ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailm

Re: [Wikitech-l] Cloud VPS users, please claim your projects -- one week left

2019-11-25 Thread Egbe Eugene
I don’t have to claim any project but I really wish to plead that ‘scribe’ project request be accelerated. Thanks. On Mon, 25 Nov 2019 at 14:45 Andrew Bogott wrote: > Many thanks to all of you who have acted on this already! There are now > 17 unclaimed projects -- these will be shut down next

Re: [Wikitech-l] Test Install of MediaWIki for Experimentation

2019-11-21 Thread Egbe Eugene
Thanks very much Zoran. On Thu, 21 Nov 2019 at 22:14 Zoran Dori wrote: > Hi, > there is https://test.wikipedia.org https://test2.wikipedia.org > > If you want to install it on your own, see > https://www.mediawiki.org/wiki/Manual:Installation_guide > > Best regards, > Zoran. > __

[Wikitech-l] Test Install of MediaWIki for Experimentation

2019-11-21 Thread Egbe Eugene
Hi All, is there a test version of MediaWiki which is open to developers such as test commons and the rest? Thanks Eugene ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Getting Error When Trying to Save Changes to Page Using Visual Editor

2019-11-04 Thread Egbe Eugene
Hi All, After installing the VisualEditor extension and trying to edit pages I get an error message saying 'Error contacting the Parsoid/RESTBase server: (curl error: 7) Couldn't connect to server' Is there anything I am missing in the configurat

[Wikitech-l] Issues with Cross-Origin Resource Sharing (CORS) JQuery Request

2019-05-06 Thread Egbe Eugene
Hello All, After looking at [1]Manual:CORS and trying to perform a request with JQuery from an external application, I still get the error message saying "Request from origin has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. This is fro

[Wikitech-l] mwoauth.errors.OAuthException in Flask

2019-04-09 Thread Egbe Eugene
Hello All, i am not sure this is the right channel to send this. Nevertheless, I am trying to login using OAuth from a flask application and I am getting an error which says *MediaWiki response lacks token information: {b'Consumer is owner-only, https://www.mediawiki.org/wiki/Help:OAuth/Errors#E0

Re: [Wikitech-l] Where should extension default preferences be specified?

2019-03-22 Thread Thomas Eugene Bishop
Thanks to Gergo for the clarification! Here’s what I find from further testing: (1) Gergo is correct that a default value specified in onGetPreferences doesn’t take effect until the user goes to the Preferences form. (2) If DefaultUserOptions does specify a default value, and onGetPreferences d

Re: [Wikitech-l] Question to WMF: Backlog on bugs

2019-03-16 Thread Thomas Eugene Bishop
> On Mar 13, 2019, at 6:48 PM, Andre Klapper > wrote: > > On Wed, 2019-03-13 at 21:01 +0100, John Erling Blad wrote: >> ... But nobody does anything about the >> sinkhole itself. > > And repeating the same thing over and over again while repeatedly > ignoring reque

[Wikitech-l] Where should extension default preferences be specified?

2019-03-16 Thread Thomas Eugene Bishop
There are two places the default value for an extension-specific preference can be specified: (1) DefaultUserOptions in extension.json (2) onGetPreferences (or whatever function hooks GetPreferences) in MyExtension.hooks.php Which is better? If you do it in both places, and th

Re: [Wikitech-l] Looking for a mentor with experience in building tools for Wikimedia

2019-03-05 Thread Egbe Eugene
Hi, Thanks for the clarifications Andre. This was just to get interested folks who were experienced in developing tools on Toolforge using WM technologies which are e already have. Eugene On Tue, 5 Mar 2019 at 10:22 Andre Klapper wrote: > Hi, > > On Mon, 2019-03-04 at 13:07 +0100, Eg

[Wikitech-l] Looking for a mentor with experience in building tools for Wikimedia

2019-03-04 Thread Egbe Eugene
Hi All, In view of building a tool which will help users contribute to add structured data on WM Commons, there's need for someone with experience to supervise in the development and testing of this tool. Please feel free to hit me up if you have any further questions. Kind regards Eugene233

Re: [Wikitech-l] Thank you Tuesday

2018-12-06 Thread Egbe Eugene
I know it's actually late, but I will like to give special thanks to a couple of awesome guys who have taken their time out to collaborate with me. -. Derrick N. Alangi for taking out time to direct me to whom I can talk to regarding the projects I am working on -. Bawolff for taking out time to g

Re: [Wikitech-l] introduction

2018-08-16 Thread Egbe Eugene
I would recommend you start with the AWMD program. https://www.mediawikiorg/wiki/Africa_Wikimedia_Developers_Project This should be a good place where you will meet folks closest to you who can help. On Thu, 16 Aug 2018 at 12:25 Jack Gleeson wrote: > Hello Awah Nadege Tayebatu! > > I would re

[Wikitech-l] Request for Mentorship for Gsoc project

2017-03-23 Thread Egbe Eugene
Hi All. while browsing the list of possible projects and i stepped on the project titled [1] Editor-focused dashboard gadget. I was requested by the co-mentor of the project to look for someone who may likely opt to act as primary mentor for the project. So please if you are willing to help me as

Re: [Wikitech-l] Introduction

2017-03-19 Thread Egbe Eugene
Thanks for the warm welcome into the community *All* I wish to express my desire to participate in this year's summer of code as i know it is the most rapid way ( apart from the hackathons) to hack the Foundation projects. For someone as new to the foundation as i am, are there any projects which

[Wikitech-l] Introduction

2017-03-07 Thread Egbe Eugene
Hi all, I am Egbe Eugene. I come from Cameroon and i am quite new to the movement as a developer. My thought towards contributing to the community is driven by the impact which the foundation could bring to my country and Africa and also what i will do in order that the movement be heard around

Re: [Wikitech-l] GRAPH extension is now live everywhere!

2015-05-06 Thread Eugene Zelenko
Hi, Yuri! I think will be reasonable to allow transclusion of graphs (or their parts, for example without text labels) from Commons. This will allow to share graphs between projects. Eugene. On Wed, May 6, 2015 at 5:51 AM, Yuri Astrakhan wrote: > Jon, is designed to support template parame

Re: [Wikitech-l] Sharing mathematical and music notations across wikis

2014-03-21 Thread Eugene Zelenko
Hi, Gerard! On Fri, Mar 21, 2014 at 5:48 AM, Gerard Meijssen wrote: > Hoi > I do not understand what you expect of Wikidata... > Thanks >GerardM Wikidata allows to refer to media file. In this case: TeX of music score. Eugene. __

Re: [Wikitech-l] Sharing mathematical and music notations across wikis

2014-03-21 Thread Eugene Zelenko
Hi, Micru! On Fri, Mar 21, 2014 at 6:13 AM, David Cuenca wrote: > Hi Eugene, > you already can upload scores to Commons and transcribe them on Wikisource > as agreed on this RFC > https://meta.wikimedia.org/wiki/Requests_for_comment/Musical_score_transcription_project_proposal My

[Wikitech-l] Sharing mathematical and music notations across wikis

2014-03-20 Thread Eugene Zelenko
Wikidata. Eugene. ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Unification of inter-project links with Extension:RelatedSites

2014-01-27 Thread Eugene Zelenko
projects. Eugene, ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] ARM servers

2014-01-13 Thread Eugene Zelenko
own servers for trials. Eugene. On Mon, Jan 13, 2014 at 4:40 PM, Tim Starling wrote: > On 14/01/14 10:55, George Herbert wrote: >> On Mon, Jan 13, 2014 at 3:33 PM, Tim Starling wrote: >>> >>> In fact, it would slow down individual requests by a factor of 7, >&

Re: [Wikitech-l] 3d Online Geometry Viewer

2014-01-13 Thread Eugene Zelenko
internally converted to .g file and exported to .obj > for 3D online geometry viewer. I think will be good idea to investigate, if there open 3D formats, i. e. non-proprietary and not covered by patents. Eugene. ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] ARM servers

2014-01-12 Thread Eugene Zelenko
Hi! ARM servers is definitely worth to look at, but please be aware that technology is not mainstream and sad things may happens: http://calxeda.com (one of exhibitors of ARM TechCon). OS support if not mature yet, especially for ARMv8 (64 bit). Eugene. On Sun, Jan 12, 2014 at 1:05 AM, James

[Wikitech-l] Localizing site names displayed RelatedSites extension

2013-10-29 Thread Eugene Zelenko
Hi! How site names displayed by RelatedSites extension could be localized? For example, such links are heavily used in Wikivoyage, but only section header in toolbox is localized and English project names are used for links. Eugene. ___ Wikitech-l

[Wikitech-l] Redirects from Commons to wikimediafoundation

2013-10-22 Thread Eugene Zelenko
Hi! I experienced weird problem today when accessing Commons (addresses like https://commons.wikimedia.org/wiki/Special:Watchlist and http://commopns.wikimedia.org/wiki/Category:Yuri_Gagarin): I was redirected to same pages on http://wikimediafoundation.org. Eugene

Re: [Wikitech-l] Support for 3D content

2013-04-19 Thread Eugene Zelenko
> Hi, > > Reading the "2012-13 Plan", I see that multimedia is one the key activities > for Mediawiki. So I was wondering if there was already any plan to integrate > 3D model viewers, which would be for example very interesting for anatomy > articles, or

[Wikitech-l] Problems with file deletion on Commons

2013-04-15 Thread Eugene Zelenko
ly affects administrators job. Eugene. ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Missing project ideas for GSOC

2013-03-20 Thread Eugene Zelenko
functionality in most cases except one-to-multiple links in Wikisource :-) Eugene. On Wed, Mar 20, 2013 at 4:43 PM, Quim Gil wrote: > It's time to start defining what we want our Google Summer of Code to be all > about. Let's look at the ideas we are proposing to potential stu

Re: [Wikitech-l] Periodic updates from bits.wikimedia.org

2012-08-10 Thread Eugene Zelenko
Hi, Tim! Thank you for suggestion! I installed LiveHTTPHeaders and sent two captures to Krinkle. Probably will need to do more of them. Eugene. On Thu, Aug 9, 2012 at 9:13 PM, Tim Starling wrote: > There's an extension called LiveHTTPHeaders which allows the relevant > request inf

Re: [Wikitech-l] Periodic updates from bits.wikimedia.org

2012-08-09 Thread Eugene Zelenko
Hi, Krinkle! I'm very sorry for beginner question, but how could get such log in Firefox 14? Is some extension available which could dump all pages with timestamps downloaded to view particular page? Or may be Firefox could do this itself? Eugene. On Thu, Aug 9, 2012 at 7:59 AM, Krinkle

[Wikitech-l] Periodic updates from bits.wikimedia.org

2012-08-09 Thread Eugene Zelenko
Hi! I noticed that content from bits.wikimedia.org (including WikiEditor) is updated quite regularly - ~ every 20 minutes on Commons. Such behavior is definitely creates problem for users with slow connections or with payed data traffic. Are JavaScript/CCS are really updated so often? Eugene

Re: [Wikitech-l] Backups

2010-11-07 Thread Eugene
media foundation financial report, the money is there, staff are being hired and there are lots of projects going on. I wonder what should be done to give this a higher priority? Concerned wiki editor, Eugene On 4 May 2010 04:35, Ariel T. Glenn wrote: > We should have an offsite (= not in

Re: [Wikitech-l] Backups

2010-05-02 Thread Eugene
images are vulnerable.. This is basically a reminder for bug https://bugzilla.wikimedia.org/show_bug.cgi?id=18255.. Thanks as always for all your work & effort, Eugene On 23 April 2009 02:45, Brion Vibber wrote: > We'll be doing an audit soon to get our backup list up to date and make

[Wikitech-l] ops + MediaWiki assessment for Wikimedia strategy

2010-01-12 Thread Eugene Eric Kim
d links to existing docs would be much appreciated. This information will help Wikimedia make good recommendations as to what to do invest in to improve these things. Thanks! =Eugene -- ====== Eugen

Re: [Wikitech-l] strategy discussion

2009-11-02 Thread Eugene Eric Kim
On Mon, Nov 2, 2009 at 6:40 AM, Roan Kattouw wrote: > 2009/11/2 Benjamin Lees : >> On Mon, Nov 2, 2009 at 2:07 AM, Eugene Eric Kim wrote: >>> Our first session will be on Monday, November 2 at 21:00 UTC (8am EDT; 1pm >>> PST; >>> 10pm CET). We'll be t

[Wikitech-l] strategy discussion

2009-11-01 Thread Eugene Eric Kim
ticipate on the wiki at: http://strategy.wikimedia.org/wiki/Task_force/Technology_infrastructure,_interface,_and_innovation and http://strategy.wikimedia.org/wiki/Talk:Emerging_strategic_priorities/ESP_5_key_questions#Questions:_Technology_infrastructure Let me know if you have questions. T

Re: [Wikitech-l] New preferences system

2009-04-24 Thread Eugene Zelenko
l have more testing and coverage. Eugene. ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Backups

2009-04-19 Thread Eugene
Hi everyone, Are there any updates regarding Wikipedia's backup systems? I've created a bug to track this at https://bugzilla.wikimedia.org/show_bug.cgi?id=18255. Cheers, Eugene ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia

Re: [Wikitech-l] You too can clean out the tons of database Default Messages

2009-03-24 Thread Eugene Zelenko
Hi! I asked similar question week ago. Can anybody from Wikimedia stuff answer this question? Eugene. PS We have new sysadmin there. May be it's good task to start? On Tue, Mar 24, 2009 at 4:34 AM, Andrew Garrett wrote: > On Tue, Mar 24, 2009 at 10:02 PM,   wrote: >> I don&

[Wikitech-l] Running deleteDefaultMessages.php on WMF wikis

2009-03-14 Thread Eugene Zelenko
WMF wikis, especially those which had long history of translation of MediaWiki messages (before translatewiki.net). Eugene. ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Google Summer of Code 2009

2009-02-11 Thread Eugene Zelenko
Hi! I noticed that various free and open source software project started preparations for Google Summer of Code 2009, so I created http://www.mediawiki.org/wiki/Summer_of_Code_2009. Eugene. ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] Interwiki conflicts

2009-01-06 Thread Eugene Zelenko
Hi! See http://ru.wikipedia.org/wiki/User:VolkovBot/conflicts for list of conflicts. VolkovBot is pretty active, so list should be more or less comprehensive. Eugene. On Tue, Jan 6, 2009 at 1:52 AM, Lars Aronsson wrote: > > I just recently started to play with interwiki.py (Pywikiped

Re: [Wikitech-l] Some Ideas About Technical Stuff/Community Relations Improvements

2008-12-11 Thread Eugene Zelenko
N PGP SIGNATURE- > Version: GnuPG v1.4.8 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAklBitkACgkQwRnhpk1wk4448gCgy4FeI18NP93jAmO+exRErNiT > sxUAoNmkuhitFP1YC3wPPJcci6pCQNAr > =qRwx > -END PGP SIGNATURE- Eugene.

[Wikitech-l] Some Ideas About Technical Stuff/Community Relations Improvements

2008-12-10 Thread Eugene Zelenko
. * Advertisement of "Google Summer of Code" jobs on WMF projects. Eugene. PS Disclaimers: I write weekly reports on work and don't think is most interesting part of it. I don't believe that reports are best reflection of working process.

Re: [Wikitech-l] Bring your language to Commons

2008-12-09 Thread Eugene Zelenko
earch will greatly improve value of Commons for non-English speakers. Eugene. On Tue, Dec 9, 2008 at 6:17 AM, Aryeh Gregor <[EMAIL PROTECTED]> wrote: > On Tue, Dec 9, 2008 at 2:42 AM, Gerard Meijssen > <[EMAIL PROTECTED]> wrote: >> Hoi, >> When we are to support ge

Re: [Wikitech-l] Bring your language to Commons

2008-12-08 Thread Eugene Zelenko
Hi! On Mon, Dec 8, 2008 at 9:55 AM, Brion Vibber <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Eugene Zelenko wrote: >> How about demanding from foundation to allocate some part of latest >> usability improv

Re: [Wikitech-l] Bring your language to Commons

2008-12-06 Thread Eugene Zelenko
comments in similar request about user's gender (https://bugzilla.wikimedia.org/show_bug.cgi?id=13040), which also affect quality of MediaWiki localizations. Eugene. On Sat, Dec 6, 2008 at 8:49 AM, Lars Aronsson <[EMAIL PROTECTED]> wrote: > > New user accounts on Wikimedia Commons au

Re: [Wikitech-l] Support for Chemical Markup Language

2008-11-28 Thread Eugene Zelenko
Hi! On Fri, Nov 28, 2008 at 9:50 AM, Aryeh Gregor <[EMAIL PROTECTED]> wrote: > On Fri, Nov 28, 2008 at 12:45 PM, Eugene Zelenko > <[EMAIL PROTECTED]> wrote: >> Not yet. Is it precondition? :-) > > You should file a bug on Bugzilla to allow a central place for &

Re: [Wikitech-l] Support for Chemical Markup Language

2008-11-28 Thread Eugene Zelenko
Hi! On Fri, Nov 28, 2008 at 9:37 AM, Aryeh Gregor <[EMAIL PROTECTED]> wrote: > On Fri, Nov 28, 2008 at 11:13 AM, Eugene Zelenko > <[EMAIL PROTECTED]> wrote: >> Hi! >> >> We are discussing on Commons list >> (http://lists.wikimedia.org/pipermail/common

[Wikitech-l] Support for Chemical Markup Language

2008-11-28 Thread Eugene Zelenko
://wiki.jmol.org/index.php/MediaWiki). However it was done for 1.12 and some security concerns exists. Will be great if somebody will review extension code and adapt it to current MediaWiki state if necessary. Eugene. ___ Wikitech-l mailing list Wikitech-l