Re: [Mediawiki-l] Find pages not in category

2010-08-09 Thread Adam Meyer
Perfect!! Thank you. I simply did namespace = Main notcategory= Component notcategory = Article And it spat out the list. On Aug 9, 2010, at 8:44 PM, Jon Davis wrote: > Try using DPL: > http://www.mediawiki.org/wiki/Extension:DynamicPageList_%28Wikimedia%29 > > Specifically you'll want

Re: [Mediawiki-l] Ending the "1 request per browser" limit? (technical)

2010-08-09 Thread Tim Starling
On 10/08/10 03:11, Daniel Barrett wrote: > Is there any way to disable MediaWiki's limitation of "one active > request per browser instance"? > > In our MediaWiki site, the #1 source of user confusion (by far) is > this limit. When a user encounters a slow wiki page and clicks the > browser "Stop

Re: [Mediawiki-l] Find pages not in category

2010-08-09 Thread Jon Davis
Try using DPL: http://www.mediawiki.org/wiki/Extension:DynamicPageList_%28Wikimedia%29 Specifically you'll want the "notcategory": http://www.mediawiki.org/wiki/Extension:DynamicPageList_%28Wikimedia%29 -Jon On Mon, Aug 9, 2010 at 17:40, Adam Meyer wrote: > Is there a way to find pages that ar

[Mediawiki-l] Find pages not in category

2010-08-09 Thread Adam Meyer
Is there a way to find pages that are not in 2 categories? I have 2 major categories, but I need to find all the pages that are not in either of them so I can sort them. Thanks, -Adam ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https:

[Mediawiki-l] Archiving/Mass moving the contents of a wiki.

2010-08-09 Thread Digimer
Is it possible to (easily) move all existing pages on a wiki to a sub "directory"? That is, move pages line "foo", "bar" and "baz" to "archive/foo", "archive/bar" and "archive/baz"? Thanks! -- Digimer E-Mail: li...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nod

[Mediawiki-l] Mediawiki Pdf Export Extension

2010-08-09 Thread Vineeth Venugopal
Hello, I'm not sure whether *Htmldoc* is installed on the shared server i'm having as i don't have root access. I installed Extension:Pdf Export by using the codes in the link given below http://www.mediawiki.org/w/index.php?title=Extension:Pdf_Export/Source_Code&oldid=282064#Overview When I go

Re: [Mediawiki-l] Ending the "1 request per browser" limit? (technical)

2010-08-09 Thread Platonides
Huib Laurens wrote: > Sounds more like a server error than a mediawiki error... If it is indeed a cookie issue and they can open with two different browsers at the same time, I would suspect of the db or the retrieving extension, not the server itself. ___

Re: [Mediawiki-l] Ending the "1 request per browser" limit? (technical)

2010-08-09 Thread Huib Laurens
Sounds more like a server error than a mediawiki error... -- Huib "Abigor" Laurens Tech team www.wikiweet.nl - www.llamadawiki.nl - www.forgotten-beauty.com - www.wickedway.nl - www.huiblaurens.nl - www.wikiweet.org ___ MediaWiki-l mailing list Media

Re: [Mediawiki-l] Ending the "1 request per browser" limit? (technical)

2010-08-09 Thread Platonides
Daniel Barrett wrote: > Is there any way to disable MediaWiki's limitation of "one active request per > browser instance"? > > In our MediaWiki site, the #1 source of user confusion (by far) is this > limit. When a user encounters a slow wiki page and clicks the browser "Stop" > button, the u

Re: [Mediawiki-l] css background-image

2010-08-09 Thread Platonides
Scheid, Bernhard wrote: > Hi, > > is there any way to activate css background-image via the wikitext? (I.e. > include an html element with "style='background-image: url(...)' ") > > I use extension.css and have specified > $wgAllowExternalImagesFrom, which works for direct links, but CSS is >

Re: [Mediawiki-l] Listing pages that use a template

2010-08-09 Thread nevio carlos de alarcão
> > One trick I use is to include a Category definition on the template > page. Then you can easily get the pages using the template by querying > the category instead. > I've just been experimenting with that, but unfortunately the exising template is a complex one, and so far I haven't h

[Mediawiki-l] css background-image

