diff options
author | plegall <plg@piwigo.org> | 2005-06-21 21:08:11 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-06-21 21:08:11 +0000 |
commit | 49fb2b6fd30bf4830c344ca93c64e2ecd92d2dff (patch) | |
tree | 63875a998bd9009384e721f89f363c02e083a07e /doc/ChangeLog | |
parent | cc20eaf128d0d1c39aea9fee46d6519be2d55b95 (diff) |
- comments page rewritten : comments are displayed one by one, with filters
and display options available. The list of comments is paginated.
git-svn-id: http://piwigo.org/svn/trunk@796 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 62dc21064..87826a9bc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,11 @@ 2005-06-21 Pierrick LE GALL + * comments page rewritten : comments are displayed one by one, + with filters and display options available. The list of comments + is paginated. + +2005-06-21 Pierrick LE GALL + * direct communication between templates and language items, without needing a mapping in the PHP code. |