diff options
author | plegall <plg@piwigo.org> | 2005-07-17 14:58:42 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-07-17 14:58:42 +0000 |
commit | eb189de80066ce353e472cd9067defd67102177f (patch) | |
tree | 0ad4620d140eacc7c5367de812f9315bbb3ca539 /doc | |
parent | 3f4f655e1e16b7adfc6c5b57742e6a8f90b1db20 (diff) |
- new configuration parameter : hide thumbnail captions on main page with
$conf['show_thumbnail_caption']
- new configuration parameter : hide picture name in title on picture
presentation page with $conf['show_picture_name_on_title']
- template : new CSS classes to manage picture.php title
git-svn-id: http://piwigo.org/svn/trunk@803 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 6c64a7e8a..2b5cc3c85 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2005-07-17 Pierrick LE GALL + + * new configuration parameter : hide thumbnail captions on main + page with $conf['show_thumbnail_caption'] + + * new configuration parameter : hide picture name in title on + picture presentation page with $conf['show_picture_name_on_title'] + + * template : new CSS classes to manage picture.php title + 2005-07-16 Pierrick LE GALL * new feature : RSS notification feed. Feed generator is an |