Changeset 8394 for trunk


Ignore:
Timestamp:
Dec 30, 2010, 3:36:02 PM (13 years ago)
Author:
plg
Message:

feature 2089: implement the "Bulk Manager" plugin as the new "Batch Manager".
The new "Batch Manager" offers as many features as the old "Bulk Manager" and
more to come.

The old Batch Manager (Caddie/Recent Pictures) is not removed yet and changes
that occured since last summer are not reported yet in the Batch Manager:
category/album, photo order for a given album, deletion of synchronized photos.

Location:
trunk
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r8168 r8394  
    130130    'U_CADDIE'=> $link_start.'element_set&cat=caddie',
    131131    'U_RECENT_SET'=> $link_start.'element_set&cat=recent',
     132    'U_BATCH'=> $link_start.'batch_manager',
    132133    'U_TAGS'=> $link_start.'tags',
    133134    'U_THUMBNAILS'=> $link_start.'thumbnail',
  • trunk/admin/themes/default/template/admin.tpl

    r7995 r8394  
    2626        <li><a href="{$U_CADDIE}">{'Caddie'|@translate}</a></li>
    2727        <li><a href="{$U_RECENT_SET}">{'Recent pictures'|@translate}</a></li>
     28        <li><a href="{$U_BATCH}">{'Batch Manager'|@translate}</a></li>
    2829      </ul>
    2930    </dd>
Note: See TracChangeset for help on using the changeset viewer.