Changelog: Difference between revisions
From Mike Beane's Blog
m (add TOC) |
mNo edit summary |
||
Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
=Mediawiki 1.16.5= | |||
* Updated from 1.11.0 | |||
* Issues with many extensions, much more than for the [[MediaWiki 1.11.0]] update | |||
* ImageMagick issues to resolve: | |||
<pre> | |||
Error creating thumbnail: convert: unable to open image `/var/www/rabbibob.com/rbwiki/images/d/d6/Cabinet1.jpg': @ error/blob.c/OpenBlob/2498. | |||
convert: missing an image filename `/var/www/rabbibob.com/rbwiki/images/thumb/d/d6/Cabinet1.jpg/150px-Cabinet1.jpg' @ error/convert.c/ConvertImageCommand/2970. | |||
</pre> | |||
=$wgRCMaxAge= | =$wgRCMaxAge= |
Revision as of 01:37, 31 May 2011
Mediawiki 1.16.5
- Updated from 1.11.0
- Issues with many extensions, much more than for the MediaWiki 1.11.0 update
- ImageMagick issues to resolve:
Error creating thumbnail: convert: unable to open image `/var/www/rabbibob.com/rbwiki/images/d/d6/Cabinet1.jpg': @ error/blob.c/OpenBlob/2498. convert: missing an image filename `/var/www/rabbibob.com/rbwiki/images/thumb/d/d6/Cabinet1.jpg/150px-Cabinet1.jpg' @ error/convert.c/ConvertImageCommand/2970.
$wgRCMaxAge
Increased the $wgRCMaxAge variable to 52 * 7 * 24 * 3600 in LocalSettings to increase the amount of items listed in the Last Entries feed (via the News extension). Previous entries are purged from the RC table over time and causes items to fall off the list. --Rabbi Bob 08:13, 19 December 2009 (EST)