Actions

Changelog: Difference between revisions

From Rabbi Blog

 
Line 9: Line 9:
** Yikes
** Yikes
* Definitely the way to go: create a test.* directory, a new db, restore to the db, go fresh in the directory... and install as stock as possible.  Did this twice today (here and betamountain.org).  BM.org went easier than this, but the rev jump was much shorter on the other.
* Definitely the way to go: create a test.* directory, a new db, restore to the db, go fresh in the directory... and install as stock as possible.  Did this twice today (here and betamountain.org).  BM.org went easier than this, but the rev jump was much shorter on the other.
* Someone picked up the [https://www.mediawiki.org/wiki/Extension_talk:Dynamic_Article_List#Updates_for_MW_1.26.0+ Dynamic Article List] coding with a cludge (THANK YOU)
* Someone picked up the [https://www.mediawiki.org/wiki/Extension_talk:Dynamic_Article_List#Updates_for_MW_1.26.0+ Dynamic Article List] coding with a cludge  
** (THANK YOU)
** Customized Line 110 to not output author (output was odd): DynamicArticleList_body.php
<pre> return DynamicArticleList::OutputList($aArticles, $aDates, $listTitle);</pre>
* Always some permissions issues within images/, but nothing debilitating.  Someday I should maybe clean out those 0kb files?
* Always some permissions issues within images/, but nothing debilitating.  Someday I should maybe clean out those 0kb files?
* Paul Gu's GUMAX skin finally fails... not sure I'll stick w/foreground, but for now it's here.
* Paul Gu's GUMAX skin finally fails... not sure I'll stick w/foreground, but for now it's here.

Latest revision as of 10:04, 17 September 2019



201909

Mediawiki 1.33

  • Updated from 1.24.1
    • Yikes
  • Definitely the way to go: create a test.* directory, a new db, restore to the db, go fresh in the directory... and install as stock as possible. Did this twice today (here and betamountain.org). BM.org went easier than this, but the rev jump was much shorter on the other.
  • Someone picked up the Dynamic Article List coding with a cludge
    • (THANK YOU)
    • Customized Line 110 to not output author (output was odd): DynamicArticleList_body.php
		return DynamicArticleList::OutputList($aArticles, $aDates, $listTitle);
  • Always some permissions issues within images/, but nothing debilitating. Someday I should maybe clean out those 0kb files?
  • Paul Gu's GUMAX skin finally fails... not sure I'll stick w/foreground, but for now it's here.

201503

Mediawiki 1.24.1

  • Updated from 1.16.5 (running on a QNAP box no less)
  • Thumbnail issues to resolve (see MW1.20.2 talk)
  • Secondary issue (need to recheck the actual image folders to verify the image exists)
    • That's what happens when you have 0kb (empty) image files. There are roughly 51 of those 0kb files in the file structure.
Error creating thumbnail: convert: Empty input file `<dir>/9/9e/Thelongweekend2_worms.jpg' @ error/jpeg.c/JPEGErrorHandler/316.
convert: no images defined `<dir>/temp/transform_fbce7a10c4ab-1.jpg' @ error/convert.c/ConvertImageCommand/3044.
Error code: 1

Extensions

  • Flickr - done
  • DynamicArticleList - done
  • VideoFlash: pending

Skin

  • Moved from SGUMAX to GuMaxDD
  • Logo update - done
    • gumax_template.css - edited to white background
    • changed bg.jpg to blank white jpg
    • added old headers to skin directory and linked to it (may be time for new headers)

System

e-mail

  • Moved from sendmail to ssmtp

20141012

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.

20140730

Mediawiki

  • Corrected new items by using [[1]]
  • Pruned External Links list

$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)