- new feature : caddie. The purpose is batch management, especially

concerning elements to categories associations. This is the very first
  release, needs many improvements.

- new function : array_from_query. Firstly used by "caddie" feature, it may
  be useful in many cases.


git-svn-id: http://piwigo.org/svn/trunk@755 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-03-25 22:10:55 +00:00
parent 333d44c398
commit ef080278bf
9 changed files with 357 additions and 2 deletions
+2 -1
View File
@@ -26,7 +26,7 @@
// +-----------------------------------------------------------------------+
// Default settings
define('PHPWG_VERSION', '1.4.0RC3');
define('PHPWG_VERSION', '1.4.0');
define('PHPWG_URL', 'http://www.phpwebgallery.net');
define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net');
@@ -58,4 +58,5 @@ define('WAITING_TABLE', $prefixeTable.'waiting');
define('IMAGE_METADATA_TABLE', $prefixeTable.'image_metadata');
define('RATE_TABLE', $prefixeTable.'rate');
define('USER_FORBIDDEN_TABLE', $prefixeTable.'user_forbidden');
define('CADDIE_TABLE', $prefixeTable.'caddie');
?>