From afec77c0fadec5ddc36e49b95896e0e623ce7893 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 5 Oct 2005 19:41:37 +0000 Subject: - bug 160 fixed: (part one of the bug) hard coded column name of users table had to be replaced by the configurable column name. This correction was made by a full rewrite of filtered users list management. The other bug (not submited in bugtracker) that needed this rewrite was that when you choose "all" as target for mass users modification, you expected to apply modification on filtered users, not all users. - bug 160 fixed: (part two of the bug) hard coded column name for primary key in mass_updates function. - modification: configuration parameter users_page is now located in the correct file (include/config_default.inc.php instead of admin/user_list.php) git-svn-id: http://piwigo.org/svn/trunk@880 68402e56-0260-453c-a942-63ccdbb3a9ee --- doc/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 9f59dc243..f07cfe18e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,20 @@ +2005-10-05 Pierrick LE GALL + + * bug 160 fixed: (part one of the bug) hard coded column name of + users table had to be replaced by the configurable column + name. This correction was made by a full rewrite of filtered users + list management. The other bug (not submited in bugtracker) that + needed this rewrite was that when you choose "all" as target for + mass users modification, you expected to apply modification on + filtered users, not all users. + + * bug 160 fixed: (part two of the bug) hard coded column name for + primary key in mass_updates function. + + * modification: configuration parameter users_page is now located + in the correct file (include/config_default.inc.php instead of + admin/user_list.php) + 2005-09-27 Pierrick LE GALL * bug 168 fixed: crash when language file does not -- cgit v1.2.3