aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-09-25 18:31:55 +0000
committerplegall <plg@piwigo.org>2005-09-25 18:31:55 +0000
commit8f058fcc9bcff868a29be0e8077eb7fed1b37f6f (patch)
tree89ac5a2622a388417f1d1f514b0531c86091af5b /doc
parent4c949342ec4f6a7479396385af592cf8630ff79f (diff)
- bug fixed: HTML error on nested UL in categories menu.
- bug 161 fixed: guest_id not taken into account for history table insert. - bug 164 fixed: category inserted in history table becomes too long if HTML tags are kept. git-svn-id: http://piwigo.org/svn/trunk@876 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index a42e336a7..5a013857d 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,7 +1,19 @@
-2005-09-21 Pierrick LE GALL
+2005-09-24 Pierrick LE GALL
+
+ * bug fixed: HTML error on nested UL in categories menu.
+
+ * bug 161 fixed: guest_id not taken into account for history table
+ insert.
+
+ * bug 164 fixed: category inserted in history table becomes too
+ long if HTML tags are kept.
+
+2005-09-24 Pierrick LE GALL
* bug 162 fixed: division by zero when trying to view "all" items
in admin/element_set_(global|unit)
+
+ * bug 156 fixed: error when selection is empty was not catched.
2005-09-21 Pierrick LE GALL