Skip to content

Commit 0d4466a

Browse files
committed
Merge tag '2.3.0' into develop
- Updated compile documentation - Improved compile scripts - Added rsync.opts documentation - Added rsync.opts section in `clisync.yml` for additional rsync options - No terminal title if stdout redirect is detected - Added `docker:cleanup` for cleanup of orphaned images and volumes - Renamed `sync:server` to `sync` - Renamed `sync:backup` to `share:backup` - Renamed `sync:restore` to `share:restore` - Renamed `sync:deploy` to `deploy` - Added `COMPOSER=custom.json ct php:composer` support - Support for new PHP and TYPO3 Docker Boilerplate (with APPLICATION_USER detection, configurable)
2 parents ccf5838 + 0121c7e commit 0d4466a

File tree

99 files changed

+104
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+104
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion

src/app/CliTools/Console/Application.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
/*
66
* CliTools Command
7+
* Copyright (C) 2016 WebDevOps.io
78
* Copyright (C) 2015 Markus Blaschke <markus@familie-blaschke.net>
89
*
910
* This program is free software: you can redistribute it and/or modify

src/app/CliTools/Console/Command/AbstractCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
/*
66
* CliTools Command
7+
* Copyright (C) 2016 WebDevOps.io
78
* Copyright (C) 2015 Markus Blaschke <markus@familie-blaschke.net>
89
*
910
* This program is free software: you can redistribute it and/or modify

src/app/CliTools/Console/Command/AbstractTraceCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
/*
66
* CliTools Command
7+
* Copyright (C) 2016 WebDevOps.io
78
* Copyright (C) 2015 Markus Blaschke <markus@familie-blaschke.net>
89
*
910
* This program is free software: you can redistribute it and/or modify

src/app/CliTools/Console/Command/Apache/RestartCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
/*
66
* CliTools Command
7+
* Copyright (C) 2016 WebDevOps.io
78
* Copyright (C) 2015 Markus Blaschke <markus@familie-blaschke.net>
89
*
910
* This program is free software: you can redistribute it and/or modify

src/app/CliTools/Console/Command/Apache/TraceCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
/*
66
* CliTools Command
7+
* Copyright (C) 2016 WebDevOps.io
78
* Copyright (C) 2015 Markus Blaschke <markus@familie-blaschke.net>
89
*
910
* This program is free software: you can redistribute it and/or modify

src/app/CliTools/Console/Command/Common/FixRightsCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
/*
66
* CliTools Command
7+
* Copyright (C) 2016 WebDevOps.io
78
* Copyright (C) 2015 Markus Blaschke <markus@familie-blaschke.net>
89
*
910
* This program is free software: you can redistribute it and/or modify

src/app/CliTools/Console/Command/Common/MakeCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
/*
66
* CliTools Command
7+
* Copyright (C) 2016 WebDevOps.io
78
* Copyright (C) 2015 Markus Blaschke <markus@familie-blaschke.net>
89
*
910
* This program is free software: you can redistribute it and/or modify

src/app/CliTools/Console/Command/Common/SelfUpdateCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
/*
66
* CliTools Command
7+
* Copyright (C) 2016 WebDevOps.io
78
* Copyright (C) 2015 Markus Blaschke <markus@familie-blaschke.net>
89
*
910
* This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)