TYPO3-Console

Console command for TYPO3 CMS

GPL-2.0 License

Downloads
6.5M
Stars
282
Committers
67

Bot releases are visible (Hide)

TYPO3-Console - Release 4.8.2

Published by helhum about 7 years ago

Bugfixes

  • Fix regression in install:generatepackagestates when in non composer mode

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console - Release 4.8.1

Published by helhum about 7 years ago

Bugfixes

  • Tweak cache:flush and install:generatepackagestates commands to be graceful when extensions require a db connection in ext_tables.php or ext_localconf.php which isn't supported by TYPO3 without calling private API
  • Tweak install:generatepackagestates to gracefully exclude third part extensions when requested, despite them having the required flag set in composer.json

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console - Release 4.8.0

Published by helhum about 7 years ago

Features

  • Command cache:flush --files-only is now a lowlevel command and can be executed without TYPO3 being set up (configured DB connection).
  • Command install:generatepackagestates now flushes file caches (as it might change extension list).
  • Current TYPO3 master compatiblity.

Bugfixes

  • Fix install:setup when third party extensions are installed.

Deprecations

  • Deprecate auto generation of PackageStates.php file. This happened anyway only when an environment variable was set and was thus not really used in the wild. The same can be achieved by putting this command into a composer script.

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console - Release 4.7.0

Published by helhum about 7 years ago

Features

  • Support typo3/cms-composer-installers 1.4.x, if PHP 7 is available.

Bugfixes

  • Fixes a bug in frontend:request command, which lead to a wrong URL being requested.

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console - Release 4.6.8

Published by helhum about 7 years ago

Bugfixes

  • Fixes two bugs in upgrade commands, which lead to a wrong PackageState.php to be written and upgrade process to fail.

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console - Release 4.6.7

Published by helhum about 7 years ago

Bugfixes

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console - Release 4.6.6

Published by mbrodala about 7 years ago

Bugfixes

  • Fixed a critical bug related to cHash calculation from command line. You are affected when you use the scheduler:run command for Solr indexing.

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console - Release 4.6.5

Published by mbrodala about 7 years ago

Bugfixes

  • Minor bugfix and installer refinements

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console - Release 4.6.4

Published by mbrodala about 7 years ago

Bugfixes

  • Fix issue with cache clearing during install:setup

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console - Release 4.6.3

Published by mbrodala about 7 years ago

Bugfixes

  • Fixed an edge case in install:setup which caused the installation to fail when an extension did not specify dependencies to TYPO3 system extensions correctly

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console - Release 4.6.2

Published by mbrodala about 7 years ago

Bugfixes

  • Just a minor bugfix for TYPO3 setup

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console - Release 4.6.1

Published by mbrodala about 7 years ago

Bugfixes

  • Properly show verbose result list for extension:setup commands

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console - Release 4.5.3

Published by helhum over 7 years ago

Changes since 4.5.2

Bugfixes

  • Workaround a bug in TYPO3 argument parsing
  • Fix entry script for TYPO3 8.7

Full list of changes.
TER release page

TYPO3-Console - Release 4.5.2

Published by helhum over 7 years ago

Changes since 4.5.1

Bugfixes

  • Fix Extension icon for display in TER

Full list of changes.
TER release page

TYPO3-Console -

Published by helhum over 7 years ago

Changes since 4.5.0

Bugfixes

  • New, nicer Extension icon
  • Fixes for non composer mode
  • Fixes for upgrade commands

Full list of changes.
TER release page

TYPO3-Console - Release 4.6.0

Published by helhum over 7 years ago

New Features (since version 4.5.3)

  • All upgrade commands now check if there are incompatible extensions and deactivates them before proceeding
  • extension:setup* commands now have a --verbose option to show more details what happens
  • New install:extensionsetupifpossible command, which can be used in composer scripts. In case TYPO3 is not properly set up, it gracefully exits with a notice, but if TYPO3 is set up, then first executes a database schema update and then sets up all extensions. This is e.g. very useful on first deploy on a new system where a database has no tables yet.
  • configuration:showactive now has a --json switch to output the configuration path in a machine readable way as json string.
  • Compatiblity with current TYPO3 master. This also means, that all commands using a database connection, will now use Doctrine DBAL for TYPO3 8.7 and higher.

Bugfixes

  • configuration:show now correctly outputs the configuration
  • Subprocess exceptions are now nicely rendered with detailed error information

And many more minor fixes…

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console - Release 4.5.0

Published by helhum over 7 years ago

New Features (since version 4.4.1)

  • Introducing commands to perform a TYPO3 upgrade from the command line:
  • upgrade:list Shows a list of upgrade steps that need to be performed
  • upgrade:all Performs all necessary upgrade steps in one go
  • upgrade:wizard Performs a single upgrade step, with the possibility to enforce (--force) the execution in case it was already marked as done beforehand

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console -

Published by helhum over 7 years ago

Changes since 4.4.0

Bugfixes

  • extension:setupactive is now idempotent. No action is taken for an extension if not required
  • Signals are now (again) properly emitted when calling extension:setupactive
  • Extension TYPO3 dependencies are fixed

Full list of changes.
TER release page

TYPO3-Console - Release 4.4.0

Published by helhum over 7 years ago

New Features (since version 4.3.0)

  • The TYPO3 install process has been refactored and is now more robust
  • This version of TYPO3 Console is now compatible with both TYPO3 7LTS and 8LTS

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

TYPO3-Console - Release 4.3.0

Published by helhum over 7 years ago

New Features (since version 4.2.0)

  • The database:updateschema command can now be executed when the configured database is completely empty, which makes this a great command for an initial deployment
  • The commands backend:lock and backend:unlock are now idempotent. This means you can use them to ensure desired state, without hassles with different exit codes. This however means, that if your scripts depend on the previous behavior with different exit codes, you need to adapt them.

Further changes

The full change log can be examined on Github
The extension can be found at the TER release page.

Package Rankings
Top 0.49% on Packagist.org
Badges
Extracted from project README
Latest Stable Version TYPO3 11 TYPO3 12 Total Downloads Monthly Downloads Build Status StyleCI License Donate