Author: dr
Date: Wed Nov 28 10:51:55 2007
New Revision: 6859
Log:
- Released Authentication version 1.1beta1
Added:
releases/Authentication/1.1beta1/
- copied from r6847, trunk/Authentication/
Modified:
release-info/latest
releases/Authentication/1.1beta1/ChangeLog
releases/Authentication/1.1beta1/src/authentication.php
releases/Authentication/1.1beta1/src/authentication_autoload.php
releases/Authentication/1.1beta1/src/credentials/credentials.php
releases/Authentication/1.1beta1/src/credentials/id_credentials.php
releases/Authentication/1.1beta1/src/credentials/password_credentials.php
releases/Authentication/1.1beta1/src/exceptions/authentication_exception.php
releases/Authentication/1.1beta1/src/exceptions/ldap_exception.php
releases/Authentication/1.1beta1/src/exceptions/openid_exception.php
releases/Authentication/1.1beta1/src/exceptions/typekey_exception.php
releases/Authentication/1.1beta1/src/filters/group/group_filter.php
releases/Authentication/1.1beta1/src/filters/htpasswd/htpasswd_filter.php
releases/Authentication/1.1beta1/src/filters/ldap/ldap_filter.php
releases/Authentication/1.1beta1/src/filters/ldap/ldap_info.php
releases/Authentication/1.1beta1/src/filters/openid/openid_association.php
releases/Authentication/1.1beta1/src/filters/openid/openid_file_store.php
releases/Authentication/1.1beta1/src/filters/openid/openid_filter.php
releases/Authentication/1.1beta1/src/filters/openid/openid_store.php
releases/Authentication/1.1beta1/src/filters/token/token_filter.php
releases/Authentication/1.1beta1/src/filters/typekey/typekey_filter.php
releases/Authentication/1.1beta1/src/interfaces/authentication_filter.php
releases/Authentication/1.1beta1/src/interfaces/data_fetch.php
releases/Authentication/1.1beta1/src/math/bcmath_library.php
releases/Authentication/1.1beta1/src/math/bignum_library.php
releases/Authentication/1.1beta1/src/math/gmp_library.php
releases/Authentication/1.1beta1/src/math/math.php
releases/Authentication/1.1beta1/src/options/authentication_options.php
releases/Authentication/1.1beta1/src/options/filter_options.php
releases/Authentication/1.1beta1/src/options/group_options.php
releases/Authentication/1.1beta1/src/options/htpasswd_options.php
releases/Authentication/1.1beta1/src/options/ldap_options.php
releases/Authentication/1.1beta1/src/options/openid_file_store_options.php
releases/Authentication/1.1beta1/src/options/openid_options.php
releases/Authentication/1.1beta1/src/options/openid_store_options.php
releases/Authentication/1.1beta1/src/options/session_options.php
releases/Authentication/1.1beta1/src/options/token_options.php
releases/Authentication/1.1beta1/src/options/typekey_options.php
releases/Authentication/1.1beta1/src/session/authentication_session.php
releases/Authentication/1.1beta1/src/status/authentication_status.php
releases/Authentication/1.1beta1/src/url/url.php
releases/Authentication/1.1beta1/tests/filters/group/group_multiple_test.php
releases/Authentication/1.1beta1/tests/filters/group/group_test.php
releases/Authentication/1.1beta1/tests/filters/htpasswd/htpasswd_test.php
releases/Authentication/1.1beta1/tests/filters/ldap/ldap_test.php
releases/Authentication/1.1beta1/tests/filters/openid/data/openid_store_helper.php
releases/Authentication/1.1beta1/tests/filters/openid/data/openid_wrapper.php
releases/Authentication/1.1beta1/tests/filters/openid/openid_file_store_test.php
releases/Authentication/1.1beta1/tests/filters/openid/openid_test.php
releases/Authentication/1.1beta1/tests/filters/token/data/encryption.php
releases/Authentication/1.1beta1/tests/filters/token/token_test.php
releases/Authentication/1.1beta1/tests/filters/typekey/data/typekey_wrapper.php
releases/Authentication/1.1beta1/tests/filters/typekey/typekey_test.php
releases/Authentication/1.1beta1/tests/general/authentication_test.php
releases/Authentication/1.1beta1/tests/math/bignum_test.php
releases/Authentication/1.1beta1/tests/session/session_test.php
releases/Authentication/1.1beta1/tests/suite.php
releases/Authentication/1.1beta1/tests/test.php
releases/Authentication/1.1beta1/tests/url/url_test.php
trunk/Authentication/ChangeLog
Modified: release-info/latest
==============================================================================
--- release-info/latest [iso-8859-1] (original)
+++ release-info/latest [iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -1,7 +1,7 @@
PACKAGES
Archive: 1.2.4
-Authentication: 1.1alpha2
+Authentication: 1.1beta1
AuthenticationDatabaseTiein: 1.1alpha1
Base: 1.4alpha2
Cache: 1.3alpha1
Modified: releases/Authentication/1.1beta1/ChangeLog
==============================================================================
--- releases/Authentication/1.1beta1/ChangeLog [iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/ChangeLog [iso-8859-1] Wed Nov 28 10:51:55
2007
@@ -1,4 +1,4 @@
-1.1beta1 - [RELEASEDATE]
+1.1beta1 - Wednesday 28 November 2007
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue #11926: Renamed __toString() to toString() for math classes (BC
Modified: releases/Authentication/1.1beta1/src/authentication.php
==============================================================================
--- releases/Authentication/1.1beta1/src/authentication.php [iso-8859-1]
(original)
+++ releases/Authentication/1.1beta1/src/authentication.php [iso-8859-1] Wed
Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -61,7 +61,7 @@
* The user credentials to pass to the authentication filters.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @mainclass
*/
class ezcAuthentication
Modified: releases/Authentication/1.1beta1/src/authentication_autoload.php
==============================================================================
--- releases/Authentication/1.1beta1/src/authentication_autoload.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/authentication_autoload.php
[iso-8859-1] Wed Nov 28 10:51:55 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.1beta1
* @filesource
* @package Authentication
*/
Modified: releases/Authentication/1.1beta1/src/credentials/credentials.php
==============================================================================
--- releases/Authentication/1.1beta1/src/credentials/credentials.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/credentials/credentials.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Base class for all authentication credentials structures.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
abstract class ezcAuthenticationCredentials extends ezcBaseStruct
{
Modified: releases/Authentication/1.1beta1/src/credentials/id_credentials.php
==============================================================================
--- releases/Authentication/1.1beta1/src/credentials/id_credentials.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/credentials/id_credentials.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Structure containing an id, used as authentication credentials.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @mainclass
*/
class ezcAuthenticationIdCredentials extends ezcAuthenticationCredentials
Modified:
releases/Authentication/1.1beta1/src/credentials/password_credentials.php
==============================================================================
--- releases/Authentication/1.1beta1/src/credentials/password_credentials.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/credentials/password_credentials.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Structure containing an id and password, used as authentication credentials.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @mainclass
*/
class ezcAuthenticationPasswordCredentials extends ezcAuthenticationCredentials
Modified:
releases/Authentication/1.1beta1/src/exceptions/authentication_exception.php
==============================================================================
---
releases/Authentication/1.1beta1/src/exceptions/authentication_exception.php
[iso-8859-1] (original)
+++
releases/Authentication/1.1beta1/src/exceptions/authentication_exception.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Thrown when an exceptional state occurs in the Authentication component.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationException extends ezcBaseException
{
Modified: releases/Authentication/1.1beta1/src/exceptions/ldap_exception.php
==============================================================================
--- releases/Authentication/1.1beta1/src/exceptions/ldap_exception.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/exceptions/ldap_exception.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Thrown when an exceptional state occurs in the LDAP authentication.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationLdapException extends ezcAuthenticationException
{
Modified: releases/Authentication/1.1beta1/src/exceptions/openid_exception.php
==============================================================================
--- releases/Authentication/1.1beta1/src/exceptions/openid_exception.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/exceptions/openid_exception.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Thrown when an exceptional state occurs in the OpenID authentication.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationOpenidException extends ezcAuthenticationException
{
Modified: releases/Authentication/1.1beta1/src/exceptions/typekey_exception.php
==============================================================================
--- releases/Authentication/1.1beta1/src/exceptions/typekey_exception.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/exceptions/typekey_exception.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Thrown when an exceptional state occurs in the TypeKey authentication.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationTypekeyException extends ezcAuthenticationException
{
Modified: releases/Authentication/1.1beta1/src/filters/group/group_filter.php
==============================================================================
--- releases/Authentication/1.1beta1/src/filters/group/group_filter.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/filters/group/group_filter.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -131,7 +131,7 @@
* The status object which holds the status of the run filters.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @mainclass
*/
class ezcAuthenticationGroupFilter extends ezcAuthenticationFilter
Modified:
releases/Authentication/1.1beta1/src/filters/htpasswd/htpasswd_filter.php
==============================================================================
--- releases/Authentication/1.1beta1/src/filters/htpasswd/htpasswd_filter.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/filters/htpasswd/htpasswd_filter.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -58,7 +58,7 @@
* The path and file name of the htpasswd file to use.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @mainclass
*/
class ezcAuthenticationHtpasswdFilter extends ezcAuthenticationFilter
Modified: releases/Authentication/1.1beta1/src/filters/ldap/ldap_filter.php
==============================================================================
--- releases/Authentication/1.1beta1/src/filters/ldap/ldap_filter.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/filters/ldap/ldap_filter.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -69,7 +69,7 @@
* and port.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @mainclass
*/
class ezcAuthenticationLdapFilter extends ezcAuthenticationFilter implements
ezcAuthenticationDataFetch
Modified: releases/Authentication/1.1beta1/src/filters/ldap/ldap_info.php
==============================================================================
--- releases/Authentication/1.1beta1/src/filters/ldap/ldap_info.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/filters/ldap/ldap_info.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Structure for defining the LDAP directory to authenticate against.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationLdapInfo extends ezcBaseStruct
{
Modified:
releases/Authentication/1.1beta1/src/filters/openid/openid_association.php
==============================================================================
--- releases/Authentication/1.1beta1/src/filters/openid/openid_association.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/filters/openid/openid_association.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -14,7 +14,7 @@
* OpenID provider.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationOpenidAssociation extends ezcBaseStruct
{
Modified:
releases/Authentication/1.1beta1/src/filters/openid/openid_file_store.php
==============================================================================
--- releases/Authentication/1.1beta1/src/filters/openid/openid_file_store.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/filters/openid/openid_file_store.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -30,7 +30,7 @@
* be writable.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationOpenidFileStore extends ezcAuthenticationOpenidStore
{
Modified: releases/Authentication/1.1beta1/src/filters/openid/openid_filter.php
==============================================================================
--- releases/Authentication/1.1beta1/src/filters/openid/openid_filter.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/filters/openid/openid_filter.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -206,7 +206,7 @@
* @todo check if the nonce handling is correct (openid.response_nonce?)
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @mainclass
*/
class ezcAuthenticationOpenidFilter extends ezcAuthenticationFilter implements
ezcAuthenticationDataFetch
Modified: releases/Authentication/1.1beta1/src/filters/openid/openid_store.php
==============================================================================
--- releases/Authentication/1.1beta1/src/filters/openid/openid_store.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/filters/openid/openid_store.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -14,7 +14,7 @@
* be used in OpenID authentication.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
abstract class ezcAuthenticationOpenidStore
{
Modified: releases/Authentication/1.1beta1/src/filters/token/token_filter.php
==============================================================================
--- releases/Authentication/1.1beta1/src/filters/token/token_filter.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/filters/token/token_filter.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -68,7 +68,7 @@
* compare it with the stored token.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @mainclass
*/
class ezcAuthenticationTokenFilter extends ezcAuthenticationFilter
Modified:
releases/Authentication/1.1beta1/src/filters/typekey/typekey_filter.php
==============================================================================
--- releases/Authentication/1.1beta1/src/filters/typekey/typekey_filter.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/filters/typekey/typekey_filter.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -186,7 +186,7 @@
* your own wrapper before calling run().
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @mainclass
*/
class ezcAuthenticationTypekeyFilter extends ezcAuthenticationFilter
implements ezcAuthenticationDataFetch
Modified:
releases/Authentication/1.1beta1/src/interfaces/authentication_filter.php
==============================================================================
--- releases/Authentication/1.1beta1/src/interfaces/authentication_filter.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/interfaces/authentication_filter.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -22,7 +22,7 @@
* property $options, and the public methods setOptions() and getOptions().
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
abstract class ezcAuthenticationFilter
{
Modified: releases/Authentication/1.1beta1/src/interfaces/data_fetch.php
==============================================================================
--- releases/Authentication/1.1beta1/src/interfaces/data_fetch.php [iso-8859-1]
(original)
+++ releases/Authentication/1.1beta1/src/interfaces/data_fetch.php [iso-8859-1]
Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -17,7 +17,7 @@
* the authentication process can implement this interface.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
interface ezcAuthenticationDataFetch
{
Modified: releases/Authentication/1.1beta1/src/math/bcmath_library.php
==============================================================================
--- releases/Authentication/1.1beta1/src/math/bcmath_library.php [iso-8859-1]
(original)
+++ releases/Authentication/1.1beta1/src/math/bcmath_library.php [iso-8859-1]
Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Wrapper class for the PHP bcmath extension.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @access private
*/
class ezcAuthenticationBcmathLibrary extends ezcAuthenticationBignumLibrary
Modified: releases/Authentication/1.1beta1/src/math/bignum_library.php
==============================================================================
--- releases/Authentication/1.1beta1/src/math/bignum_library.php [iso-8859-1]
(original)
+++ releases/Authentication/1.1beta1/src/math/bignum_library.php [iso-8859-1]
Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -15,7 +15,7 @@
* Classes which extend this class must implement all the abstract methods.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @access private
*/
abstract class ezcAuthenticationBignumLibrary
Modified: releases/Authentication/1.1beta1/src/math/gmp_library.php
==============================================================================
--- releases/Authentication/1.1beta1/src/math/gmp_library.php [iso-8859-1]
(original)
+++ releases/Authentication/1.1beta1/src/math/gmp_library.php [iso-8859-1] Wed
Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Wrapper class for the PHP gmp extension.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @access private
*/
class ezcAuthenticationGmpLibrary extends ezcAuthenticationBignumLibrary
Modified: releases/Authentication/1.1beta1/src/math/math.php
==============================================================================
--- releases/Authentication/1.1beta1/src/math/math.php [iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/math/math.php [iso-8859-1] Wed Nov 28
10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Large number support and cryptographic functions for authentication.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @access private
*/
class ezcAuthenticationMath
Modified:
releases/Authentication/1.1beta1/src/options/authentication_options.php
==============================================================================
--- releases/Authentication/1.1beta1/src/options/authentication_options.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/options/authentication_options.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Class containing the basic options for the authentication main class.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationOptions extends ezcBaseOptions
{
Modified: releases/Authentication/1.1beta1/src/options/filter_options.php
==============================================================================
--- releases/Authentication/1.1beta1/src/options/filter_options.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/options/filter_options.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Class containing the basic options for authentication filters.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationFilterOptions extends ezcBaseOptions
{
Modified: releases/Authentication/1.1beta1/src/options/group_options.php
==============================================================================
--- releases/Authentication/1.1beta1/src/options/group_options.php [iso-8859-1]
(original)
+++ releases/Authentication/1.1beta1/src/options/group_options.php [iso-8859-1]
Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -37,7 +37,7 @@
* ezcAuthentication object are used for all filters in the group).
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationGroupOptions extends ezcAuthenticationFilterOptions
{
Modified: releases/Authentication/1.1beta1/src/options/htpasswd_options.php
==============================================================================
--- releases/Authentication/1.1beta1/src/options/htpasswd_options.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/options/htpasswd_options.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -32,7 +32,7 @@
* filter from the password stored in the htpasswd file.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationHtpasswdOptions extends ezcAuthenticationFilterOptions
{
Modified: releases/Authentication/1.1beta1/src/options/ldap_options.php
==============================================================================
--- releases/Authentication/1.1beta1/src/options/ldap_options.php [iso-8859-1]
(original)
+++ releases/Authentication/1.1beta1/src/options/ldap_options.php [iso-8859-1]
Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -33,7 +33,7 @@
* - ezcAuthenticationLdapFilter::PROTOCOL_TLS - TLS connection
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationLdapOptions extends ezcAuthenticationFilterOptions
{
Modified:
releases/Authentication/1.1beta1/src/options/openid_file_store_options.php
==============================================================================
--- releases/Authentication/1.1beta1/src/options/openid_file_store_options.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/options/openid_file_store_options.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Class containing the options for the OpenID file store.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationOpenidFileStoreOptions extends
ezcAuthenticationOpenidStoreOptions
{
Modified: releases/Authentication/1.1beta1/src/options/openid_options.php
==============================================================================
--- releases/Authentication/1.1beta1/src/options/openid_options.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/options/openid_options.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -66,7 +66,7 @@
* It is false by default (use checkid_setup by default).
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationOpenidOptions extends ezcAuthenticationFilterOptions
{
Modified: releases/Authentication/1.1beta1/src/options/openid_store_options.php
==============================================================================
--- releases/Authentication/1.1beta1/src/options/openid_store_options.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/options/openid_store_options.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Class containing the options for the OpenID store.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationOpenidStoreOptions extends ezcBaseOptions
{
Modified: releases/Authentication/1.1beta1/src/options/session_options.php
==============================================================================
--- releases/Authentication/1.1beta1/src/options/session_options.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/options/session_options.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -37,7 +37,7 @@
* The key to use in $_SESSION to hold the authentication timestamp.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationSessionOptions extends ezcBaseOptions
{
Modified: releases/Authentication/1.1beta1/src/options/token_options.php
==============================================================================
--- releases/Authentication/1.1beta1/src/options/token_options.php [iso-8859-1]
(original)
+++ releases/Authentication/1.1beta1/src/options/token_options.php [iso-8859-1]
Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Class containing the options for the token authentication filter.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationTokenOptions extends ezcAuthenticationFilterOptions
{
Modified: releases/Authentication/1.1beta1/src/options/typekey_options.php
==============================================================================
--- releases/Authentication/1.1beta1/src/options/typekey_options.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/options/typekey_options.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -47,7 +47,7 @@
* Default is $_GET.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationTypekeyOptions extends ezcAuthenticationFilterOptions
{
Modified:
releases/Authentication/1.1beta1/src/session/authentication_session.php
==============================================================================
--- releases/Authentication/1.1beta1/src/session/authentication_session.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/session/authentication_session.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
@@ -66,7 +66,7 @@
* session objects.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @mainclass
*/
class ezcAuthenticationSession
Modified: releases/Authentication/1.1beta1/src/status/authentication_status.php
==============================================================================
--- releases/Authentication/1.1beta1/src/status/authentication_status.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/status/authentication_status.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Holds the statuses returned from each authentication filter.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationStatus
{
Modified: releases/Authentication/1.1beta1/src/url/url.php
==============================================================================
--- releases/Authentication/1.1beta1/src/url/url.php [iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/src/url/url.php [iso-8859-1] Wed Nov 28
10:51:55 2007
@@ -6,14 +6,14 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
/**
* Class which provides a methods for handling URLs.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
*/
class ezcAuthenticationUrl
{
Modified:
releases/Authentication/1.1beta1/tests/filters/group/group_multiple_test.php
==============================================================================
---
releases/Authentication/1.1beta1/tests/filters/group/group_multiple_test.php
[iso-8859-1] (original)
+++
releases/Authentication/1.1beta1/tests/filters/group/group_multiple_test.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -4,7 +4,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -12,7 +12,7 @@
/**
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
class ezcAuthenticationGroupMultipleTest extends ezcAuthenticationTest
Modified: releases/Authentication/1.1beta1/tests/filters/group/group_test.php
==============================================================================
--- releases/Authentication/1.1beta1/tests/filters/group/group_test.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/tests/filters/group/group_test.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -4,7 +4,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -12,7 +12,7 @@
/**
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
class ezcAuthenticationGroupTest extends ezcAuthenticationTest
Modified:
releases/Authentication/1.1beta1/tests/filters/htpasswd/htpasswd_test.php
==============================================================================
--- releases/Authentication/1.1beta1/tests/filters/htpasswd/htpasswd_test.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/tests/filters/htpasswd/htpasswd_test.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -4,7 +4,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -12,7 +12,7 @@
/**
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
class ezcAuthenticationHtpasswdTest extends ezcAuthenticationTest
Modified: releases/Authentication/1.1beta1/tests/filters/ldap/ldap_test.php
==============================================================================
--- releases/Authentication/1.1beta1/tests/filters/ldap/ldap_test.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/tests/filters/ldap/ldap_test.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -4,7 +4,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -12,7 +12,7 @@
/**
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
class ezcAuthenticationLdapTest extends ezcAuthenticationTest
Modified:
releases/Authentication/1.1beta1/tests/filters/openid/data/openid_store_helper.php
==============================================================================
---
releases/Authentication/1.1beta1/tests/filters/openid/data/openid_store_helper.php
[iso-8859-1] (original)
+++
releases/Authentication/1.1beta1/tests/filters/openid/data/openid_store_helper.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -17,7 +17,7 @@
* For testing purposes only.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
* @access private
*/
Modified:
releases/Authentication/1.1beta1/tests/filters/openid/data/openid_wrapper.php
==============================================================================
---
releases/Authentication/1.1beta1/tests/filters/openid/data/openid_wrapper.php
[iso-8859-1] (original)
+++
releases/Authentication/1.1beta1/tests/filters/openid/data/openid_wrapper.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -16,7 +16,7 @@
* For testing purposes only.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
* @access private
*/
Modified:
releases/Authentication/1.1beta1/tests/filters/openid/openid_file_store_test.php
==============================================================================
---
releases/Authentication/1.1beta1/tests/filters/openid/openid_file_store_test.php
[iso-8859-1] (original)
+++
releases/Authentication/1.1beta1/tests/filters/openid/openid_file_store_test.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -4,7 +4,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -13,7 +13,7 @@
/**
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
class ezcAuthenticationOpenidFileStoreTest extends ezcAuthenticationTest
Modified: releases/Authentication/1.1beta1/tests/filters/openid/openid_test.php
==============================================================================
--- releases/Authentication/1.1beta1/tests/filters/openid/openid_test.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/tests/filters/openid/openid_test.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -4,7 +4,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -14,7 +14,7 @@
/**
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
class ezcAuthenticationOpenidTest extends ezcAuthenticationTest
Modified:
releases/Authentication/1.1beta1/tests/filters/token/data/encryption.php
==============================================================================
--- releases/Authentication/1.1beta1/tests/filters/token/data/encryption.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/tests/filters/token/data/encryption.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -16,7 +16,7 @@
* For testing purposes only.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
* @access private
*/
Modified: releases/Authentication/1.1beta1/tests/filters/token/token_test.php
==============================================================================
--- releases/Authentication/1.1beta1/tests/filters/token/token_test.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/tests/filters/token/token_test.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -4,7 +4,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -13,7 +13,7 @@
/**
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
class ezcAuthenticationTokenTest extends ezcAuthenticationTest
Modified:
releases/Authentication/1.1beta1/tests/filters/typekey/data/typekey_wrapper.php
==============================================================================
---
releases/Authentication/1.1beta1/tests/filters/typekey/data/typekey_wrapper.php
[iso-8859-1] (original)
+++
releases/Authentication/1.1beta1/tests/filters/typekey/data/typekey_wrapper.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -16,7 +16,7 @@
* For testing purposes only.
*
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
* @access private
*/
Modified:
releases/Authentication/1.1beta1/tests/filters/typekey/typekey_test.php
==============================================================================
--- releases/Authentication/1.1beta1/tests/filters/typekey/typekey_test.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/tests/filters/typekey/typekey_test.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -4,7 +4,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -13,7 +13,7 @@
/**
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
class ezcAuthenticationTypekeyTest extends ezcAuthenticationTest
Modified: releases/Authentication/1.1beta1/tests/general/authentication_test.php
==============================================================================
--- releases/Authentication/1.1beta1/tests/general/authentication_test.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/tests/general/authentication_test.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -4,7 +4,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -12,7 +12,7 @@
/**
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
class ezcAuthenticationGeneralTest extends ezcAuthenticationTest
Modified: releases/Authentication/1.1beta1/tests/math/bignum_test.php
==============================================================================
--- releases/Authentication/1.1beta1/tests/math/bignum_test.php [iso-8859-1]
(original)
+++ releases/Authentication/1.1beta1/tests/math/bignum_test.php [iso-8859-1]
Wed Nov 28 10:51:55 2007
@@ -4,7 +4,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -12,7 +12,7 @@
/**
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
class ezcAuthenticationBignumTest extends ezcAuthenticationTest
Modified: releases/Authentication/1.1beta1/tests/session/session_test.php
==============================================================================
--- releases/Authentication/1.1beta1/tests/session/session_test.php
[iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/tests/session/session_test.php
[iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -4,7 +4,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -12,7 +12,7 @@
/**
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
class ezcAuthenticationSessionTest extends ezcAuthenticationTest
Modified: releases/Authentication/1.1beta1/tests/suite.php
==============================================================================
--- releases/Authentication/1.1beta1/tests/suite.php [iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/tests/suite.php [iso-8859-1] Wed Nov 28
10:51:55 2007
@@ -6,7 +6,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -28,7 +28,7 @@
/**
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
class ezcAuthenticationSuite extends PHPUnit_Framework_TestSuite
Modified: releases/Authentication/1.1beta1/tests/test.php
==============================================================================
--- releases/Authentication/1.1beta1/tests/test.php [iso-8859-1] (original)
+++ releases/Authentication/1.1beta1/tests/test.php [iso-8859-1] Wed Nov 28
10:51:55 2007
@@ -4,13 +4,13 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
/**
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
* @access private
*/
Modified: releases/Authentication/1.1beta1/tests/url/url_test.php
==============================================================================
--- releases/Authentication/1.1beta1/tests/url/url_test.php [iso-8859-1]
(original)
+++ releases/Authentication/1.1beta1/tests/url/url_test.php [iso-8859-1] Wed
Nov 28 10:51:55 2007
@@ -4,7 +4,7 @@
* @license http://ez.no/licenses/new_bsd New BSD License
* @filesource
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
@@ -12,7 +12,7 @@
/**
* @package Authentication
- * @version //autogen//
+ * @version 1.1beta1
* @subpackage Tests
*/
class ezcAuthenticationUrlTest extends ezcAuthenticationTest
Modified: trunk/Authentication/ChangeLog
==============================================================================
--- trunk/Authentication/ChangeLog [iso-8859-1] (original)
+++ trunk/Authentication/ChangeLog [iso-8859-1] Wed Nov 28 10:51:55 2007
@@ -1,4 +1,4 @@
-1.1beta1 - [RELEASEDATE]
+1.1beta1 - Wednesday 28 November 2007
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue #11926: Renamed __toString() to toString() for math classes (BC
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components