aboutsummaryrefslogtreecommitdiffstats
path: root/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-18fixes #469, add download link on photo edit/admin pageplegall15-91/+174
2016-06-23fixes #452, update images.lastmodified when changing tag listplegall2-1/+126
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-06-03Bug/430 placeholder (#494)jeremydurand1-4/+2
fixes #430 placeholder
2016-06-02fixes #488 make user input watermark filename safe (#492)jeremydurand1-3/+32
2016-05-02bug #466 fixed, new album listed when moving photosplegall2-13/+10
In the batch manager, merge action blocks "associate" and "move" because they follow the same pattern (list of albums + create new).
2016-03-09Fix #434 Deprecated constructor for LocalSiteReadermistic1001-211/+211
2016-02-29dynamic list of image_types from historyplegall1-1/+1
... because a plugin can add types in history.image_type code by @ddtddt
2016-02-26fixes #425, update piecon.jsplegall1-1/+1
2016-02-23fixes #322, add {m4v,ogg,ogv,webm,webmv} for ffmpeg on uploadplegall1-1/+1
2016-02-18upgrade datatables to 1.10.11 (issue #378)modus752-41/+50
2016-02-16bug #325, use original TIFF for EXIF/IPTC readplegall1-0/+22
2016-02-15feature #295, proxy support for fetchRemoteplegall1-0/+13
2016-02-13fixes #383, purge sessions on invalid user idsplegall1-0/+40
2016-02-13fixes #345, forget about filesize limit on uploadplegall2-18/+11
... but check upload_max_filesize (PHP setting) is bigger than upload_form_chunk_size (Piwigo setting)
2016-02-12feature #383, dedicated function to delete sessionsplegall1-5/+1
2016-02-12bug #383, fix session deletion when user deletedplegall1-1/+1
2016-02-12fixes #419, an admin can't change webmaster passwordplegall2-3/+13
2016-01-29fixes #411, auth keys details on notification formsplegall4-0/+44
2016-01-28fixes #349, API set ranks of all album photos at onceplegall2-33/+30
on pwg.images.setRank, ability to provide a list of image_id (and no rank). This way you can set the order of all photos of a given album, at once.
2016-01-28bug #409 fixed: handle error returned by pwg.users.setInfoplegall1-9/+23
2016-01-26bug #407 fixed, avoid PHP warningsplegall1-8/+7
... on formats_to_delete and caddiables variables during sync
2016-01-16clean USER_AUTH_KEYS_TABLE when deleting usermodus751-0/+1
2016-01-14happy new year 2016, all headers updatedplegall85-85/+85
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