2010-08-09 Thread Scheid, Bernhard
Hi, is there any way to activate css background-image via the wikitext? (I.e. include an html element with "style='background-image: url(...)' ") I use extension.css and have specified $wgAllowExternalImagesFrom, which works for direct links, but CSS is obviously not affected. Any solution? B

Re: [Mediawiki-l] Listing pages that use a template

2010-08-09 Thread Daniel Barrett
Check out the DPL extension, http://www.mediawiki.org/wiki/Extension:DynamicPageList_%28third-party%29. It has hundreds of practical uses. Your solution would be simply: uses=Template:Under_Construction DanB -Original Message- From: mediawiki-l-boun...@lists.wikimedia.org [mailto:me

Re: [Mediawiki-l] Listing pages that use a template

2010-08-09 Thread Anne Wilson
On Monday 09 August 2010 19:20:10 Edward Swing wrote: > One trick I use is to include a Category definition on the template > page. Then you can easily get the pages using the template by querying > the category instead. > I've just been experimenting with that, but unfortunately the exising templ

Re: [Mediawiki-l] Listing pages that use a template

2010-08-09 Thread Edward Swing
One trick I use is to include a Category definition on the template page. Then you can easily get the pages using the template by querying the category instead. -Original Message- From: mediawiki-l-boun...@lists.wikimedia.org [mailto:mediawiki-l-boun...@lists.wikimedia.org] On Behalf Of An

[Mediawiki-l] Listing pages that use a template

2010-08-09 Thread Anne Wilson
I would like to create a page that lists all pages that are displaying the Under_Construction template. I thought that maybe the path might be to use What Links Here, transcluded, but {{:Special:WhatLinksHere&target=Template:Under+Construction&namespace=0}} doesn't work. Am I taking the wrong app

Re: [Mediawiki-l] Wikitext grammar

2010-08-09 Thread BPJ
2010-08-07 20:24, lmhelp skrev: > >> So why not use the "real" parser? > > Exactly. Where can it be found, please? > > Thanks and all the best, > -- > Lmhelp fetch the html from wikipedia.org with something like wget (playing nicely and using delays!) and then extract the first element with somet

Re: [Mediawiki-l] Suggest a starting point for custom auth token passing?

2010-08-09 Thread Lane, Ryan
> I'm going to be attempting to make MediaWiki read Harvard > authentication. The Harvard system handles login and then passes a > verified, user-unique token back to the caller. It's the caller's > responsibility to look up the token in whatever their own > authorization > system is, and say, "Oh

[Mediawiki-l] Ending the "1 request per browser" limit? (technical)

2010-08-09 Thread Daniel Barrett
Is there any way to disable MediaWiki's limitation of "one active request per browser instance"? In our MediaWiki site, the #1 source of user confusion (by far) is this limit. When a user encounters a slow wiki page and clicks the browser "Stop" button, the user now cannot view any other wiki

[Mediawiki-l] Suggest a starting point for custom auth token passing?

2010-08-09 Thread Belton, Todd
I'm going to be attempting to make MediaWiki read Harvard authentication. The Harvard system handles login and then passes a verified, user-unique token back to the caller. It's the caller's responsibility to look up the token in whatever their own authorization system is, and say, "Oh, yeah, that'

Re: [Mediawiki-l] Wikitext grammar

2010-08-09 Thread Léa Massiot
Ok. I can answer myself the question, it is: no. It doesn't depend on the Wikipedia language. -- Lmhelp On 8/9/2010 9:19 AM, lmhelp2 wrote: > > Hi Axel, > > Thank you for your answer. > > I am wondering... how do you explain that the two templates > "{{Guil|'''parti philosophique'''}}" and "{{s-

Re: [Mediawiki-l] Wikitext grammar

2010-08-09 Thread Léa Massiot
Hi Magnus, This would be really great if I could do that! Where can I download the "real" parser? Can I use it in the following way: => let's suppose: - the parser's name is "wiki_to_html_parser", - I have a "Wikipedia" article in its "Wikitext" version "article.wikitext", - I want

Re: [Mediawiki-l] Wikitext grammar

2010-08-09 Thread lmhelp2
Hi Axel, Thank you for your answer. I am wondering... how do you explain that the two templates "{{Guil|'''parti philosophique'''}}" and "{{s-|XVIII|e|}}" in my example are not processed correctly (by default) (*)? Is it because "Bliki" works correctly with English "wiki" articles and not with,