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
2e6c1f84
Commit
2e6c1f84
authored
Feb 25, 2013
by
Andy Hausmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misc: Updated email adresses.
parent
b6fe1a99
Changes
15
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
33 additions
and
33 deletions
+33
-33
FlexSliderController.php
Classes/Controller/FlexSliderController.php
+2
-2
FlexSlider.php
Classes/Domain/Model/FlexSlider.php
+2
-2
FlexSliderRepository.php
Classes/Domain/Repository/FlexSliderRepository.php
+2
-2
Debug.php
Classes/Utility/Debug.php
+2
-2
Div.php
Classes/Utility/Div.php
+2
-2
EmConfiguration.php
Classes/Utility/EmConfiguration.php
+2
-2
AddCssJsViewHelper.php
Classes/ViewHelpers/AddCssJsViewHelper.php
+2
-2
AddJQueryViewHelper.php
Classes/ViewHelpers/AddJQueryViewHelper.php
+2
-2
AddJsInlineViewHelper.php
Classes/ViewHelpers/AddJsInlineViewHelper.php
+2
-2
DynLinkViewHelper.php
Classes/ViewHelpers/DynLinkViewHelper.php
+2
-2
class.flexslider_wizicon.php
Resources/Private/Php/class.flexslider_wizicon.php
+2
-2
FlexSliderControllerTest.php
Tests/Unit/Controller/FlexSliderControllerTest.php
+2
-2
FlexSliderTest.php
Tests/Unit/Domain/Model/FlexSliderTest.php
+2
-2
ext_emconf.php
ext_emconf.php
+1
-1
ext_php_api.dat
ext_php_api.dat
+6
-6
No files found.
Classes/Controller/FlexSliderController.php
View file @
2e6c1f84
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
/***************************************************************
/***************************************************************
* Copyright notice
* Copyright notice
*
*
* (c) 2012-2013 Andy Hausmann <a
ndy
@sota-studio.de>
* (c) 2012-2013 Andy Hausmann <a
h
@sota-studio.de>
*
*
* All rights reserved
* All rights reserved
*
*
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
/**
/**
* Main Controller.
* Main Controller.
*
*
* @author Andy Hausmann <a
ndy
@sota-studio.de>
* @author Andy Hausmann <a
h
@sota-studio.de>
* @package flexslider
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
*/
...
...
Classes/Domain/Model/FlexSlider.php
View file @
2e6c1f84
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
/***************************************************************
/***************************************************************
* Copyright notice
* Copyright notice
*
*
* (c) 2012-2013 Andy Hausmann <a
ndy
@sota-studio.de>
* (c) 2012-2013 Andy Hausmann <a
h
@sota-studio.de>
*
*
* All rights reserved
* All rights reserved
*
*
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
/**
/**
* Model for the FlexSlider items.
* Model for the FlexSlider items.
*
*
* @author Andy Hausmann <a
ndy
@sota-studio.de>
* @author Andy Hausmann <a
h
@sota-studio.de>
* @package flexslider
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
*/
...
...
Classes/Domain/Repository/FlexSliderRepository.php
View file @
2e6c1f84
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
/***************************************************************
/***************************************************************
* Copyright notice
* Copyright notice
*
*
* (c) 2012-2013 Andy Hausmann <a
ndy
@sota-studio.de>
* (c) 2012-2013 Andy Hausmann <a
h
@sota-studio.de>
*
*
* All rights reserved
* All rights reserved
*
*
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
/**
/**
* Repository for FlexSlider items.
* Repository for FlexSlider items.
*
*
* @author Andy Hausmann <a
ndy
@sota-studio.de>
* @author Andy Hausmann <a
h
@sota-studio.de>
* @package flexslider
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
*/
...
...
Classes/Utility/Debug.php
View file @
2e6c1f84
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
/***************************************************************
/***************************************************************
* Copyright notice
* Copyright notice
*
*
* (c) 2012-2013 Andy Hausmann <a
ndy
@sota-studio.de>
* (c) 2012-2013 Andy Hausmann <a
h
@sota-studio.de>
*
*
* All rights reserved
* All rights reserved
*
*
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
/**
/**
* Helper Class which makes debugging tools available
* Helper Class which makes debugging tools available
*
*
* @author Andy Hausmann <a
ndy
@sota-studio.de>
* @author Andy Hausmann <a
h
@sota-studio.de>
* @package flexslider
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
*/
...
...
Classes/Utility/Div.php
View file @
2e6c1f84
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
/***************************************************************
/***************************************************************
* Copyright notice
* Copyright notice
*
*
* (c) 2012-2013 Andy Hausmann <a
ndy
@sota-studio.de>
* (c) 2012-2013 Andy Hausmann <a
h
@sota-studio.de>
* (c) 2012-2013 Xaver Maierhofer <xaver.maierhofer@xwissen.info>
* (c) 2012-2013 Xaver Maierhofer <xaver.maierhofer@xwissen.info>
*
*
* All rights reserved
* All rights reserved
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
/**
/**
* Helper Class which makes various tools and helper available
* Helper Class which makes various tools and helper available
*
*
* @author Andy Hausmann <a
ndy
@sota-studio.de>
* @author Andy Hausmann <a
h
@sota-studio.de>
* @author Xaver Maierhofer <xaver.maierhofer@xwissen.info>
* @author Xaver Maierhofer <xaver.maierhofer@xwissen.info>
* @package flexslider
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
...
...
Classes/Utility/EmConfiguration.php
View file @
2e6c1f84
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
/***************************************************************
/***************************************************************
* Copyright notice
* Copyright notice
*
*
* (c) 2012-2013 Andy Hausmann <a
ndy
@sota-studio.de>
* (c) 2012-2013 Andy Hausmann <a
h
@sota-studio.de>
*
*
* All rights reserved
* All rights reserved
*
*
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
/**
/**
* Helper Class which makes various tools and helper available
* Helper Class which makes various tools and helper available
*
*
* @author Andy Hausmann <a
ndy
@sota-studio.de>
* @author Andy Hausmann <a
h
@sota-studio.de>
* @package flexslider
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
*/
...
...
Classes/ViewHelpers/AddCssJsViewHelper.php
View file @
2e6c1f84
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
/***************************************************************
/***************************************************************
* Copyright notice
* Copyright notice
*
*
* (c) 2012-2013 Andy Hausmann <a
ndy
@sota-studio.de>
* (c) 2012-2013 Andy Hausmann <a
h
@sota-studio.de>
*
*
* All rights reserved
* All rights reserved
*
*
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
* <output>
* <output>
* </output>
* </output>
*
*
* @author Andy Hausmann <a
ndy
@sota-studio.de>
* @author Andy Hausmann <a
h
@sota-studio.de>
* @package flexslider
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
*/
...
...
Classes/ViewHelpers/AddJQueryViewHelper.php
View file @
2e6c1f84
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
/***************************************************************
/***************************************************************
* Copyright notice
* Copyright notice
*
*
* (c) 2012-2013 Andy Hausmann <a
ndy
@sota-studio.de>
* (c) 2012-2013 Andy Hausmann <a
h
@sota-studio.de>
*
*
* All rights reserved
* All rights reserved
*
*
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
* <output>
* <output>
* </output>
* </output>
*
*
* @author Andy Hausmann <a
ndy
@sota-studio.de>
* @author Andy Hausmann <a
h
@sota-studio.de>
* @package flexslider
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
*/
...
...
Classes/ViewHelpers/AddJsInlineViewHelper.php
View file @
2e6c1f84
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
/***************************************************************
/***************************************************************
* Copyright notice
* Copyright notice
*
*
* (c) 2012-2013 Andy Hausmann <a
ndy
@sota-studio.de>
* (c) 2012-2013 Andy Hausmann <a
h
@sota-studio.de>
* (c) 2012-2013 Xaver Maierhofer <xaver.maierhofer@xwissen.info>
* (c) 2012-2013 Xaver Maierhofer <xaver.maierhofer@xwissen.info>
*
*
* All rights reserved
* All rights reserved
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
* <output>
* <output>
* </output>
* </output>
*
*
* @author Andy Hausmann <a
ndy
@sota-studio.de>
* @author Andy Hausmann <a
h
@sota-studio.de>
* @author Xaver Maierhofer <xaver.maierhofer@xwissen.info>
* @author Xaver Maierhofer <xaver.maierhofer@xwissen.info>
* @package flexslider
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
...
...
Classes/ViewHelpers/DynLinkViewHelper.php
View file @
2e6c1f84
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
/***************************************************************
/***************************************************************
* Copyright notice
* Copyright notice
*
*
* (c) 2012-2013 Andy Hausmann <a
ndy
@sota-studio.de>
* (c) 2012-2013 Andy Hausmann <a
h
@sota-studio.de>
* (c) 2012-2013 Simon Rauterberg <rauterberg@goldland-media.com>
* (c) 2012-2013 Simon Rauterberg <rauterberg@goldland-media.com>
*
*
* All rights reserved
* All rights reserved
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
*
*
* A view helper for dynamic rendering of links.
* A view helper for dynamic rendering of links.
*
*
* @author Andy Hausmann <a
ndy
@sota-studio.de>
* @author Andy Hausmann <a
h
@sota-studio.de>
* @author Simon Rauterberg <rauterberg@goldland-media.com>
* @author Simon Rauterberg <rauterberg@goldland-media.com>
* @package flexslider
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
...
...
Resources/Private/Php/class.flexslider_wizicon.php
View file @
2e6c1f84
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
/***************************************************************
/***************************************************************
* Copyright notice
* Copyright notice
*
*
* (c) 2012-2013 Andy Hausmann <a
ndy
@sota-studio.de>
* (c) 2012-2013 Andy Hausmann <a
h
@sota-studio.de>
*
*
* All rights reserved
* All rights reserved
*
*
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
/**
/**
* Class that adds the wizard icon.
* Class that adds the wizard icon.
*
*
* @author Andy Hausmann <a
ndy
@sota-studio.de>
* @author Andy Hausmann <a
h
@sota-studio.de>
* @package flexslider
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
*/
...
...
Tests/Unit/Controller/FlexSliderControllerTest.php
View file @
2e6c1f84
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
/***************************************************************
/***************************************************************
* Copyright notice
* Copyright notice
*
*
* (c) 2012-2013 Andy Hausmann <a
ndy
@sota-studio.de>
* (c) 2012-2013 Andy Hausmann <a
h
@sota-studio.de>
*
*
* All rights reserved
* All rights reserved
*
*
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
* @package TYPO3
* @package TYPO3
* @subpackage FlexSlider
* @subpackage FlexSlider
*
*
* @author Andy Hausmann <a
ndy
@sota-studio.de>
* @author Andy Hausmann <a
h
@sota-studio.de>
*/
*/
class
Tx_Flexslider_Controller_FlexSliderControllerTest
extends
Tx_Extbase_Tests_Unit_BaseTestCase
{
class
Tx_Flexslider_Controller_FlexSliderControllerTest
extends
Tx_Extbase_Tests_Unit_BaseTestCase
{
/**
/**
...
...
Tests/Unit/Domain/Model/FlexSliderTest.php
View file @
2e6c1f84
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
/***************************************************************
/***************************************************************
* Copyright notice
* Copyright notice
*
*
* (c) 2012-2013 Andy Hausmann <a
ndy
@sota-studio.de>
* (c) 2012-2013 Andy Hausmann <a
h
@sota-studio.de>
*
*
* All rights reserved
* All rights reserved
*
*
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
* @package TYPO3
* @package TYPO3
* @subpackage FlexSlider
* @subpackage FlexSlider
*
*
* @author Andy Hausmann <a
ndy
@sota-studio.de>
* @author Andy Hausmann <a
h
@sota-studio.de>
*/
*/
class
Tx_Flexslider_Domain_Model_FlexSliderTest
extends
Tx_Extbase_Tests_Unit_BaseTestCase
{
class
Tx_Flexslider_Domain_Model_FlexSliderTest
extends
Tx_Extbase_Tests_Unit_BaseTestCase
{
/**
/**
...
...
ext_emconf.php
View file @
2e6c1f84
...
@@ -28,7 +28,7 @@ $EM_CONF[$_EXTKEY] = array(
...
@@ -28,7 +28,7 @@ $EM_CONF[$_EXTKEY] = array(
'clearcacheonload'
=>
0
,
'clearcacheonload'
=>
0
,
'lockType'
=>
''
,
'lockType'
=>
''
,
'author'
=>
'Andy Hausmann'
,
'author'
=>
'Andy Hausmann'
,
'author_email'
=>
'a
ndy
@sota-studio.de'
,
'author_email'
=>
'a
h
@sota-studio.de'
,
'author_company'
=>
''
,
'author_company'
=>
''
,
'CGLcompliance'
=>
''
,
'CGLcompliance'
=>
''
,
'CGLcompliance_note'
=>
''
,
'CGLcompliance_note'
=>
''
,
...
...
ext_php_api.dat
View file @
2e6c1f84
This diff is collapsed.
Click to expand it.
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