Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
extensions.typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
60
Issues
60
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
8
Merge Requests
8
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
services
extensions.typo3.org
extensions.typo3.org
Commits
dce467e0
Commit
dce467e0
authored
Apr 07, 2018
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add composer base information into version model
parent
51c40840
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
html/typo3conf/ext/ter_fe2/Classes/Task/ImportExtensionsFromQueueTask.php
...xt/ter_fe2/Classes/Task/ImportExtensionsFromQueueTask.php
+2
-1
html/typo3conf/ext/ter_fe2/ext_tables.sql
html/typo3conf/ext/ter_fe2/ext_tables.sql
+1
-0
No files found.
html/typo3conf/ext/ter_fe2/Classes/Task/ImportExtensionsFromQueueTask.php
View file @
dce467e0
...
...
@@ -320,7 +320,8 @@ class ImportExtensionsFromQueueTask extends Task
'has_zip_file'
=>
0
,
'has_images'
=>
0
,
't3x_file_size'
=>
@
filesize
(
$t3xFile
),
'zip_file_size'
=>
0
'zip_file_size'
=>
0
,
'composer_info'
=>
$extData
[
'composerinfo'
]
];
$tableName
=
'tx_terfe2_domain_model_version'
;
...
...
html/typo3conf/ext/ter_fe2/ext_tables.sql
View file @
dce467e0
...
...
@@ -118,6 +118,7 @@ CREATE TABLE tx_terfe2_domain_model_version (
has_images
tinyint
(
4
)
unsigned
DEFAULT
'0'
NOT
NULL
,
t3x_file_size
bigint
(
15
)
unsigned
DEFAULT
'0'
NOT
NULL
,
zip_file_size
bigint
(
15
)
unsigned
DEFAULT
'0'
NOT
NULL
,
composer_info
text
NOT
NULL
,
tstamp
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
crdate
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment