aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes #452, update images.lastmodified when changing tag listplegall2016-06-231-0/+119
|
* fixes #488 make user input watermark filename safe (#492)jeremydurand2016-06-021-3/+32
|
* fixes #322, add {m4v,ogg,ogv,webm,webmv} for ffmpeg on uploadplegall2016-02-231-1/+1
|
* bug #325, use original TIFF for EXIF/IPTC readplegall2016-02-161-0/+22
|
* feature #295, proxy support for fetchRemoteplegall2016-02-151-0/+13
|
* fixes #345, forget about filesize limit on uploadplegall2016-02-131-16/+10
| | | | ... but check upload_max_filesize (PHP setting) is bigger than upload_form_chunk_size (Piwigo setting)
* feature #383, dedicated function to delete sessionsplegall2016-02-121-5/+1
|
* bug #383, fix session deletion when user deletedplegall2016-02-121-1/+1
|
* fixes #349, API set ranks of all album photos at onceplegall2016-01-281-1/+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.
* clean USER_AUTH_KEYS_TABLE when deleting usermodus752016-01-161-0/+1
|
* happy new year 2016, all headers updatedplegall2016-01-1423-23/+23
|
* Merge branch 'feature/293-trigger-upload'plegall2016-01-141-96/+173
|\
| * feature #293, also process videosplegall2016-01-141-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_representativeplegall2015-12-151-96/+125
| | | | | | | | | | * new function upload_file_pdf and upload_file_tiff * code to handle videos removed for now (discussion with @xbgmsharp)
* | feature #392, add authentication key in NBM mailsplegall2016-01-041-7/+7
| | | | | | | | | | | | 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.
* | Merge branch 'bug/385-php7'plegall2015-12-3010-19/+34
|\ \
| * | bug #385 __construct for PHP 7 compatibilityplegall2015-12-201-2/+2
| | |
| * | bug #385 PHP7 compatibilityplegall2015-12-101-2/+20
| | | | | | | | | | | | * array concatenation no longer seem to work
| * | bug #385 compatibility with PHP7plegall2015-12-108-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'plegall2015-12-301-0/+35
|\ \ | |/ |/|
| * feature #379 multiple format, step 1: add formatsplegall2015-12-031-0/+35
| | | | | | | | | | | | * 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
* | fixes #377 use Ajax calls to refresh/delete album thumbnailplegall2015-12-011-0/+19
|/
* fix #361 - Watermark Y repeatmodus752015-10-151-0/+2
|
* fix #357 make orphans photos more obviousplegall2015-10-091-0/+18
| | | | ... 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 settingplegall2015-08-121-1/+2
|
* feature 3221 Lazy log file open, clean codemistic1002015-04-241-3/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@31103 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2955: make the keywords separator configurableplegall2015-04-211-14/+34
| | | | git-svn-id: http://piwigo.org/svn/trunk@31097 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3203 fixed: for IE, explicit the url even for staying on the same pageplegall2015-02-161-3/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@30972 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3162: because string(5) "35.10" == string(4) "35.1", we have to use === ↵plegall2014-10-161-3/+1
| | | | | | instead (or !==) git-svn-id: http://piwigo.org/svn/trunk@30106 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge back r30104 (bad commit log, wrong copy/paste)plegall2014-10-161-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@30105 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug if (584 == )plegall2014-10-161-3/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@30104 68402e56-0260-453c-a942-63ccdbb3a9ee
* final fix for plugins update ?mistic1002014-09-251-6/+15
| | | | | | | | | | | | - plugins.version is not updated in "activate" action - plugins.version is updated in "update" action and "load_plugin()" function (not only for plugins using maintain.class.php) cases covered: - autoupdate while active or inactive - FTP update while active or inactive git-svn-id: http://piwigo.org/svn/trunk@29779 68402e56-0260-453c-a942-63ccdbb3a9ee
* flaw in r29773mistic1002014-09-251-1/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@29778 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix plugins autoupdate: call ##_maintain::update when updating from back-officemistic1002014-09-241-52/+85
| | | | git-svn-id: http://piwigo.org/svn/trunk@29773 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: no need to check the table piwigo_plugins, this table always ↵plegall2014-09-222-2/+1
| | | | | | exists at this point git-svn-id: http://piwigo.org/svn/trunk@29735 68402e56-0260-453c-a942-63ccdbb3a9ee
* * feature 3142: upgrade script to Piwigo 2.7plegall2014-09-201-0/+18
| | | | | | | | | * 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
* bug 3134: hide warnings on exif_read_data to avoid breaking HTML5 uploadplegall2014-09-031-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@29392 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:732flop252014-08-171-3/+7
| | | | | | unlock sub-albums git-svn-id: http://piwigo.org/svn/trunk@29229 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:3124flop252014-08-151-1/+1
| | | | | | derivative_default_size can't be disabled git-svn-id: http://piwigo.org/svn/trunk@29220 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3067: upload any file type with the new HTML5 upload form.plegall2014-07-302-14/+95
| | | | | | | | | $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
* fix my previous commit typo mistakervelices2014-07-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@29068 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3101: Allow multi language tags to be recognized from selectize or ↵rvelices2014-07-211-8/+14
| | | | | | metadata sync git-svn-id: http://piwigo.org/svn/trunk@29066 68402e56-0260-453c-a942-63ccdbb3a9ee
* more query2array on admin sidervelices2014-07-171-61/+49
| | | | git-svn-id: http://piwigo.org/svn/trunk@29052 68402e56-0260-453c-a942-63ccdbb3a9ee
* improves regexes parsing plugins metadatamistic1002014-07-063-18/+20
| | | | git-svn-id: http://piwigo.org/svn/trunk@28969 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2616: remove useless code (photos_add_direct_process or uploadify ↵plegall2014-07-028-584/+3
| | | | | | related variables) git-svn-id: http://piwigo.org/svn/trunk@28919 68402e56-0260-453c-a942-63ccdbb3a9ee
* since number of accepted args not required for add_event_handler, simplify callsrvelices2014-06-183-35/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@28714 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3088: set AdminTools as default plugin, set admin_multi_view as obsoletemistic1002014-06-133-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@28695 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3076: Enhance plugin update system mistic1002014-06-092-32/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@28651 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3010 : replace trigger_action/event by trigger_notify/changemistic1002014-06-025-13/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
* related to bug 3086 : test for curl_init and curl_exec in fetchRemotemistic1002014-05-301-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@28572 68402e56-0260-453c-a942-63ccdbb3a9ee