Re: [call for review] wiki maintenance

2012-11-29 Thread janI
On 29 November 2012 19:40, imacat wrote: > Jan, > > On 01.11.30 02:19am, janI said: > > Thanks I did not know that LEFT JOIN and JOIN has different speeds on > inodb > > tables. I made the fast fix, and split xmaint_uids into smaller tables, > and > > is running now. > > > > BUT I am dead nervous

Re: [call for review] wiki maintenance

2012-11-29 Thread janI
On 29 November 2012 19:36, TJ Frazier wrote: > On 11/29/2012 13:19, janI wrote: > >> Thanks I did not know that LEFT JOIN and JOIN has different speeds on >> inodb >> tables. I made the fast fix, and split xmaint_uids into smaller tables, >> and >> is running now. >> >> BUT I am dead nervous of d

Re: [call for review] wiki maintenance

2012-11-29 Thread imacat
Jan, On 01.11.30 02:19am, janI said: > Thanks I did not know that LEFT JOIN and JOIN has different speeds on inodb > tables. I made the fast fix, and split xmaint_uids into smaller tables, and > is running now. > > BUT I am dead nervous of deleting wrong data !! so the review in general > would b

Re: [call for review] wiki maintenance

2012-11-29 Thread TJ Frazier
On 11/29/2012 13:19, janI wrote: Thanks I did not know that LEFT JOIN and JOIN has different speeds on inodb tables. I made the fast fix, and split xmaint_uids into smaller tables, and is running now. BUT I am dead nervous of deleting wrong data !! so the review in general would be nice. I have

Re: [call for review] wiki maintenance

2012-11-29 Thread janI
Thanks I did not know that LEFT JOIN and JOIN has different speeds on inodb tables. I made the fast fix, and split xmaint_uids into smaller tables, and is running now. BUT I am dead nervous of deleting wrong data !! so the review in general would be nice. I have also decided to post the user list

Re: [call for review] wiki maintenance

2012-11-29 Thread Andrea Pescetti
On 29/11/2012 janI wrote: ooo-wiki VM is so weak (compared to my notebook) that a lot of my "special" select/join statements timed out...and the just because I have a simple where clause "where user_id in (select user_id from wiki_maint_uids)" I only had a quick look yesterday and I cannot chec

Re: [call for review] wiki maintenance

2012-11-29 Thread janI
Except the fact that the table logging has relative huge holes in it, and I do not know if it has something to do with the different moves. However this does not really bother me, what bothers me more is that the ooo-wiki VM is so weak (compared to my notebook) that a lot of my "special" select/jo

Re: [call for review] wiki maintenance

2012-11-29 Thread C
On Thu, Nov 29, 2012 at 3:29 PM, Rob Weir wrote: > On Thu, Nov 29, 2012 at 9:17 AM, janI wrote: >> Yes I locked it hard down, on request from the communityI had to use >> the big knife to be fast. >> >> I am looking into how to open for sysop, but my concern is that at least 2 >> spam account

Re: [call for review] wiki maintenance

2012-11-29 Thread janI
You might be very right, the user that changed the rights is created back in 2007, and is by the way one of user destined for deletion. Jan. On 29 November 2012 15:29, Rob Weir wrote: > On Thu, Nov 29, 2012 at 9:17 AM, janI wrote: > > Yes I locked it hard down, on request from the community...

Re: [call for review] wiki maintenance

2012-11-29 Thread Rob Weir
On Thu, Nov 29, 2012 at 9:17 AM, janI wrote: > Yes I locked it hard down, on request from the communityI had to use > the big knife to be fast. > > I am looking into how to open for sysop, but my concern is that at least 2 > spam accounts (Or more correctly 2 that fit the pattern) have got cha

Re: [call for review] wiki maintenance

2012-11-29 Thread janI
Yes I locked it hard down, on request from the communityI had to use the big knife to be fast. I am looking into how to open for sysop, but my concern is that at least 2 spam accounts (Or more correctly 2 that fit the pattern) have got changed rights and I cannot see to what...so either a syso

Re: [call for review] wiki maintenance

2012-11-29 Thread tj
On 11/28/2012 16:48, janI wrote: This is my final sql script for location old users without contributions, can someone please verify the script ? The script only collect user_id, user_name, user_registration in the table xmaint_uids. It is running right now, and once finished (in the morning i

Re: Wiki maintenance.

2012-11-28 Thread janI
On 28 November 2012 18:47, Andrea Pescetti wrote: > On 27/11/2012 23:23, janI wrote: > >> On 27 November 2012 22:53, Andrea Pescetti wrote: >> >>> On 25/11/2012 jan iversen wrote: >>> I agree we should have this stuff versioned (actually, all configuration >>> files on the Apache infrastructure

Re: Wiki maintenance.

2012-11-28 Thread Andrea Pescetti
On 27/11/2012 23:23, janI wrote: On 27 November 2012 22:53, Andrea Pescetti wrote: On 25/11/2012 jan iversen wrote: I agree we should have this stuff versioned (actually, all configuration files on the Apache infrastructure are versioned, but in distinct SVN repository). I'll check with Infra w

Re: Wiki maintenance.

2012-11-27 Thread janI
On 27 November 2012 22:53, Andrea Pescetti wrote: > On 25/11/2012 jan iversen wrote: > >> a) In order to keep track of all php/apache/mysql changes to wiki, I will >> make a directory "wiki-maintenance" in SVN on level with "trunk". >> > > Which

Re: Wiki maintenance.

2012-11-27 Thread Andrea Pescetti
On 25/11/2012 jan iversen wrote: a) In order to keep track of all php/apache/mysql changes to wiki, I will make a directory "wiki-maintenance" in SVN on level with "trunk". Which SVN? I wouldn't put it in https://svn.apache.org/repos/asf/openoffice/ since it's al

