aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-09fixes #450 enlarge size text field for adding a permalink (#501)jeremydurand1-1/+8
fixes #450 enlarge size text field for adding a permalink
2016-05-02bug #466 fixed, new album listed when moving photosplegall1-10/+8
In the batch manager, merge action blocks "associate" and "move" because they follow the same pattern (list of albums + create new).
2016-02-26fixes #425, update piecon.jsplegall1-1/+1
2016-02-18upgrade datatables to 1.10.11 (issue #378)modus752-41/+50
2016-02-13fixes #345, forget about filesize limit on uploadplegall1-2/+1
... but check upload_max_filesize (PHP setting) is bigger than upload_form_chunk_size (Piwigo setting)
2016-02-12fixes #419, an admin can't change webmaster passwordplegall1-1/+3
2016-01-29fixes #411, auth keys details on notification formsplegall2-0/+17
2016-01-28bug #409 fixed: handle error returned by pwg.users.setInfoplegall1-9/+23
2016-01-09feature #397, close popin when user deletedplegall1-1/+1
2016-01-09move new CSS rules to theme.css instead of {html_style}plegall1-14/+0
2016-01-09feature #398, update user list when user is modifiedplegall1-1/+4
2016-01-09feature #397, edit user in a popinplegall1-26/+41
2016-01-06feature #259, notify an album to a list of usersplegall1-16/+87
... and not just to a group
2015-12-03feature #379 multiple format, step 1: add formatsplegall1-0/+1
* new table piwigo_image_format (each photo can have 0 to many formats) * only compatible with synchronization for now. Formats must be in sub-directory pwg_format * formats are visible on edition page only for now
2015-12-01improved use of jQuery, by @mistic100plegall1-3/+5
2015-12-01fixes #377 use Ajax calls to refresh/delete album thumbnailplegall1-8/+70
2015-10-15fix #361 - Watermark Y repeatmodus751-0/+7
2015-10-09fix #357 make orphans photos more obviousplegall2-1/+10
... 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.
2015-08-12closes #346 chunk_size is now a config settingplegall1-1/+1
2014-12-16Feature 3185 : Add upload progress indicator with Pieconmistic1001-1/+14
git-svn-id: http://piwigo.org/svn/trunk@30766 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-30Merged revision(s) 30630 from trunk:mistic1002-2/+7
bug 3183: Improve album creation update popup selectize with new album init popup selectize with main selectize value git-svn-id: http://piwigo.org/svn/branches/2.7@30633 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-30bug 3183: Improve album creation mistic1002-2/+7
update popup selectize with new album init popup selectize with main selectize value git-svn-id: http://piwigo.org/svn/trunk@30630 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-03bug 3149: admin image preview (colorbox) does not work for small originals rvelices2-2/+6
git-svn-id: http://piwigo.org/svn/trunk@30358 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-10bug 3159: wrong URL for IE11 on "Add another set of photos" after uploadplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@29983 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06merge r29900 from trunk to branch 2.7plegall1-0/+1
bug 3153: fix the AddPhotos buttons on Iceweasel (and on iOS 8.0.2... sometimes). Patch by mmoy git-svn-id: http://piwigo.org/svn/branches/2.7@29903 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06bug 3153: fix the AddPhotos buttons on Iceweasel (and on iOS 8.0.2... ↵plegall1-0/+1
sometimes). Patch by mmoy git-svn-id: http://piwigo.org/svn/trunk@29900 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-23filter "dissociate" action + display bug of Selectize widgetmistic1001-4/+7
git-svn-id: http://piwigo.org/svn/trunk@29760 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20* feature 3142: upgrade script to Piwigo 2.7plegall1-1/+3
* link to Tour 2_7_0 at the end of upgrade * activate plugin Take a Tour by default git-svn-id: http://piwigo.org/svn/trunk@29665 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-18enlarge album list to 600pxplegall3-5/+5
git-svn-id: http://piwigo.org/svn/trunk@29619 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-18enlarge selectize boxes to 600px (like on picture_modify)plegall1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@29618 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17- active search filter but empty string in batch manager does not change the ↵rvelices1-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
2014-09-16use icon-ok for forced multi sizes + icon-zoom-in for preview boxesmistic1003-4/+4
git-svn-id: http://piwigo.org/svn/trunk@29557 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15use fontello for every checkbox on config screens + split configuration.tpl filemistic1007-908/+1028
git-svn-id: http://piwigo.org/svn/trunk@29539 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-11feature 3138: Add photo zoom when editing a photo mistic1002-4/+7
git-svn-id: http://piwigo.org/svn/trunk@29480 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03feature:2616 add custom big progressbarmistic1001-2/+22
git-svn-id: http://piwigo.org/svn/trunk@29394 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03feature:2616 move "add files" and "start upload" buttonsmistic1001-26/+42
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 theplegall8-16/+8
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 loadmistic1001-167/+83
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) ↵plegall1-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
2014-08-21feature 2791: batch manager, filter by filesizeplegall1-0/+53
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