diff options
author | plegall <plg@piwigo.org> | 2005-10-22 09:53:12 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-10-22 09:53:12 +0000 |
commit | 11615fcba672808a02920102e74f439a4087f036 (patch) | |
tree | a10371ec47fe9ead9d94a2bf0dbabfbf889a716a /doc | |
parent | 56f29767a83b7f616962db2ffde2ae45f46ae831 (diff) |
- 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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 61d5977b3..a925f9e37 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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 |