aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/batch_manager_global.tpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Load tags for tokeninput directly in html page. Ajax is too slow.patdenice2011-05-251-19/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@11039 68402e56-0260-453c-a942-63ccdbb3a9ee
* TokenInput : order tags, theme for roma, 'new' text translatedmistic1002011-05-231-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11008 68402e56-0260-453c-a942-63ccdbb3a9ee
* remplace FCBKcomplete by TokenInputmistic1002011-05-211-11/+16
| | | | git-svn-id: http://piwigo.org/svn/trunk@10970 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2259patdenice2011-04-291-4/+3
| | | | | | Create two different methods in webservice to create/regenerate thumbnail and to regenerate websize. git-svn-id: http://piwigo.org/svn/trunk@10686 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2259patdenice2011-04-271-1/+1
| | | | | | Bug corrected if no photo displayed. git-svn-id: http://piwigo.org/svn/trunk@10637 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2259patdenice2011-04-231-1/+1
| | | | | | Path to progressbar js corrected. git-svn-id: http://piwigo.org/svn/trunk@10592 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2273patdenice2011-04-211-2/+37
| | | | | | Add crop functionality to webservice and batch manager. git-svn-id: http://piwigo.org/svn/trunk@10553 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2259patdenice2011-04-171-52/+94
| | | | | | Add "Regenerate Websize Photos" action. git-svn-id: http://piwigo.org/svn/trunk@10454 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r10421 from branch 2.2 to trunkplegall2011-04-161-1/+1
| | | | | | | | bug 2251: auto-complete was not working on second tag if cache=true. git-svn-id: http://piwigo.org/svn/trunk@10422 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2259patdenice2011-04-151-0/+105
| | | | | | Add thumbnails regeneration in batch manager git-svn-id: http://piwigo.org/svn/trunk@10389 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2264patdenice2011-04-151-11/+2
| | | | | | | Modify triggers for prefilters: there is now two triggers. Order prefilters by alphabetic order. git-svn-id: http://piwigo.org/svn/trunk@10380 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2264patdenice2011-04-131-0/+3
| | | | | | new trigger to add prefilter on batch manager git-svn-id: http://piwigo.org/svn/trunk@10354 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2238patdenice2011-04-081-2/+4
| | | | | | Bug corrected with Chrome (function is loaded later) git-svn-id: http://piwigo.org/svn/trunk@10164 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2251patdenice2011-04-061-1/+1
| | | | | | Bug corrected for fcbkcomplete git-svn-id: http://piwigo.org/svn/trunk@10110 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2238patdenice2011-04-031-0/+9
| | | | | | Adapt wrap with thumbnail size in batch manager git-svn-id: http://piwigo.org/svn/trunk@10012 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove "all photos" language keypatdenice2011-03-301-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@9936 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2237patdenice2011-03-291-0/+14
| | | | | | new trigger to add action on batch manager git-svn-id: http://piwigo.org/svn/trunk@9916 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2236patdenice2011-03-291-1/+2
| | | | | | add "all photos" prefilter git-svn-id: http://piwigo.org/svn/trunk@9912 68402e56-0260-453c-a942-63ccdbb3a9ee
* move CSS rules from batch_manager_global.tpl to theme.cssplegall2011-03-211-26/+3
| | | | | | | change batch_manager_global selected thumbnail background color for "roma" admin theme. git-svn-id: http://piwigo.org/svn/trunk@9815 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2226 fixed: on a select, Chrome doesn't trigger anything on click(), use ↵plegall2011-03-211-10/+8
| | | | | | change() instead. git-svn-id: http://piwigo.org/svn/trunk@9806 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix batch_manager_global javascript syntax error with ie7rvelices2011-03-011-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@9466 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2185 : Back merged. "Remove from caddie" seems to be the right string...Eric2011-02-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@9124 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2185 : Changing wrong translation flag to right one (faster than ↵Eric2011-02-081-1/+1
| | | | | | changing it in all localisation files ^^) git-svn-id: http://piwigo.org/svn/trunk@9123 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2177 fixed: automatically select thumbnails on current page when selectingplegall2011-02-021-5/+9
| | | | | | | the whole set. git-svn-id: http://piwigo.org/svn/trunk@9064 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2102 : rename item/image/picture to photo (admin side)rvelices2011-01-171-1/+1
| | | | | | also removed unnecessary/duplicate keys git-svn-id: http://piwigo.org/svn/trunk@8723 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2092 added: Batch Manager can filter all photos with no tagplegall2011-01-011-1/+6
| | | | | | | feature 1866 added: Batch Manager can synchronize metadata git-svn-id: http://piwigo.org/svn/trunk@8422 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2091: Batch Manager, find all orphan photosplegall2010-12-311-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@8419 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2089: Batch Manager, switch from global to unit mode with tabsplegall2010-12-311-4/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@8413 68402e56-0260-453c-a942-63ccdbb3a9ee
* Batch Manager:plegall2010-12-311-39/+38
| | | | | | | | | | | * add l0n to the new Batch Manager where is was missing * change photo "name" to photo "title" * change the way we display "Select all" and "Select the whole set" git-svn-id: http://piwigo.org/svn/trunk@8408 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2060: remove adviser mode on the new Batch Managerplegall2010-12-311-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@8407 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2089: add the "duplicates" feature to the new Batch Manager andplegall2010-12-311-1/+1
| | | | | | | | simplify the algorithm. The duplicates do not rely on physical albums, just on duplicate filenames. git-svn-id: http://piwigo.org/svn/trunk@8404 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2089: add the "not_linked" feature as "with no virtual album" in theplegall2010-12-311-0/+3
| | | | | | | new Batch Manager. git-svn-id: http://piwigo.org/svn/trunk@8403 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2089: report feature:1845 in the new Batch Manager.plegall2010-12-301-3/+0
| | | | | | | | + once the photos are deleted, redirect the page to reset the current photo set and avoid being on an empty 2nd page. git-svn-id: http://piwigo.org/svn/trunk@8398 68402e56-0260-453c-a942-63ccdbb3a9ee
* icons to remove filtersplegall2010-12-301-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@8396 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2089: implement the "Bulk Manager" plugin as the new "Batch Manager".plegall2010-12-301-0/+580
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. git-svn-id: http://piwigo.org/svn/trunk@8394 68402e56-0260-453c-a942-63ccdbb3a9ee