aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/batch_manager_global.tpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bug/430 placeholder (#494)jeremydurand2016-06-031-4/+2
| | | fixes #430 placeholder
* bug #466 fixed, new album listed when moving photosplegall2016-05-021-10/+8
| | | | | In the batch manager, merge action blocks "associate" and "move" because they follow the same pattern (list of albums + create new).
* fix #357 make orphans photos more obviousplegall2015-10-091-1/+7
| | | | ... and easy to delete them all in one click. The orpans, if any, is shown as an entry in the "Photos" menu (link on Batch Manager). In the Batch Manager, new action "delete_orphans" next to prefilter.
* filter "dissociate" action + display bug of Selectize widgetmistic1002014-09-231-4/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@29760 68402e56-0260-453c-a942-63ccdbb3a9ee
* enlarge album list to 600pxplegall2014-09-181-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@29619 68402e56-0260-453c-a942-63ccdbb3a9ee
* enlarge selectize boxes to 600px (like on picture_modify)plegall2014-09-181-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@29618 68402e56-0260-453c-a942-63ccdbb3a9ee
* - active search filter but empty string in batch manager does not change the ↵rvelices2014-09-171-0/+10
| | | | | | | | results - if the quick search engine drops a searched term, indicate it in the admin batch manager git-svn-id: http://piwigo.org/svn/trunk@29600 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3133: add colorscheme parameter for themes. This way we can use theplegall2014-09-031-2/+1
| | | | | | | appropriate CSS for selectize (and other things) git-svn-id: http://piwigo.org/svn/trunk@29389 68402e56-0260-453c-a942-63ccdbb3a9ee
* create a mini jquery plugin for sliders on batch manager + async loadmistic1002014-08-231-167/+83
| | | | git-svn-id: http://piwigo.org/svn/trunk@29249 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2810: for duplicates filter, add "date & time" (checked by default) ↵plegall2014-08-221-0/+8
| | | | | | | | | and "width & height" as options. Change algorithm for a single SQL query with GROUP_CONCAT instead of 2 queries. git-svn-id: http://piwigo.org/svn/trunk@29244 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2791: batch manager, filter by filesizeplegall2014-08-211-0/+53
| | | | git-svn-id: http://piwigo.org/svn/trunk@29238 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2904: add a link "empty caddie" in the Batch Manager.plegall2014-07-251-0/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@29076 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3013: Clean batch manager globalrvelices2014-07-011-168/+48
| | | | git-svn-id: http://piwigo.org/svn/trunk@28909 68402e56-0260-453c-a942-63ccdbb3a9ee
* batch manager move more js from footer to async ; move some inline to ↵rvelices2014-06-281-109/+34
| | | | | | external file git-svn-id: http://piwigo.org/svn/trunk@28821 68402e56-0260-453c-a942-63ccdbb3a9ee
* moved around 100k of javascript from synchronous loading to async... (a lot ↵rvelices2014-06-261-57/+11
| | | | | | more could be done...) git-svn-id: http://piwigo.org/svn/trunk@28806 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3080: add cancel button, one minute granularity, fix missing cssmistic1002014-06-221-1/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@28765 68402e56-0260-453c-a942-63ccdbb3a9ee
* add dark selectize theme + "ternary" template modifiermistic1002014-06-141-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@28703 68402e56-0260-453c-a942-63ccdbb3a9ee
* redefine selectize templates without escaping + translate "Add"mistic1002014-06-021-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@28613 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : fix addAlbum process when creating the first ever album, ↵mistic1002014-05-281-7/+10
| | | | | | improve data API git-svn-id: http://piwigo.org/svn/trunk@28555 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : factorize code for cache/selectizemistic1002014-05-271-47/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@28550 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : factorize code for categories cache (TODO for other ↵mistic1002014-05-261-38/+21
| | | | | | collections) + fix incorrect categories list for dissociation git-svn-id: http://piwigo.org/svn/trunk@28542 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : always sort categories by global rankmistic1002014-05-261-5/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@28540 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : use selectize on batch_manager_global, cat_modify and ↵mistic1002014-05-241-22/+59
| | | | | | | | photos_add_direct + rewrite "add album" popup (more flexible and working with selectize) git-svn-id: http://piwigo.org/svn/trunk@28533 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : improve cache invalidationmistic1002014-05-241-18/+17
| | | | | | | - add "lastmodified" automatic field for categories, groups, users, tags and images tables - provide a "server key" to the client cache manager git-svn-id: http://piwigo.org/svn/trunk@28532 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : use Selectize on batch_manager_globalmistic1002014-05-181-43/+71
| | | | git-svn-id: http://piwigo.org/svn/trunk@28502 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2679 : allow to change creation timemistic1002014-05-181-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@28500 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3080 : simpler date inputs (one input + fontello + picker selects)mistic1002014-05-171-20/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@28497 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3069: add quick search as filter in batch managerrvelices2014-04-051-0/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@28087 68402e56-0260-453c-a942-63ccdbb3a9ee
* add missing str_repeat functions in common.js and use it for ↵mistic1002013-12-241-47/+3
| | | | | | batch_manager_global.tpl git-svn-id: http://piwigo.org/svn/trunk@26179 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2978: remove useless sprintf in the coremistic1002013-10-191-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@25005 68402e56-0260-453c-a942-63ccdbb3a9ee
* use |translate and |sprintf instead of pwg->l10n ...rvelices2013-06-251-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@23526 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2927 Update TokenInput to 1.6.1/mistic100mistic1002013-06-161-2/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@23275 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2916 Replace raphael with symbol fonts (experimental 2 icons in ↵rvelices2013-06-051-2/+2
| | | | | | batch manager actions) git-svn-id: http://piwigo.org/svn/trunk@23055 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2901 fixed: batch manager, for "set title" and "set author" actions,plegall2013-05-161-2/+2
| | | | | | | |@escape:javascript to avoid problems with single quotes. git-svn-id: http://piwigo.org/svn/trunk@22705 68402e56-0260-453c-a942-63ccdbb3a9ee
* make batch manager ready for jquery 1.9rvelices2013-02-181-23/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@20823 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2718 Add batch manager filters for photo dimensions, small cleaning ↵mistic1002012-11-211-9/+9
| | | | | | in the code git-svn-id: http://piwigo.org/svn/trunk@19121 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2718: Batch Manager filter on dimensions, only display existing valuesplegall2012-11-191-39/+115
| | | | | | | improved colors on ui-slider git-svn-id: http://piwigo.org/svn/trunk@19069 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2718 Add batch manager filters for photo dimensions, redesign with ↵mistic1002012-11-101-30/+86
| | | | | | sliders git-svn-id: http://piwigo.org/svn/trunk@18988 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2718 Add batch manager filters for photo dimensions, redisgnmistic1002012-10-271-19/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@18758 68402e56-0260-453c-a942-63ccdbb3a9ee
* batch manager - remove unused code, less sql queries and avoid 4 calls to ↵rvelices2012-10-091-6/+3
| | | | | | same display_select function git-svn-id: http://piwigo.org/svn/trunk@18573 68402e56-0260-453c-a942-63ccdbb3a9ee
* added "are you sure?" confirmation before deleting all derivatives in ↵rvelices2012-10-051-10/+14
| | | | | | maintenance or before deleting more than 500 derivatives in the batch manager git-svn-id: http://piwigo.org/svn/trunk@18484 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2718: Add batch manager filters for photo dimensions mistic1002012-09-151-4/+37
| | | | git-svn-id: http://piwigo.org/svn/trunk@17931 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix batch manager unit photo titles with quotes (+ send all photo data to ↵rvelices2012-09-111-1/+1
| | | | | | | | template) fix batch manager global fix tiptip selector for thumbs git-svn-id: http://piwigo.org/svn/trunk@17856 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed some unused language keys and fix lower/uppercase discrepanciesrvelices2012-08-091-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@17509 68402e56-0260-453c-a942-63ccdbb3a9ee
* batch manager improvements/fixes:rvelices2012-08-011-42/+36
| | | | | | | | | | - when refreshing photo set, start is set to 0 (otherwise if the new set is smaller that start, it looks like it is empty) - correct positioning of thumbnails (width/height) is done in template instead of javascript (immediate instead on ready + no reflows) - less space lost on batch manager page - fix wrong page title in batch manager because of global variable $title overriden - fix language keys in element_set_ranks (capital/lowercase issue) git-svn-id: http://piwigo.org/svn/trunk@17289 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2596: Batch Manager, improve ergonomy on privacy level filterplegall2012-03-191-2/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@13646 68402e56-0260-453c-a942-63ccdbb3a9ee
* batch manager derivative build fix jsrvelices2012-03-151-33/+28
| | | | git-svn-id: http://piwigo.org/svn/trunk@13575 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@13544 ↵rvelices2012-03-131-189/+159
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2471: improve visibility of the new "Zoom - Edit" links on eachplegall2012-02-091-2/+2
| | | | | | | thumbnails of the Batch Manager. git-svn-id: http://piwigo.org/svn/trunk@13066 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2460 added: ability to Shift-click in the Batch Manager, to selectplegall2012-02-091-7/+56
| | | | | | | several photos easily. Patch from Dsls. git-svn-id: http://piwigo.org/svn/trunk@13065 68402e56-0260-453c-a942-63ccdbb3a9ee