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
a0ac3105
Commit
a0ac3105
authored
Apr 24, 2012
by
Andy Hausmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Author info.
parent
9b5b5289
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
13 deletions
+6
-13
FlexSliderController.php
Classes/Controller/FlexSliderController.php
+0
-1
FlexSlider.php
Classes/Domain/Model/FlexSlider.php
+1
-2
FlexSliderRepository.php
Classes/Domain/Repository/FlexSliderRepository.php
+1
-2
FlexSliderControllerTest.php
Tests/Unit/Controller/FlexSliderControllerTest.php
+1
-3
FlexSliderTest.php
Tests/Unit/Domain/Model/FlexSliderTest.php
+1
-3
ext_emconf.php
ext_emconf.php
+2
-2
No files found.
Classes/Controller/FlexSliderController.php
View file @
a0ac3105
...
...
@@ -4,7 +4,6 @@
* Copyright notice
*
* (c) 2012 Andy Hausmann <hi@andy-hausmann.de>
* Andreas Walter <mail@andreas-walter.info>
*
* All rights reserved
*
...
...
Classes/Domain/Model/FlexSlider.php
View file @
a0ac3105
...
...
@@ -4,8 +4,7 @@
* Copyright notice
*
* (c) 2012 Andy Hausmann <hi@andy-hausmann.de>
* Andreas Walter <mail@andreas-walter.info>
*
*
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
...
...
Classes/Domain/Repository/FlexSliderRepository.php
View file @
a0ac3105
...
...
@@ -4,8 +4,7 @@
* Copyright notice
*
* (c) 2012 Andy Hausmann <hi@andy-hausmann.de>
* Andreas Walter <mail@andreas-walter.info>
*
*
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
...
...
Tests/Unit/Controller/FlexSliderControllerTest.php
View file @
a0ac3105
...
...
@@ -4,8 +4,7 @@
* Copyright notice
*
* (c) 2012 Andy Hausmann <hi@andy-hausmann.de>
* Andreas Walter <mail@andreas-walter.info>
*
*
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
...
...
@@ -36,7 +35,6 @@
* @subpackage FlexSlider
*
* @author Andy Hausmann <hi@andy-hausmann.de>
* @author Andreas Walter <mail@andreas-walter.info>
*/
class
Tx_Flexslider_Controller_FlexSliderControllerTest
extends
Tx_Extbase_Tests_Unit_BaseTestCase
{
/**
...
...
Tests/Unit/Domain/Model/FlexSliderTest.php
View file @
a0ac3105
...
...
@@ -4,8 +4,7 @@
* Copyright notice
*
* (c) 2012 Andy Hausmann <hi@andy-hausmann.de>
* Andreas Walter <mail@andreas-walter.info>
*
*
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
...
...
@@ -36,7 +35,6 @@
* @subpackage FlexSlider
*
* @author Andy Hausmann <hi@andy-hausmann.de>
* @author Andreas Walter <mail@andreas-walter.info>
*/
class
Tx_Flexslider_Domain_Model_FlexSliderTest
extends
Tx_Extbase_Tests_Unit_BaseTestCase
{
/**
...
...
ext_emconf.php
View file @
a0ac3105
...
...
@@ -14,8 +14,8 @@ $EM_CONF[$_EXTKEY] = array(
'title'
=>
'FlexSlider'
,
'description'
=>
''
,
'category'
=>
'plugin'
,
'author'
=>
'Andy Hausmann
, Andreas Walter
'
,
'author_email'
=>
'hi@andy-hausmann.de
, mail@andreas-walter.info
'
,
'author'
=>
'Andy Hausmann'
,
'author_email'
=>
'hi@andy-hausmann.de'
,
'author_company'
=>
''
,
'shy'
=>
''
,
'priority'
=>
''
,
...
...
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