Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
extensions.typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
60
Issues
60
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
a3defad4
Commit
a3defad4
authored
Oct 15, 2017
by
Stefan Froemken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PHP file DocHeader to TYPO3 default
parent
69a39400
Pipeline
#2556
passed with stages
in 2 minutes and 13 seconds
Changes
55
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
55 changed files
with
420 additions
and
913 deletions
+420
-913
html/typo3conf/ext/ter/Classes/Task/UpdateCurrentVersionListTask.php
...onf/ext/ter/Classes/Task/UpdateCurrentVersionListTask.php
+1
-1
html/typo3conf/ext/ter/class.tx_ter_api.php
html/typo3conf/ext/ter/class.tx_ter_api.php
+2
-1
html/typo3conf/ext/ter/class.tx_ter_helper.php
html/typo3conf/ext/ter/class.tx_ter_helper.php
+2
-1
html/typo3conf/ext/ter/class.tx_ter_tcaLabel.php
html/typo3conf/ext/ter/class.tx_ter_tcaLabel.php
+1
-1
html/typo3conf/ext/ter/pi1/class.tx_ter_pi1.php
html/typo3conf/ext/ter/pi1/class.tx_ter_pi1.php
+2
-1
html/typo3conf/ext/ter_fe2/Classes/Controller/AbstractController.php
...onf/ext/ter_fe2/Classes/Controller/AbstractController.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Controller/AbstractTerBasedController.php
...ter_fe2/Classes/Controller/AbstractTerBasedController.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Controller/ExtensionController.php
...nf/ext/ter_fe2/Classes/Controller/ExtensionController.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Controller/RegisterkeyController.php
.../ext/ter_fe2/Classes/Controller/RegisterkeyController.php
+9
-21
html/typo3conf/ext/ter_fe2/Classes/Controller/ReviewController.php
...3conf/ext/ter_fe2/Classes/Controller/ReviewController.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Author.php
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Author.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Extension.php
.../typo3conf/ext/ter_fe2/Classes/Domain/Model/Extension.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/ExtensionManagerCacheEntry.php
...r_fe2/Classes/Domain/Model/ExtensionManagerCacheEntry.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Relation.php
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Relation.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Tag.php
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Tag.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Version.php
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Version.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Domain/Repository/AbstractRepository.php
.../ter_fe2/Classes/Domain/Repository/AbstractRepository.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Domain/Repository/ExtensionManagerCacheEntryRepository.php
...omain/Repository/ExtensionManagerCacheEntryRepository.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Domain/Repository/ExtensionRepository.php
...ter_fe2/Classes/Domain/Repository/ExtensionRepository.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Domain/Repository/TagRepository.php
...f/ext/ter_fe2/Classes/Domain/Repository/TagRepository.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Domain/Repository/VersionRepository.php
...t/ter_fe2/Classes/Domain/Repository/VersionRepository.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Persistence/AbstractPersistence.php
...f/ext/ter_fe2/Classes/Persistence/AbstractPersistence.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Persistence/PersistenceInterface.php
.../ext/ter_fe2/Classes/Persistence/PersistenceInterface.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Persistence/Session.php
html/typo3conf/ext/ter_fe2/Classes/Persistence/Session.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Provider/AbstractProvider.php
...po3conf/ext/ter_fe2/Classes/Provider/AbstractProvider.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Provider/FileProvider.php
html/typo3conf/ext/ter_fe2/Classes/Provider/FileProvider.php
+10
-20
html/typo3conf/ext/ter_fe2/Classes/Provider/MirrorProvider.php
...typo3conf/ext/ter_fe2/Classes/Provider/MirrorProvider.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Provider/ProviderInterface.php
...o3conf/ext/ter_fe2/Classes/Provider/ProviderInterface.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Provider/ProviderManager.php
...ypo3conf/ext/ter_fe2/Classes/Provider/ProviderManager.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Provider/SoapProvider.php
html/typo3conf/ext/ter_fe2/Classes/Provider/SoapProvider.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Security/Role.php
html/typo3conf/ext/ter_fe2/Classes/Security/Role.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Service/Documentation.php
html/typo3conf/ext/ter_fe2/Classes/Service/Documentation.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Service/Flattr.php
html/typo3conf/ext/ter_fe2/Classes/Service/Flattr.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Service/Mirror.php
html/typo3conf/ext/ter_fe2/Classes/Service/Mirror.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Service/Soap.php
html/typo3conf/ext/ter_fe2/Classes/Service/Soap.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Service/Ter.php
html/typo3conf/ext/ter_fe2/Classes/Service/Ter.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Solr/Indexqueue/TerIndexer.php
...o3conf/ext/ter_fe2/Classes/Solr/Indexqueue/TerIndexer.php
+1
-1
html/typo3conf/ext/ter_fe2/Classes/Task/CheckForExpiredExtensions.php
...nf/ext/ter_fe2/Classes/Task/CheckForExpiredExtensions.php
+1
-1
html/typo3conf/ext/ter_fe2/Classes/Task/CheckForOutdatedExtensions.php
...f/ext/ter_fe2/Classes/Task/CheckForOutdatedExtensions.php
+1
-1
html/typo3conf/ext/ter_fe2/Classes/Task/ImportAllExtensionsTask.php
...conf/ext/ter_fe2/Classes/Task/ImportAllExtensionsTask.php
+10
-20
html/typo3conf/ext/ter_fe2/Classes/Task/ImportExtensionsFromQueueTask.php
...xt/ter_fe2/Classes/Task/ImportExtensionsFromQueueTask.php
+1
-1
html/typo3conf/ext/ter_fe2/Classes/Utility/Archive.php
html/typo3conf/ext/ter_fe2/Classes/Utility/Archive.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Utility/Category.php
html/typo3conf/ext/ter_fe2/Classes/Utility/Category.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Utility/File.php
html/typo3conf/ext/ter_fe2/Classes/Utility/File.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Utility/Log.php
html/typo3conf/ext/ter_fe2/Classes/Utility/Log.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Utility/TypoScript.php
html/typo3conf/ext/ter_fe2/Classes/Utility/TypoScript.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Utility/Version.php
html/typo3conf/ext/ter_fe2/Classes/Utility/Version.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Validation/Validator/UrlValidator.php
...ext/ter_fe2/Classes/Validation/Validator/UrlValidator.php
+9
-22
html/typo3conf/ext/ter_fe2/Classes/View/Extension/ListJson.php
...typo3conf/ext/ter_fe2/Classes/View/Extension/ListJson.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/View/Extension/ListLatestJson.php
...onf/ext/ter_fe2/Classes/View/Extension/ListLatestJson.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/View/Extension/ShowJson.php
...typo3conf/ext/ter_fe2/Classes/View/Extension/ShowJson.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/ViewHelpers/ExtensionIconViewHelper.php
...t/ter_fe2/Classes/ViewHelpers/ExtensionIconViewHelper.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/ViewHelpers/FilesizeViewHelper.php
...nf/ext/ter_fe2/Classes/ViewHelpers/FilesizeViewHelper.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/ViewHelpers/FormatViewHelper.php
...conf/ext/ter_fe2/Classes/ViewHelpers/FormatViewHelper.php
+9
-20
html/typo3conf/ext/ter_fe2/Classes/Visitor/ArrayAssurer.php
html/typo3conf/ext/ter_fe2/Classes/Visitor/ArrayAssurer.php
+1
-1
No files found.
html/typo3conf/ext/ter/Classes/Task/UpdateCurrentVersionListTask.php
View file @
a3defad4
<?php
namespace
T3o\Ter\Task
;
/*
*
/*
* This file is part of the TYPO3 CMS project.
*
* It is free software; you can redistribute it and/or modify it under
...
...
html/typo3conf/ext/ter/class.tx_ter_api.php
View file @
a3defad4
<?php
/*
*
/*
* This file is part of the TYPO3 CMS project.
*
* It is free software; you can redistribute it and/or modify it under
...
...
@@ -11,6 +11,7 @@
*
* The TYPO3 project - inspiring people to share!
*/
/**
* SOAP server for the TYPO3 Extension Repository
*
...
...
html/typo3conf/ext/ter/class.tx_ter_helper.php
View file @
a3defad4
<?php
/*
*
/*
* This file is part of the TYPO3 CMS project.
*
* It is free software; you can redistribute it and/or modify it under
...
...
@@ -11,6 +11,7 @@
*
* The TYPO3 project - inspiring people to share!
*/
/**
* Helper functions used in the TER API
*
...
...
html/typo3conf/ext/ter/class.tx_ter_tcaLabel.php
View file @
a3defad4
<?php
/*
*
/*
* This file is part of the TYPO3 CMS project.
*
* It is free software; you can redistribute it and/or modify it under
...
...
html/typo3conf/ext/ter/pi1/class.tx_ter_pi1.php
View file @
a3defad4
<?php
/*
*
/*
* This file is part of the TYPO3 CMS project.
*
* It is free software; you can redistribute it and/or modify it under
...
...
@@ -11,6 +11,7 @@
*
* The TYPO3 project - inspiring people to share!
*/
/**
* SOAP server for the TYPO3 Extension Repository
*
...
...
html/typo3conf/ext/ter_fe2/Classes/Controller/AbstractController.php
View file @
a3defad4
<?php
namespace
T3o\TerFe2\Controller
;
/*
******************************************************************
*
Copyright notice
/*
*
This file is part of the TYPO3 CMS project.
*
* (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* All rights reserved
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
******************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* Abstract controller
...
...
html/typo3conf/ext/ter_fe2/Classes/Controller/AbstractTerBasedController.php
View file @
a3defad4
<?php
namespace
T3o\TerFe2\Controller
;
/*
******************************************************************
*
Copyright notice
/*
*
This file is part of the TYPO3 CMS project.
*
* (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* All rights reserved
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
******************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* Abstract controller
...
...
html/typo3conf/ext/ter_fe2/Classes/Controller/ExtensionController.php
View file @
a3defad4
<?php
namespace
T3o\TerFe2\Controller
;
/*
******************************************************************
*
Copyright notice
/*
*
This file is part of the TYPO3 CMS project.
*
* (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* All rights reserved
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
******************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* Controller for the extension object
...
...
html/typo3conf/ext/ter_fe2/Classes/Controller/RegisterkeyController.php
View file @
a3defad4
<?php
namespace
T3o\TerFe2\Controller
;
/*
* *****************************************************************
*
Copyright notice
/*
*
This file is part of the TYPO3 CMS project.
*
* (c) 2011 Thomas Layh <thomas@layh.com>
* (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* All rights reserved
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
* **************************************************************** */
* The TYPO3 project - inspiring people to share!
*/
use
ApacheSolrForTypo3\Solr\IndexQueue\Queue
;
use
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
;
...
...
html/typo3conf/ext/ter_fe2/Classes/Controller/ReviewController.php
View file @
a3defad4
<?php
namespace
T3o\TerFe2\Controller
;
/*
******************************************************************
*
Copyright notice
/*
*
This file is part of the TYPO3 CMS project.
*
* (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* All rights reserved
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
******************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* Controller for the extension review
...
...
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Author.php
View file @
a3defad4
<?php
namespace
T3o\TerFe2\Domain\Model
;
/*
******************************************************************
*
Copyright notice
/*
*
This file is part of the TYPO3 CMS project.
*
* (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* All rights reserved
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
******************************************************************/
* The TYPO3 project - inspiring people to share!
*/
use
TYPO3\CMS\Extbase\Domain\Model\FrontendUser
;
use
TYPO3\CMS\Extbase\Persistence\ObjectStorage
;
...
...
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Extension.php
View file @
a3defad4
<?php
namespace
T3o\TerFe2\Domain\Model
;
/*
******************************************************************
*
Copyright notice
/*
*
This file is part of the TYPO3 CMS project.
*
* (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* All rights reserved
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
******************************************************************/
* The TYPO3 project - inspiring people to share!
*/
use
TYPO3\CMS\Extbase\Persistence\ObjectStorage
;
...
...
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/ExtensionManagerCacheEntry.php
View file @
a3defad4
<?php
namespace
T3o\TerFe2\Domain\Model
;
/*
******************************************************************
*
Copyright notice
/*
*
This file is part of the TYPO3 CMS project.
*
* (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* All rights reserved
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
******************************************************************/
* The TYPO3 project - inspiring people to share!
*/
use
TYPO3\CMS\Extbase\DomainObject\AbstractEntity
;
...
...
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Relation.php
View file @
a3defad4
...
...
@@ -2,29 +2,18 @@
namespace
T3o\TerFe2\Domain\Model
;
/*
******************************************************************
*
Copyright notice
/*
*
This file is part of the TYPO3 CMS project.
*
* (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* All rights reserved
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
******************************************************************/
* The TYPO3 project - inspiring people to share!
*/
use
T3o\TerFe2\Utility\Version
;
...
...
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Tag.php
View file @
a3defad4
<?php
namespace
T3o\TerFe2\Domain\Model
;
/*
******************************************************************
*
Copyright notice
/*
*
This file is part of the TYPO3 CMS project.
*
* (c) 2011 Thomas Loeffler <loeffler@spooner-web.de>, Spooner Web
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* All rights reserved
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
******************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* Tag for the extension
...
...
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Version.php
View file @
a3defad4
<?php
namespace
T3o\TerFe2\Domain\Model
;
/*
******************************************************************
*
Copyright notice
/*
*
This file is part of the TYPO3 CMS project.
*
* (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* All rights reserved
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
******************************************************************/
* The TYPO3 project - inspiring people to share!
*/
use
TYPO3\CMS\Extbase\Persistence\ObjectStorage
;
...
...
html/typo3conf/ext/ter_fe2/Classes/Domain/Repository/AbstractRepository.php
View file @
a3defad4
<?php
namespace
T3o\TerFe2\Domain\Repository
;
/*
******************************************************************
*
Copyright notice
/*
*
This file is part of the TYPO3 CMS project.
*
* (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* All rights reserved
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
******************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* Abstract repository
...
...
html/typo3conf/ext/ter_fe2/Classes/Domain/Repository/ExtensionManagerCacheEntryRepository.php
View file @
a3defad4
<?php
namespace
T3o\TerFe2\Domain\Repository
;
/*
******************************************************************
*
Copyright notice
/*
*
This file is part of the TYPO3 CMS project.
*
* (c) 2011 Kai Vogel <kai.vogel@speedprogs.de>, Speedprogs.de
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* All rights reserved
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
******************************************************************/
* The TYPO3 project - inspiring people to share!
*/
/**
* Repository for \T3o\TerFe2\Domain\Model\ExtensionManagerCacheEntry
...
...
html/typo3conf/ext/ter_fe2/Classes/Domain/Repository/ExtensionRepository.php
View file @
a3defad4
<?php
namespace
T3o\TerFe2\Domain\Repository
;
/*
******************************************************************
*
Copyright notice
/*