diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-11 05:03:36 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-11 05:03:36 -0700 |
commit | 954ab5a5051edb67eca8ae74283a80a226e39672 (patch) | |
tree | e27757f7ea82d064d2cd9a38b295648b4073f850 /modules/server_add/module.info | |
parent | 8e8a9f728b4e04f281eacc1467e79f55cb2343c5 (diff) |
Further simplify server_add (and bump it to version 3).
Now we don't have checkboxes, but instead we restrict you to selecting
directories and albums from only one level in the hierarchy. This
makes it easier for us to make sure that we properly create the
hierarchy that you want and avoid confusion about what's going to wind
up where.
Modify Server_Add_File_Model to have a parent_id and item_id and then
modify them as we go so that we can build up a tree structure there
*before* we create any items. This makes it much easier to figure out
where a new item is going to go and get rid of a bunch of probably
buggy code in the main task.
Diffstat (limited to 'modules/server_add/module.info')
-rw-r--r-- | modules/server_add/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/server_add/module.info b/modules/server_add/module.info index 1c99d280..295d3beb 100644 --- a/modules/server_add/module.info +++ b/modules/server_add/module.info @@ -1,3 +1,3 @@ name = Server Add description = Allows authorized users to load images directly from your web server -version = 2 +version = 3 |