CVSROOT:        /cvs/gnome
Module name:    yarrr
Changes by:     marco   05/05/19 06:08:07

Modified files:
        .              : ChangeLog 
        src/org/gnome/yarrr: Person.hbm.xml Person.java 
                             YarrrServlet.java log4j.properties 
        web            : login-form.jsp person.js register-form.jsp 
                         topic.jsp topiclist.jsp unknowntopic.jsp 

Log message:
2005-05-19  Marco Pesenti Gritti  <[EMAIL PROTECTED]>

* src/org/gnome/yarrr/Person.hbm.xml:
* src/org/gnome/yarrr/Person.java: (Person), (Person.Person),
(Person.getEmail), (Person.setEmail), (Person.isRegistered),
(Person.setRegistered), (Person.xmlRpcSerialize),
(Person.lookupFromNickName), (Person.lookupFromNickOrCreate),
(Person.load):

Remove the difference from registeredName and nickName.
Add email and registered fields.

* src/org/gnome/yarrr/YarrrServlet.java:
(YarrrServlet.loginFromCookie), (YarrrServlet.loginAsRegistered),
(YarrrServlet.doGetInternal), (YarrrServlet.doPost):

Rehash authentication process.

* web/login-form.jsp:
* web/person.js:
* web/register-form.jsp:
* web/topic.jsp:
* web/topiclist.jsp:
* web/unknowntopic.jsp:

When you are not anon but not registered you can
register your current user.
If you choose an already registered user (by his current
nick name) you will be requested to autenticate. For now
I'm using email/password as authentication fields but
we can change that.

* web/cookie.js

Remove, no more used.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=yarrr&who=marco&date=explicit&mindate=2005-05-19%2006:07&maxdate=2005-05-19%2006:09

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to