diff --git a/ChangeLog b/ChangeLog index 7a6d8695e51cfe20441bfc7c18c13861f36649ad..6b314d298ff30d028b8660f2c1d4878073053fe8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ 2010-11-24 Steffen Kamper <steffen@typo3.org> + * Fixed bug #14050: CleanUp - CGL format of t3lib files - t3lib_interface_directory * Fixed bug #14050: CleanUp - CGL format of t3lib files - t3lib_formprotection_directory * Fixed bug #14050: CleanUp - CGL format of t3lib files - t3lib_extjs_directory * Fixed bug #14050: CleanUp - CGL format of t3lib files - t3lib_error_directory diff --git a/t3lib/interfaces/interface.t3lib_browselinkshook.php b/t3lib/interfaces/interface.t3lib_browselinkshook.php index f33d28f3df0d93b55d671d303dc648cf2519c161..9d0339038e5a92802a6affe4230b9cb81610d95d 100644 --- a/t3lib/interfaces/interface.t3lib_browselinkshook.php +++ b/t3lib/interfaces/interface.t3lib_browselinkshook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2007-2010 Ingo Renner <ingo@typo3.org> -* All rights reserved -* -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2007-2010 Ingo Renner <ingo@typo3.org> + * All rights reserved + * + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** @@ -39,7 +39,7 @@ interface t3lib_browseLinksHook { * initializes the hook object * * @param browse_links parent browse_links object - * @param array additional parameters + * @param array additional parameters * @return void */ public function init($parentObject, $additionalParameters); diff --git a/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php b/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php index 8c69f9ecdd08c928abb6867a59c4914cca6a5aa0..9d29f8ed4566ccdfc57f0a4de9ed4b9269ab41dd 100644 --- a/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php +++ b/t3lib/interfaces/interface.t3lib_extfilefunctions_processdatahook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 Xavier Perseguers <typo3@perseguers.ch> -* All rights reserved -* -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 Xavier Perseguers <typo3@perseguers.ch> + * All rights reserved + * + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** @@ -39,9 +39,9 @@ interface t3lib_extFileFunctions_processDataHook { /** * Post-process a file action. * - * @param string The action - * @param array The parameter sent to the action handler - * @param array The results of all calls to the action handler + * @param string The action + * @param array The parameter sent to the action handler + * @param array The results of all calls to the action handler * @param t3lib_extFileFunctions parent t3lib_extFileFunctions object * @return void */ diff --git a/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php b/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php index ab47bbbee85cf04399239e0eb93336b6247ba34b..c62419ccd08ba9d0e347da40011981413ff0d8db 100644 --- a/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php +++ b/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2007-2010 Ingo Renner <ingo@typo3.org> -* All rights reserved -* -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2007-2010 Ingo Renner <ingo@typo3.org> + * All rights reserved + * + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** @@ -38,10 +38,10 @@ interface t3lib_localRecordListGetTableHook { /** * modifies the DB list query * - * @param string the current database table - * @param integer the record's page ID - * @param string an additional WHERE clause - * @param string comma separated list of selected fields + * @param string the current database table + * @param integer the record's page ID + * @param string an additional WHERE clause + * @param string comma separated list of selected fields * @param localRecordList parent localRecordList object * @return void */ diff --git a/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php b/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php index 16f508091a1e1cc2903302ec677afaf02eeb7436..7a55e1d8c79b90c61635fd9cb6fd8a03683685da 100644 --- a/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php +++ b/t3lib/interfaces/interface.t3lib_pageselect_getpagehook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2009-2010 Christian Kuhn <lolli@schwarzbu.ch> -* All rights reserved -* -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2009-2010 Christian Kuhn <lolli@schwarzbu.ch> + * All rights reserved + * + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** @@ -39,9 +39,9 @@ interface t3lib_pageSelect_getPageHook { /** * Modifies the DB params * - * @param integer The page ID - * @param boolean If set, the check for group access is disabled. VERY rarely used - * @param t3lib_pageSelect parent t3lib_pageSelect object + * @param integer The page ID + * @param boolean If set, the check for group access is disabled. VERY rarely used + * @param t3lib_pageSelect parent t3lib_pageSelect object * @return void */ public function getPage_preProcess(&$uid, &$disableGroupAccessCheck, t3lib_pageSelect $parentObject); diff --git a/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php b/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php index 228f1f3e1b33d9618767218932bad8e0d23c8b30..c87eb16d1d514559bb635f57f44cc34d831c3711 100644 --- a/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php +++ b/t3lib/interfaces/interface.t3lib_pageselect_getpageoverlayhook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 Tolleiv Nietsch <nietsch@aoemedia.de> -* All rights reserved -* -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 Tolleiv Nietsch <nietsch@aoemedia.de> + * All rights reserved + * + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** @@ -38,8 +38,8 @@ interface t3lib_pageSelect_getPageOverlayHook { /** * enables to preprocess the pageoverlay * - * @param array $pageInput - the page record - * @param integer $lUid - the overlay language + * @param array $pageInput - the page record + * @param integer $lUid - the overlay language * @param t3lib_pageSelect $parent - the calling parent object * @return void */ diff --git a/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php b/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php index ccc6de48bd61666fa3069396042d667f2ba3da57..a87951fa8187b0fb621fe9286b5cb564e3044aeb 100644 --- a/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php +++ b/t3lib/interfaces/interface.t3lib_pageselect_getrecordoverlayhook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 Tolleiv Nietsch <nietsch@aoemedia.de> -* All rights reserved -* -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 Tolleiv Nietsch <nietsch@aoemedia.de> + * All rights reserved + * + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** diff --git a/t3lib/interfaces/interface.t3lib_singleton.php b/t3lib/interfaces/interface.t3lib_singleton.php index 50e214820d2a83829ac7c5e6db5a0984332402f0..59d9bfe89c08e7068b0186e38233c574276ef386 100644 --- a/t3lib/interfaces/interface.t3lib_singleton.php +++ b/t3lib/interfaces/interface.t3lib_singleton.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2008-2010 Robert Lemke <robert@typo3.org>, Martin Kutschker <masi@typo3.org> -* All rights reserved -* -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2008-2010 Robert Lemke <robert@typo3.org>, Martin Kutschker <masi@typo3.org> + * All rights reserved + * + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** * "empty" interface for singletons (marker interface pattern) diff --git a/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php b/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php index d7fee5a49d84bbd53bfc404ef38c62a948445070..39be17b17bbc2cdb6dbe3166abde9cc9a26faea3 100644 --- a/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php +++ b/t3lib/interfaces/interface.t3lib_spritemanager_spriteicongenerator.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 Steffen Ritter <info@steffen-ritter.net> -* All rights reserved -* -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 Steffen Ritter <info@steffen-ritter.net> + * All rights reserved + * + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** diff --git a/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php b/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php index 28410f59d18cb54b87f8a4773d7f7c529c21ceec..c2876337387e17a829a4303529340228502e8cb3 100644 --- a/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php +++ b/t3lib/interfaces/interface.t3lib_tceformsinlinehook.php @@ -31,7 +31,7 @@ * $Id$ * * @author Oliver Hader <oh@inpublica.de> - * @package TYPO3 + * @package TYPO3 * @subpackage t3lib */ interface t3lib_tceformsInlineHook { @@ -69,4 +69,5 @@ interface t3lib_tceformsInlineHook { */ public function renderForeignRecordHeaderControl_postProcess($parentUid, $foreignTable, array $childRecord, array $childConfig, $isVirtual, array &$controlItems); } + ?> \ No newline at end of file diff --git a/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php b/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php index ce76c9cd228ffc1c8578fa038bd593069b45f531..2a3bbb2eb6b1defda225cb7d119787acbee0b1af 100644 --- a/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php +++ b/t3lib/interfaces/interface.t3lib_tcemain_checkmodifyaccesslisthook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2009-2010 Oliver Hader <oliver@typo3.org> -* All rights reserved -* -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2009-2010 Oliver Hader <oliver@typo3.org> + * All rights reserved + * + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** * Interface for hook in t3lib_TCEmain::checkModifyAccessList @@ -37,7 +37,7 @@ interface t3lib_TCEmain_checkModifyAccessListHook { * Hook that determines whether a user has access to modify a table. * * @param boolean &$accessAllowed: Whether the user has access to modify a table - * @param string $table: The name of the table to be modified + * @param string $table: The name of the table to be modified * @param t3lib_TCEmain $parent: The calling parent object * @return void */ diff --git a/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php b/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php index 7c212111b0eba9cabc563540415249faf544cb76..8459fa3896ecccd404e798b1f20339d1e9de2f48 100644 --- a/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php +++ b/t3lib/interfaces/interface.t3lib_tcemain_processuploadhook.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 Xavier Perseguers <typo3@perseguers.ch> -* All rights reserved -* -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 Xavier Perseguers <typo3@perseguers.ch> + * All rights reserved + * + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** @@ -40,8 +40,8 @@ interface t3lib_TCEmain_processUploadHook { /** * Post-process a file upload. * - * @param string The uploaded file - * @param t3lib_TCEmain parent t3lib_TCEmain object + * @param string The uploaded file + * @param t3lib_TCEmain parent t3lib_TCEmain object * @return void */ public function processUpload_postProcessAction(&$filename, t3lib_TCEmain $parentObject); diff --git a/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php b/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php index a48b0bc32532e518e898bbcb49a09cfafe0702c2..a5a06cb0ee5d98569ec47fe2ce3a37f013117951 100644 --- a/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php +++ b/t3lib/interfaces/tree/interface.t3lib_tree_comparablenode.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees> -* All rights reserved -* -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees> + * All rights reserved + * + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** * Interface that defines the comparison of nodes @@ -43,7 +43,7 @@ interface t3lib_tree_ComparableNode { * * <strong>Example</strong> * <pre> - * if ($this->sortValue > $other->sortValue) { + * if ($this->sortValue > $other->sortValue) { * return 1; * } elseif ($this->sortValue < $other->sortValue) { * return -1; diff --git a/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php b/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php index 9b4450fe1dd409924ea9e1bdde223d9a958f3816..87794e0a3e4b89c4e42b37e96226f8329337caa7 100644 --- a/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php +++ b/t3lib/interfaces/tree/interface.t3lib_tree_draggableanddropable.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees> -* All rights reserved -* -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees> + * All rights reserved + * + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** * Describes necessary methods if the nodes are draggable and dropable diff --git a/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php b/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php index ff5277cf9c214d9020e784323d6437012391fa6e..612f7dc920db401eae643c90ab8bf119dba11342 100644 --- a/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php +++ b/t3lib/interfaces/tree/interface.t3lib_tree_labeleditable.php @@ -1,29 +1,29 @@ <?php /*************************************************************** -* Copyright notice -* -* (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees> -* All rights reserved -* -* 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. -* A copy is found in the textfile GPL.txt and important notices to the license -* from the author is found in LICENSE.txt distributed with these scripts. -* -* -* 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! -***************************************************************/ + * Copyright notice + * + * (c) 2010 TYPO3 Tree Team <http://forge.typo3.org/projects/typo3v4-extjstrees> + * All rights reserved + * + * 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. + * A copy is found in the textfile GPL.txt and important notices to the license + * from the author is found in LICENSE.txt distributed with these scripts. + * + * + * 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! + ***************************************************************/ /** * Describes necessary methods if the node label should be editable