aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feature:2616 tweak progressbarmistic1002014-09-033-8/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@29395 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2616 add custom big progressbarmistic1002014-09-034-11/+65
| | | | git-svn-id: http://piwigo.org/svn/trunk@29394 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2616 move "add files" and "start upload" buttonsmistic1002014-09-034-27/+60
| | | | git-svn-id: http://piwigo.org/svn/trunk@29393 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3134: hide warnings on exif_read_data to avoid breaking HTML5 uploadplegall2014-09-031-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@29392 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3133: add colorscheme parameter for themes. This way we can use theplegall2014-09-0311-16/+11
| | | | | | | appropriate CSS for selectize (and other things) git-svn-id: http://piwigo.org/svn/trunk@29389 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3130: new triggers batch_manager_register_filters andplegall2014-09-011-0/+4
| | | | | | | | batch_manager_perform_filters to simplify adding filters in Batch Manager with a plugin. git-svn-id: http://piwigo.org/svn/trunk@29377 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3127: during upload, warn user if she wants to leave the page (works ↵plegall2014-09-011-1/+8
| | | | | | fine on Firefox/Chrome) git-svn-id: http://piwigo.org/svn/trunk@29356 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3074: no more than 50 photos per page on Batch Manager, unit mode ↵plegall2014-09-012-9/+1
| | | | | | (better fix expected with feature 3106) git-svn-id: http://piwigo.org/svn/trunk@29349 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:3126flop252014-08-242-0/+14
| | | | | | Apply on subalbum checkbox about comments git-svn-id: http://piwigo.org/svn/trunk@29265 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:3049flop252014-08-241-1/+1
| | | | | | change Clear to Cancel already translated git-svn-id: http://piwigo.org/svn/trunk@29264 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:3049flop252014-08-241-0/+22
| | | | | | Add filter box to narrow plugin list, thx to msakik git-svn-id: http://piwigo.org/svn/trunk@29263 68402e56-0260-453c-a942-63ccdbb3a9ee
* create a mini jquery plugin for sliders on batch manager + async loadmistic1002014-08-235-191/+148
| | | | git-svn-id: http://piwigo.org/svn/trunk@29249 68402e56-0260-453c-a942-63ccdbb3a9ee
* use filter_var for checking int/float values from user input instead of ↵plegall2014-08-221-3/+3
| | | | | | preg_match (PHP 5.2+) git-svn-id: http://piwigo.org/svn/trunk@29245 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2810: for duplicates filter, add "date & time" (checked by default) ↵plegall2014-08-223-12/+48
| | | | | | | | | 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: apply the same color as for dimensions filterplegall2014-08-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@29239 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2791: batch manager, filter by filesizeplegall2014-08-213-2/+138
| | | | git-svn-id: http://piwigo.org/svn/trunk@29238 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2810: use filename+date_creation to find duplicates and not only filename.plegall2014-08-211-1/+1
| | | | | | | | When using several camera, you quickly have the same filenames with totally different photos. git-svn-id: http://piwigo.org/svn/trunk@29237 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:732flop252014-08-173-5/+13
| | | | | | unlock sub-albums git-svn-id: http://piwigo.org/svn/trunk@29229 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:3122flop252014-08-154-100/+52
| | | | | | | | removed admin files profile.tpl and profile_content.tpl, integrated in configuration.tpl take into account default_user_id with a message prefix for template var, to avoid overwriting of already existing vars especially in admin panel git-svn-id: http://piwigo.org/svn/trunk@29221 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:3124flop252014-08-152-2/+2
| | | | | | derivative_default_size can't be disabled git-svn-id: http://piwigo.org/svn/trunk@29220 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:3090flop252014-08-101-2/+2
| | | | | | don't restrict the maxlength of the password git-svn-id: http://piwigo.org/svn/trunk@29194 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3067: upload any file type with the new HTML5 upload form.plegall2014-07-303-16/+96
| | | | | | | | | $file_types = conf['upload_form_all_types'] ? $conf['file_ext'] : $conf['picture_ext']; By default, conf['upload_form_all_types'] = false; git-svn-id: http://piwigo.org/svn/trunk@29124 68402e56-0260-453c-a942-63ccdbb3a9ee
* change outdated labelmistic1002014-07-261-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@29079 68402e56-0260-453c-a942-63ccdbb3a9ee
* add new trigger loc_end_photo_add_directflop252014-07-261-0/+1
| | | | | | | First Contact tour reviewed and reworked to change dynamically with the new uploader git-svn-id: http://piwigo.org/svn/trunk@29078 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2904: add a link "empty caddie" in the Batch Manager.plegall2014-07-252-0/+26
| | | | git-svn-id: http://piwigo.org/svn/trunk@29076 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3104: less rights for admins (compared to webmaster). Now an admin can't:plegall2014-07-252-10/+31
| | | | | | | | | * delete a webmaster * give webmaster/admin status to any user * change status of a webmaster/admin git-svn-id: http://piwigo.org/svn/trunk@29074 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix my previous commit typo mistakervelices2014-07-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@29068 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3101: Allow multi language tags to be recognized from selectize or ↵rvelices2014-07-211-8/+14
| | | | | | metadata sync git-svn-id: http://piwigo.org/svn/trunk@29066 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove tag query from batch manager (not required since selectize uses web ↵rvelices2014-07-211-25/+14
| | | | | | service) + query2array git-svn-id: http://piwigo.org/svn/trunk@29065 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3100 display IP address of comment author on admin page and also save ↵rvelices2014-07-202-2/+4
| | | | | | the entire ip address in the database, not only the first three ip components git-svn-id: http://piwigo.org/svn/trunk@29060 68402e56-0260-453c-a942-63ccdbb3a9ee
* rating user improvements: faster javascript, by default sorted by last rate ↵rvelices2014-07-172-67/+149
| | | | | | date, better tooltips ... git-svn-id: http://piwigo.org/svn/trunk@29053 68402e56-0260-453c-a942-63ccdbb3a9ee
* more query2array on admin sidervelices2014-07-171-61/+49
| | | | git-svn-id: http://piwigo.org/svn/trunk@29052 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: remove the "using runtime ..." tooltip all over the upload file ↵plegall2014-07-091-0/+6
| | | | | | selection git-svn-id: http://piwigo.org/svn/trunk@29009 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2807 better fix for svn:28995mistic1002014-07-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@29008 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2807: fix bugs on comments format_datervelices2014-07-071-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@28995 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed unused js from picture_modify.tplrvelices2014-07-071-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@28991 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3075: Prevent deactivate default theme mistic1002014-07-071-2/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@28989 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2807: nicer display of "from to" dates (required changes in ↵mistic1002014-07-071-1/+1
| | | | | | "format_date" function) git-svn-id: http://piwigo.org/svn/trunk@28981 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3008: explicitely say that email address is mandatory for registration ↵mistic1002014-07-071-1/+1
| | | | | | (language update) git-svn-id: http://piwigo.org/svn/trunk@28980 68402e56-0260-453c-a942-63ccdbb3a9ee
* improves regexes parsing plugins metadatamistic1002014-07-063-18/+20
| | | | git-svn-id: http://piwigo.org/svn/trunk@28969 68402e56-0260-453c-a942-63ccdbb3a9ee
* strict standardsmistic1002014-07-041-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@28939 68402e56-0260-453c-a942-63ccdbb3a9ee
* selectize/localcache : remove overkill categories sorting (already done in ↵mistic1002014-07-041-31/+21
| | | | | | WS) + remove some data (comments, uppercets, etc...) git-svn-id: http://piwigo.org/svn/trunk@28938 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix sorting by global rank in selectizemistic1002014-07-041-1/+24
| | | | git-svn-id: http://piwigo.org/svn/trunk@28937 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2809: sort albums by dateplegall2014-07-032-7/+117
| | | | git-svn-id: http://piwigo.org/svn/trunk@28934 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3061: manual order becomes automatic order mistic1002014-07-021-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@28924 68402e56-0260-453c-a942-63ccdbb3a9ee
* 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