- bug 173 fixed: due to phpBB user identifiers management, the method to

find the next user identifier has changer to MAX+1.

- improvement: information message when new user added

- bug fixed: language item "Username" used instead of "login".


git-svn-id: http://piwigo.org/svn/trunk@906 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2005-10-22 09:53:12 +00:00
commit 11615fcba6
6 changed files with 41 additions and 10 deletions

View file

@ -1,10 +1,21 @@
2005-10-22 Pierrick LE GALL
* bug 173 fixed: due to phpBB user identifiers management, the
method to find the next user identifier has changer to MAX+1.
* improvement: information message when new user added
* bug fixed: language item "Username" used instead of "login".
2005-10-20 chrisaga
* bug 176 fixed: need a javascript to handle transparent PNG background in IE
(tribute to Bob Osola http://homepage.ntlworld.com/bobosola/index.htm
* bug 176 fixed: need a javascript to handle transparent PNG
background in IE (tribute to Bob Osola
http://homepage.ntlworld.com/bobosola/index.htm)
* display: fixed another IE childselector bug in Categories Management admin page
and improved display of this page in all browsers too.
* display: fixed another IE childselector bug in Categories
Management admin page and improved display of this page in all
browsers too.
2005-10-18 Pierrick LE GALL