aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feature 2616: remove useless code (photos_add_direct_process or uploadify ↵plegall2014-07-029-590/+3
| | | | | | related variables) git-svn-id: http://piwigo.org/svn/trunk@28919 68402e56-0260-453c-a942-63ccdbb3a9ee
* i18n for the new HTML5 upload (use i18n files from plupload)plegall2014-07-022-6/+11
| | | | | | | optional specific $lang_info[jquery_code] and $lang_info[plupload_code] to load the right i18n file git-svn-id: http://piwigo.org/svn/trunk@28917 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3013: Clean batch manager globalrvelices2014-07-012-168/+129
| | | | 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-283-112/+117
| | | | | | external file git-svn-id: http://piwigo.org/svn/trunk@28821 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix date picker js dependencies when combine_template_files = falservelices2014-06-281-3/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@28820 68402e56-0260-453c-a942-63ccdbb3a9ee
* moved around 100k of javascript from synchronous loading to async... (a lot ↵rvelices2014-06-265-64/+72
| | | | | | 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-225-21/+59
| | | | git-svn-id: http://piwigo.org/svn/trunk@28765 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3095: add "comments_enable_website" param + GUImistic1002014-06-222-0/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@28764 68402e56-0260-453c-a942-63ccdbb3a9ee
* since number of accepted args not required for add_event_handler, simplify callsrvelices2014-06-183-35/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@28714 68402e56-0260-453c-a942-63ccdbb3a9ee
* add dark selectize theme + "ternary" template modifiermistic1002014-06-148-8/+16
| | | | git-svn-id: http://piwigo.org/svn/trunk@28703 68402e56-0260-453c-a942-63ccdbb3a9ee
* no more use of jquery ui for admin menu accordionmistic1002014-06-143-63/+81
| | | | git-svn-id: http://piwigo.org/svn/trunk@28702 68402e56-0260-453c-a942-63ccdbb3a9ee
* too much redirectsmistic1002014-06-141-33/+45
| | | | git-svn-id: http://piwigo.org/svn/trunk@28701 68402e56-0260-453c-a942-63ccdbb3a9ee
* on batch manager global move "invalidate_user_cache" AFTER database updates ↵mistic1002014-06-141-5/+5
| | | | | | (SmartAlbums compatibility) git-svn-id: http://piwigo.org/svn/trunk@28700 68402e56-0260-453c-a942-63ccdbb3a9ee
* hide helpSynchro if sync is disabled (made with CSS instead of javascript)plegall2014-06-131-0/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@28696 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3088: set AdminTools as default plugin, set admin_multi_view as obsoletemistic1002014-06-133-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@28695 68402e56-0260-453c-a942-63ccdbb3a9ee
* clean HTML code of header and footermistic1002014-06-132-76/+56
| | | | git-svn-id: http://piwigo.org/svn/trunk@28690 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove admin IE 6/7/8 fixesmistic1002014-06-135-62/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@28689 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3089: prevent SQL injection on photo editionplegall2014-06-121-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@28678 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3076: Enhance plugin update system mistic1002014-06-092-32/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@28651 68402e56-0260-453c-a942-63ccdbb3a9ee
* syntax errorplegall2014-06-031-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@28616 68402e56-0260-453c-a942-63ccdbb3a9ee
* redefine selectize templates without escaping + translate "Add"mistic1002014-06-024-7/+34
| | | | git-svn-id: http://piwigo.org/svn/trunk@28613 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3010 : replace trigger_action/event by trigger_notify/changemistic1002014-06-0221-48/+48
| | | | git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
* time picker more forgiving with parsing errors (accept dates only without time)rvelices2014-05-311-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@28578 68402e56-0260-453c-a942-63ccdbb3a9ee
* related to bug 3086 : test for curl_init and curl_exec in fetchRemotemistic1002014-05-301-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@28572 68402e56-0260-453c-a942-63ccdbb3a9ee
* i broke colorbox on batch manager unit + use css animationsmistic1002014-05-292-7/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@28563 68402e56-0260-453c-a942-63ccdbb3a9ee
* simplify batch manager overly complicated and expensive sql callrvelices2014-05-291-8/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@28559 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : fix addAlbum process when creating the first ever album, ↵mistic1002014-05-288-63/+84
| | | | | | improve data API git-svn-id: http://piwigo.org/svn/trunk@28555 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2616: better behavior at the end of upload (more like with ↵plegall2014-05-281-42/+45
| | | | | | uploadify, but no page reload) git-svn-id: http://piwigo.org/svn/trunk@28554 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2616, customizations for pluploadplegall2014-05-283-78/+24
| | | | | | | | | | * bug fixed, remove debug inserts in table "plupload" * display photo title as tooltip on thumbnail * hide useless .plupload_header * hide any other form fieldset until an album is selected git-svn-id: http://piwigo.org/svn/trunk@28552 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : factorize code for cache/selectizemistic1002014-05-275-334/+360
| | | | git-svn-id: http://piwigo.org/svn/trunk@28550 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2616: HTML5 upload (with plupload 2.1.2). First basic ↵plegall2014-05-272-174/+88
| | | | | | | | | | | implementation. Needs customization. Chunked upload + Drag & drop (no more Flash) use a new specific API method pwg.images.upload git-svn-id: http://piwigo.org/svn/trunk@28545 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : factorize code for categories cache (TODO for other ↵mistic1002014-05-267-179/+185
| | | | | | 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-266-22/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@28540 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: on upload form, display existing albumsplegall2014-05-261-1/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@28539 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : use selectize on batch_manager_global, cat_modify and ↵mistic1002014-05-2411-162/+345
| | | | | | | | 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-2410-111/+203
| | | | | | | - 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-182-50/+72
| | | | git-svn-id: http://piwigo.org/svn/trunk@28502 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : use Selectize on user_listmistic1002014-05-181-8/+22
| | | | git-svn-id: http://piwigo.org/svn/trunk@28501 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2679 : allow to change creation timemistic1002014-05-189-70/+76
| | | | 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-1723-324/+246
| | | | git-svn-id: http://piwigo.org/svn/trunk@28497 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : use Selectize with AJAX load/cache on cat_perm and ↵mistic1002014-05-174-95/+131
| | | | | | batch_manager_unit git-svn-id: http://piwigo.org/svn/trunk@28496 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : use Selectize with AJAX load/cache on picture_modifymistic1002014-05-173-50/+146
| | | | git-svn-id: http://piwigo.org/svn/trunk@28494 68402e56-0260-453c-a942-63ccdbb3a9ee
* - dont't invalidate_user_cache on batch manager refresh photo set or ↵rvelices2014-05-172-5/+12
| | | | | | | | add/remove caddie or generate/delete derivatives - removed double sql query from batch_manager_global git-svn-id: http://piwigo.org/svn/trunk@28490 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: quick search - cache results for 5 minutes + comments + small fixrvelices2014-05-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@28459 68402e56-0260-453c-a942-63ccdbb3a9ee
* added a persistent cache mechanism; used so far to cache image ids in flat ↵rvelices2014-05-112-0/+2
| | | | | | view mode git-svn-id: http://piwigo.org/svn/trunk@28432 68402e56-0260-453c-a942-63ccdbb3a9ee
* batch manager prefilter all does not make a sql query if there is also ↵rvelices2014-04-301-3/+5
| | | | | | another filter git-svn-id: http://piwigo.org/svn/trunk@28318 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin tag selection use event delegation (faster load time with large number ↵rvelices2014-04-301-3/+3
| | | | | | of tags) git-svn-id: http://piwigo.org/svn/trunk@28317 68402e56-0260-453c-a942-63ccdbb3a9ee
* external imagick fix watermark issue if the watermark is larger than target ↵rvelices2014-04-161-0/+6
| | | | | | derivative (the width/height of image object did not reflect applied resize/crop) git-svn-id: http://piwigo.org/svn/trunk@28199 68402e56-0260-453c-a942-63ccdbb3a9ee
* TakeATour replace c13y_upgrade ; c13y_upgrade not activated after upgradeflop252014-04-133-3/+3
| | | | | | | adding TakeATour files less margin-top in no_photo_yet.tpl git-svn-id: http://piwigo.org/svn/trunk@28169 68402e56-0260-453c-a942-63ccdbb3a9ee
* 2 triggersflop252014-04-061-0/+2
| | | | | | todo update 2.6 branch and trigger list git-svn-id: http://piwigo.org/svn/trunk@28101 68402e56-0260-453c-a942-63ccdbb3a9ee