Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flexslider
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hebotek
flexslider
Commits
686c6ea9
Commit
686c6ea9
authored
Apr 16, 2012
by
Andy Hausmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed ressource references.
parent
af22adac
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
16 deletions
+16
-16
FlexSlider.php
Configuration/TCA/FlexSlider.php
+1
-1
constants.txt
Configuration/TypoScript/constants.txt
+5
-5
setup.txt
Configuration/TypoScript/setup.txt
+6
-6
List.html
Resources/Private/Templates/FlexSlider/List.html
+2
-2
tx_mmflexslider_domain_model_flexslider.gif
.../Public/Icons/tx_mmflexslider_domain_model_flexslider.gif
+0
-0
ext_emconf.php
ext_emconf.php
+2
-2
No files found.
Configuration/TCA/FlexSlider.php
View file @
686c6ea9
...
@@ -126,7 +126,7 @@ $TCA['tx_flexslider_domain_model_flexslider'] = array(
...
@@ -126,7 +126,7 @@ $TCA['tx_flexslider_domain_model_flexslider'] = array(
'config'
=>
array
(
'config'
=>
array
(
'type'
=>
'group'
,
'type'
=>
'group'
,
'internal_type'
=>
'file'
,
'internal_type'
=>
'file'
,
'uploadfolder'
=>
'uploads/tx_
mm
flexslider'
,
'uploadfolder'
=>
'uploads/tx_flexslider'
,
'show_thumbs'
=>
1
,
'show_thumbs'
=>
1
,
'size'
=>
5
,
'size'
=>
5
,
'allowed'
=>
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'GFX'
][
'imagefile_ext'
],
'allowed'
=>
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'GFX'
][
'imagefile_ext'
],
...
...
Configuration/TypoScript/constants.txt
View file @
686c6ea9
plugin.tx_
mm
flexslider {
plugin.tx_flexslider {
view {
view {
# cat=plugin.tx_
mm
flexslider/file; type=string; label=Path to template root (FE)
# cat=plugin.tx_flexslider/file; type=string; label=Path to template root (FE)
templateRootPath = EXT:flexslider/Resources/Private/Templates/
templateRootPath = EXT:flexslider/Resources/Private/Templates/
# cat=plugin.tx_
mm
flexslider/file; type=string; label=Path to template partials (FE)
# cat=plugin.tx_flexslider/file; type=string; label=Path to template partials (FE)
partialRootPath = EXT:flexslider/Resources/Private/Partials/
partialRootPath = EXT:flexslider/Resources/Private/Partials/
# cat=plugin.tx_
mm
flexslider/file; type=string; label=Path to template layouts (FE)
# cat=plugin.tx_flexslider/file; type=string; label=Path to template layouts (FE)
layoutRootPath = EXT:flexslider/Resources/Private/Layouts/
layoutRootPath = EXT:flexslider/Resources/Private/Layouts/
}
}
persistence {
persistence {
# cat=plugin.tx_
mm
flexslider//a; type=int+; label=Default storage PID
# cat=plugin.tx_flexslider//a; type=int+; label=Default storage PID
storagePid =
storagePid =
}
}
}
}
\ No newline at end of file
Configuration/TypoScript/setup.txt
View file @
686c6ea9
plugin.tx_
mm
flexslider {
plugin.tx_flexslider {
view {
view {
templateRootPath = {$plugin.tx_
mm
flexslider.view.templateRootPath}
templateRootPath = {$plugin.tx_flexslider.view.templateRootPath}
partialRootPath = {$plugin.tx_
mm
flexslider.view.partialRootPath}
partialRootPath = {$plugin.tx_flexslider.view.partialRootPath}
layoutRootPath = {$plugin.tx_
mm
flexslider.view.layoutRootPath}
layoutRootPath = {$plugin.tx_flexslider.view.layoutRootPath}
}
}
persistence {
persistence {
storagePid = {$plugin.tx_
mm
flexslider.persistence.storagePid}
storagePid = {$plugin.tx_flexslider.persistence.storagePid}
}
}
}
}
plugin.tx_
mm
flexslider._CSS_DEFAULT_STYLE (
plugin.tx_flexslider._CSS_DEFAULT_STYLE (
input.f3-form-error {
input.f3-form-error {
background-color:#FF9F9F;
background-color:#FF9F9F;
border: 1px #FF0000 solid;
border: 1px #FF0000 solid;
...
...
Resources/Private/Templates/FlexSlider/List.html
View file @
686c6ea9
...
@@ -23,13 +23,13 @@
...
@@ -23,13 +23,13 @@
<f:then>
<f:then>
<f:link
.
page
pageUid=
"{flexSlider.link}"
>
<f:link
.
page
pageUid=
"{flexSlider.link}"
>
<f:image
<f:image
src=
"uploads/tx_
mm
flexslider/{flexSlider.image}"
src=
"uploads/tx_flexslider/{flexSlider.image}"
alt=
"{flexSlider.caption}"
/>
alt=
"{flexSlider.caption}"
/>
</f:link
.page
>
</f:link
.page
>
</f:then>
</f:then>
<f:else>
<f:else>
<f:image
<f:image
src=
"uploads/tx_
mm
flexslider/{flexSlider.image}"
src=
"uploads/tx_flexslider/{flexSlider.image}"
alt=
"{flexSlider.caption}"
/>
alt=
"{flexSlider.caption}"
/>
</f:else>
</f:else>
</f:if>
</f:if>
...
...
Resources/Public/Icons/tx_mmflexslider_domain_model_flexslider.gif
deleted
100644 → 0
View file @
af22adac
533 Bytes
ext_emconf.php
View file @
686c6ea9
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
########################################################################
########################################################################
# Extension Manager/Repository config file for ext "flexslider".
# Extension Manager/Repository config file for ext "flexslider".
#
#
# Auto generated 16-04-2012 2
0:30
# Auto generated 16-04-2012 2
1:33
#
#
# Manual updates:
# Manual updates:
# Only the data in the array - everything else is removed by next
# Only the data in the array - everything else is removed by next
...
@@ -38,7 +38,7 @@ $EM_CONF[$_EXTKEY] = array(
...
@@ -38,7 +38,7 @@ $EM_CONF[$_EXTKEY] = array(
'suggests'
=>
array
(
'suggests'
=>
array
(
),
),
),
),
'_md5_values_when_last_written'
=>
'a:2
4:{s:21:"ExtensionBuilder.json";s:4:"548a";s:12:"ext_icon.gif";s:4:"e922";s:17:"ext_localconf.php";s:4:"fb33";s:14:"ext_tables.php";s:4:"f170";s:14:"ext_tables.sql";s:4:"f50f";s:43:"Classes/Controller/FlexSliderController.php";s:4:"1127";s:35:"Classes/Domain/Model/FlexSlider.php";s:4:"fdb7";s:50:"Classes/Domain/Repository/FlexSliderRepository.php";s:4:"8ed1";s:44:"Configuration/ExtensionBuilder/settings.yaml";s:4:"8bff";s:36:"Configuration/FlexForms/flexform.xml";s:4:"fb9c";s:32:"Configuration/TCA/FlexSlider.php";s:4:"a713";s:38:"Configuration/TypoScript/constants.txt";s:4:"ff79";s:34:"Configuration/TypoScript/setup.txt";s:4:"cd69";s:40:"Resources/Private/Language/locallang.xml";s:4:"23ce";s:43:"Resources/Private/Language/locallang_be.xml";s:4:"2182";s:84:"Resources/Private/Language/locallang_csh_tx_flexslider_domain_model_flexslider.xml";s:4:"bbb7";s:43:"Resources/Private/Language/locallang_db.xml";s:4:"8c66";s:38:"Resources/Private/Layouts/Default.html";s:4:"9749";s:48:"Resources/Private/Templates/FlexSlider/List.html";s:4:"9838";s:35:"Resources/Public/Icons/relation.gif";s:4:"e615";s:66:"Resources/Public/Icons/tx_flexslider_domain_model_flexslider.gif";s:4:"905a";s:50:"Tests/Unit/Controller/FlexSliderControllerTest.php";s:4:"c8a0";s:42:"Tests/Unit/Domain/Model/FlexSliderTest.php";s:4:"dbf
a";s:14:"doc/manual.sxw";s:4:"8d2d";}'
,
'_md5_values_when_last_written'
=>
'a:2
2:{s:12:"ext_icon.gif";s:4:"e922";s:17:"ext_localconf.php";s:4:"fb33";s:14:"ext_tables.php";s:4:"a3cd";s:14:"ext_tables.sql";s:4:"58a4";s:43:"Classes/Controller/FlexSliderController.php";s:4:"f36a";s:35:"Classes/Domain/Model/FlexSlider.php";s:4:"bacb";s:50:"Classes/Domain/Repository/FlexSliderRepository.php";s:4:"aa53";s:36:"Configuration/FlexForms/flexform.xml";s:4:"9c4f";s:32:"Configuration/TCA/FlexSlider.php";s:4:"e8fc";s:38:"Configuration/TypoScript/constants.txt";s:4:"9c53";s:34:"Configuration/TypoScript/setup.txt";s:4:"1e71";s:40:"Resources/Private/Language/locallang.xml";s:4:"efaa";s:43:"Resources/Private/Language/locallang_be.xml";s:4:"55ab";s:84:"Resources/Private/Language/locallang_csh_tx_mmflexslider_domain_model_flexslider.xml";s:4:"64f7";s:43:"Resources/Private/Language/locallang_db.xml";s:4:"06b8";s:38:"Resources/Private/Layouts/Default.html";s:4:"9749";s:48:"Resources/Private/Templates/FlexSlider/List.html";s:4:"2c99";s:35:"Resources/Public/Icons/relation.gif";s:4:"e615";s:66:"Resources/Public/Icons/tx_flexslider_domain_model_flexslider.gif";s:4:"905a";s:50:"Tests/Unit/Controller/FlexSliderControllerTest.php";s:4:"52c4";s:42:"Tests/Unit/Domain/Model/FlexSliderTest.php";s:4:"958
a";s:14:"doc/manual.sxw";s:4:"8d2d";}'
,
);
);
?>
?>
\ No newline at end of file
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