diff options
author | plegall <plg@piwigo.org> | 2005-10-07 23:25:42 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-10-07 23:25:42 +0000 |
commit | 1f594dc148ce24c5d6c10f7af99504f278876996 (patch) | |
tree | 160c508bc6cefa7c506193159cfe2a4a1b1289fc /doc | |
parent | f9baa625b6590a4cebcbc69c0486bb8764c163fb (diff) |
- modification: configuration parameters gallery_title and
gallery_description are GUI managed in
Administration>Configuration>General
- bug fixed: configuration parameters (use|show)_(exif|iptc) and
authorize_remembering should have been deleted from config table some time
ago.
git-svn-id: http://piwigo.org/svn/trunk@882 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index c0d8133c8..f22ec030d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,15 @@ 2005-10-08 Pierrick LE GALL + * modification: configuration parameters gallery_title and + gallery_description are GUI managed in + Administration>Configuration>General + + * bug fixed: configuration parameters (use|show)_(exif|iptc) and + authorize_remembering should have been deleted from config table + some time ago. + +2005-10-08 Pierrick LE GALL + * new: mass virtual categories movement manager in Administration>Categories>Move screen. |