[Xmldatadumps-l] mwxml2sql extended to 1.24

2014-06-13 Thread wp mirror
Dear Ariel, I just pushed a patch for your review. It extends `mwxml2sql' so that it can handle the database schema for `mediawiki' 1.24. The current `ariel' branch can only handle up to `mediawiki' 1.21. I am presently preparing a DEB package of the p

Re: [Xmldatadumps-l] mwxml2sql

2013-05-21 Thread Ariel T. Glenn
Στις 17-05-2013, ημέρα Παρ, και ώρα 14:36 -0400, ο/η wp mirror έγραψε: > Dear Ariel, > > I submitted the patches upstream. > > 0) Review > > The changes may be found at . > I've added a few comments, see the above url. Thanks! Ariel ___

Re: [Xmldatadumps-l] mwxml2sql

2013-05-20 Thread Ariel T. Glenn
Thanks for all this, and I will look at the patch(es) shortly. My steps look a lot shorter than your list: git clone ssh://ar...@gerrit.wikimedia.org:29418/operations/dumps cd dumps/.git/hooks/ wget https://gerrit.wikimedia.org/r/tools/hooks/commit-msg cd ../../ git checkout ariel hack hack hack

[Xmldatadumps-l] mwxml2sql

2013-05-17 Thread wp mirror
Dear Ariel, I submitted the patches upstream. 0) Review The changes may be found at . 1) Git In the hope that others may find it useful, I am posting the sequence of Git commands used, organized as a Makefile. #---

[Xmldatadumps-l] mwxml2sql

2013-05-16 Thread wp mirror
Dear Ariel, I am having some trouble submitting the patches. On-line examples that I have seen do not cover the case of submitting patches to a branch. Here is what I have tried so far: 0) clone, hooks, and review setup (shell) git clone ssh://wpmirror...@gerrit.wikimedia.org:29418/operations/

Re: [Xmldatadumps-l] mwxml2sql

2013-05-16 Thread Randall Farmer
Yes, ran into the same thing adding something to toys/, and from my shell hist I think I switched using: git pull https://[user]@gerrit.wikimedia.org/r/operations/dumps ariel I, too, am a git n00b (still using svn at work, alas), so a little unsure if that's all correct. On Thu, May 16, 2013 at

Re: [Xmldatadumps-l] mwxml2sql

2013-05-16 Thread Petr Onderka
I think you need to switch to the 'ariel' branch of the dumps repository. Petr Onderka [[en:User:Svick]] On Thu, May 16, 2013 at 10:38 PM, wp mirror wrote: > Dear Ariel, > > I am glad to read that the patches mentioned in my previous e-mail are > welcome, and would now like to submit them. I

Re: [Xmldatadumps-l] mwxml2sql

2013-05-16 Thread wp mirror
Dear Ariel, I am glad to read that the patches mentioned in my previous e-mail are welcome, and would now like to submit them. I have however run into a snag for which I may need your advice. 0) Accounts I have set up an account with username `wpmirrordev', and have posted SSH public keys to:

Re: [Xmldatadumps-l] mwxml2sql

2013-05-07 Thread Ariel T. Glenn
Στις 07-05-2013, ημέρα Τρι, και ώρα 15:00 -0400, ο/η wp mirror έγραψε: > Dear Ariel, > > 0) INTRO > > I am close to releasing WP-MIRROR 0.6. It will exhibit reliability > and performance improvements in all areas of operation. > > As a part of the development process, I have been testing `mwxml

Re: [Xmldatadumps-l] mwxml2sql

2013-05-07 Thread Jeremy Baron
Hi, On Tue, May 7, 2013 at 7:00 PM, wp mirror wrote: > a) if patches are welcome upstream; and, if so, I'm sure. > b) what procedures you prefer for submitting, reviewing, and applying > patches; and Please submit patches to Gerrit. See https://www.mediawiki.org/wiki/Gerrit#Getting_started for

[Xmldatadumps-l] mwxml2sql

2013-05-07 Thread wp mirror
Dear Ariel, 0) INTRO I am close to releasing WP-MIRROR 0.6. It will exhibit reliability and performance improvements in all areas of operation. As a part of the development process, I have been testing `mwxml2sql' with a view towards using it to replace `importDump.php' in WP-MIRROR 0.6. These