Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #411, auth keys details on notification forms | plegall | 2016-01-29 | 4 | -0/+44 |
| | |||||
* | fixes #349, API set ranks of all album photos at once | plegall | 2016-01-28 | 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. | ||||
* | bug #409 fixed: handle error returned by pwg.users.setInfo | plegall | 2016-01-28 | 1 | -9/+23 |
| | |||||
* | bug #407 fixed, avoid PHP warnings | plegall | 2016-01-26 | 1 | -8/+7 |
| | | | | ... on formats_to_delete and caddiables variables during sync | ||||
* | clean USER_AUTH_KEYS_TABLE when deleting user | modus75 | 2016-01-16 | 1 | -0/+1 |
| | |||||
* | happy new year 2016, all headers updated | plegall | 2016-01-14 | 85 | -85/+85 |
| | |||||
* | Merge branch 'feature/293-trigger-upload' | plegall | 2016-01-14 | 1 | -96/+173 |
|\ | |||||
| * | feature #293, also process videos | plegall | 2016-01-14 | 1 | -0/+48 |
| | | | | | | | | ... as in Piwigo 2.7, to keep the same level of features. Plugin VideoJS may provide a better algorithm. | ||||
| * | feature #293 trigger to generate pwg_representative | plegall | 2015-12-15 | 1 | -96/+125 |
| | | | | | | | | | | * new function upload_file_pdf and upload_file_tiff * code to handle videos removed for now (discussion with @xbgmsharp) | ||||
* | | Merge branch 'feature/259-album-notify-users' | plegall | 2016-01-11 | 2 | -42/+241 |
|\ \ | |||||
| * | | feature #259, notify an album to a list of users | plegall | 2016-01-06 | 2 | -42/+241 |
| | | | | | | | | | | | | ... and not just to a group | ||||
* | | | feature #397, close popin when user deleted | plegall | 2016-01-09 | 1 | -1/+1 |
| | | | |||||
* | | | feature #397, bigger padding inside popin | plegall | 2016-01-09 | 1 | -1/+1 |
| | | | |||||
* | | | move new CSS rules to theme.css instead of {html_style} | plegall | 2016-01-09 | 2 | -14/+15 |
| | | | |||||
* | | | feature #398, update user list when user is modified | plegall | 2016-01-09 | 1 | -1/+4 |
| | | | |||||
* | | | feature #397, edit user in a popin | plegall | 2016-01-09 | 1 | -26/+41 |
|/ / | |||||
* | | feature #392, add authentication key in NBM mails | plegall | 2016-01-04 | 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. | ||||
* | | feature #392, authentication keys, album notification | plegall | 2015-12-31 | 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. | ||||
* | | Merge branch 'bug/385-php7' | plegall | 2015-12-30 | 10 | -19/+34 |
|\ \ | |||||
| * | | bug #385 __construct for PHP 7 compatibility | plegall | 2015-12-20 | 1 | -2/+2 |
| | | | |||||
| * | | bug #385 PHP7 compatibility | plegall | 2015-12-10 | 1 | -2/+20 |
| | | | | | | | | | | | | * array concatenation no longer seem to work | ||||
| * | | bug #385 compatibility with PHP7 | plegall | 2015-12-10 | 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 | ||||
* | | Merge branch 'feature/379-multiple-format' | plegall | 2015-12-30 | 5 | -13/+217 |
|\ \ | |/ |/| | |||||
| * | feature #379, multiple format, bug fixed on sync | plegall | 2015-12-23 | 1 | -1/+14 |
| | | | | | | | | New formats were not detected if the photo had not already at least one format. | ||||
| * | indentation | plegall | 2015-12-17 | 1 | -40/+40 |
| | | |||||
| * | feature #379 multiple format, step 3: add/remove | plegall | 2015-12-16 | 2 | -44/+121 |
| | | | | | | | | | | * during sync, Piwigo will detect new/removed formats for an existing photo * multiple formats features is disabled by default | ||||
| * | feature #379 multiple format, step 1: add formats | plegall | 2015-12-03 | 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 | ||||
* | | improved use of jQuery, by @mistic100 | plegall | 2015-12-01 | 1 | -3/+5 |
| | | |||||
* | | fixes #377 use Ajax calls to refresh/delete album thumbnail | plegall | 2015-12-01 | 4 | -40/+97 |
|/ | |||||
* | fix #361 - Watermark Y repeat | modus75 | 2015-10-15 | 3 | -1/+11 |
| | |||||
* | fix #357 make orphans photos more obvious | plegall | 2015-10-09 | 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. | ||||
* | closes #346 chunk_size is now a config setting | plegall | 2015-08-12 | 2 | -2/+3 |
| | |||||
* | feature 3221 Lazy log file open, clean code | mistic100 | 2015-04-24 | 1 | -3/+5 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@31103 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | feature 2955: make the keywords separator configurable | plegall | 2015-04-21 | 1 | -14/+34 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@31097 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | bug 3201: accept - in plugin directory name (identifier) | plegall | 2015-02-17 | 1 | -1/+1 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@30979 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | bug 3203 fixed: for IE, explicit the url even for staying on the same page | plegall | 2015-02-16 | 2 | -3/+8 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@30972 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | bug 3190: Datetime picker, can't change year on Chrome & IE11 | mistic100 | 2015-02-13 | 1 | -44/+0 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@30958 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | bug 3188: history search, trailing space in dates | mistic100 | 2015-02-13 | 2 | -2/+1 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@30956 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | bug 3202 fixed: additional input check for filter_level | plegall | 2015-02-12 | 1 | -0/+2 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@30952 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | bug 3201 fixed: check plugin identifier | plegall | 2015-02-12 | 1 | -0/+6 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@30950 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | bug 3200 fixed: add input checks on admin history | plegall | 2015-02-12 | 1 | -3/+11 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@30948 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | bug 3187: sort albums by names without accents | plegall | 2015-01-09 | 1 | -1/+1 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@30874 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | Feature 3185 : Add upload progress indicator with Piecon | mistic100 | 2014-12-16 | 1 | -1/+14 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@30766 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | bug 3183: Improve album creation | mistic100 | 2014-11-30 | 5 | -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 | ||||
* | tweak colorbox style2 | mistic100 | 2014-11-30 | 1 | -1/+3 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@30629 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | bug 3149: admin image preview (colorbox) does not work for small originals | rvelices | 2014-11-03 | 3 | -3/+7 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@30358 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | feature:3168 Unuseable datepicker for old dates | mistic100 | 2014-11-02 | 1 | -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 | ||||
* | bug 3165 fixed: template variable ACTIVATE_COMMENTS had been accidentally ↵ | plegall | 2014-10-26 | 1 | -0/+1 |
| | | | | | | removed with Piwigo 2.6 git-svn-id: http://piwigo.org/svn/trunk@30310 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | datepicker display by default -80:+20 for year select (previous -10:+10) | mistic100 | 2014-10-16 | 1 | -0/+1 |
| | | | | git-svn-id: http://piwigo.org/svn/trunk@30110 68402e56-0260-453c-a942-63ccdbb3a9ee | ||||
* | bug 3162: because string(5) "35.10" == string(4) "35.1", we have to use === ↵ | plegall | 2014-10-16 | 1 | -3/+1 |
| | | | | | | instead (or !==) git-svn-id: http://piwigo.org/svn/trunk@30106 68402e56-0260-453c-a942-63ccdbb3a9ee |