[limb-svn] r4744 - in 3.x/limb/session: . src tests/cases tests/cases/.fixture

svn at limb-project.com svn at limb-project.com
Mon Jan 22 23:10:17 MSK 2007


Author: serega
Date: 2007-01-22 23:10:17 +0300 (Mon, 22 Jan 2007)
New Revision: 4744
URL: http://fisheye.limb-project.com/changelog/limb/?cs=4744

Added:
   3.x/limb/session/common.inc.php
   3.x/limb/session/tests/cases/.fixture/
   3.x/limb/session/tests/cases/.fixture/init_tests.mysql
   3.x/limb/session/tests/cases/.fixture/init_tests.pgsql
   3.x/limb/session/tests/cases/.init.php
Removed:
   3.x/limb/session/init/
   3.x/limb/session/tests/cases/session_test_include_file1.php
   3.x/limb/session/tests/cases/session_test_include_file2.php
Modified:
   3.x/limb/session/src/lmbSession.class.php
   3.x/limb/session/src/lmbSessionDbStorage.class.php
   3.x/limb/session/tests/cases/.setup.php
   3.x/limb/session/tests/cases/lmbSessionDbStorageTest.class.php
   3.x/limb/session/tests/cases/lmbSessionTest.class.php
Log:
-- SESSION package refactoring:
  - fixtures moved from session/init to session/tests/cases/.fixture folder
  - lmbSession does not accept session storage driver in constructor anymore. 
  - lmbSessionDbStorage aceepts db connection and session max life time in constructor now. 
  - all these refactorings allowed to refactor lmbSessionStartupFilter in WEB_APP package



More information about the limb-svn mailing list