Changeset 986
- Timestamp:
- 06/13/08 18:12:23 (3 months ago)
- Files:
-
- trunk/lib/jelix-modules/jacl2db/classes/jacl2db.listener.php (modified) (3 diffs)
- trunk/lib/jelix-modules/jacl2db/classes/jacl2db.listener.php (modified) (3 diffs)
- trunk/lib/jelix-modules/jacl2db/classes/jacl2db.listener.php (modified) (3 diffs)
- trunk/lib/jelix-modules/jacl2db/classes/jacl2db.listener.php (modified) (3 diffs)
- trunk/lib/jelix/core/defaultconfig.ini.php (modified) (1 diff)
- trunk/lib/jelix/core/defaultconfig.ini.php (modified) (1 diff)
- trunk/lib/jelix/core/defaultconfig.ini.php (modified) (1 diff)
- trunk/lib/jelix/core/defaultconfig.ini.php (modified) (1 diff)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/jelix-modules/jacl2db/classes/jacl2db.listener.php
r864 r986 4 4 * @subpackage jacl2db 5 5 * @author Jouanneau Laurent 6 * @contributor 7 * @copyright 2008 Jouanneau laurent 6 * @contributor Bastien Jaillot 7 * @copyright 2008 Jouanneau laurent, 2008 Bastien Jaillot 8 8 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 9 9 * @since 1.1 … … 23 23 */ 24 24 function onAuthNewUser($event){ 25 if($GLOBALS['gJConfig']->acl ['enableAclDbEventListener']) {25 if($GLOBALS['gJConfig']->acl2['enableAcl2DbEventListener']) { 26 26 $user = $event->getParam('user'); 27 27 jAcl2DbUserGroup::createUser($user->login); … … 35 35 */ 36 36 function onAuthRemoveUser($event){ 37 if($GLOBALS['gJConfig']->acl ['enableAclDbEventListener']) {37 if($GLOBALS['gJConfig']->acl2['enableAcl2DbEventListener']) { 38 38 $login = $event->getParam('login'); 39 39 jAcl2DbUserGroup::removeUser($login); trunk/lib/jelix-modules/jacl2db/classes/jacl2db.listener.php
r864 r986 4 4 * @subpackage jacl2db 5 5 * @author Jouanneau Laurent 6 * @contributor 7 * @copyright 2008 Jouanneau laurent 6 * @contributor Bastien Jaillot 7 * @copyright 2008 Jouanneau laurent, 2008 Bastien Jaillot 8 8 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 9 9 * @since 1.1 … … 23 23 */ 24 24 function onAuthNewUser($event){ 25 if($GLOBALS['gJConfig']->acl ['enableAclDbEventListener']) {25 if($GLOBALS['gJConfig']->acl2['enableAcl2DbEventListener']) { 26 26 $user = $event->getParam('user'); 27 27 jAcl2DbUserGroup::createUser($user->login); … … 35 35 */ 36 36 function onAuthRemoveUser($event){ 37 if($GLOBALS['gJConfig']->acl ['enableAclDbEventListener']) {37 if($GLOBALS['gJConfig']->acl2['enableAcl2DbEventListener']) { 38 38 $login = $event->getParam('login'); 39 39 jAcl2DbUserGroup::removeUser($login); trunk/lib/jelix-modules/jacl2db/classes/jacl2db.listener.php
r864 r986 4 4 * @subpackage jacl2db 5 5 * @author Jouanneau Laurent 6 * @contributor 7 * @copyright 2008 Jouanneau laurent 6 * @contributor Bastien Jaillot 7 * @copyright 2008 Jouanneau laurent, 2008 Bastien Jaillot 8 8 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 9 9 * @since 1.1 … … 23 23 */ 24 24 function onAuthNewUser($event){ 25 if($GLOBALS['gJConfig']->acl ['enableAclDbEventListener']) {25 if($GLOBALS['gJConfig']->acl2['enableAcl2DbEventListener']) { 26 26 $user = $event->getParam('user'); 27 27 jAcl2DbUserGroup::createUser($user->login); … … 35 35 */ 36 36 function onAuthRemoveUser($event){ 37 if($GLOBALS['gJConfig']->acl ['enableAclDbEventListener']) {37 if($GLOBALS['gJConfig']->acl2['enableAcl2DbEventListener']) { 38 38 $login = $event->getParam('login'); 39 39 jAcl2DbUserGroup::removeUser($login); trunk/lib/jelix-modules/jacl2db/classes/jacl2db.listener.php
r864 r986 4 4 * @subpackage jacl2db 5 5 * @author Jouanneau Laurent 6 * @contributor 7 * @copyright 2008 Jouanneau laurent 6 * @contributor Bastien Jaillot 7 * @copyright 2008 Jouanneau laurent, 2008 Bastien Jaillot 8 8 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 9 9 * @since 1.1 … … 23 23 */ 24 24 function onAuthNewUser($event){ 25 if($GLOBALS['gJConfig']->acl ['enableAclDbEventListener']) {25 if($GLOBALS['gJConfig']->acl2['enableAcl2DbEventListener']) { 26 26 $user = $event->getParam('user'); 27 27 jAcl2DbUserGroup::createUser($user->login); … … 35 35 */ 36 36 function onAuthRemoveUser($event){ 37 if($GLOBALS['gJConfig']->acl ['enableAclDbEventListener']) {37 if($GLOBALS['gJConfig']->acl2['enableAcl2DbEventListener']) { 38 38 $login = $event->getParam('login'); 39 39 jAcl2DbUserGroup::removeUser($login); trunk/lib/jelix/core/defaultconfig.ini.php
r919 r986 209 209 [acl2] 210 210 driver = db 211 enableAcl DbEventListener = off211 enableAcl2DbEventListener = off 212 212 213 213 trunk/lib/jelix/core/defaultconfig.ini.php
r919 r986 209 209 [acl2] 210 210 driver = db 211 enableAcl DbEventListener = off211 enableAcl2DbEventListener = off 212 212 213 213 trunk/lib/jelix/core/defaultconfig.ini.php
r919 r986 209 209 [acl2] 210 210 driver = db 211 enableAcl DbEventListener = off211 enableAcl2DbEventListener = off 212 212 213 213 trunk/lib/jelix/core/defaultconfig.ini.php
r919 r986 209 209 [acl2] 210 210 driver = db 211 enableAcl DbEventListener = off211 enableAcl2DbEventListener = off 212 212 213 213 trunk/lib/jelix/CREDITS
r983 r986 34 34 - add a jFormBase prepareDaoFromControls which return a DAO filled by form (#497) 35 35 - jforms tpl plugins : choice of builder (#583) 36 - fixed bug in jacl2 events : conflict with jacl (#621) 36 37 37 38 Laurent Jouanneau (laurentj): trunk/lib/jelix/CREDITS
r983 r986 34 34 - add a jFormBase prepareDaoFromControls which return a DAO filled by form (#497) 35 35 - jforms tpl plugins : choice of builder (#583) 36 - fixed bug in jacl2 events : conflict with jacl (#621) 36 37 37 38 Laurent Jouanneau (laurentj): trunk/lib/jelix/CREDITS
r983 r986 34 34 - add a jFormBase prepareDaoFromControls which return a DAO filled by form (#497) 35 35 - jforms tpl plugins : choice of builder (#583) 36 - fixed bug in jacl2 events : conflict with jacl (#621) 36 37 37 38 Laurent Jouanneau (laurentj): trunk/lib/jelix/CREDITS
r983 r986 34 34 - add a jFormBase prepareDaoFromControls which return a DAO filled by form (#497) 35 35 - jforms tpl plugins : choice of builder (#583) 36 - fixed bug in jacl2 events : conflict with jacl (#621) 36 37 37 38 Laurent Jouanneau (laurentj):
