Changeset 737
- Timestamp:
- 01/15/08 15:21:24 (7 months ago)
- Files:
-
- branches/1.0.x/build/manifests/jelix-lib.mn (modified) (1 diff)
- branches/1.0.x/build/manifests/jelix-lib.mn (modified) (1 diff)
- branches/1.0.x/build/manifests/jelix-lib.mn (modified) (1 diff)
- branches/1.0.x/lib/jelix-modules/jacldb (added)
- branches/1.0.x/lib/jelix-modules/jacldb (added)
- branches/1.0.x/lib/jelix-modules/jacldb (added)
- branches/1.0.x/lib/jelix-modules/jacldb/classes (added)
- branches/1.0.x/lib/jelix-modules/jacldb/classes (added)
- branches/1.0.x/lib/jelix-modules/jacldb/classes (added)
- branches/1.0.x/lib/jelix-modules/jacldb/classes/jacldb.listener.php (added)
- branches/1.0.x/lib/jelix-modules/jacldb/classes/jacldb.listener.php (added)
- branches/1.0.x/lib/jelix-modules/jacldb/classes/jacldb.listener.php (added)
- branches/1.0.x/lib/jelix-modules/jacldb/events.xml (added)
- branches/1.0.x/lib/jelix-modules/jacldb/events.xml (added)
- branches/1.0.x/lib/jelix-modules/jacldb/events.xml (added)
- branches/1.0.x/lib/jelix-modules/jacldb/module.xml (added)
- branches/1.0.x/lib/jelix-modules/jacldb/module.xml (added)
- branches/1.0.x/lib/jelix-modules/jacldb/module.xml (added)
- branches/1.0.x/lib/jelix/core/defaultconfig.ini.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/core/defaultconfig.ini.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/core/defaultconfig.ini.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/plugins/acl/db/db.acl.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/plugins/acl/db/db.acl.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/plugins/acl/db/db.acl.php (modified) (1 diff)
- tags/release_1.0beta3.1/Makefile (modified) (1 diff)
- tags/release_1.0beta3.1/Makefile (modified) (1 diff)
- tags/release_1.0beta3.1/Makefile (modified) (1 diff)
- tags/release_1.0beta3/Makefile (modified) (1 diff)
- tags/release_1.0beta3/Makefile (modified) (1 diff)
- tags/release_1.0beta3/Makefile (modified) (1 diff)
- trunk/build/manifests/jelix-lib.mn (modified) (1 diff)
- trunk/build/manifests/jelix-lib.mn (modified) (1 diff)
- trunk/build/manifests/jelix-lib.mn (modified) (1 diff)
- trunk/lib/jelix-modules/jacldb (added)
- trunk/lib/jelix-modules/jacldb (added)
- trunk/lib/jelix-modules/jacldb (added)
- trunk/lib/jelix-modules/jacldb/classes (added)
- trunk/lib/jelix-modules/jacldb/classes (added)
- trunk/lib/jelix-modules/jacldb/classes (added)
- trunk/lib/jelix-modules/jacldb/classes/jacldb.listener.php (added)
- trunk/lib/jelix-modules/jacldb/classes/jacldb.listener.php (added)
- trunk/lib/jelix-modules/jacldb/classes/jacldb.listener.php (added)
- trunk/lib/jelix-modules/jacldb/events.xml (added)
- trunk/lib/jelix-modules/jacldb/events.xml (added)
- trunk/lib/jelix-modules/jacldb/events.xml (added)
- trunk/lib/jelix-modules/jacldb/module.xml (added)
- trunk/lib/jelix-modules/jacldb/module.xml (added)
- trunk/lib/jelix-modules/jacldb/module.xml (added)
- 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/plugins/acl/db/db.acl.php (modified) (1 diff)
- trunk/lib/jelix/plugins/acl/db/db.acl.php (modified) (1 diff)
- trunk/lib/jelix/plugins/acl/db/db.acl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/build/manifests/jelix-lib.mn
r706 r737 231 231 CREDITS 232 232 233 cd lib/jelix-modules/jacldb 234 module.xml 235 events.xml 236 cd lib/jelix-modules/jacldb/classes 237 ! jacldb.listener.php 233 238 cd lib/jelix-modules/jauth 234 239 module.xml branches/1.0.x/build/manifests/jelix-lib.mn
r706 r737 231 231 CREDITS 232 232 233 cd lib/jelix-modules/jacldb 234 module.xml 235 events.xml 236 cd lib/jelix-modules/jacldb/classes 237 ! jacldb.listener.php 233 238 cd lib/jelix-modules/jauth 234 239 module.xml branches/1.0.x/build/manifests/jelix-lib.mn
r706 r737 231 231 CREDITS 232 232 233 cd lib/jelix-modules/jacldb 234 module.xml 235 events.xml 236 cd lib/jelix-modules/jacldb/classes 237 ! jacldb.listener.php 233 238 cd lib/jelix-modules/jauth 234 239 module.xml branches/1.0.x/lib/jelix/core/defaultconfig.ini.php
r716 r737 188 188 [acl] 189 189 driver = db 190 190 enableAclDbEventListener = off 191 191 192 192 [sessions] branches/1.0.x/lib/jelix/core/defaultconfig.ini.php
r716 r737 188 188 [acl] 189 189 driver = db 190 190 enableAclDbEventListener = off 191 191 192 192 [sessions] branches/1.0.x/lib/jelix/core/defaultconfig.ini.php
r716 r737 188 188 [acl] 189 189 driver = db 190 190 enableAclDbEventListener = off 191 191 192 192 [sessions] branches/1.0.x/lib/jelix/plugins/acl/db/db.acl.php
r561 r737 44 44 $groups = jAclDbUserGroup::getGroups(); 45 45 46 if (count($groups) == 0) { 47 self::$acl[$subject] = array(); 48 self::$aclres[$subject][$resource] = array(); 49 return array(); 50 } 51 46 52 // recupère toutes les valeurs correspondant aux groupes auquel appartient le user, 47 53 // avec le sujet et ressource indiqué branches/1.0.x/lib/jelix/plugins/acl/db/db.acl.php
r561 r737 44 44 $groups = jAclDbUserGroup::getGroups(); 45 45 46 if (count($groups) == 0) { 47 self::$acl[$subject] = array(); 48 self::$aclres[$subject][$resource] = array(); 49 return array(); 50 } 51 46 52 // recupère toutes les valeurs correspondant aux groupes auquel appartient le user, 47 53 // avec le sujet et ressource indiqué branches/1.0.x/lib/jelix/plugins/acl/db/db.acl.php
r561 r737 44 44 $groups = jAclDbUserGroup::getGroups(); 45 45 46 if (count($groups) == 0) { 47 self::$acl[$subject] = array(); 48 self::$aclres[$subject][$resource] = array(); 49 return array(); 50 } 51 46 52 // recupère toutes les valeurs correspondant aux groupes auquel appartient le user, 47 53 // avec le sujet et ressource indiqué tags/release_1.0beta3.1/Makefile
r418 r737 2 2 SHELL=/bin/sh 3 3 PHP=/usr/bin/php 4 PHPDOC=../../ phpdoc/4 PHPDOC=../../../phpdoc/ 5 5 6 6 CURRENT_PATH = $(shell pwd) tags/release_1.0beta3.1/Makefile
r418 r737 2 2 SHELL=/bin/sh 3 3 PHP=/usr/bin/php 4 PHPDOC=../../ phpdoc/4 PHPDOC=../../../phpdoc/ 5 5 6 6 CURRENT_PATH = $(shell pwd) tags/release_1.0beta3.1/Makefile
r418 r737 2 2 SHELL=/bin/sh 3 3 PHP=/usr/bin/php 4 PHPDOC=../../ phpdoc/4 PHPDOC=../../../phpdoc/ 5 5 6 6 CURRENT_PATH = $(shell pwd) tags/release_1.0beta3/Makefile
r418 r737 2 2 SHELL=/bin/sh 3 3 PHP=/usr/bin/php 4 PHPDOC=../../ phpdoc/4 PHPDOC=../../../phpdoc/ 5 5 6 6 CURRENT_PATH = $(shell pwd) tags/release_1.0beta3/Makefile
r418 r737 2 2 SHELL=/bin/sh 3 3 PHP=/usr/bin/php 4 PHPDOC=../../ phpdoc/4 PHPDOC=../../../phpdoc/ 5 5 6 6 CURRENT_PATH = $(shell pwd) tags/release_1.0beta3/Makefile
r418 r737 2 2 SHELL=/bin/sh 3 3 PHP=/usr/bin/php 4 PHPDOC=../../ phpdoc/4 PHPDOC=../../../phpdoc/ 5 5 6 6 CURRENT_PATH = $(shell pwd) trunk/build/manifests/jelix-lib.mn
r706 r737 231 231 CREDITS 232 232 233 cd lib/jelix-modules/jacldb 234 module.xml 235 events.xml 236 cd lib/jelix-modules/jacldb/classes 237 ! jacldb.listener.php 233 238 cd lib/jelix-modules/jauth 234 239 module.xml trunk/build/manifests/jelix-lib.mn
r706 r737 231 231 CREDITS 232 232 233 cd lib/jelix-modules/jacldb 234 module.xml 235 events.xml 236 cd lib/jelix-modules/jacldb/classes 237 ! jacldb.listener.php 233 238 cd lib/jelix-modules/jauth 234 239 module.xml trunk/build/manifests/jelix-lib.mn
r706 r737 231 231 CREDITS 232 232 233 cd lib/jelix-modules/jacldb 234 module.xml 235 events.xml 236 cd lib/jelix-modules/jacldb/classes 237 ! jacldb.listener.php 233 238 cd lib/jelix-modules/jauth 234 239 module.xml trunk/lib/jelix/core/defaultconfig.ini.php
r716 r737 188 188 [acl] 189 189 driver = db 190 190 enableAclDbEventListener = off 191 191 192 192 [sessions] trunk/lib/jelix/core/defaultconfig.ini.php
r716 r737 188 188 [acl] 189 189 driver = db 190 190 enableAclDbEventListener = off 191 191 192 192 [sessions] trunk/lib/jelix/core/defaultconfig.ini.php
r716 r737 188 188 [acl] 189 189 driver = db 190 190 enableAclDbEventListener = off 191 191 192 192 [sessions] trunk/lib/jelix/plugins/acl/db/db.acl.php
r561 r737 44 44 $groups = jAclDbUserGroup::getGroups(); 45 45 46 if (count($groups) == 0) { 47 self::$acl[$subject] = array(); 48 self::$aclres[$subject][$resource] = array(); 49 return array(); 50 } 51 46 52 // recupère toutes les valeurs correspondant aux groupes auquel appartient le user, 47 53 // avec le sujet et ressource indiqué trunk/lib/jelix/plugins/acl/db/db.acl.php
r561 r737 44 44 $groups = jAclDbUserGroup::getGroups(); 45 45 46 if (count($groups) == 0) { 47 self::$acl[$subject] = array(); 48 self::$aclres[$subject][$resource] = array(); 49 return array(); 50 } 51 46 52 // recupère toutes les valeurs correspondant aux groupes auquel appartient le user, 47 53 // avec le sujet et ressource indiqué trunk/lib/jelix/plugins/acl/db/db.acl.php
r561 r737 44 44 $groups = jAclDbUserGroup::getGroups(); 45 45 46 if (count($groups) == 0) { 47 self::$acl[$subject] = array(); 48 self::$aclres[$subject][$resource] = array(); 49 return array(); 50 } 51 46 52 // recupère toutes les valeurs correspondant aux groupes auquel appartient le user, 47 53 // avec le sujet et ressource indiqué
