Author: dr Date: Mon Dec 17 10:04:11 2007 New Revision: 6998 Log: - Released AuthenticationDatabaseTiein version 1.1
Added: releases/AuthenticationDatabaseTiein/1.1/ - copied from r6987, trunk/AuthenticationDatabaseTiein/ releases/AuthenticationDatabaseTiein/1.1/ChangeLog - copied, changed from r6988, trunk/AuthenticationDatabaseTiein/ChangeLog releases/AuthenticationDatabaseTiein/1.1/DEPS - copied unchanged from r6989, trunk/AuthenticationDatabaseTiein/DEPS Modified: release-info/latest releases/AuthenticationDatabaseTiein/1.1/src/authentication_database_autoload.php releases/AuthenticationDatabaseTiein/1.1/src/authentication_openid_autoload.php releases/AuthenticationDatabaseTiein/1.1/src/filters/database/database_filter.php releases/AuthenticationDatabaseTiein/1.1/src/filters/database/database_info.php releases/AuthenticationDatabaseTiein/1.1/src/filters/openid/openid_db_store.php releases/AuthenticationDatabaseTiein/1.1/src/options/database_options.php releases/AuthenticationDatabaseTiein/1.1/src/options/openid_db_store_options.php releases/AuthenticationDatabaseTiein/1.1/tests/filters/database/database_test.php releases/AuthenticationDatabaseTiein/1.1/tests/filters/openid/data/openid_db_store_helper.php releases/AuthenticationDatabaseTiein/1.1/tests/filters/openid/openid_db_store_test.php releases/AuthenticationDatabaseTiein/1.1/tests/suite.php releases/AuthenticationDatabaseTiein/1.1/tests/test.php trunk/AuthenticationDatabaseTiein/ChangeLog Modified: release-info/latest ============================================================================== --- release-info/latest [iso-8859-1] (original) +++ release-info/latest [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -2,7 +2,7 @@ Archive: 1.2.4 Authentication: 1.1 -AuthenticationDatabaseTiein: 1.1beta1 +AuthenticationDatabaseTiein: 1.1 Base: 1.4rc1 Cache: 1.3beta1 Configuration: 1.2 Copied: releases/AuthenticationDatabaseTiein/1.1/ChangeLog (from r6988, trunk/AuthenticationDatabaseTiein/ChangeLog) ============================================================================== --- trunk/AuthenticationDatabaseTiein/ChangeLog [iso-8859-1] (original) +++ releases/AuthenticationDatabaseTiein/1.1/ChangeLog [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -1,4 +1,4 @@ -1.1 - [RELEASEDATE] +1.1 - Monday 17 December 2007 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - No changes. Modified: releases/AuthenticationDatabaseTiein/1.1/src/authentication_database_autoload.php ============================================================================== --- releases/AuthenticationDatabaseTiein/1.1/src/authentication_database_autoload.php [iso-8859-1] (original) +++ releases/AuthenticationDatabaseTiein/1.1/src/authentication_database_autoload.php [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -4,7 +4,7 @@ * * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License - * @version //autogentag// + * @version 1.1 * @filesource * @package AuthenticationDatabaseTiein */ Modified: releases/AuthenticationDatabaseTiein/1.1/src/authentication_openid_autoload.php ============================================================================== --- releases/AuthenticationDatabaseTiein/1.1/src/authentication_openid_autoload.php [iso-8859-1] (original) +++ releases/AuthenticationDatabaseTiein/1.1/src/authentication_openid_autoload.php [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -4,7 +4,7 @@ * * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License - * @version //autogentag// + * @version 1.1 * @filesource * @package AuthenticationDatabaseTiein */ Modified: releases/AuthenticationDatabaseTiein/1.1/src/filters/database/database_filter.php ============================================================================== --- releases/AuthenticationDatabaseTiein/1.1/src/filters/database/database_filter.php [iso-8859-1] (original) +++ releases/AuthenticationDatabaseTiein/1.1/src/filters/database/database_filter.php [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -6,7 +6,7 @@ * @license http://ez.no/licenses/new_bsd New BSD License * @filesource * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 */ /** @@ -65,7 +65,7 @@ * which are used for authentication. * * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 * @mainclass */ class ezcAuthenticationDatabaseFilter extends ezcAuthenticationFilter implements ezcAuthenticationDataFetch Modified: releases/AuthenticationDatabaseTiein/1.1/src/filters/database/database_info.php ============================================================================== --- releases/AuthenticationDatabaseTiein/1.1/src/filters/database/database_info.php [iso-8859-1] (original) +++ releases/AuthenticationDatabaseTiein/1.1/src/filters/database/database_info.php [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -6,14 +6,14 @@ * @license http://ez.no/licenses/new_bsd New BSD License * @filesource * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 */ /** * Structure for defining the database and table to authenticate against. * * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 */ class ezcAuthenticationDatabaseInfo extends ezcBaseStruct { Modified: releases/AuthenticationDatabaseTiein/1.1/src/filters/openid/openid_db_store.php ============================================================================== --- releases/AuthenticationDatabaseTiein/1.1/src/filters/openid/openid_db_store.php [iso-8859-1] (original) +++ releases/AuthenticationDatabaseTiein/1.1/src/filters/openid/openid_db_store.php [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -6,7 +6,7 @@ * @license http://ez.no/licenses/new_bsd New BSD License * @filesource * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 */ /** @@ -32,7 +32,7 @@ * The database instance to use for database storage. * * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 */ class ezcAuthenticationOpenidDbStore extends ezcAuthenticationOpenidStore { Modified: releases/AuthenticationDatabaseTiein/1.1/src/options/database_options.php ============================================================================== --- releases/AuthenticationDatabaseTiein/1.1/src/options/database_options.php [iso-8859-1] (original) +++ releases/AuthenticationDatabaseTiein/1.1/src/options/database_options.php [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -6,14 +6,14 @@ * @license http://ez.no/licenses/new_bsd New BSD License * @filesource * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 */ /** * Class containing the options for the database authentication filter. * * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 */ class ezcAuthenticationDatabaseOptions extends ezcAuthenticationFilterOptions { Modified: releases/AuthenticationDatabaseTiein/1.1/src/options/openid_db_store_options.php ============================================================================== --- releases/AuthenticationDatabaseTiein/1.1/src/options/openid_db_store_options.php [iso-8859-1] (original) +++ releases/AuthenticationDatabaseTiein/1.1/src/options/openid_db_store_options.php [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -6,7 +6,7 @@ * @license http://ez.no/licenses/new_bsd New BSD License * @filesource * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 */ /** @@ -42,7 +42,7 @@ * table name can be changed ('nonce', 'timestamp', 'openid_associations'). * * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 */ class ezcAuthenticationOpenidDbStoreOptions extends ezcAuthenticationOpenidStoreOptions { Modified: releases/AuthenticationDatabaseTiein/1.1/tests/filters/database/database_test.php ============================================================================== --- releases/AuthenticationDatabaseTiein/1.1/tests/filters/database/database_test.php [iso-8859-1] (original) +++ releases/AuthenticationDatabaseTiein/1.1/tests/filters/database/database_test.php [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -4,7 +4,7 @@ * @license http://ez.no/licenses/new_bsd New BSD License * @filesource * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 * @subpackage Tests */ @@ -12,7 +12,7 @@ /** * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 * @subpackage Tests */ class ezcAuthenticationDatabaseTest extends ezcAuthenticationDatabaseTieinTest Modified: releases/AuthenticationDatabaseTiein/1.1/tests/filters/openid/data/openid_db_store_helper.php ============================================================================== --- releases/AuthenticationDatabaseTiein/1.1/tests/filters/openid/data/openid_db_store_helper.php [iso-8859-1] (original) +++ releases/AuthenticationDatabaseTiein/1.1/tests/filters/openid/data/openid_db_store_helper.php [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -6,7 +6,7 @@ * @license http://ez.no/licenses/new_bsd New BSD License * @filesource * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 * @subpackage Tests */ @@ -17,7 +17,7 @@ * For testing purposes only. * * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 * @subpackage Tests * @access private */ Modified: releases/AuthenticationDatabaseTiein/1.1/tests/filters/openid/openid_db_store_test.php ============================================================================== --- releases/AuthenticationDatabaseTiein/1.1/tests/filters/openid/openid_db_store_test.php [iso-8859-1] (original) +++ releases/AuthenticationDatabaseTiein/1.1/tests/filters/openid/openid_db_store_test.php [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -4,7 +4,7 @@ * @license http://ez.no/licenses/new_bsd New BSD License * @filesource * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 * @subpackage Tests */ @@ -14,7 +14,7 @@ /** * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 * @subpackage Tests */ class ezcAuthenticationOpenidDbStoreTest extends ezcAuthenticationDatabaseTieinTest Modified: releases/AuthenticationDatabaseTiein/1.1/tests/suite.php ============================================================================== --- releases/AuthenticationDatabaseTiein/1.1/tests/suite.php [iso-8859-1] (original) +++ releases/AuthenticationDatabaseTiein/1.1/tests/suite.php [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -6,7 +6,7 @@ * @license http://ez.no/licenses/new_bsd New BSD License * @filesource * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 * @subpackage Tests */ @@ -18,7 +18,7 @@ /** * @package AuthenticationDatabaseTiein - * @version //autogentag// + * @version 1.1 * @subpackage Tests */ class ezcAuthenticationDatabaseTieinSuite extends PHPUnit_Framework_TestSuite Modified: releases/AuthenticationDatabaseTiein/1.1/tests/test.php ============================================================================== --- releases/AuthenticationDatabaseTiein/1.1/tests/test.php [iso-8859-1] (original) +++ releases/AuthenticationDatabaseTiein/1.1/tests/test.php [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -4,13 +4,13 @@ * @license http://ez.no/licenses/new_bsd New BSD License * @filesource * @package Authentication - * @version //autogentag// + * @version 1.1 * @subpackage Tests */ /** * @package Authentication - * @version //autogentag// + * @version 1.1 * @subpackage Tests * @access private */ Modified: trunk/AuthenticationDatabaseTiein/ChangeLog ============================================================================== --- trunk/AuthenticationDatabaseTiein/ChangeLog [iso-8859-1] (original) +++ trunk/AuthenticationDatabaseTiein/ChangeLog [iso-8859-1] Mon Dec 17 10:04:11 2007 @@ -1,4 +1,4 @@ -1.1 - [RELEASEDATE] +1.1 - Monday 17 December 2007 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - No changes. -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components