aboutsummaryrefslogtreecommitdiffstats
path: root/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-14feature #293, also process videosplegall1-0/+48
... as in Piwigo 2.7, to keep the same level of features. Plugin VideoJS may provide a better algorithm.
2016-01-09feature #397, close popin when user deletedplegall1-1/+1
2016-01-09feature #397, bigger padding inside popinplegall1-1/+1
2016-01-09move new CSS rules to theme.css instead of {html_style}plegall2-14/+15
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 usersplegall2-42/+241
... and not just to a group
2016-01-04feature #392, add authentication key in NBM mailsplegall2-10/+22
There are many links in NBM (Notification By Mail, see screen [Administration > Users > Notification]). I had to change several functions to take this authentication key into account.
2015-12-31feature #392, authentication keys, album notificationplegall1-13/+13
* On album notification (for a group), sends one distinct email for each user with a new authentication key. * When someone clicks the link with auth=<key> in URL, if the user is not already connected, Piwigo will automatically connect the user.
2015-12-23feature #379, multiple format, bug fixed on syncplegall1-1/+14
New formats were not detected if the photo had not already at least one format.
2015-12-20bug #385 __construct for PHP 7 compatibilityplegall1-2/+2
2015-12-17indentationplegall1-40/+40
2015-12-16feature #379 multiple format, step 3: add/removeplegall2-44/+121
* during sync, Piwigo will detect new/removed formats for an existing photo * multiple formats features is disabled by default
2015-12-15feature #293 trigger to generate pwg_representativeplegall1-96/+125
* new function upload_file_pdf and upload_file_tiff * code to handle videos removed for now (discussion with @xbgmsharp)
2015-12-10bug #385 PHP7 compatibilityplegall1-2/+20
* array concatenation no longer seem to work
2015-12-10bug #385 compatibility with PHP7plegall8-15/+12
* replace old-style constructor with PHP5-style constructor (__construct) * do not call set_magic_quotes_runtime() any longer * avoid automatic conversion from array to string
2015-12-03feature #379 multiple format, step 1: add formatsplegall5-0/+114
* 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 thumbnailplegall4-40/+97
2015-10-15fix #361 - Watermark Y repeatmodus753-1/+11
2015-10-09fix #357 make orphans photos more obviousplegall17-149/+246
... 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 settingplegall2-2/+3
2015-04-24feature 3221 Lazy log file open, clean codemistic1001-3/+5
git-svn-id: http://piwigo.org/svn/trunk@31103 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-21feature 2955: make the keywords separator configurableplegall1-14/+34
git-svn-id: http://piwigo.org/svn/trunk@31097 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-17merge r30979 from trunk to branch 2.7plegall1-1/+1
bug 3201: accept - in plugin directory name (identifier) git-svn-id: http://piwigo.org/svn/branches/2.7@30980 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-17bug 3201: accept - in plugin directory name (identifier)plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@30979 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-16merge r30972 from trunk to branch 2.7plegall2-3/+8
bug 3203 fixed: for IE, explicit the url even for staying on the same page git-svn-id: http://piwigo.org/svn/branches/2.7@30973 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-16bug 3203 fixed: for IE, explicit the url even for staying on the same pageplegall2-3/+8
git-svn-id: http://piwigo.org/svn/trunk@30972 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-13Merged revision(s) 30958 from trunk:mistic1001-44/+0
bug 3190: Datetime picker, can't change year on Chrome & IE11 git-svn-id: http://piwigo.org/svn/branches/2.7@30959 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-13bug 3190: Datetime picker, can't change year on Chrome & IE11 mistic1001-44/+0
git-svn-id: http://piwigo.org/svn/trunk@30958 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-13Merged revision(s) 30956 from trunk:mistic1002-2/+1
bug 3188: history search, trailing space in dates git-svn-id: http://piwigo.org/svn/branches/2.7@30957 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-13bug 3188: history search, trailing space in dates mistic1002-2/+1
git-svn-id: http://piwigo.org/svn/trunk@30956 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-12merge r30952 from trunk to branch 2.7plegall1-0/+2
bug 3202 fixed: additional input check for filter_level git-svn-id: http://piwigo.org/svn/branches/2.7@30953 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-12bug 3202 fixed: additional input check for filter_levelplegall1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@30952 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-12merge r30950 from trunk to branch 2.7plegall1-0/+6
bug 3201 fixed: check plugin identifier git-svn-id: http://piwigo.org/svn/branches/2.7@30951 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-12bug 3201 fixed: check plugin identifierplegall1-0/+6
git-svn-id: http://piwigo.org/svn/trunk@30950 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-12merge r30948 from trunk to branch 2.7plegall1-3/+11
bug 3200 fixed: add input checks on admin history git-svn-id: http://piwigo.org/svn/branches/2.7@30949 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-12bug 3200 fixed: add input checks on admin historyplegall1-3/+11
git-svn-id: http://piwigo.org/svn/trunk@30948 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-09bug 3187: sort albums by names without accentsplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@30874 68402e56-0260-453c-a942-63ccdbb3a9ee
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:mistic1005-77/+75
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-30Merged revision(s) 30341 from trunk:mistic1001-16/+118
feature:3168 Unuseable datepicker for old dates modify DatePicker internal methods to replace year select by a numeric input git-svn-id: http://piwigo.org/svn/branches/2.7@30632 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-30bug 3183: Improve album creation mistic1005-77/+75
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-30tweak colorbox style2mistic1001-1/+3
git-svn-id: http://piwigo.org/svn/trunk@30629 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-03bug 3149: admin image preview (colorbox) does not work for small originals rvelices3-3/+7
git-svn-id: http://piwigo.org/svn/trunk@30358 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-02feature:3168 Unuseable datepicker for old datesmistic1001-16/+118
modify DatePicker internal methods to replace year select by a numeric input git-svn-id: http://piwigo.org/svn/trunk@30341 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-26merge r30310 from trunk to branch 2.7plegall1-0/+1
bug 3165 fixed: template variable ACTIVATE_COMMENTS had been accidentally removed with Piwigo 2.6 git-svn-id: http://piwigo.org/svn/branches/2.7@30311 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-26bug 3165 fixed: template variable ACTIVATE_COMMENTS had been accidentally ↵plegall1-0/+1
removed with Piwigo 2.6 git-svn-id: http://piwigo.org/svn/trunk@30310 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16Merged revision(s) 30110 from trunk:mistic1001-0/+1
datepicker display by default -80:+20 for year select (previous -10:+10) git-svn-id: http://piwigo.org/svn/branches/2.7@30111 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16datepicker display by default -80:+20 for year select (previous -10:+10)mistic1001-0/+1
git-svn-id: http://piwigo.org/svn/trunk@30110 68402e56-0260-453c-a942-63ccdbb3a9ee