aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-04-16 16:56:32 +0000
committerplegall <plg@piwigo.org>2005-04-16 16:56:32 +0000
commitb63d91c59e084223d419b4861627673821d3b15b (patch)
treeadd112962d09483b6a7ced06cd74fba4fbb538c0 /doc/ChangeLog
parent41e52d7a8a4086f92fe318c22ed69ef3e6a4047b (diff)
- elements batch management : element_set page becomes the frontend to
element_set_global and element_set_unit, infos_images (after a long time of use) become deprecated : the more powerful element_set is used instead. Consequently, batch management concerns caddie but also "normal categories". - refactoring code in admin.php to include the sub-file (clearer) - caddie : function fill_caddie replaces the code in category.php and can be used in admin/element_set.php - caddie : caddie table is added in delete_elements function git-svn-id: http://piwigo.org/svn/trunk@764 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 45e9dd236..8ab5a347c 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,20 @@
2005-04-16 Pierrick LE GALL <pierrick /at/ phpwebgallery {dot} net>
+ * elements batch management : element_set page becomes the
+ frontend to element_set_global and element_set_unit, infos_images
+ (after a long time of use) become deprecated : the more powerful
+ element_set is used instead. Consequently, batch management
+ concerns caddie but also "normal categories".
+
+ * refactoring code in admin.php to include the sub-file (clearer)
+
+ * caddie : function fill_caddie replaces the code in category.php
+ and can be used in admin/element_set.php
+
+ * caddie : caddie table is added in delete_elements function
+
+2005-04-16 Pierrick LE GALL <pierrick /at/ phpwebgallery {dot} net>
+
* elements batch management : in addition to global mode, a unit
mode is added : ability to manage a set of elements, element by
element. This screen is very close to the existing "infos_images"