Dear Wikipedians,
We'd like to announce a major update of the Math (rendering) extension.
For registered Wikipedia users, we have introduced a new math rendering
mode using MathML, a markup language for mathematical formulae. Since MathML
is not supported in all browsers [1], we have also added a
We (www.uesp.net) have a similar MediaWiki setup and here is roughly how we
have set it up (whether it is a "good" design is another question):
- Multiple content servers running Apache with identical copies of the
MediaWiki PHP files
- Squid load balancer in front of the content servers
Hi, Bill,
Our setup involves a server containing the codebase (which is mounted over
NFS), two web servers (which again use an NFS mount for the data), and one
database server. We handle our sessions and caching with memcached, which
is pooled between the two web servers. It's a very stable setup w
If minimizing downtime is a concern, then you might not want to serve up
the code from a share. It's common in a load-balanced environment to take
one or more web servers out of rotation, upgrade their code, then
re-introduce them -- then take the other ones out, upgrade code, and bring
them back i
OHYEAH, files!
I suggest mounting an NFS share on both webservers so they will write to the
same place. If you're going to do this for images, I think it should be done
for the entire MW installation. Then you never have to worry about each
webserver being on a different version -- every webse
On Thu, Oct 23, 2014 at 1:44 PM, Daniel Renfro wrote:
> Cheers Bill,
>
> If both webservers are using a single database, then their data should be
> synchronized. What other things are you looking to synchronize?
What about the files? Specifically the images directory.
>
> You might want to lo
I think not including the tests/ directory is wrong. Not only is the release
incomplete, it is inconsistent -- there is code that breaks when run
(references to files that do not exist.) In my opinion, a robust open source
software package such as MediaWiki should be proud to ship its unit-tests
Cheers Bill,
If both webservers are using a single database, then their data should be
synchronized. What other things are you looking to synchronize?
You might want to look into setting up a distributed caching system (hint: use
memcached [1].) This will share the cache amongst the webservers
I have 2 application servers behind a load-balancer that both point to
a 3rd server where the database lives. I'm curious if there are any
best practices around keeping the two MediaWiki servers synchronized?
I found Extension:WikiSync
(http://www.mediawiki.org/wiki/Extension:WikiSync) but it doe
Thank you
-Original Message-
From: mediawiki-l-boun...@lists.wikimedia.org
[mailto:mediawiki-l-boun...@lists.wikimedia.org] On Behalf Of Ad Strack van
Schijndel
Sent: Thursday, October 23, 2014 9:01 AM
To: mediawiki-l@lists.wikimedia.org
Subject: Re: [MediaWiki-l] Printable Version
Hi
Hi Philip,
You can, but probably there is a difference in style sheets for showing on
screen and printing. Obvious differences are found in differences between
Common.css and Print.css, but some things are less obvious.
With respect to fonts: I think that fonts defined in common.css are not
au
Why can't I print as displayed on my wiki page?
All the fonts styles change
Thank You
Phil
___
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
This needs to cross referenced to recent patches, perhaps?
In particular patches to create 1.23.2 and 1.23.3?
mediawiki-1.23.2/tests/phpunit/includes/GlobalFunctions/wfShellExecTest.php
mediawiki-1.23.3/tests/phpunit/includes/GlobalFunctions/wfShellExecTest.php
Gordo
do you have any current test setups running with a mysql or any mysql
derivative? reason im asking is you can easily do then an sql dump of the
database and you have all your queries etc in the dump file. Or even better
use mysql workbench to reverse engineer the db and get it in chart form.
On Th
At 19:37 22/10/2014, Bartosz DziewoÅski wrote:
Content-Transfer-Encoding: base64On Wed, 22 Oct 2014 19:08:03 +0200,
> JFC Morfin I need to install and manage small
> specialized wikis under SQLite and using the same MediaWiki code. I know
> how to create the symbolink links. I know how to gener
15 matches
Mail list logo