Bug #28294

Command is not run in compile time if command identifier is abbreviated

Added by Robert Lemke about 4 years ago. Updated about 4 years ago.

Status:Resolved Start date:2011-07-18
Priority:Must have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:Core
Target version:TYPO3 Flow Base Distribution - 1.0 beta 1
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

If a compiletime command is run through an short command identifier such as:

./flow3 cache:flush

the bootstrap does not recognize the command as a compile time command and runs it in runtime mode. This can lead to unexpected results.


Related issues

related to TYPO3.Flow - Feature #28172: Provide CommandManager Resolved 2011-07-13

Associated revisions

Revision 540082f7
Added by Robert Lemke about 4 years ago

[BUGFIX] Command is not run in compile time if identifier is abbreviated

This patch makes sure that compile time commands are always specified
by their full command identifier.

Change-Id: Ibf218e690c1763c09c56ca1886297ffc06604a1f
Resolves: #28294

History

#1 Updated by Mr. Hudson about 4 years ago

  • Status changed from Accepted to Under Review

Patch set 1 of change Ibf218e690c1763c09c56ca1886297ffc06604a1f has been pushed to the review server.
It is available at http://review.typo3.org/3397

#2 Updated by Bastian Waidelich about 4 years ago

This should be fixed with #28172 We need to check, whether this conflicts with #28172

#3 Updated by Robert Lemke about 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF