aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-09-17 22:22:22 +0000
committerplegall <plg@piwigo.org>2005-09-17 22:22:22 +0000
commit60fc8c061adbad349c3a0a365f46b37ba8339cd2 (patch)
tree3a6e3ec512b48af64d7c0b9b5c98f780640984fa /doc
parent518569483b2f814c6915e4f13aa5bb32a67df872 (diff)
- improvement: add information about how to use an external table for users
- bug fixed: uses user configuration fields for filtering in admin/user_list - bug fixed: don't try to create feeds automatically during sync_users (when line in user_infos is missing) - bug fixed: create_user_infos function gives status admin if user id matches $conf['webmaster_id'] git-svn-id: http://piwigo.org/svn/trunk@865 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 47a70328a..7f034c412 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,19 @@
2005-09-17 Pierrick LE GALL
+ * improvement: add information about how to use an external table
+ for users
+
+ * bug fixed: uses user configuration fields for filtering in
+ admin/user_list
+
+ * bug fixed: don't try to create feeds automatically during
+ sync_users (when line in user_infos is missing)
+
+ * bug fixed: create_user_infos function gives status admin if user
+ id matches $conf['webmaster_id']
+
+2005-09-17 Pierrick LE GALL
+
* new: the number of elements waiting for validation is notified
in RSS feed.