aboutsummaryrefslogtreecommitdiffstats
path: root/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-23create a mini jquery plugin for sliders on batch manager + async loadmistic1005-191/+148
git-svn-id: http://piwigo.org/svn/trunk@29249 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-22use filter_var for checking int/float values from user input instead of ↵plegall1-3/+3
preg_match (PHP 5.2+) git-svn-id: http://piwigo.org/svn/trunk@29245 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-22feature 2810: for duplicates filter, add "date & time" (checked by default) ↵plegall3-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
2014-08-21feature 2791: apply the same color as for dimensions filterplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@29239 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-21feature 2791: batch manager, filter by filesizeplegall3-2/+138
git-svn-id: http://piwigo.org/svn/trunk@29238 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-21bug 2810: use filename+date_creation to find duplicates and not only filename.plegall1-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
2014-08-17feature:732flop253-5/+13
unlock sub-albums git-svn-id: http://piwigo.org/svn/trunk@29229 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-15bug:3122flop254-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
2014-08-15bug:3124flop252-2/+2
derivative_default_size can't be disabled git-svn-id: http://piwigo.org/svn/trunk@29220 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-10bug:3090flop251-2/+2
don't restrict the maxlength of the password git-svn-id: http://piwigo.org/svn/trunk@29194 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-30feature 3067: upload any file type with the new HTML5 upload form.plegall3-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
2014-07-26change outdated labelmistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@29079 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-26add new trigger loc_end_photo_add_directflop251-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
2014-07-25feature 2904: add a link "empty caddie" in the Batch Manager.plegall2-0/+26
git-svn-id: http://piwigo.org/svn/trunk@29076 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-25bug 3104: less rights for admins (compared to webmaster). Now an admin can't:plegall2-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
2014-07-21fix my previous commit typo mistakervelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@29068 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-21bug 3101: Allow multi language tags to be recognized from selectize or ↵rvelices1-8/+14
metadata sync git-svn-id: http://piwigo.org/svn/trunk@29066 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-21remove tag query from batch manager (not required since selectize uses web ↵rvelices1-25/+14
service) + query2array git-svn-id: http://piwigo.org/svn/trunk@29065 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-20bug 3100 display IP address of comment author on admin page and also save ↵rvelices2-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
2014-07-17rating user improvements: faster javascript, by default sorted by last rate ↵rvelices2-67/+149
date, better tooltips ... git-svn-id: http://piwigo.org/svn/trunk@29053 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-17more query2array on admin sidervelices1-61/+49
git-svn-id: http://piwigo.org/svn/trunk@29052 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-09bug fixed: remove the "using runtime ..." tooltip all over the upload file ↵plegall1-0/+6
selection git-svn-id: http://piwigo.org/svn/trunk@29009 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-08feature:2807 better fix for svn:28995mistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@29008 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07feature 2807: fix bugs on comments format_datervelices1-3/+3
git-svn-id: http://piwigo.org/svn/trunk@28995 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07removed unused js from picture_modify.tplrvelices1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@28991 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07bug 3075: Prevent deactivate default theme mistic1001-2/+6
git-svn-id: http://piwigo.org/svn/trunk@28989 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07feature 2807: nicer display of "from to" dates (required changes in ↵mistic1001-1/+1
"format_date" function) git-svn-id: http://piwigo.org/svn/trunk@28981 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07bug 3008: explicitely say that email address is mandatory for registration ↵mistic1001-1/+1
(language update) git-svn-id: http://piwigo.org/svn/trunk@28980 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-06improves regexes parsing plugins metadatamistic1003-18/+20
git-svn-id: http://piwigo.org/svn/trunk@28969 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-04strict standardsmistic1001-1/+2
git-svn-id: http://piwigo.org/svn/trunk@28939 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-04selectize/localcache : remove overkill categories sorting (already done in ↵mistic1001-31/+21
WS) + remove some data (comments, uppercets, etc...) git-svn-id: http://piwigo.org/svn/trunk@28938 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-04fix sorting by global rank in selectizemistic1001-1/+24
git-svn-id: http://piwigo.org/svn/trunk@28937 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-03feature 2809: sort albums by dateplegall2-7/+117
git-svn-id: http://piwigo.org/svn/trunk@28934 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02bug 3061: manual order becomes automatic order mistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@28924 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02feature 2616: remove useless code (photos_add_direct_process or uploadify ↵plegall9-590/+3
related variables) git-svn-id: http://piwigo.org/svn/trunk@28919 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02i18n for the new HTML5 upload (use i18n files from plupload)plegall2-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
2014-07-01bug 3013: Clean batch manager globalrvelices2-168/+129
git-svn-id: http://piwigo.org/svn/trunk@28909 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-28batch manager move more js from footer to async ; move some inline to ↵rvelices3-112/+117
external file git-svn-id: http://piwigo.org/svn/trunk@28821 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-28fix date picker js dependencies when combine_template_files = falservelices1-3/+7
git-svn-id: http://piwigo.org/svn/trunk@28820 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-26moved around 100k of javascript from synchronous loading to async... (a lot ↵rvelices5-64/+72
more could be done...) git-svn-id: http://piwigo.org/svn/trunk@28806 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-22feature 3080: add cancel button, one minute granularity, fix missing cssmistic1005-21/+59
git-svn-id: http://piwigo.org/svn/trunk@28765 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-22feature 3095: add "comments_enable_website" param + GUImistic1002-0/+8
git-svn-id: http://piwigo.org/svn/trunk@28764 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-18since number of accepted args not required for add_event_handler, simplify callsrvelices3-35/+35
git-svn-id: http://piwigo.org/svn/trunk@28714 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14add dark selectize theme + "ternary" template modifiermistic1008-8/+16
git-svn-id: http://piwigo.org/svn/trunk@28703 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14no more use of jquery ui for admin menu accordionmistic1003-63/+81
git-svn-id: http://piwigo.org/svn/trunk@28702 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14too much redirectsmistic1001-33/+45
git-svn-id: http://piwigo.org/svn/trunk@28701 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14on batch manager global move "invalidate_user_cache" AFTER database updates ↵mistic1001-5/+5
(SmartAlbums compatibility) git-svn-id: http://piwigo.org/svn/trunk@28700 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13hide helpSynchro if sync is disabled (made with CSS instead of javascript)plegall1-0/+6
git-svn-id: http://piwigo.org/svn/trunk@28696 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13feature 3088: set AdminTools as default plugin, set admin_multi_view as obsoletemistic1003-3/+3
git-svn-id: http://piwigo.org/svn/trunk@28695 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13clean HTML code of header and footermistic1002-76/+56
git-svn-id: http://piwigo.org/svn/trunk@28690 68402e56-0260-453c-a942-63ccdbb3a9ee