Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-02-29 | dynamic list of image_types from history | plegall | 1 | -1/+1 | |
... because a plugin can add types in history.image_type code by @ddtddt | |||||
2016-02-26 | fixes #425, update piecon.js | plegall | 1 | -1/+1 | |
2016-02-23 | fixes #322, add {m4v,ogg,ogv,webm,webmv} for ffmpeg on upload | plegall | 1 | -1/+1 | |
2016-02-16 | bug #325, use original TIFF for EXIF/IPTC read | plegall | 1 | -0/+22 | |
2016-02-15 | feature #295, proxy support for fetchRemote | plegall | 1 | -0/+13 | |
2016-02-13 | fixes #383, purge sessions on invalid user ids | plegall | 1 | -0/+40 | |
2016-02-13 | fixes #345, forget about filesize limit on upload | plegall | 2 | -18/+11 | |
... but check upload_max_filesize (PHP setting) is bigger than upload_form_chunk_size (Piwigo setting) | |||||
2016-02-12 | feature #383, dedicated function to delete sessions | plegall | 1 | -5/+1 | |
2016-02-12 | bug #383, fix session deletion when user deleted | plegall | 1 | -1/+1 | |
2016-02-12 | fixes #419, an admin can't change webmaster password | plegall | 2 | -3/+13 | |
2016-01-29 | fixes #411, auth keys details on notification forms | plegall | 4 | -0/+44 | |
2016-01-28 | fixes #349, API set ranks of all album photos at once | plegall | 2 | -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-28 | bug #409 fixed: handle error returned by pwg.users.setInfo | plegall | 1 | -9/+23 | |
2016-01-26 | bug #407 fixed, avoid PHP warnings | plegall | 1 | -8/+7 | |
... on formats_to_delete and caddiables variables during sync | |||||
2016-01-16 | clean USER_AUTH_KEYS_TABLE when deleting user | modus75 | 1 | -0/+1 | |
2016-01-14 | happy new year 2016, all headers updated | plegall | 85 | -85/+85 | |
2016-01-14 | feature #293, also process videos | plegall | 1 | -0/+48 | |
... as in Piwigo 2.7, to keep the same level of features. Plugin VideoJS may provide a better algorithm. | |||||
2016-01-09 | feature #397, close popin when user deleted | plegall | 1 | -1/+1 | |
2016-01-09 | feature #397, bigger padding inside popin | plegall | 1 | -1/+1 | |
2016-01-09 | move new CSS rules to theme.css instead of {html_style} | plegall | 2 | -14/+15 | |
2016-01-09 | feature #398, update user list when user is modified | plegall | 1 | -1/+4 | |
2016-01-09 | feature #397, edit user in a popin | plegall | 1 | -26/+41 | |
2016-01-06 | feature #259, notify an album to a list of users | plegall | 2 | -42/+241 | |
... and not just to a group | |||||
2016-01-04 | feature #392, add authentication key in NBM mails | plegall | 2 | -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-31 | feature #392, authentication keys, album notification | plegall | 1 | -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-23 | feature #379, multiple format, bug fixed on sync | plegall | 1 | -1/+14 | |
New formats were not detected if the photo had not already at least one format. | |||||
2015-12-20 | bug #385 __construct for PHP 7 compatibility | plegall | 1 | -2/+2 | |
2015-12-17 | indentation | plegall | 1 | -40/+40 | |
2015-12-16 | feature #379 multiple format, step 3: add/remove | plegall | 2 | -44/+121 | |
* during sync, Piwigo will detect new/removed formats for an existing photo * multiple formats features is disabled by default | |||||
2015-12-15 | feature #293 trigger to generate pwg_representative | plegall | 1 | -96/+125 | |
* new function upload_file_pdf and upload_file_tiff * code to handle videos removed for now (discussion with @xbgmsharp) | |||||
2015-12-10 | bug #385 PHP7 compatibility | plegall | 1 | -2/+20 | |
* array concatenation no longer seem to work | |||||
2015-12-10 | bug #385 compatibility with PHP7 | plegall | 8 | -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-03 | feature #379 multiple format, step 1: add formats | plegall | 5 | -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-01 | improved use of jQuery, by @mistic100 | plegall | 1 | -3/+5 | |
2015-12-01 | fixes #377 use Ajax calls to refresh/delete album thumbnail | plegall | 4 | -40/+97 | |
2015-10-15 | fix #361 - Watermark Y repeat | modus75 | 3 | -1/+11 | |
2015-10-09 | fix #357 make orphans photos more obvious | plegall | 17 | -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-12 | closes #346 chunk_size is now a config setting | plegall | 2 | -2/+3 | |
2015-04-24 | feature 3221 Lazy log file open, clean code | mistic100 | 1 | -3/+5 | |
git-svn-id: http://piwigo.org/svn/trunk@31103 68402e56-0260-453c-a942-63ccdbb3a9ee | |||||
2015-04-21 | feature 2955: make the keywords separator configurable | plegall | 1 | -14/+34 | |
git-svn-id: http://piwigo.org/svn/trunk@31097 68402e56-0260-453c-a942-63ccdbb3a9ee | |||||
2015-02-17 | merge r30979 from trunk to branch 2.7 | plegall | 1 | -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-17 | bug 3201: accept - in plugin directory name (identifier) | plegall | 1 | -1/+1 | |
git-svn-id: http://piwigo.org/svn/trunk@30979 68402e56-0260-453c-a942-63ccdbb3a9ee | |||||
2015-02-16 | merge r30972 from trunk to branch 2.7 | plegall | 2 | -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-16 | bug 3203 fixed: for IE, explicit the url even for staying on the same page | plegall | 2 | -3/+8 | |
git-svn-id: http://piwigo.org/svn/trunk@30972 68402e56-0260-453c-a942-63ccdbb3a9ee | |||||
2015-02-13 | Merged revision(s) 30958 from trunk: | mistic100 | 1 | -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-13 | bug 3190: Datetime picker, can't change year on Chrome & IE11 | mistic100 | 1 | -44/+0 | |
git-svn-id: http://piwigo.org/svn/trunk@30958 68402e56-0260-453c-a942-63ccdbb3a9ee | |||||
2015-02-13 | Merged revision(s) 30956 from trunk: | mistic100 | 2 | -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-13 | bug 3188: history search, trailing space in dates | mistic100 | 2 | -2/+1 | |
git-svn-id: http://piwigo.org/svn/trunk@30956 68402e56-0260-453c-a942-63ccdbb3a9ee | |||||
2015-02-12 | merge r30952 from trunk to branch 2.7 | plegall | 1 | -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-12 | bug 3202 fixed: additional input check for filter_level | plegall | 1 | -0/+2 | |
git-svn-id: http://piwigo.org/svn/trunk@30952 68402e56-0260-453c-a942-63ccdbb3a9ee |