Re: [Mediawiki-l] help with short url

2011-08-03 Thread Krinkle
In the past few months, I've seen more and more people not wanting to have a "/wiki/" directory. Either because their subdomain says so already, or because their domain name says so already. The most common fallback in such a case is letting the paths be rewritten from the root of the domain, but

[Mediawiki-l] Looking for MediaWiki users on shared hosts using /index.php?title=$1 rewrite-based shorturls

2011-08-03 Thread Daniel Friesen
Our docs on how to setup shorturls have been horrible for awhile. They just about all suggest /index.php?title=$1 based rewrite rules. Despite the fact that MediaWiki has REQUEST_URI based handling code to extract titles from shorturls itself. The result is that a lot of these wiki have bugs with t

[Mediawiki-l] PHP, Apache, XAMPP & Co !

2011-08-03 Thread Eric BEAUSSART
Chers "Platonides" et Alexis, J'en étais à : << Donc, quand je lance d'abord mon Navigateur, et lui demande d'aller à la Page "Localhost/index.html",cela ne marche pas, même en mettant le chemin complet !>>. Réponse Platonides: <> En fait, quand je tente de lancer « Mediawiki », XAMPP est toujo

Re: [Mediawiki-l] help with short url

2011-08-03 Thread Dorem - Jérémie Bouillon
On 03/08/2011 18:12, Piyush Bavalia wrote: > public_html\ArtistGyanWiki > below subdmain points to 'ArtistGyanWiki' folder > http://wiki.artistgyan.com Without root access, can you edit your apache (if you're using Apache) config? If not, just install mediawiki into public_html\ArtistGyanWiki\w

[Mediawiki-l] help with short url

2011-08-03 Thread Piyush Bavalia
Simplescript MediaWiki version 1.17.0 Database mysql Hosting at bluehost(multiple website) I need help in configuring Short URL. we are using bluehost for hosting multiple websites. I have different folders each running different website project public_html\site1 public_html\site2 public_html\

Re: [Mediawiki-l] User options and caching??

2011-08-03 Thread Daniel Barrett
> Thanks very much, Brion. Do you have an example of using this hook when you > want multiple user options not to be cached... Oh wait, I get it, now that I've looked at User.php. You mean "hash" as in "hashed value". I assumed "hash" as in "hashtable/associative array". DanB ___

Re: [Mediawiki-l] User options and caching??

2011-08-03 Thread Daniel Barrett
>Here's the hook you want: 'PageRenderingHash'... Thanks very much, Brion. Do you have an example of using this hook when you want multiple user options not to be cached? The examples on http://www.mediawiki.org/wiki/Category:PageRenderingHash_extensions are really minimal and involve cryptic t

Re: [Mediawiki-l] User options and caching??

2011-08-03 Thread Daniel Barrett
>$parser->disableCache(); should have worked. Which MediaWiki version are you >using? Were you using the file cache? MediaWiki 1.17.0. I have not enabled any special caching, not even $wgCacheDirectory. DanB ___ MediaWiki-l mailing list MediaWiki-l@

Re: [Mediawiki-l] Souci pour lancer MediaWiki !

2011-08-03 Thread Alexis Moinet
Si on pouvait utiliser le titre initial du thread ... Please Eric, use the original thread title ... Thanks à part, ça, pareil que Platonides : si http://localhost/index.html et http://localhost/index.php n'affichent rien ou donnent un message d'erreur, il faut démarrer Apache correctement dans

Re: [Mediawiki-l] Bis pour Alexis Moinet !

2011-08-03 Thread Platonides
Eric BEAUSSART wrote: > Cher Alexis, > Donc, quand je lance d'abord mon Navigateur, et lui demande d'aller à la Page > "Localhost/index.html", > cela ne marche pas, même en mettant le chemin complet ! Si'l, te dit que c'est impossible de faire la conexion à localhost, apache n'est pas courant. T

Re: [Mediawiki-l] User options and caching??

2011-08-03 Thread Platonides
Daniel Barrett wrote: > I wrote a parser tag that displays some user options that are set in > Special:Preference. It gets embedded in an article like this: > > > > However, when users change their options, my parser tag appears still > displays old, cached data. I have tried everything I can th

[Mediawiki-l] Bis pour Alexis Moinet !

2011-08-03 Thread Eric BEAUSSART
Cher Alexis, Donc, quand je lance d'abord mon Navigateur, et lui demande d'aller à la Page "Localhost/index.html", cela ne marche pas, même en mettant le chemin complet ! En revanche, quand je vais dans le Dossier "htdocs", j'y ai toujours eu un Fichier "Index.html", et quand je clique dessus

Re: [Mediawiki-l] Souci pour lancer MediaWiki !

2011-08-03 Thread Eric BEAUSSART
Merci de votre patience ! Quand je dis "lancé par le navigateur", ce fut en mettant dans la Zone "http:// etc" ceci, contenu entre (<< et >>) : (). Il semble que, le premier coup, cela ne soit donc pas passé en recopie après les (... Navigateur avec :) ! Et quand je dis que cela n'a pas "march

Re: [Mediawiki-l] User options and caching??

2011-08-03 Thread Brion Vibber
On Wed, Aug 3, 2011 at 5:14 AM, Daniel Barrett wrote: > I wrote a parser tag that displays some user options that are set in > Special:Preference. It gets embedded in an article like this: > > > > However, when users change their options, my parser tag appears still > displays old, cached data.