Re: Wiki maintenance.

2012-11-25 Thread janI
Loophole is found and blocked !!! Yes there are spam account back from may (see my other posting in thread spam), and I also identified about 2.000 accounts beginning 2011. They have infected 7 tables, so I am creating an intelligent worm to unwind their work, these tables are the core of wiki wi

Re: Wiki maintenance.

2012-11-25 Thread TJ Frazier
On 11/25/2012 18:10, TJ Frazier wrote: Jan, FYI, I just deleted / blocked two spammers. The rate was only one per hour, so we can handle that. The ID's were already created, so please run that "delete recent accounts" script as soon as it's ready. /tj/ Doing a little homework on the wiki logs

Re: Wiki maintenance.

2012-11-25 Thread TJ Frazier
Jan, FYI, I just deleted / blocked two spammers. The rate was only one per hour, so we can handle that. The ID's were already created, so please run that "delete recent accounts" script as soon as it's ready. /tj/ On 11/25/2012 11:58, janI wrote: Ok, got it (I just want to be sure, it is be

Re: Wiki maintenance.

2012-11-25 Thread janI
ld like to seek lazy consensus on the following items: > > > > a) In order to keep track of all php/apache/mysql changes to wiki, I will > > make a directory "wiki-maintenance" in SVN on level with "trunk". > Currently > > we do not reall

Re: Wiki maintenance.

2012-11-25 Thread Keith N. McKenna
1 on these. Catching up on maintenance will make the wiki easier to work with. Keith a) In order to keep track of all php/apache/mysql changes to wiki, I will make a directory "wiki-maintenance" in SVN on level with "trunk". Currently we do not really know what has been changed,

Re: Wiki maintenance.

2012-11-25 Thread janI
Ok, got it (I just want to be sure, it is better asking than doing too much wrong), I will add the key change to my list, and do it as I go along. jan I. On 25 November 2012 17:47, Rob Weir wrote: > On Nov 25, 2012, at 11:34 AM, janI wrote: > > > Where to insert is simple, but when I copied t

Re: Wiki maintenance.

2012-11-25 Thread Rob Weir
On Nov 25, 2012, at 11:34 AM, janI wrote: > Where to insert is simple, but when I copied the ooo-site settings to l10n, > I was told that was wrong...so what I need is the correct google key to use. > If I recall the issue in that case was that we were moving that logic into the site template so

Re: Wiki maintenance.

2012-11-25 Thread janI
Where to insert is simple, but when I copied the ooo-site settings to l10n, I was told that was wrong...so what I need is the correct google key to use. Jan. On 25 November 2012 17:24, C wrote: > On Sun, Nov 25, 2012 at 5:12 PM, janI wrote: > >> Not as urgent as the spam-related issues, but pe

Re: Wiki maintenance.

2012-11-25 Thread C
On Sun, Nov 25, 2012 at 5:12 PM, janI wrote: >> Not as urgent as the spam-related issues, but perhaps you could >> include this bit of deferred maintenance as well: >> >> https://issues.apache.org/ooo/show_bug.cgi?id=120301 > > I will do, if you can help me, how it should look (I remember when I c

Re: Wiki maintenance.

2012-11-25 Thread janI
lazy consensus on the following items: > > > > a) In order to keep track of all php/apache/mysql changes to wiki, I will > > make a directory "wiki-maintenance" in SVN on level with "trunk". > Currently > > we do not really know what has been change

Re: Wiki maintenance.

2012-11-25 Thread Rob Weir
t; solved. > > I would like to seek lazy consensus on the following items: > > a) In order to keep track of all php/apache/mysql changes to wiki, I will > make a directory "wiki-maintenance" in SVN on level with "trunk". Currently > we do not really kn

Re: Wiki maintenance.

2012-11-25 Thread TJ Frazier
seek lazy consensus on the following items: a) In order to keep track of all php/apache/mysql changes to wiki, I will make a directory "wiki-maintenance" in SVN on level with "trunk". Currently we do not really know what has been changed, and with the upgrade we have a nice

Re: Wiki maintenance.

2012-11-25 Thread C
On Sun, Nov 25, 2012 at 12:50 PM, jan iversen wrote: > e) repair "broken redirect", "double redirect", "non categorized pages". > Remark no information will be deleted/changed. This can be done using the pywikipedia bot. There is an account already in place for running maintenance bot tasks. I'

Wiki maintenance.

2012-11-25 Thread jan iversen
of all php/apache/mysql changes to wiki, I will make a directory "wiki-maintenance" in SVN on level with "trunk". Currently we do not really know what has been changed, and with the upgrade we have a nice opportunity of documenting all changes, so it is easier for future administ