Skip to content

Releases: gesinn-it-pub/docker-mediawiki-tools

5.0.0

22 Jan 13:13

Choose a tag to compare

  • chg (cron): newer MW images do not contain cron anymore (but use a job scheduler like Ofelia). Remove any cron configuration / start, stop commands

4.1.0

01 Dec 10:30

Choose a tag to compare

  • feat (run-jobs.sh): add options to suppress informational output and to suppress all output

4.0.0

25 Aug 10:45
600b55e

Choose a tag to compare

  • update Xdebug version in prepare-dev.sh to support PHP 8.2+ ( #4 )

3.3.2

01 Aug 11:07

Choose a tag to compare

  • fix (tools/run-jobs): don't fail if job queue is empty, add additional error handling

3.3.1

30 Jul 16:16

Choose a tag to compare

  • chg (tools/run-jobs.sh): cap at 200 jobs/iteration and improve queued‐jobs counting

3.3.0

01 Apr 14:29

Choose a tag to compare

  • chg (composer-require): allow optional third parameter to pass in extra config parameters

3.2.1

23 Feb 16:37

Choose a tag to compare

chg (composer): using Composer with the "no-cache" option during Docker image builds minimizes disk usage and ensures a cleaner, more reproducible final image by avoiding unnecessary cached files.

3.2.0: Merge pull request #2 from paladox/patch-1

14 Dec 14:32
a2a632c

Choose a tag to compare

deps: Bump default MEDIAWIKI_VERSION to 1.39 in Dockerfile

3.1.0

19 Nov 13:17

Choose a tag to compare

update (tools): add check for xDebug installation status in prepare-dev.sh

  • check the installed version of xDebug
  • if needed unistall the installed version and install the required 3.1.6
  • this is important to run prepare-dev and install and run xDebug inside extension itself

3.0.1

11 Sep 09:24

Choose a tag to compare

  • fix (update-search-index.sh): Change path from "extensions/CirrusSearch" to "extensions/Cirrussearch" required for Cirrus MW 1.39+