Changeset 582
- Timestamp:
- 09/14/07 13:57:34 (1 year ago)
- Files:
-
- trunk/lib/jelix-modules/jauth/controllers/login.classic.php (modified) (1 diff)
- trunk/lib/jelix-modules/jauth/controllers/login.classic.php (modified) (1 diff)
- trunk/lib/jelix/auth/jAuth.class.php (modified) (2 diffs)
- trunk/lib/jelix/auth/jAuth.class.php (modified) (2 diffs)
- trunk/lib/jelix/core/jContext.class.php (modified) (1 diff)
- trunk/lib/jelix/core/jContext.class.php (modified) (1 diff)
- trunk/lib/jelix/core/jErrorHandler.lib.php (modified) (1 diff)
- trunk/lib/jelix/core/jErrorHandler.lib.php (modified) (1 diff)
- trunk/lib/jelix/core/jIncluder.class.php (modified) (1 diff)
- trunk/lib/jelix/core/jIncluder.class.php (modified) (1 diff)
- trunk/lib/jelix/core/jLocale.class.php (modified) (1 diff)
- trunk/lib/jelix/core/jLocale.class.php (modified) (1 diff)
- trunk/lib/jelix/core/jUrl.class.php (modified) (2 diffs)
- trunk/lib/jelix/core/jUrl.class.php (modified) (2 diffs)
- trunk/lib/jelix/dao/jDaoCompiler.class.php (modified) (2 diffs)
- trunk/lib/jelix/dao/jDaoCompiler.class.php (modified) (2 diffs)
- trunk/lib/jelix/dao/jDaoConditions.class.php (modified) (1 diff)
- trunk/lib/jelix/dao/jDaoConditions.class.php (modified) (1 diff)
- trunk/lib/jelix/dao/jDaoGenerator.class.php (modified) (1 diff)
- trunk/lib/jelix/dao/jDaoGenerator.class.php (modified) (1 diff)
- trunk/lib/jelix/dao/jDaoParser.class.php (modified) (1 diff)
- trunk/lib/jelix/dao/jDaoParser.class.php (modified) (1 diff)
- trunk/lib/jelix/db/jDb.class.php (modified) (2 diffs)
- trunk/lib/jelix/db/jDb.class.php (modified) (2 diffs)
- trunk/lib/jelix/db/jDbConnection.class.php (modified) (2 diffs)
- trunk/lib/jelix/db/jDbConnection.class.php (modified) (2 diffs)
- trunk/lib/jelix/db/jDbTools.class.php (modified) (1 diff)
- trunk/lib/jelix/db/jDbTools.class.php (modified) (1 diff)
- trunk/lib/jelix/db/jDbWidget.class.php (modified) (1 diff)
- trunk/lib/jelix/db/jDbWidget.class.php (modified) (1 diff)
- trunk/lib/jelix/events/jEvent.class.php (modified) (3 diffs)
- trunk/lib/jelix/events/jEvent.class.php (modified) (3 diffs)
- trunk/lib/jelix/events/jEventListener.class.php (modified) (1 diff)
- trunk/lib/jelix/events/jEventListener.class.php (modified) (1 diff)
- trunk/lib/jelix/events/jEventListenerFactory.class.php (modified) (1 diff)
- trunk/lib/jelix/events/jEventListenerFactory.class.php (modified) (1 diff)
- trunk/lib/jelix/init.php (modified) (1 diff)
- trunk/lib/jelix/init.php (modified) (1 diff)
- trunk/lib/jelix/plugins/auth/db/db.auth.php (modified) (1 diff)
- trunk/lib/jelix/plugins/auth/db/db.auth.php (modified) (1 diff)
- trunk/lib/jelix/plugins/coord/auth/auth.coord.php (modified) (1 diff)
- trunk/lib/jelix/plugins/coord/auth/auth.coord.php (modified) (1 diff)
- trunk/lib/jelix/plugins/db/mysql/mysql.dbconnection.php (modified) (1 diff)
- trunk/lib/jelix/plugins/db/mysql/mysql.dbconnection.php (modified) (1 diff)
- trunk/lib/jelix/plugins/db/mysql/mysql.dbresultset.php (modified) (1 diff)
- trunk/lib/jelix/plugins/db/mysql/mysql.dbresultset.php (modified) (1 diff)
- trunk/lib/jelix/plugins/db/mysql/mysql.dbtools.php (modified) (2 diffs)
- trunk/lib/jelix/plugins/db/mysql/mysql.dbtools.php (modified) (2 diffs)
- trunk/lib/jelix/plugins/db/postgresql/postgresql.dbconnection.php (modified) (1 diff)
- trunk/lib/jelix/plugins/db/postgresql/postgresql.dbconnection.php (modified) (1 diff)
- trunk/lib/jelix/plugins/db/postgresql/postgresql.dbresultset.php (modified) (1 diff)
- trunk/lib/jelix/plugins/db/postgresql/postgresql.dbresultset.php (modified) (1 diff)
- trunk/lib/jelix/plugins/db/postgresql/postgresql.dbtools.php (modified) (2 diffs)
- trunk/lib/jelix/plugins/db/postgresql/postgresql.dbtools.php (modified) (2 diffs)
- trunk/lib/jelix/utils/jDateTime.class.php (modified) (1 diff)
- trunk/lib/jelix/utils/jDateTime.class.php (modified) (1 diff)
- trunk/lib/jelix/utils/jXmlRpc.class.php (modified) (1 diff)
- trunk/lib/jelix/utils/jXmlRpc.class.php (modified) (1 diff)
- trunk/lib/jelix/utils/jZone.class.php (modified) (1 diff)
- trunk/lib/jelix/utils/jZone.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/jelix-modules/jauth/controllers/login.classic.php
r534 r582 1 1 <?php 2 2 /** 3 * @package jelix-modules 4 * @subpackage jauth 5 * @author Croes Gérald, Bertrand Yan 6 * @contributor Laurent Jouanneau, Antoine Detante 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau, 2007 Antoine Detante 8 * Classe orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixZone) 9 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 10 * Auteurs initiaux : Gerald Croes et Bertrand Yan 11 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 3 * @package jelix-modules 4 * @subpackage jauth 5 * @author Laurent Jouanneau 6 * @contributor Antoine Detante 7 * @copyright 2005-2007 Laurent Jouanneau, 2007 Antoine Detante 12 8 * @link http://www.jelix.org 13 9 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 14 *15 10 */ 16 11 trunk/lib/jelix-modules/jauth/controllers/login.classic.php
r534 r582 1 1 <?php 2 2 /** 3 * @package jelix-modules 4 * @subpackage jauth 5 * @author Croes Gérald, Bertrand Yan 6 * @contributor Laurent Jouanneau, Antoine Detante 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau, 2007 Antoine Detante 8 * Classe orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixZone) 9 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 10 * Auteurs initiaux : Gerald Croes et Bertrand Yan 11 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 3 * @package jelix-modules 4 * @subpackage jauth 5 * @author Laurent Jouanneau 6 * @contributor Antoine Detante 7 * @copyright 2005-2007 Laurent Jouanneau, 2007 Antoine Detante 12 8 * @link http://www.jelix.org 13 9 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 14 *15 10 */ 16 11 trunk/lib/jelix/auth/jAuth.class.php
r534 r582 6 6 * @contributor Frédéric Guillot, Antoine Detante 7 7 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau, 2007 Frédéric Guillot, 2007 Antoine Detante 8 * Classe orginellement issue d'une branche experimentale du 9 * framework Copix 2.3dev. http://www.copix.org (jAuth) 10 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 11 * Auteur initial : Laurent Jouanneau 12 * Adaptée pour Jelix par Laurent Jouanneau 8 * 9 * This classes were get originally from an experimental branch of the Copix project (Copix 2.3dev, http://www.copix.org) 10 * Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 11 * Initial author of this Copix classes is Laurent Jouanneau, and this classes were adapted for Jelix by him 13 12 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 14 *15 13 */ 16 14 #ifnot ENABLE_PHP_JELIX … … 115 113 if (!isset($config['session_name']) 116 114 || $config['session_name'] == ''){ 117 115 118 116 $config['session_name'] = 'JELIX_USER'; 119 117 } trunk/lib/jelix/auth/jAuth.class.php
r534 r582 6 6 * @contributor Frédéric Guillot, Antoine Detante 7 7 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau, 2007 Frédéric Guillot, 2007 Antoine Detante 8 * Classe orginellement issue d'une branche experimentale du 9 * framework Copix 2.3dev. http://www.copix.org (jAuth) 10 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 11 * Auteur initial : Laurent Jouanneau 12 * Adaptée pour Jelix par Laurent Jouanneau 8 * 9 * This classes were get originally from an experimental branch of the Copix project (Copix 2.3dev, http://www.copix.org) 10 * Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 11 * Initial author of this Copix classes is Laurent Jouanneau, and this classes were adapted for Jelix by him 13 12 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 14 *15 13 */ 16 14 #ifnot ENABLE_PHP_JELIX … … 115 113 if (!isset($config['session_name']) 116 114 || $config['session_name'] == ''){ 117 115 118 116 $config['session_name'] = 'JELIX_USER'; 119 117 } trunk/lib/jelix/core/jContext.class.php
r386 r582 6 6 * @contributor 7 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 8 * @link http://www.jelix.org 8 * This class was get originally from the Copix project (CopixContext, Copix 2.3dev20050901, http://www.copix.org) 9 * Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 10 * Initial authors of this Copix class are Gerald Croes and Laurent Jouanneau, 11 * and this class was adapted/improved for Jelix by Laurent Jouanneau 12 * 13 * @link http://www.jelix.org 9 14 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 * Classe orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixContext)12 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL)13 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau14 * Adaptée et améliorée pour Jelix par Laurent Jouanneau15 15 */ 16 16 trunk/lib/jelix/core/jContext.class.php
r386 r582 6 6 * @contributor 7 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 8 * @link http://www.jelix.org 8 * This class was get originally from the Copix project (CopixContext, Copix 2.3dev20050901, http://www.copix.org) 9 * Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 10 * Initial authors of this Copix class are Gerald Croes and Laurent Jouanneau, 11 * and this class was adapted/improved for Jelix by Laurent Jouanneau 12 * 13 * @link http://www.jelix.org 9 14 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 * Classe orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixContext)12 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL)13 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau14 * Adaptée et améliorée pour Jelix par Laurent Jouanneau15 15 */ 16 16 trunk/lib/jelix/core/jErrorHandler.lib.php
r565 r582 6 6 * @contributor 7 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 8 * This function was get originally from the Copix project (CopixErrorHandler, Copix 2.3dev20050901, http://www.copix.org) 9 * Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 10 * Initial authors of this function are Gerald Croes and Laurent Jouanneau, 11 * and it was adapted/improved for Jelix by Laurent Jouanneau 12 * 8 13 * @link http://www.jelix.org 9 14 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 * fichier orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixErrorHandler.lib.php)12 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL)13 * Auteur initial :Laurent Jouanneau14 * Adaptée et améliorée pour Jelix par Laurent Jouanneau15 15 */ 16 16 trunk/lib/jelix/core/jErrorHandler.lib.php
r565 r582 6 6 * @contributor 7 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 8 * This function was get originally from the Copix project (CopixErrorHandler, Copix 2.3dev20050901, http://www.copix.org) 9 * Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 10 * Initial authors of this function are Gerald Croes and Laurent Jouanneau, 11 * and it was adapted/improved for Jelix by Laurent Jouanneau 12 * 8 13 * @link http://www.jelix.org 9 14 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 * fichier orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixErrorHandler.lib.php)12 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL)13 * Auteur initial :Laurent Jouanneau14 * Adaptée et améliorée pour Jelix par Laurent Jouanneau15 15 */ 16 16 trunk/lib/jelix/core/jIncluder.class.php
r357 r582 6 6 * @contributor 7 7 * @copyright 2005-2006 Laurent Jouanneau 8 * Idea of this class was picked from the Copix project (CopixInclude, Copix 2.3dev20050901, http://www.copix.org) 8 9 * @link http://www.jelix.org 9 10 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 10 * few line of code of jInclude are copyrighted Copyright 2001-2005 CopixTeam (LGPL licence)11 * and piked from CopixInclude class of Copix 2.3dev20050901 framework.12 * initial author : Laurent Jouanneau13 11 */ 14 12 trunk/lib/jelix/core/jIncluder.class.php
r357 r582 6 6 * @contributor 7 7 * @copyright 2005-2006 Laurent Jouanneau 8 * Idea of this class was picked from the Copix project (CopixInclude, Copix 2.3dev20050901, http://www.copix.org) 8 9 * @link http://www.jelix.org 9 10 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 10 * few line of code of jInclude are copyrighted Copyright 2001-2005 CopixTeam (LGPL licence)11 * and piked from CopixInclude class of Copix 2.3dev20050901 framework.12 * initial author : Laurent Jouanneau13 11 */ 14 12 trunk/lib/jelix/core/jLocale.class.php
r559 r582 7 7 * @contributor 8 8 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 9 * @link http://www.jelix.org10 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html11 9 * Some parts of this file are took from Copix Framework v2.3dev20050901, CopixI18N.class.php, http://www.copix.org. 12 10 * copyrighted by CopixTeam and released under GNU Lesser General Public Licence. 13 11 * initial authors : Gerald Croes, Laurent Jouanneau. 14 12 * enhancement by Laurent Jouanneau for Jelix. 13 * @link http://www.jelix.org 14 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 15 15 */ 16 16 trunk/lib/jelix/core/jLocale.class.php
r559 r582 7 7 * @contributor 8 8 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 9 * @link http://www.jelix.org10 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html11 9 * Some parts of this file are took from Copix Framework v2.3dev20050901, CopixI18N.class.php, http://www.copix.org. 12 10 * copyrighted by CopixTeam and released under GNU Lesser General Public Licence. 13 11 * initial authors : Gerald Croes, Laurent Jouanneau. 14 12 * enhancement by Laurent Jouanneau for Jelix. 13 * @link http://www.jelix.org 14 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 15 15 */ 16 16 trunk/lib/jelix/core/jUrl.class.php
r497 r582 6 6 * @contributor 7 7 * @copyright 2005-2006 Laurent Jouanneau 8 * Some parts of this file are took from an experimental branch of the Copix project (CopixUrl.class.php, Copix 2.3dev20050901, http://www.copix.org), 9 * Some lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 10 * Initial authors of this parts are Gerald Croes and Laurent Jouanneau, 11 * and this parts were adapted/improved for Jelix by Laurent Jouanneau 8 12 * @link http://www.jelix.org 9 13 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 10 *11 * Some parts of this file are took from Copix Framework v2.3dev20050901, CopixUrl.class.php,12 * copyrighted by CopixTeam and released under GNU Lesser General Public Licence.13 * author : Gerald Croes, Laurent Jouanneau.14 * http://www.copix.org15 14 */ 15 16 16 #ifnot ENABLE_PHP_JELIX 17 17 /** … … 108 108 109 109 } 110 111 112 113 110 114 111 /** trunk/lib/jelix/core/jUrl.class.php
r497 r582 6 6 * @contributor 7 7 * @copyright 2005-2006 Laurent Jouanneau 8 * Some parts of this file are took from an experimental branch of the Copix project (CopixUrl.class.php, Copix 2.3dev20050901, http://www.copix.org), 9 * Some lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 10 * Initial authors of this parts are Gerald Croes and Laurent Jouanneau, 11 * and this parts were adapted/improved for Jelix by Laurent Jouanneau 8 12 * @link http://www.jelix.org 9 13 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 10 *11 * Some parts of this file are took from Copix Framework v2.3dev20050901, CopixUrl.class.php,12 * copyrighted by CopixTeam and released under GNU Lesser General Public Licence.13 * author : Gerald Croes, Laurent Jouanneau.14 * http://www.copix.org15 14 */ 15 16 16 #ifnot ENABLE_PHP_JELIX 17 17 /** … … 108 108 109 109 } 110 111 112 113 110 114 111 /** trunk/lib/jelix/dao/jDaoCompiler.class.php
r444 r582 3 3 * @package jelix 4 4 * @subpackage dao 5 #if ENABLE_OPTIMIZED_SOURCE 5 6 * @author Croes Gérald, Laurent Jouanneau 6 7 * @contributor Laurent Jouanneau 7 8 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 9 * Ideas and some parts of this file were get originally from the Copix project 10 * (CopixDAOGeneratorV1, CopixDAODefinitionV1, Copix 2.3dev20050901, http://www.copix.org) 11 * Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 12 * Initial authors of this lines of code are Gerald Croes and Laurent Jouanneau, 13 * and classes were adapted/improved for Jelix by Laurent Jouanneau 14 * 8 15 * @link http://www.jelix.org 9 16 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 #if ENABLE_OPTIMIZED_SOURCE12 * Une partie du code est issue des classes CopixDaoCompiler, CopixDAOGeneratorV1, CopixDAODefinitionV113 * du framework Copix 2.3dev20050901. http://www.copix.org14 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL)15 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau16 * Adaptée et améliorée pour Jelix par Laurent Jouanneau17 17 */ 18 18 … … 21 21 22 22 #else 23 * Une partie du code est issue de la classe CopixDaoCompiler 24 * du framework Copix 2.3dev20050901. http://www.copix.org 25 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL) 26 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 27 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 23 * @author Laurent Jouanneau 24 * @contributor 25 * @copyright 2005-2007 Laurent Jouanneau 26 * Idea of this class was get originally from the Copix project 27 * (CopixDaoCompiler, Copix 2.3dev20050901, http://www.copix.org) 28 * no more line of code are copyrighted by CopixTeam 29 * 30 * @link http://www.jelix.org 31 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 28 32 */ 29 33 trunk/lib/jelix/dao/jDaoCompiler.class.php
r444 r582 3 3 * @package jelix 4 4 * @subpackage dao 5 #if ENABLE_OPTIMIZED_SOURCE 5 6 * @author Croes Gérald, Laurent Jouanneau 6 7 * @contributor Laurent Jouanneau 7 8 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 9 * Ideas and some parts of this file were get originally from the Copix project 10 * (CopixDAOGeneratorV1, CopixDAODefinitionV1, Copix 2.3dev20050901, http://www.copix.org) 11 * Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 12 * Initial authors of this lines of code are Gerald Croes and Laurent Jouanneau, 13 * and classes were adapted/improved for Jelix by Laurent Jouanneau 14 * 8 15 * @link http://www.jelix.org 9 16 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 #if ENABLE_OPTIMIZED_SOURCE12 * Une partie du code est issue des classes CopixDaoCompiler, CopixDAOGeneratorV1, CopixDAODefinitionV113 * du framework Copix 2.3dev20050901. http://www.copix.org14 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL)15 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau16 * Adaptée et améliorée pour Jelix par Laurent Jouanneau17 17 */ 18 18 … … 21 21 22 22 #else 23 * Une partie du code est issue de la classe CopixDaoCompiler 24 * du framework Copix 2.3dev20050901. http://www.copix.org 25 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL) 26 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 27 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 23 * @author Laurent Jouanneau 24 * @contributor 25 * @copyright 2005-2007 Laurent Jouanneau 26 * Idea of this class was get originally from the Copix project 27 * (CopixDaoCompiler, Copix 2.3dev20050901, http://www.copix.org) 28 * no more line of code are copyrighted by CopixTeam 29 * 30 * @link http://www.jelix.org 31 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 28 32 */ 29 33 trunk/lib/jelix/dao/jDaoConditions.class.php
r450 r582 6 6 * @contributor Laurent Jouanneau 7 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 8 * This classes was get originally from the Copix project (CopixDAOSearchConditions, Copix 2.3dev20050901, http://www.copix.org) 9 * Some lines of code are copyrighted 2001-2005 CopixTeam (LGPL licence). 10 * Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 11 * and this classes was adapted for Jelix by Laurent Jouanneau 12 * 8 13 * @link http://www.jelix.org 9 14 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 * Une partie du code est issue de la classe CopixDAOSearchConditions12 * du framework Copix 2.3dev20050901. http://www.copix.org13 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL)14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau16 15 */ 17 16 trunk/lib/jelix/dao/jDaoConditions.class.php
r450 r582 6 6 * @contributor Laurent Jouanneau 7 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 8 * This classes was get originally from the Copix project (CopixDAOSearchConditions, Copix 2.3dev20050901, http://www.copix.org) 9 * Some lines of code are copyrighted 2001-2005 CopixTeam (LGPL licence). 10 * Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 11 * and this classes was adapted for Jelix by Laurent Jouanneau 12 * 8 13 * @link http://www.jelix.org 9 14 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 * Une partie du code est issue de la classe CopixDAOSearchConditions12 * du framework Copix 2.3dev20050901. http://www.copix.org13 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL)14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau16 15 */ 17 16 trunk/lib/jelix/dao/jDaoGenerator.class.php
r576 r582 6 6 * @contributor Laurent Jouanneau 7 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 8 * This class was get originally from the Copix project (CopixDAOGeneratorV1, Copix 2.3dev20050901, http://www.copix.org) 9 * Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 10 * Initial authors of this Copix class are Gerald Croes and Laurent Jouanneau, 11 * and this class was rewrited for Jelix by Laurent Jouanneau 12 * 8 13 * @link http://www.jelix.org 9 14 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 * Une partie du code est issue de la classe CopixDAOGeneratorV112 * du framework Copix 2.3dev20050901. http://www.copix.org13 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL).14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau.15 * Adaptée et amélioré pour Jelix par Laurent Jouanneau.16 15 */ 17 16 trunk/lib/jelix/dao/jDaoGenerator.class.php
r576 r582 6 6 * @contributor Laurent Jouanneau 7 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 8 * This class was get originally from the Copix project (CopixDAOGeneratorV1, Copix 2.3dev20050901, http://www.copix.org) 9 * Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 10 * Initial authors of this Copix class are Gerald Croes and Laurent Jouanneau, 11 * and this class was rewrited for Jelix by Laurent Jouanneau 12 * 8 13 * @link http://www.jelix.org 9 14 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 * Une partie du code est issue de la classe CopixDAOGeneratorV112 * du framework Copix 2.3dev20050901. http://www.copix.org13 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL).14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau.15 * Adaptée et amélioré pour Jelix par Laurent Jouanneau.16 15 */ 17 16 trunk/lib/jelix/dao/jDaoParser.class.php
r576 r582 1 1 <?php 2 2 /** 3 * @package jelix4 * @subpackage dao5 * @author Croes Gérald, Laurent Jouanneau3 * @package jelix 4 * @subpackage dao 5 * @author Croes Gérald, Laurent Jouanneau 6 6 * @contributor Laurent Jouanneau 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 8 * This class was get originally from the Copix project (CopixDAODefinitionV1, Copix 2.3dev20050901, http://www.copix.org) 9 * Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 10 * Initial authors of this Copix class are Gerald Croes and Laurent Jouanneau, 11 * and this class was adapted/improved for Jelix by Laurent Jouanneau 12 * 8 13 * @link http://www.jelix.org 9 14 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 * Une partie du code est issue de la classe CopixDAODefinitionV112 * du framework Copix 2.3dev20050901. http://www.copix.org13 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL)14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau16 15 */ 17 16 trunk/lib/jelix/dao/jDaoParser.class.php
r576 r582 1 1 <?php 2 2 /** 3 * @package jelix4 * @subpackage dao5 * @author Croes Gérald, Laurent Jouanneau3 * @package jelix 4 * @subpackage dao 5 * @author Croes Gérald, Laurent Jouanneau 6 6 * @contributor Laurent Jouanneau 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 8 * This class was get originally from the Copix project (CopixDAODefinitionV1, Copix 2.3dev20050901, http://www.copix.org) 9 * Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 10 * Initial authors of this Copix class are Gerald Croes and Laurent Jouanneau, 11 * and this class was adapted/improved for Jelix by Laurent Jouanneau 12 * 8 13 * @link http://www.jelix.org 9 14 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 * Une partie du code est issue de la classe CopixDAODefinitionV112 * du framework Copix 2.3dev20050901. http://www.copix.org13 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL)14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau16 15 */ 17 16 trunk/lib/jelix/db/jDb.class.php
r479 r582 3 3 * @package jelix 4 4 * @subpackage db 5 #if ENABLE_OPTIMIZED_SOURCE 5 6 * @author Laurent Jouanneau 6 7 * @contributor 7 8 * @copyright 2005-2007 Laurent Jouanneau 9 * 10 * Some of this classes were get originally from the Copix project 11 * (CopixDbConnection, Copix 2.3dev20050901, http://www.copix.org) 12 * Some lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 13 * Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 14 * and this classes were adapted/improved for Jelix by Laurent Jouanneau 15 * 8 16 * @link http://www.jelix.org 9 17 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 * API inspirée de la classe CopixDbFactory issue du framework Copix 2.3dev20050901. http://www.copix.org12 18 */ 13 #if ENABLE_OPTIMIZED_SOURCE14 19 15 20 #includephp jDbConnection.class.php … … 17 22 18 23 #else 24 * @author Laurent Jouanneau 25 * @contributor 26 * @copyright 2005-2007 Laurent Jouanneau 27 * 28 * API ideas of this class were get originally from the Copix project (CopixDbFactory, Copix 2.3dev20050901, http://www.copix.org) 29 * No lines of code are copyrighted by CopixTeam 30 * 31 * @link http://www.jelix.org 32 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 33 */ 19 34 20 35 /** trunk/lib/jelix/db/jDb.class.php
r479 r582 3 3 * @package jelix 4 4 * @subpackage db 5 #if ENABLE_OPTIMIZED_SOURCE 5 6 * @author Laurent Jouanneau 6 7 * @contributor 7 8 * @copyright 2005-2007 Laurent Jouanneau 9 * 10 * Some of this classes were get originally from the Copix project 11 * (CopixDbConnection, Copix 2.3dev20050901, http://www.copix.org) 12 * Some lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 13 * Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 14 * and this classes were adapted/improved for Jelix by Laurent Jouanneau 15 * 8 16 * @link http://www.jelix.org 9 17 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 * API inspirée de la classe CopixDbFactory issue du framework Copix 2.3dev20050901. http://www.copix.org12 18 */ 13 #if ENABLE_OPTIMIZED_SOURCE14 19 15 20 #includephp jDbConnection.class.php … … 17 22 18 23 #else 24 * @author Laurent Jouanneau 25 * @contributor 26 * @copyright 2005-2007 Laurent Jouanneau 27 * 28 * API ideas of this class were get originally from the Copix project (CopixDbFactory, Copix 2.3dev20050901, http://www.copix.org) 29 * No lines of code are copyrighted by CopixTeam 30 * 31 * @link http://www.jelix.org 32 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 33 */ 19 34 20 35 /** trunk/lib/jelix/db/jDbConnection.class.php
r400 r582 1 1 <?php 2 2 /** 3 * @package jelix4 * @subpackage db3 * @package jelix 4 * @subpackage db 5 5 * @author Laurent Jouanneau 6 6 * @contributor 7 * @copyright 2005-2006 Laurent Jouanneau 8 * @link http://www.jelix.org 9 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 7 * @copyright 2005-2006 Laurent Jouanneau 10 8 * 11 * Quelques lignes de codes sont issues de la classe CopixDbConnection 12 * du framework Copix 2.3dev20050901. http://www.copix.org 13 * Elles sont sous Copyright 2001-2005 CopixTeam (licence LGPL) 14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 9 * This class was get originally from the Copix project (CopixDbConnection, Copix 2.3dev20050901, http://www.copix.org) 10 * However only few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 11 * Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 12 * and this class was adapted/improved for Jelix by Laurent Jouanneau 13 * 14 * @link http://www.jelix.org 15 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 16 16 */ 17 17 … … 62 62 $this->profil = & $profil; 63 63 $this->dbms = $profil['driver']; 64 $this->_connection =$this->_connect();64 $this->_connection = $this->_connect(); 65 65 } 66 66 trunk/lib/jelix/db/jDbConnection.class.php
r400 r582 1 1 <?php 2 2 /** 3 * @package jelix4 * @subpackage db3 * @package jelix 4 * @subpackage db 5 5 * @author Laurent Jouanneau 6 6 * @contributor 7 * @copyright 2005-2006 Laurent Jouanneau 8 * @link http://www.jelix.org 9 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 7 * @copyright 2005-2006 Laurent Jouanneau 10 8 * 11 * Quelques lignes de codes sont issues de la classe CopixDbConnection 12 * du framework Copix 2.3dev20050901. http://www.copix.org 13 * Elles sont sous Copyright 2001-2005 CopixTeam (licence LGPL) 14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 9 * This class was get originally from the Copix project (CopixDbConnection, Copix 2.3dev20050901, http://www.copix.org) 10 * However only few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 11 * Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 12 * and this class was adapted/improved for Jelix by Laurent Jouanneau 13 * 14 * @link http://www.jelix.org 15 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 16 16 */ 17 17 … … 62 62 $this->profil = & $profil; 63 63 $this->dbms = $profil['driver']; 64 $this->_connection =$this->_connect();64 $this->_connection = $this->_connect(); 65 65 } 66 66 trunk/lib/jelix/db/jDbTools.class.php
r386 r582 3 3 * @package jelix 4 4 * @subpackage db 5 * @version $Id:$6 5 * @author Croes Gérald, Laurent Jouanneau 7 6 * @contributor Laurent Jouanneau 8 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 9 * @link http://www.jelix.org10 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file11 8 * 12 * Classe orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixDbTools) 13 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 9 * This class was get originally from the Copix project (CopixDbTools, CopixDbConnection, Copix 2.3dev20050901, http://www.copix.org) 10 * Some lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 11 * Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 12 * and this class was adapted/improved for Jelix by Laurent Jouanneau 13 * 14 * @link http://www.jelix.org 15 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 16 16 */ 17 17 trunk/lib/jelix/db/jDbTools.class.php
r386 r582 3 3 * @package jelix 4 4 * @subpackage db 5 * @version $Id:$6 5 * @author Croes Gérald, Laurent Jouanneau 7 6 * @contributor Laurent Jouanneau 8 7 * @copyright 2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 9 * @link http://www.jelix.org10 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file11 8 * 12 * Classe orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixDbTools) 13 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 9 * This class was get originally from the Copix project (CopixDbTools, CopixDbConnection, Copix 2.3dev20050901, http://www.copix.org) 10 * Some lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 11 * Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 12 * and this class was adapted/improved for Jelix by Laurent Jouanneau 13 * 14 * @link http://www.jelix.org 15 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 16 16 */ 17 17 trunk/lib/jelix/db/jDbWidget.class.php
r411 r582 6 6 * @contributor Laurent Jouanneau 7 7 * @copyright 2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 8 * 9 * This class was get originally from the Copix project (CopixDbWidget, Copix 2.3dev20050901, http://www.copix.org) 10 * Some lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 11 * Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 12 * and this class was adapted/improved for Jelix by Laurent Jouanneau 13 * 8 14 * @link http://www.jelix.org 9 15 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 10 *11 * Methodes issues originellement de la classe CopixDbWidget du framework Copix 2.3dev20050901. http://www.copix.org12 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL)13 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau14 * Adaptée et améliorée pour Jelix par Laurent Jouanneau15 16 */ 16 17 trunk/lib/jelix/db/jDbWidget.class.php
r411
