Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

67 lines (44 loc) · 2.36 KB

2017-08-13 1.29.0-1

  • Updated to MediaWiki 1.29.0.
  • Switched downloads to CURL instead of Docker ADD since it now extracts downloaded archives.
  • Added container_name property to docker-compose example files.
  • Switched docker-compose example port from 8080 to 80.
  • Removed known issue that VisualEditor is not working with SQLite.

2017-06-17 1.28.2-1

  • Updated to MediaWiki 1.28.2.
  • Added GPG signature check of downloaded MediaWiki release.
  • Moved docker entry point from /script/docker-entry.sh to /docker-entrypoint.sh to be more convenient.
  • Configured docker entry point with ENTRYPOINT instead of CMD to cleanly override the parent image.

2017-02-06 1.28.0-7

  • Changed default session storage to database instead of in-memory when using mysql.

2016-12-17 1.28.0-6

  • Added dbuser and dbpass arguments to install script.

2016-12-17 1.28.0-5

  • Set PHP base image version to 7.0 instead of 7 since used imagick version is not compatible with PHP 7.1.
  • Introduced new naming convention for plugin related variables MEDIAWIKI_EXTENSION_*.
  • Added UserMerge plugin, configurable via MEDIAWIKI_EXTENSION_USER_MERGE_ENABLED.

2016-12-10 1.28.0-4

  • Updated logic for MEDIAWIKI_SMTP_SSL_VERIFY_PEER workaround since MediaWiki 1.28 now uses different PEAR mail code.

2016-12-10 1.28.0-3

  • Updated VisualEditor to the latest version (REL1_28-93528b7)
  • Updated Parsoid installation routine to match the latest version (0.6.1)

2016-12-09 1.28.0-2

  • Updated to MediaWiki 1.28.0 stable (rc.0 before)
  • Added missing environment variable (MEDIAWIKI_SMTP) forward to PHP-FPM config

2016-11-06 1.28.0-1

  • Updated to MediaWiki 1.28.0

2016-11-06 1.27.1-3

  • Moved images mount point to /images
  • Created global docker entry script
  • Added support for max upload file size configuration
  • Fixed docker-compose examples
  • Added readme section 'Extending this image'

2016-10-23 1.27.1-2

  • Changed environment variable prefix WIKI_ to MEDIAWIKI_.
  • Removed all custom configuration defaults. All MediaWiki default values will be used.
  • Added SQLite support
  • Changed usage information to plain docker commands and added docker-compose example files.
  • Added a configuration variable to enable/disable the VisualEditor plugin.
  • Removed skin download from Dockerfile since the skins are already contained in MediaWiki releases.

2016-10-05 1.27.1-1

  • Initial version