Skip to content

Latest commit

 

History

History
123 lines (78 loc) · 5.02 KB

CHANGELOG.md

File metadata and controls

123 lines (78 loc) · 5.02 KB

Changes

This file contains a brief overview of the Majorish changes to the environment.

Most recent changes are at the top.

2019

December 2019

  • Add "script" command for running maintenance scripts.

November 2019

  • XDEBUG_REMOTE_AUTOSTART changes commit
    • Default values is now 0 (was 1)
    • XDEBUG_REMOTE_AUTOSTART can now be set from your local.env file
    • This results in speed ups when not debugging, as PHP doesnt try to connect back to the debugger on every request.
  • Extend nginx proxy timeouts from 60s to 120s, as while debugging some web requests can take a long time. commit

October 2019

  • Default wait-for-it time set to 120 seconds
  • installdbs now run as application user commit
  • HHVM support removed (it never really worked anyway)
  • Readme updates

September 2019

  • Default config for wgCacheDirectory commit
    • Also create said directory commit
  • Default wait-for-it time set to 30 seconds commit
  • Ensure $HOME/.composer exists commit
  • Readme updates

March 2019

13th
  • Added simple 'help' script / command to remind you of the other commands (useful if using a bash alias)
1st
  • Bumped default upload size for web host and proxy to 1024M

February 2019

19th
  • docker-compose.override.yml added to .gitignore
6th
  • Command names changed:
    • renamed up -> create
    • renamed down -> destroy
    • renamed start -> resume
    • renamed stop -> suspend

January 2019

25th
23rd

2018

  • Changes after Jan 2018 were missed (sorry). Changelog resumed at Jan 2019...

January 2018

16th
  • Composer no longer runs as part of the up script
10th
  • Added logs-tail script to tail logs in the mediawiki log directory.
  • Renamed phpunit script to phpunit-file.
  • Added new phpunit which allows running phpunit for jobs etc. Example: phpunit default --group=Database
  • bash script will now open in the /var/www/mediawiki directory
  • PhpMyAdmin now shows a drop down allowing you to select the db servers rather than specifying their name.
  • PhpMyAdmin now automatically shows blob data as text in results.
  • Mediawiki setting default change: $wgDevelopmentWarnings = true;

2017

December 2017

22nd

November 2017

30th
29th

Changes prior to late November 2017 do not have an entry here.