Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3_roadmap
Commits
18f10c0a
Commit
18f10c0a
authored
Feb 25, 2016
by
Mathias Schreiber
Browse files
Applied PSR2
parent
25cfef9c
Changes
3
Show whitespace changes
Inline
Side-by-side
ext_emconf.php
View file @
18f10c0a
...
@@ -33,12 +33,9 @@ $EM_CONF[$_EXTKEY] = array(
...
@@ -33,12 +33,9 @@ $EM_CONF[$_EXTKEY] = array(
'author_company'
=>
''
,
'author_company'
=>
''
,
'version'
=>
'0.0.0'
,
'version'
=>
'0.0.0'
,
'constraints'
=>
array
(
'constraints'
=>
array
(
'depends'
=>
array
(
'depends'
=>
array
(),
),
'conflicts'
=>
array
(),
'conflicts'
=>
array
(
'suggests'
=>
array
(),
),
'suggests'
=>
array
(
),
),
),
'_md5_values_when_last_written'
=>
'a:15:{s:9:"ChangeLog";s:4:"79fe";s:12:"ext_icon.gif";s:4:"1bdc";s:17:"ext_localconf.php";s:4:"d5f6";s:14:"ext_tables.php";s:4:"cf62";s:14:"ext_tables.sql";s:4:"3809";s:37:"icon_tx_typo3roadmap_majorversion.gif";s:4:"475a";s:37:"icon_tx_typo3roadmap_minorversion.gif";s:4:"a25c";s:35:"icon_tx_typo3roadmap_phpversion.gif";s:4:"401f";s:16:"locallang_db.xml";s:4:"7a43";s:10:"README.txt";s:4:"ee2d";s:7:"tca.php";s:4:"0926";s:19:"doc/wizard_form.dat";s:4:"d3cd";s:20:"doc/wizard_form.html";s:4:"2d73";s:33:"pi1/class.tx_typo3roadmap_pi1.php";s:4:"a503";s:17:"pi1/locallang.xml";s:4:"576f";}'
,
'_md5_values_when_last_written'
=>
'a:15:{s:9:"ChangeLog";s:4:"79fe";s:12:"ext_icon.gif";s:4:"1bdc";s:17:"ext_localconf.php";s:4:"d5f6";s:14:"ext_tables.php";s:4:"cf62";s:14:"ext_tables.sql";s:4:"3809";s:37:"icon_tx_typo3roadmap_majorversion.gif";s:4:"475a";s:37:"icon_tx_typo3roadmap_minorversion.gif";s:4:"a25c";s:35:"icon_tx_typo3roadmap_phpversion.gif";s:4:"401f";s:16:"locallang_db.xml";s:4:"7a43";s:10:"README.txt";s:4:"ee2d";s:7:"tca.php";s:4:"0926";s:19:"doc/wizard_form.dat";s:4:"d3cd";s:20:"doc/wizard_form.html";s:4:"2d73";s:33:"pi1/class.tx_typo3roadmap_pi1.php";s:4:"a503";s:17:"pi1/locallang.xml";s:4:"576f";}'
,
);
);
ext_localconf.php
View file @
18f10c0a
ext_tables.php
View file @
18f10c0a
...
@@ -61,11 +61,11 @@ $TCA['tx_typo3roadmap_phpversion'] = array(
...
@@ -61,11 +61,11 @@ $TCA['tx_typo3roadmap_phpversion'] = array(
t3lib_div
::
loadTCA
(
'tt_content'
);
t3lib_div
::
loadTCA
(
'tt_content'
);
$TCA
[
'tt_content'
][
'types'
][
'list'
][
'subtypes_excludelist'
][
$_EXTKEY
.
'_pi1'
]
=
'layout,select_key,pages'
;
$TCA
[
'tt_content'
][
'types'
][
'list'
][
'subtypes_excludelist'
][
$_EXTKEY
.
'_pi1'
]
=
'layout,select_key,pages'
;
t3lib_extMgm
::
addPlugin
(
array
(
t3lib_extMgm
::
addPlugin
(
array
(
'LLL:EXT:typo3_roadmap/locallang_db.xml:tt_content.list_type_pi1'
,
'LLL:EXT:typo3_roadmap/locallang_db.xml:tt_content.list_type_pi1'
,
$_EXTKEY
.
'_pi1'
,
$_EXTKEY
.
'_pi1'
,
t3lib_extMgm
::
extRelPath
(
$_EXTKEY
)
.
'ext_icon.gif'
t3lib_extMgm
::
extRelPath
(
$_EXTKEY
)
.
'ext_icon.gif'
),
'list_type'
);
),
'list_type'
);
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