art-web r474 - in branches/art-web-3: . assets/default/css assets/default/images assets/default/script db system/application system/application/config system/application/controllers system/application/helpers system/application/libraries system/application/models system/application/vendors system/application/vendors/Auth system/application/vendors/Auth/OpenID system/application/vendors/Services system/application/vendors/Services/Yadis system/application/views/default/common system/application/views/default/content/account



Author: brunos
Date: 2007-06-20 01:37:58 +0100 (Wed, 20 Jun 2007)
New Revision: 474
ViewCVS link: http://svn.gnome.org/viewcvs/art-web?rev=474&view=rev

Added:
   branches/art-web-3/assets/default/css/forms.css
   branches/art-web-3/assets/default/images/openid_login.gif
   branches/art-web-3/svn-commit.tmp
   branches/art-web-3/system/application/helpers/common_helper.php
   branches/art-web-3/system/application/libraries/OpenID.php
   branches/art-web-3/system/application/libraries/QwstOpenIdSessionAdapter.php
   branches/art-web-3/system/application/vendors/
   branches/art-web-3/system/application/vendors/Auth/
   branches/art-web-3/system/application/vendors/Auth/OpenID.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/
   branches/art-web-3/system/application/vendors/Auth/OpenID/Association.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/BigMath.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/Consumer.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/CryptUtil.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/DatabaseConnection.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/DiffieHellman.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/Discover.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/DumbStore.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/FileStore.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/HMACSHA1.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/Interface.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/KVForm.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/MySQLStore.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/Parse.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/PostgreSQLStore.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/SQLStore.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/SQLiteStore.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/Server.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/ServerRequest.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/TrustRoot.php
   branches/art-web-3/system/application/vendors/Auth/OpenID/URINorm.php
   branches/art-web-3/system/application/vendors/COPYING
   branches/art-web-3/system/application/vendors/Services/
   branches/art-web-3/system/application/vendors/Services/Yadis/
   branches/art-web-3/system/application/vendors/Services/Yadis/HTTPFetcher.php
   branches/art-web-3/system/application/vendors/Services/Yadis/Manager.php
   branches/art-web-3/system/application/vendors/Services/Yadis/Misc.php
   branches/art-web-3/system/application/vendors/Services/Yadis/ParanoidHTTPFetcher.php
   branches/art-web-3/system/application/vendors/Services/Yadis/ParseHTML.php
   branches/art-web-3/system/application/vendors/Services/Yadis/PlainHTTPFetcher.php
   branches/art-web-3/system/application/vendors/Services/Yadis/XML.php
   branches/art-web-3/system/application/vendors/Services/Yadis/XRDS.php
   branches/art-web-3/system/application/vendors/Services/Yadis/XRI.php
   branches/art-web-3/system/application/vendors/Services/Yadis/XRIRes.php
   branches/art-web-3/system/application/vendors/Services/Yadis/Yadis.php
   branches/art-web-3/system/application/views/default/content/account/register.php
Modified:
   branches/art-web-3/assets/default/css/layout.css
   branches/art-web-3/assets/default/css/type.css
   branches/art-web-3/assets/default/script/init.js
   branches/art-web-3/db/user.sql
   branches/art-web-3/index.php
   branches/art-web-3/system/application/config/autoload.php
   branches/art-web-3/system/application/controllers/account.php
   branches/art-web-3/system/application/libraries/authentication.php
   branches/art-web-3/system/application/models/user_model.php
   branches/art-web-3/system/application/views/default/common/header.php
   branches/art-web-3/system/application/views/default/content/account/login.php
Log:
<20.06.2007> Bruno Santos (bmfs eksperimental net)

Massive update (kind of..)
	* OpenID integration
	* Registration process
		If user uses openID and isn't registered
		he is asked to register for the first tim
	* Validation of user forms with/without openid
	* Password are finally verified
	* User login is working correctly
	* added some minor css styles
 





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]