Feature #7930
Show versions in package list
| Status: | Resolved | Start date: | 2010-10-11 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | Package | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 13 | |||
| PHP Version: | Complexity: | |||
| Has patch: | ||||
| Votes: | 0 |
Description
The "FLOW3 Command Line Interface" offers a functionality to list available and active packages. In current FLOW3 version 1.0.0-alpha8 the list shows the names of the packages only.
At least the versions of the available packages would be useful and informative - for example:
./flow3 package list available
Available packages:FLOW3 1.0.0-alpha8DocumentationBrowser 1.0.0-alpha8Fluid 1.0.0-alpha8ExtJS 3.2.1Party 1.0.0-alpha8Welcome 1.0.0-alpha8Kickstart 1.0.0-alpha8PHPUnit 3.4.0_1Testing 0.5.0-alpha8ConferenceSwiftMailer 4.0.6
The attached diff extends the PackageManagerController.php to show version numbers (from "Meta/Package.xml") in "available packages" view. Please treat this diff as an example/suggestion only (e.g. it cuts the package name at 24 characters), more sophisticated solutions are desirable :-)
Associated revisions
[+FEATURE] FLOW3 (Package): Show version in package lists
Change-Id: I1cdc5d6469dda80644289ab54ec00b1e7826fd1c
Resolves: #7930
History
Updated by Michael Schams almost 3 years ago
- File issue7930-packageList.png added
Attached screenshot issue7930-packageList.png shows correct output of FLOW3 Command Line Interface (issue tracker removed whitespaces).
Updated by Karsten Dambekalns over 2 years ago
- Status changed from New to Under Review
- Assignee set to Karsten Dambekalns
- Target version set to 1.0 alpha 13
- Start date changed from 2010-05-27 to 2010-10-11
For anything less trivial we really need you to sign a CLA (http://typo3.org/about/licenses/)
Updated by Karsten Dambekalns over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 56aef6837f72cdf6de68e2ad24ac49745e7b28b8.
Updated by Michael Schams over 2 years ago
CLA signed and sent off.