diff options
author | plegall <plg@piwigo.org> | 2005-09-18 22:29:17 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-09-18 22:29:17 +0000 |
commit | 541c302c4023cc5514f6d09cc6eff1abd8543eb5 (patch) | |
tree | d93e673da677fb7b1bfc15b60077d693a266afd8 /doc | |
parent | b1c5e25b5e4eed872230ebffe72cc7ece4533ee2 (diff) |
- bug 111 fixed: "Can't add virtual category when cookie
disabled". Correction reported from branch 1.4.
- bug 109 fixed : "disabled "best rated" menu item when rating is not
enabled". Correction reported from branch 1.4.
- bug 95 fixed : "default maxwidth and maxheight not registered". Correction
reported from branch 1.4.
git-svn-id: http://piwigo.org/svn/trunk@869 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 71a0b075d..fd6d22511 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,16 @@ 2005-09-18 Pierrick LE GALL + * bug 111 fixed: "Can't add virtual category when cookie + disabled". Correction reported from branch 1.4. + + * bug 109 fixed : "disabled "best rated" menu item when rating is + not enabled". Correction reported from branch 1.4. + + * bug 95 fixed : "default maxwidth and maxheight not registered + ". Correction reported from branch 1.4. + +2005-09-18 Pierrick LE GALL + * bug 107 fixed: crash when logging visit on a category containing "'" character. Correction reported from branch 1.4 |