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
e3a85e4a
Commit
e3a85e4a
authored
Jan 04, 2013
by
Andy Hausmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated author and copyright in php doc.
parent
5e9ec48f
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
24 additions
and
24 deletions
+24
-24
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
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
No files found.
Classes/Controller/FlexSliderController.php
View file @
e3a85e4a
...
...
@@ -3,7 +3,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2012
Andy Hausmann <hi@andy-hausmann
.de>
* (c) 2012
-2013 Andy Hausmann <andy@sota-studio
.de>
*
* All rights reserved
*
...
...
@@ -27,7 +27,7 @@
/**
* Main Controller.
*
* @author Andy Hausmann <
hi@andy-hausmann
.de>
* @author Andy Hausmann <
andy@sota-studio
.de>
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
...
...
Classes/Domain/Model/FlexSlider.php
View file @
e3a85e4a
...
...
@@ -3,7 +3,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2012
Andy Hausmann <hi@andy-hausmann
.de>
* (c) 2012
-2013 Andy Hausmann <andy@sota-studio
.de>
*
* All rights reserved
*
...
...
@@ -27,7 +27,7 @@
/**
* Model for the FlexSlider items.
*
* @author Andy Hausmann <
hi@andy-hausmann
.de>
* @author Andy Hausmann <
andy@sota-studio
.de>
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
...
...
Classes/Domain/Repository/FlexSliderRepository.php
View file @
e3a85e4a
...
...
@@ -3,7 +3,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2012
Andy Hausmann <hi@andy-hausmann
.de>
* (c) 2012
-2013 Andy Hausmann <andy@sota-studio
.de>
*
* All rights reserved
*
...
...
@@ -27,7 +27,7 @@
/**
* Repository for FlexSlider items.
*
* @author Andy Hausmann <
hi@andy-hausmann
.de>
* @author Andy Hausmann <
andy@sota-studio
.de>
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
...
...
Classes/Utility/Debug.php
View file @
e3a85e4a
...
...
@@ -3,7 +3,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2012
Andy Hausmann <hi@andy-hausmann
.de>
* (c) 2012
-2013 Andy Hausmann <andy@sota-studio
.de>
*
* All rights reserved
*
...
...
@@ -27,7 +27,7 @@
/**
* Helper Class which makes debugging tools available
*
* @author Andy Hausmann <
hi@andy-hausmann
.de>
* @author Andy Hausmann <
andy@sota-studio
.de>
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
...
...
Classes/Utility/Div.php
View file @
e3a85e4a
...
...
@@ -3,7 +3,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2012
Andy Hausmann <hi@andy-hausmann
.de>
* (c) 2012
-2013 Andy Hausmann <andy@sota-studio
.de>
*
* All rights reserved
*
...
...
@@ -27,7 +27,7 @@
/**
* Helper Class which makes various tools and helper available
*
* @author Andy Hausmann <
hi@andy-hausmann
.de>
* @author Andy Hausmann <
andy@sota-studio
.de>
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
...
...
Classes/Utility/EmConfiguration.php
View file @
e3a85e4a
...
...
@@ -3,7 +3,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2012
Andy Hausmann <hi@andy-hausmann
.de>
* (c) 2012
-2013 Andy Hausmann <andy@sota-studio
.de>
*
* All rights reserved
*
...
...
@@ -27,7 +27,7 @@
/**
* Helper Class which makes various tools and helper available
*
* @author Andy Hausmann <
hi@andy-hausmann
.de>
* @author Andy Hausmann <
andy@sota-studio
.de>
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
...
...
Classes/ViewHelpers/AddCssJsViewHelper.php
View file @
e3a85e4a
...
...
@@ -3,7 +3,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2012
Andy Hausmann <hi@andy-hausmann
.de>
* (c) 2012
-2013 Andy Hausmann <andy@sota-studio
.de>
*
* All rights reserved
*
...
...
@@ -39,7 +39,7 @@
* <output>
* </output>
*
* @author Andy Hausmann <
hi@andy-hausmann
.de>
* @author Andy Hausmann <
andy@sota-studio
.de>
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
...
...
Classes/ViewHelpers/AddJQueryViewHelper.php
View file @
e3a85e4a
...
...
@@ -3,7 +3,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2012
Andy Hausmann <hi@andy-hausmann
.de>
* (c) 2012
-2013 Andy Hausmann <andy@sota-studio
.de>
*
* All rights reserved
*
...
...
@@ -36,7 +36,7 @@
* <output>
* </output>
*
* @author Andy Hausmann <
hi@andy-hausmann
.de>
* @author Andy Hausmann <
andy@sota-studio
.de>
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
...
...
Classes/ViewHelpers/DynLinkViewHelper.php
View file @
e3a85e4a
...
...
@@ -3,7 +3,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2012
Andy Hausmann <hi@andy-hausmann
.de>
* (c) 2012
-2013 Andy Hausmann <andy@sota-studio
.de>
*
* All rights reserved
*
...
...
@@ -28,7 +28,7 @@
*
* A view helper for dynamic rendering of links.
*
* @author Andy Hausmann <
hi@andy-hausmann
.de>
* @author Andy Hausmann <
andy@sota-studio
.de>
* @package flexslider
* @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 @
e3a85e4a
...
...
@@ -3,7 +3,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2012
Andy Hausmann <hi@andy-hausmann
.de>
* (c) 2012
-2013 Andy Hausmann <andy@sota-studio
.de>
*
* All rights reserved
*
...
...
@@ -27,7 +27,7 @@
/**
* Class that adds the wizard icon.
*
* @author Andy Hausmann <
hi@andy-hausmann
.de>
* @author Andy Hausmann <
andy@sota-studio
.de>
* @package flexslider
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
*/
...
...
Tests/Unit/Controller/FlexSliderControllerTest.php
View file @
e3a85e4a
...
...
@@ -3,7 +3,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2012
Andy Hausmann <hi@andy-hausmann
.de>
* (c) 2012
-2013 Andy Hausmann <andy@sota-studio
.de>
*
* All rights reserved
*
...
...
@@ -34,7 +34,7 @@
* @package TYPO3
* @subpackage FlexSlider
*
* @author Andy Hausmann <
hi@andy-hausmann
.de>
* @author Andy Hausmann <
andy@sota-studio
.de>
*/
class
Tx_Flexslider_Controller_FlexSliderControllerTest
extends
Tx_Extbase_Tests_Unit_BaseTestCase
{
/**
...
...
Tests/Unit/Domain/Model/FlexSliderTest.php
View file @
e3a85e4a
...
...
@@ -3,7 +3,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2012
Andy Hausmann <hi@andy-hausmann
.de>
* (c) 2012
-2013 Andy Hausmann <andy@sota-studio
.de>
*
* All rights reserved
*
...
...
@@ -34,7 +34,7 @@
* @package TYPO3
* @subpackage FlexSlider
*
* @author Andy Hausmann <
hi@andy-hausmann
.de>
* @author Andy Hausmann <
andy@sota-studio
.de>
*/
class
Tx_Flexslider_Domain_Model_FlexSliderTest
extends
Tx_Extbase_Tests_Unit_BaseTestCase
{
/**
...
...
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