Upgrades and Changes
Contents
2010-03-13
The TitleKey extension has been installed on all wikis. For details see TitleKey.
2010-03-07
Deleted media were terminally removed using deleteArchivedFiles.php on Offene Naturführer and K2N; this was necessary after an import run from commons by Manol was erroneously executed to local wikis rather than openmedia. --Gregor Hagedorn 21:15, 7 March 2010 (CET)
2010-03-06
The Semantic Forms extension has been enabled (and is running) on the Test Wiki.
2010-03-01
The Semantic MediaWiki extension has been enabled (and is running) on the Media Wiki, Test Wiki, and the Pest Information Wiki.
2010-02-02
The Debian system was upgraded from Debian 4 to Debian 4.
2010-01-27
Configured specialmedia as second, non-free repository (for non-licensed logos etc.)
2009-12-10
Created 4 new wikis: ispiwiki, specialmedia, french species-id, and potential french uses wiki.
2009-12-05
German Naturwiki moved to new virtual host (v-onf) and new domains, see http://www.offene-naturfuehrer.de/w/index.php?title=Projektfortschritt&action=historysubmit&diff=3838&oldid=3807 for details. Php updated, cli and apache scripts left unchanged.
2009-11-29
SVG handling now working! (fixed by Bob Morris): "apt-get install librsvg2-bin librsvg2-2"; because executable is named rsvg-convert, some special things had to be done ($wgSVGConverters = array( 'rsvg' => '/usr/bin/rsvg-convert -w $width -h $height -o $output $input'); $wgSVGConverter = 'rsvg' ; ([1]).
2009-11-27
Normal file upload was not working since 25th, a javascipt progress box kicks in and prevents uploads. Updating to newest en.wikipedia rev. 59476, upload now possible. Problems with jquery no longer being made available. Modifying IdentificationTools extension to make sure jquery is being included. Upload working again.
2009-11-25
- trying to install svg support: > apt-get install librsvg2-2 - plus changes in common settings. SVG still not rendered.
- updating main mediawiki installation to r59214 - identical with en.wikipedia now.
2009-11-24
- testwiki/staging SVN-update to newest en.wikipedia version r59214 - MultiUpload still does not work.
- Detected that on Naturwiki LocalSettings.php has $wgDefaultSkin = 'monobook'; which works for most pages, but NOT for http://www.species-id.net/naturwiki/Hauptseite for non-logged in users. The source was in the cache - someone must have tested K2N-skin in the settings and this was permeated in the page cache.
- Disabled some undesirable skins in CommonSettings.php (no longer user-selectable, to reduce possible confusion)
- Changed Naturwiki to Vector skin - trial! - --Gregor Hagedorn 22:40, 24 November 2009 (CET)
2009-10-22
- Image zooming (based on URL-based thumb generation acts strangely, probably all the time since 2009-10-16.
2009-10-20
- Caching problems for anonymous users served directly out of the cache. Strangely, only main page seems to be affected. Removed main page from cache. Normally, $wgCacheEpoch should handle updates after changing CommonsSettings...
- MultiUpload extension is broken, changing temporarily to single upload (Common Setting URL redirection, menu of openmedia; revert when MultiUpload works again).
2009-10-16
- Upgraded Mediawiki to newest version (r57940). Problems with the new JS2 system detect, preliminary using jquery instead of $ or $j in scripts.