aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-03feature:2616 move "add files" and "start upload" buttonsmistic1002-26/+47
git-svn-id: http://piwigo.org/svn/trunk@29393 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03feature 3133: add colorscheme parameter for themes. This way we can use theplegall9-16/+9
appropriate CSS for selectize (and other things) git-svn-id: http://piwigo.org/svn/trunk@29389 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01bug 3127: during upload, warn user if she wants to leave the page (works ↵plegall1-1/+8
fine on Firefox/Chrome) git-svn-id: http://piwigo.org/svn/trunk@29356 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01bug 3074: no more than 50 photos per page on Batch Manager, unit mode ↵plegall1-1/+0
(better fix expected with feature 3106) git-svn-id: http://piwigo.org/svn/trunk@29349 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-24feature:3126flop251-0/+4
Apply on subalbum checkbox about comments git-svn-id: http://piwigo.org/svn/trunk@29265 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-24feature:3049flop251-1/+1
change Clear to Cancel already translated git-svn-id: http://piwigo.org/svn/trunk@29264 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-24feature:3049flop251-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
2014-08-23create a mini jquery plugin for sliders on batch manager + async loadmistic1003-167/+130
git-svn-id: http://piwigo.org/svn/trunk@29249 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-22feature 2810: for duplicates filter, add "date & time" (checked by default) ↵plegall2-0/+10
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: batch manager, filter by filesizeplegall2-2/+55
git-svn-id: http://piwigo.org/svn/trunk@29238 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-17feature:732flop251-1/+1
unlock sub-albums git-svn-id: http://piwigo.org/svn/trunk@29229 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-15bug:3122flop253-99/+50
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-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.plegall1-2/+1
$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-25feature 2904: add a link "empty caddie" in the Batch Manager.plegall1-0/+5
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:plegall1-5/+7
* 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-20bug 3100 display IP address of comment author on admin page and also save ↵rvelices1-1/+1
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 ↵rvelices1-61/+133
date, better tooltips ... git-svn-id: http://piwigo.org/svn/trunk@29053 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-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 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-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 dateplegall1-2/+3
git-svn-id: http://piwigo.org/svn/trunk@28934 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 + GUImistic1001-0/+7
git-svn-id: http://piwigo.org/svn/trunk@28764 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 accordionmistic1001-49/+70
git-svn-id: http://piwigo.org/svn/trunk@28702 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-13clean HTML code of header and footermistic1002-76/+56
git-svn-id: http://piwigo.org/svn/trunk@28690 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13remove admin IE 6/7/8 fixesmistic1005-62/+1
git-svn-id: http://piwigo.org/svn/trunk@28689 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-03syntax errorplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@28616 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02redefine selectize templates without escaping + translate "Add"mistic1004-7/+34
git-svn-id: http://piwigo.org/svn/trunk@28613 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-31time picker more forgiving with parsing errors (accept dates only without time)rvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@28578 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-29i broke colorbox on batch manager unit + use css animationsmistic1002-7/+7
git-svn-id: http://piwigo.org/svn/trunk@28563 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-28feature 3077 : fix addAlbum process when creating the first ever album, ↵mistic1008-63/+84
improve data API git-svn-id: http://piwigo.org/svn/trunk@28555 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-28feature 2616: better behavior at the end of upload (more like with ↵plegall1-42/+45
uploadify, but no page reload) git-svn-id: http://piwigo.org/svn/trunk@28554 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-28feature 2616, customizations for pluploadplegall3-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
2014-05-27feature 3077 : factorize code for cache/selectizemistic1005-334/+360
git-svn-id: http://piwigo.org/svn/trunk@28550 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-27feature 2616: HTML5 upload (with plupload 2.1.2). First basic ↵plegall2-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
2014-05-26feature 3077 : factorize code for categories cache (TODO for other ↵mistic1005-149/+176
collections) + fix incorrect categories list for dissociation git-svn-id: http://piwigo.org/svn/trunk@28542 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-26feature 3077 : always sort categories by global rankmistic1006-22/+12
git-svn-id: http://piwigo.org/svn/trunk@28540 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-26bug fixed: on upload form, display existing albumsplegall1-1/+5
git-svn-id: http://piwigo.org/svn/trunk@28539 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-24feature 3077 : use selectize on batch_manager_global, cat_modify and ↵mistic1008-113/+328
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