Re: [Mediawiki-l] Delete user

2010-12-13 Thread Clayton
On 12/13/10 05:10, ro...@rogerchrisman.com wrote: > http://www.mediawiki.org/wiki/Manual:RemoveUnusedAccounts.php What's the real status of this maintenance script? The docs on the page linked above state that the script "in its current form" require a patch (from the Discussion page) if you do

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Clayton
On 12/09/2010 11:45 PM, Platonides wrote: > Clayton wrote: >> Ok, this is the exact code I've added to the end of the >> LocalSettings.php file: >> >> ### >> $wgHooks['AbortNewAccount'][] = 'noMailinator'; >> >&

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Clayton
On 12/09/2010 10:27 PM, Jim Laurino wrote: > On 12/09/2010 01:49:56 PM, Clayton - ccorn...@openoffice.org wrote: > [snip] >>>>> Is there any practical way of blocking new users from using specific >>>>> services like Mailinator? Is there a better way of dea

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Clayton
>>if( $user->getEmail() =~ /mailinator/ ) { >> $message = 'mailinator iz verbotten'; >> return false; >>} >> } > > That's a bit perlish ;) > Try this instead, Clayton: > > $wgHooks['AbortNewAccount'][] = 'noMailinator&

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Clayton
On 12/09/2010 06:01 PM, Alexis Moinet wrote: > Clayton wrote : >> On 12/04/2010 12:39 AM, Platonides wrote: >>> if( !preg_match( '/@(mailinator|binkmail).com$/', $user->getEmail() ) { > >> Seems straight forward, so I added the code (with and without th

Re: [Mediawiki-l] Possible to block users from using a specific email service?

2010-12-09 Thread Clayton
On 12/04/2010 12:39 AM, Platonides wrote: [snip] >>> Is there any practical way of blocking new users from using specific >>> services like Mailinator? Is there a better way of dealing with >>> situations like this? [snip] > $wgHooks['AbortNewAccount'][] = 'noMailinator'; > > function noMailinator

[Mediawiki-l] Possible to block users from using a specific email service?

2010-12-03 Thread Clayton
I'm busy tidying up spam on the OOoWiki on a fairly regular basis. The OOoWiki uses several tools to block/stop spammers (BadBehavior, the spam RegEx etc.)... it's working most of the time, but the spammers still get in and vandalize pages several times per week. I've been poking around and d

Re: [Mediawiki-l] Page in delete category that does not have {{delete}}?

2010-11-23 Thread Clayton
On 11/23/10 14:06, Daniel Bishop wrote: > Hi, > > The page marked for speedy deletion is actually > > http://wiki.services.openoffice.org/w/index.php/Page_of_Issues_on_Improving_OOo_Default_Settings > which is a redirect to the page you mentioned. Aha... I was being blind. I hadn't thought of d

[Mediawiki-l] Page in delete category that does not have {{delete}}?

2010-11-23 Thread Clayton
I've been puzzling over this one for a while. There is a page on the OOo Wiki that is in the Category:Candidates for speedy deletion: http://wiki.services.openoffice.org/wiki/User_Experience/Improving_OOo_Default_Settings http://wiki.services.openoffice.org/wiki/Category:Candidates_for_speedy_del

Re: [Mediawiki-l] Change look of a page depending on "page type"

2010-10-18 Thread Clayton
On 10/15/10 16:21, Adam Meyer wrote: > Basically I want to have different page types that look a little different > (mainly a header and footer) in my wiki. > > I know I can do this by using different name spaces, or full page templates, > but I would rather not have to do that. > > Is there any

Re: [Mediawiki-l] No main page redirection with MediaWiki

2010-05-27 Thread Clayton
e.com/Main_Page if you set up short URLs (which removes the index.php part). See: http://www.mediawiki.org/wiki/Manual:Short_URL C. -- Clayton Cornell ccorn...@openoffice.org OpenOffice.org Documentation Project co-lead ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [Mediawiki-l] FCK Editor svn head and MW 1.16b2 - correct venue?

2010-05-19 Thread Clayton
On 05/19/2010 01:20 AM, David Gerard wrote: > On 18 May 2010 18:35, Platonides wrote: >> Forwarding on behalf of Jack, which is not subscribed: > >>> Maybe the best idea would be to kill off our FCKeditor extension and try >>> to collaborate with Wikia regarding their CKeditor integration extensi

Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread Clayton
On 05/03/2010 01:22 PM, Alexandre Emsenhuber wrote: > Remember that we also have $wgMaxArticleSize > (http://www.mediawiki.org/wiki/Manual:$wgMaxArticleSize) that is set to 2048 > kB. That makes more sense since the php.ini default I referenced is "8M". Cool.. I learn something new every day.

Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread Clayton
On 05/03/2010 01:14 PM, David Young wrote: > Hi Herulee, > > This sounds like the "upload_max_filesize = 2M" directive in php.ini.. > try increasing this, and restarting httpd? That setting is for filesizelimits on uploading content, not for text content over 2Mb in a single page. (2Mb of text i

Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread Clayton
On 05/03/2010 01:02 PM, Herulee wrote: > > When I tried to save the contents of the page then I am getting the error > > Error: The text you have submitted is 2,056 kilobytes long, which is longer > than the maximum of 2,048 kilobytes. It cannot be saved. > > Does anybody have an idea how to ge

Re: [Mediawiki-l] Sub pages in TOC?

2010-05-03 Thread Clayton
On 05/03/2010 10:41 AM, Giuseppe Briotti wrote: > Hi all, in my wiki (vers. 1.13) I have several pages with sub pages. I > would like to have a list of subpages in the page TOC, say, for > instance: > > TOC: > 1. title 1 > 1.1. title 2 > 1.2. title 3 > > Subpages: > this is the first subpage > th

Re: [Mediawiki-l] Re-Writing page titles

2009-12-05 Thread Clayton
document). I also link to the external documentation directly where I can where the Versions page links to the main Extension page - this was not really helping some of our less technically savvy users who just wanted to know how to use the extension... not how to install it. :-) C.

Re: [Mediawiki-l] Re-Writing page titles

2009-12-05 Thread Clayton
installed extensions on the OOoWiki, I've documented them here: http://wiki.services.openoffice.org/wiki/Help:Extensions C. -- Clayton Cornell ccorn...@openoffice.org OpenOffice.org Documentation Project co-lead Sun Microsystems, Hamburg, Germany __

Re: [Mediawiki-l] Re-Writing page titles

2009-12-05 Thread Clayton
asy to discover the translated versions (if, say interwiki links haven't yet been added) by simply prefixing the subpages in the URL with the ISO language code. Like I said, we still have some tidying to do to make it all consistent, but.. it's shaping up. I'd also be interested in improv

Re: [Mediawiki-l] blocking drug spam

2009-12-05 Thread Clayton
>>> I have a lot of problems with drug spam on my wiki >>> >>> http://arktur.de/Wiki/Spezial:Logbuch/delete >>> http://arktur.de/Wiki/Spezial:Logbuch/block > >> It seems to me that it might be less work if you moderated the >> creation of new accounts. I recently saw an extension,

Re: [Mediawiki-l] Positioning floated divs in MediaWiki

2009-11-23 Thread Clayton
On 11/23/2009 06:02 PM, Walter Mazza wrote: > I don't know if this would be the best method but try adding this to your > CSS > > /* This will position the "current revision" div absolutely, right aligned > */ > #mw-revisiontag { > position: absolute; > right: 2em; > } > /* This will adjust the to

Re: [Mediawiki-l] Translating wiki articles

2009-11-18 Thread Clayton
ich allow side-by-side display of a wiki page with an image > of a page. H I might have to take a look at that. Another extension I'm hoping to implement is FlaggedRevs... it's not the right solution for the translation issues, but... it might help limit the unintentional dama

Re: [Mediawiki-l] MediaWiki and Mimetypes problems

2009-09-09 Thread Clayton
> OOXML formats are zip achives. It is likely the only way to correctly > identify them is to extract the files from the zip archive and validate them > as being office 2007 format. I think the same method was mentioned for > OpenDocument files, except OpenDocument has a validator available. > > I

Re: [Mediawiki-l] MediaWiki and Mimetypes problems

2009-09-09 Thread Clayton
> This may be a more generic problem, see: > https://bugzilla.wikimedia.org/show_bug.cgi?id=18684 - Uploading office 2007 > files (docx, pptx etc) results in error. > > When I mentioned this on-line one time, someone pointed out the problem with > having a mime.types file specifically for MediaWik

Re: [Mediawiki-l] MediaWiki math - problem with one symbol

2009-08-10 Thread Clayton
Clayton wrote: > Take a look here: > > http://wiki.services.openoffice.org/wiki/Entering_a_formula#Example_2:_.CF.80__3.14159 > > The wild spacing is being caused by an incorrect rendering of /simeq in > WikiMath in several places in this section. > > Anyone have any i

[Mediawiki-l] MediaWiki math - problem with one symbol

2009-08-10 Thread Clayton
? C. -- Clayton Cornell ccorn...@openoffice.org OpenOffice.org Documentation Project co-lead StarOffice - Sun Microsystems, Inc. - Hamburg, Germany ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman

[Mediawiki-l] Problem with background-color in Template tables after upgrading to 1.15.1?

2009-07-24 Thread Clayton
to the Template), the color is no longer being rendered. I'm assuming that there is an option that is new/different in 1.15.1? but I'm not sure where to look. Any tips or ideas? C. -- Clayton Cornell ccorn...@openoffice.org OpenOffice.org Documentation Project co-lead StarOf

Re: [Mediawiki-l] wiki versus Word

2009-04-29 Thread Clayton
he Collections extension to export to ODT gets used a lot on the OOo Wiki,and works quite nicely. C. -- Clayton Cornell ccorn...@openoffice.org OpenOffice.org Documentation Project co-lead StarOffice - Sun Microsystems, Inc. - Hamburg, Germany ___

Re: [Mediawiki-l] Import to Document

2009-02-05 Thread Clayton
tion We use it on the OpenOffice.org Wiki ( http://wiki.services.openoffice.org/wiki/Main_Page ), and it works very well. C. -- Clayton Cornell ccorn...@openoffice.org OpenOffice.org Documentation Project co-lead StarOffice - Sun Microsystems, Inc. - H

Re: [Mediawiki-l] MW 1.13.3 not sorting Categories alphabetically?

2009-02-05 Thread Clayton
for a while. When I run php scripts from the CLI it just segfaults. It's a problem with my php install that I can't fix for at least another month (doing an OS update in 4 to 6 weeks... I hope). Thanks for the tip. C. -- Clayton Cornell ccorn...@openoffice.org OpenOffice.org

[Mediawiki-l] MW 1.13.3 not sorting Categories alphabetically?

2009-02-05 Thread Clayton
through the various letter headings... Under M I see pages starting with D, J, Z, F and so on.. this isn't right. Anyone have any ideas what's up here? C. -- Clayton Cornell ccorn...@openoffice.org OpenOffice.org Documentation Project co-lead StarOffice - Sun Microsystems, Inc.

Re: [Mediawiki-l] A couple minor issues after upgrading to MW 1.13.3

2009-01-16 Thread Clayton
p of an OS vendor that is not viewed with much appreciation or admiration is not going to win me any points. C. -- Clayton Cornell ccorn...@openoffice.org StarOffice - Sun Microsystems, Inc. - Hamburg, Germany ___ MediaWiki-l mailing list MediaWiki-l@l

Re: [Mediawiki-l] how long to make a good MW skin?

2009-01-09 Thread Clayton
t, adding the "nice touches" like the faint seagulls in the blocks in the left nav bar, changing and adding icons, etc. I couldn't pin down a specific number of hours to produce this skin, but... it wasn't weeks of effort... a few days at most. C. -- Clayton Cornell

Re: [Mediawiki-l] Segfault on some Wiki pages

2008-12-12 Thread Clayton
Juliano F. Ravasi wrote: > Clayton wrote: >> Wiki config is here: >> http://wiki.services.openoffice.org/wiki/Special:Version > > Your PHP version is more than two years old. A *lot* of segfaulting bugs > were fixed since then. > > http://www.php.net/ChangeL

[Mediawiki-l] Segfault on some Wiki pages

2008-12-12 Thread Clayton
limited number of extensions which are fairly well tested before installing) Wiki config is here: http://wiki.services.openoffice.org/wiki/Special:Version C. -- Clayton Cornell ccorn...@openoffice.org StarOffice - Sun Microsystems, Inc. - Hamburg, Germany