Dotclear

Changeset 3731:3770620079d4 for inc


Ignore:
Timestamp:
03/09/18 12:29:57 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Simplify licence block at the beginning of each file

Location:
inc
Files:
52 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/actions/class.dcaction.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • inc/admin/actions/class.dcactionblogs.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • inc/admin/actions/class.dcactioncomments.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • inc/admin/actions/class.dcactionposts.php

    r3725 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • inc/admin/class.dc.favorites.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • inc/admin/class.dc.menu.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • inc/admin/lib.admincombos.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311/** 
    14 @ingroup DC_CORE 
    15 @nosubgrouping 
    1612@brief Admin combo library 
    1713 
  • inc/admin/lib.dc.adminurl.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
    1412/** 
    15 @ingroup DC_CORE 
    16 @nosubgrouping 
    1713@brief URL Handler for admin urls 
    1814 
  • inc/admin/lib.dc.page.php

    r3709 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • inc/admin/lib.moduleslist.php

    r3725 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_ADMIN_CONTEXT')) {return;} 
    1311 
    1412/** 
    15  * @ingroup DC_CORE 
    1613 * @brief Helper for admin list of modules. 
    1714 * @since 2.6 
  • inc/admin/lib.pager.php

    r3725 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • inc/admin/lib.themeconfig.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2014 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_ADMIN_CONTEXT')) {return;} 
    1311 
    1412/** 
    15  * @ingroup DC_CORE 
    1613 * @brief Helper for theme configurators. 
    1714 * @since 2.7 
  • inc/admin/prepend.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310define('DC_CONTEXT_ADMIN', true); 
  • inc/config.php.in

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * 
     5 * @copyright Olivier Meunier & Association Dotclear 
     6 * @copyright GPL-2.0-only 
     7 */ 
     8 
    129if (!defined('DC_RC_PATH')) {return;} 
    1310 
  • inc/core/class.dc.auth.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
    12 if (!defined('DC_RC_PATH')) {return;} 
    13  
    142/** 
    15  * @ingroup DC_CORE 
    16  * @nosubgrouping 
    173 * @brief Authentication and user credentials management 
    184 * 
    195 * dcAuth is a class used to handle everything related to user authentication 
    206 * and credentials. Object is provided by dcCore $auth property. 
     7 * 
     8 * @package Dotclear 
     9 * @subpackage Core 
     10 * 
     11 * @copyright Olivier Meunier & Association Dotclear 
     12 * @copyright GPL-2.0-only 
    2113 */ 
     14 
     15if (!defined('DC_RC_PATH')) {return;} 
     16 
    2217class dcAuth 
    2318{ 
  • inc/core/class.dc.blog.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Core 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 * 
     9 * @brief Dotclear blog class. 
     10 * 
     11 * Dotclear blog class instance is provided by dcCore $blog property. 
     12 */ 
     13 
    1214if (!defined('DC_RC_PATH')) {return;} 
    1315 
    14 /** 
    15 @ingroup DC_CORE 
    16 @nosubgrouping 
    17 @brief Dotclear blog class. 
    18  
    19 Dotclear blog class instance is provided by dcCore $blog property. 
    20  */ 
    2116class dcBlog 
    2217{ 
  • inc/core/class.dc.categories.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * nestedTree class is based on excellent work of Kuzma Feskov 
     4 * (http://php.russofile.ru/ru/authors/sql/nestedsets01/) 
     5 * 
     6 * One day we'll move nestedTree to Clearbricks. 
     7 * 
     8 * @package Dotclear 
     9 * @subpackage Core 
     10 * 
     11 * @copyright Olivier Meunier & Association Dotclear 
     12 * @copyright GPL-2.0-only 
     13 * 
     14 */ 
     15 
    1216if (!defined('DC_RC_PATH')) {return;} 
    13  
    14 # nestedTree class is based on excellent work of Kuzma Feskov 
    15 # (http://php.russofile.ru/ru/authors/sql/nestedsets01/) 
    16 # 
    17 # One day we'll move nestedTree to Clearbricks. 
    1817 
    1918class dcCategories extends nestedTree 
  • inc/core/class.dc.core.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2015 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
    12  
    132/** 
    14 @defgroup DC_CORE Dotclear Core Classes 
     3 * @brief Dotclear core class 
     4 * 
     5 * True to its name dcCore is the core of Dotclear. It handles everything related 
     6 * to blogs, database connection, plugins... 
     7 * 
     8 * @package Dotclear 
     9 * @subpackage Core 
     10 * 
     11 * @copyright Olivier Meunier & Association Dotclear 
     12 * @copyright GPL-2.0-only 
    1513 */ 
    1614 
    17 /** 
    18 @ingroup DC_CORE 
    19 @nosubgrouping 
    20 @brief Dotclear core class 
    21  
    22 True to its name dcCore is the core of Dotclear. It handles everything related 
    23 to blogs, database connection, plugins... 
    24  */ 
    2515class dcCore 
    2616{ 
  • inc/core/class.dc.error.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
    12 if (!defined('DC_RC_PATH')) {return;} 
    13  
    142/** 
    15  * @ingroup DC_CORE 
    163 * @brief Error class 
    174 * 
     
    196 * add an error in stack. In administration area, errors are automatically 
    207 * displayed. 
     8 * 
     9 * @package Dotclear 
     10 * @subpackage Core 
     11 * 
     12 * @copyright Olivier Meunier & Association Dotclear 
     13 * @copyright GPL-2.0-only 
    2114 */ 
     15 
     16if (!defined('DC_RC_PATH')) {return;} 
     17 
    2218class dcError 
    2319{ 
  • inc/core/class.dc.log.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Core 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • inc/core/class.dc.media.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Dotclear media manage 
     4 * 
     5 * This class handles Dotclear media items. 
     6 * 
     7 * @package Dotclear 
     8 * @subpackage Core 
     9 * 
     10 * @copyright Olivier Meunier & Association Dotclear 
     11 * @copyright GPL-2.0-only 
     12 */ 
     13 
    1214if (!defined('DC_RC_PATH')) {return;} 
    1315 
    14 /** 
    15 @ingroup DC_CORE 
    16 @brief Dotclear media manage 
    17  
    18 This class handles Dotclear media items. 
    19  */ 
    2016class dcMedia extends filemanager 
    2117{ 
  • inc/core/class.dc.meta.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Dotclear metadata class. 
     4 * 
     5 * Dotclear metadata class instance is provided by dcCore $meta property. 
     6 * 
     7 * @package Dotclear 
     8 * @subpackage Core 
     9 * 
     10 * @copyright Olivier Meunier & Association Dotclear 
     11 * @copyright GPL-2.0-only 
     12 */ 
     13 
    1214if (!defined('DC_RC_PATH')) {return;} 
    1315 
    14 /** 
    15 @ingroup DC_CORE 
    16 @nosubgrouping 
    17 @brief Dotclear metadata class. 
    18  
    19 Dotclear metadata class instance is provided by dcCore $meta property. 
    20  */ 
    2116class dcMeta 
    2217{ 
  • inc/core/class.dc.modules.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Modules handler 
     4 * 
     5 * Provides an object to handle modules (themes or plugins). 
     6 * 
     7 * @package Dotclear 
     8 * @subpackage Core 
     9 * 
     10 * @copyright Olivier Meunier & Association Dotclear 
     11 * @copyright GPL-2.0-only 
     12 */ 
     13 
    1214if (!defined('DC_RC_PATH')) {return;} 
    1315 
    14 /** 
    15 @ingroup DC_CORE 
    16 @brief Modules handler 
    17  
    18 Provides an object to handle modules (themes or plugins). 
    19  */ 
    2016class dcModules 
    2117{ 
  • inc/core/class.dc.namespace.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Blog namespace for settings handler 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Core 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
    14 /** 
    15 @ingroup DC_CORE 
    16 @brief Blog namespace for settings handler 
    17  
    18  */ 
    1914class dcNamespace 
    2015{ 
  • inc/core/class.dc.plugins.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Plugins specific handler 
     4 * 
     5 * An instance of this class is provided by dcCore $plugins property 
     6 * and used for plugins. 
     7 * 
     8 * @package Dotclear 
     9 * @subpackage Core 
     10 * 
     11 * @copyright Olivier Meunier & Association Dotclear 
     12 * @copyright GPL-2.0-only 
     13 * 
     14 * @since 2.6 
     15 */ 
     16 
    1217if (!defined('DC_RC_PATH')) {return;} 
    1318 
    1419/** 
    1520@ingroup DC_CORE 
    16 @brief Plugins specific handler 
    17 @since 2.6 
    1821 
    19 An instance of this class is provided by dcCore $plugins property 
    20 and used for plugins. 
    21  
    22 This class extends dcModules. 
    2322 */ 
    2423class dcPlugins extends dcModules 
  • inc/core/class.dc.postmedia.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Core 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • inc/core/class.dc.prefs.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief User prefs handler 
     4 * 
     5 * dcPrefs provides user preferences management. This class instance exists as 
     6 * dcAuth $prefs property. You should create a new prefs instance when 
     7 * updating another user prefs. 
     8 * 
     9 * @package Dotclear 
     10 * @subpackage Core 
     11 * 
     12 * @copyright Olivier Meunier & Association Dotclear 
     13 * @copyright GPL-2.0-only 
     14 */ 
     15 
    1216if (!defined('DC_RC_PATH')) {return;} 
    1317 
    14 /** 
    15 @ingroup DC_CORE 
    16 @brief User prefs handler 
    17  
    18 dcPrefs provides user preferences management. This class instance exists as 
    19 dcAuth $prefs property. You should create a new prefs instance when 
    20 updating another user prefs. 
    21  */ 
    2218class dcPrefs 
    2319{ 
  • inc/core/class.dc.rest.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Dotclear REST server extension 
     4 * 
     5 * This class extends restServer to handle dcCore instance in each rest method call. 
     6 * Instance of this class is provided by dcCore $rest. 
     7 * 
     8 * @package Dotclear 
     9 * @subpackage Core 
     10 * 
     11 * @copyright Olivier Meunier & Association Dotclear 
     12 * @copyright GPL-2.0-only 
     13 */ 
     14 
    1215if (!defined('DC_RC_PATH')) {return;} 
    1316 
    14 /** 
    15 @ingroup DC_CORE 
    16 @brief Dotclear REST server extension 
    17  
    18 This class extends restServer to handle dcCore instance in each rest method call. 
    19 Instance of this class is provided by dcCore $rest. 
    20  */ 
    2117class dcRestServer extends restServer 
    2218{ 
  • inc/core/class.dc.rs.extensions.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # This file is part of Dotclear 2. 
    4 # 
    5 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    6 # Licensed under the GPL version 2.0 license. 
    7 # See LICENSE file or 
    8 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    9 # 
    10 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Dotclear post record helpers 
     4 * 
     5 * This class adds new methods to database post results. 
     6 * You can call them on every record comming from dcBlog::getPosts and similar 
     7 * methods. 
     8 * 
     9 * @warning You should not give the first argument (usualy $rs) of every described function. 
     10 * 
     11 * @package Dotclear 
     12 * @subpackage Core 
     13 * 
     14 * @copyright Olivier Meunier & Association Dotclear 
     15 * @copyright GPL-2.0-only 
     16 */ 
     17 
    1118if (!defined('DC_RC_PATH')) {return;} 
    1219 
    13 /** 
    14 @ingroup DC_CORE 
    15 @brief Dotclear post record helpers. 
    16  
    17 This class adds new methods to database post results. 
    18 You can call them on every record comming from dcBlog::getPosts and similar 
    19 methods. 
    20  
    21 @warning You should not give the first argument (usualy $rs) of every described 
    22 function. 
    23  */ 
    2420class rsExtPost 
    2521{ 
  • inc/core/class.dc.settings.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Blog settings handler 
     4 * 
     5 * dcSettings provides blog settings management. This class instance exists as 
     6 * dcBlog $settings property. You should create a new settings instance when 
     7 * updating another blog settings. 
     8 * 
     9 * @package Dotclear 
     10 * @subpackage Core 
     11 * 
     12 * @copyright Olivier Meunier & Association Dotclear 
     13 * @copyright GPL-2.0-only 
     14 */ 
     15 
    1216if (!defined('DC_RC_PATH')) {return;} 
    1317 
    14 /** 
    15 @ingroup DC_CORE 
    16 @brief Blog settings handler 
    17  
    18 dcSettings provides blog settings management. This class instance exists as 
    19 dcBlog $settings property. You should create a new settings instance when 
    20 updating another blog settings. 
    21  */ 
    2218class dcSettings 
    2319{ 
  • inc/core/class.dc.store.parser.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Repository modules XML feed parser 
     4 * 
     5 * Provides an object to parse XML feed of modules from a repository. 
     6 * 
     7 * @package Dotclear 
     8 * @subpackage Core 
     9 * 
     10 * @copyright Olivier Meunier & Association Dotclear 
     11 * @copyright GPL-2.0-only 
     12 * 
     13 * @since 2.6 
     14 */ 
     15 
    1216if (!defined('DC_RC_PATH')) {return;} 
    1317 
    14 /** 
    15 @ingroup DC_CORE 
    16 @brief Repository modules XML feed parser 
    17 @since 2.6 
    18  
    19 Provides an object to parse XML feed of modules from a repository. 
    20  */ 
    2118class dcStoreParser 
    2219{ 
  • inc/core/class.dc.store.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Repository modules XML feed reader 
     4 * 
     5 * Provides an object to parse XML feed of modules from repository. 
     6 * 
     7 * @package Dotclear 
     8 * @subpackage Core 
     9 * 
     10 * @copyright Olivier Meunier & Association Dotclear 
     11 * @copyright GPL-2.0-only 
     12 * 
     13 * @since 2.6 
     14 */ 
     15 
    1216if (!defined('DC_RC_PATH')) {return;} 
    1317 
    14 /** 
    15 @ingroup DC_CORE 
    16 @brief Repository modules XML feed reader 
    17 @since 2.6 
    18  
    19 Provides an object to parse XML feed of modules from repository. 
    20  */ 
    2118class dcStore 
    2219{ 
  • inc/core/class.dc.store.reader.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Repository modules XML feed reader 
     4 * 
     5 * Provides an object to parse XML feed of modules from repository. 
     6 * 
     7 * @package Dotclear 
     8 * @subpackage Core 
     9 * 
     10 * @copyright Olivier Meunier & Association Dotclear 
     11 * @copyright GPL-2.0-only 
     12 * 
     13 * @since 2.6 
     14 */ 
     15 
    1216if (!defined('DC_RC_PATH')) {return;} 
    1317 
    14 /** 
    15 @ingroup DC_CORE 
    16 @brief Repository modules XML feed reader 
    17 @since 2.6 
    18  
    19 Provides an object to parse XML feed of modules from repository. 
    20 This class extends clearbricks netHttp class. 
    21  */ 
    2218class dcStoreReader extends netHttp 
    2319{ 
  • inc/core/class.dc.themes.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Themes specific handler 
     4 * 
     5 * Provides an specialized object to handle themes. An instance of this 
     6 * class should be created when needed. 
     7 * 
     8 * @package Dotclear 
     9 * @subpackage Core 
     10 * 
     11 * @copyright Olivier Meunier & Association Dotclear 
     12 * @copyright GPL-2.0-only 
     13 */ 
     14 
    1215if (!defined('DC_RC_PATH')) {return;} 
    1316 
    14 /** 
    15 @ingroup DC_CORE 
    16 @brief Themes specific handler 
    17  
    18 Provides an specialized object to handle themes. An instance of this 
    19 class should be created when needed. 
    20  
    21 This class extends dcModules. 
    22  */ 
    2317class dcThemes extends dcModules 
    2418{ 
  • inc/core/class.dc.trackback.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Trackbacks/Pingbacks sender and server 
     4 * 
     5 * Sends and receives trackbacks/pingbacks. 
     6 * Also handles trackbacks/pingbacks auto discovery. 
     7 * 
     8 * @package Dotclear 
     9 * @subpackage Core 
     10 * 
     11 * @copyright Olivier Meunier & Association Dotclear 
     12 * @copyright GPL-2.0-only 
     13 */ 
     14 
    1215if (!defined('DC_RC_PATH')) {return;} 
    1316 
    14 /** 
    15 @ingroup DC_CORE 
    16 @brief Trackbacks/Pingbacks sender and server 
    17  
    18 Sends and receives trackbacks/pingbacks. Also handles trackbacks/pingbacks auto discovery. 
    19  */ 
    2017class dcTrackback 
    2118{ 
  • inc/core/class.dc.update.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Core 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • inc/core/class.dc.utils.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Dotclear helper methods 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Core 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
    14 /** 
    15 @ingroup DC_CORE 
    16 @brief Dotclear helper methods 
    17  
    18 Provides some Dotclear helpers 
    19  */ 
    2014class dcUtils 
    2115{ 
  • inc/core/class.dc.workspace.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief User workspace for preferences handler 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Core 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
    14 /** 
    15 @ingroup DC_CORE 
    16 @brief User workspace for preferences handler 
    17  
    18  */ 
    1914class dcWorkspace 
    2015{ 
  • inc/core/class.dc.xmlrpc.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Core 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • inc/core_error.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Public 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310header('Content-Type: text/html; charset=utf-8'); 
  • inc/css/print.css

    r2804 r3731  
    1 /* 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
    12 */ 
    131body { 
    142     font : 10pt serif; 
  • inc/dbschema/db-schema.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Dotclear database schema 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Core 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
  • inc/dbschema/upgrade-cli.php

    r3730 r3731  
    11#!/usr/bin/env php 
    22<?php 
    3 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    4 # 
    5 # This file is part of Dotclear 2. 
    6 # 
    7 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    8 # Licensed under the GPL version 2.0 license. 
    9 # See LICENSE file or 
    10 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    11 # 
    12 # -- END LICENSE BLOCK ----------------------------------------- 
     3/** 
     4 * @brief Dotclear upgrade procedure (CLI) 
     5 * 
     6 * @package Dotclear 
     7 * @subpackage Core 
     8 * 
     9 * @copyright Olivier Meunier & Association Dotclear 
     10 * @copyright GPL-2.0-only 
     11 */ 
     12 
    1313if (!defined('DC_RC_PATH')) {return;} 
    1414 
  • inc/dbschema/upgrade.php

    r3691 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Dotclear upgrade procedure 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Core 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
  • inc/load_plugin_file.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Core 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    13 #  ClearBricks and DotClear classes auto-loader 
    1410if (@is_dir('/usr/lib/clearbricks')) { 
    1511    define('CLEARBRICKS_PATH', '/usr/lib/clearbricks'); 
  • inc/load_var_file.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Core 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    13 #  ClearBricks and DotClear classes auto-loader 
    1410if (@is_dir('/usr/lib/clearbricks')) { 
    1511    define('CLEARBRICKS_PATH', '/usr/lib/clearbricks'); 
  • inc/prepend.php

    r3698 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Core 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310/* Start tick  */ 
  • inc/public/class.dc.template.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2015 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Public 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310class dcTemplate extends template 
  • inc/public/lib.tpl.context.php

    r3721 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Public 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • inc/public/lib.urlhandlers.php

    r3692 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Public 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • inc/public/prepend.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Public 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310if (!empty($_GET['pf'])) { 
  • inc/public/rs.extension.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Public 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
Note: See TracChangeset for help on using the changeset viewer.

Sites map