aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/functions_upload.inc.php (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixes #322, add {m4v,ogg,ogv,webm,webmv} for ffmpeg on uploadplegall2016-02-231-1/+1
* happy new year 2016, all headers updatedplegall2016-01-141-1/+1
* feature #293, also process videosplegall2016-01-141-0/+48
* feature #293 trigger to generate pwg_representativeplegall2015-12-151-96/+125
* feature 3067: upload any file type with the new HTML5 upload form.plegall2014-07-301-2/+87
* since number of accepted args not required for add_event_handler, simplify callsrvelices2014-06-181-10/+10
* Update headers to 2014. Happy new year!!mistic1002014-01-051-1/+1
* feature 2869 added: support TIFF files on web upload (requires ext_imagick)plegall2013-12-121-0/+55
* remove all array_push (50% slower than []) + some changes missing for feature...mistic1002013-10-191-17/+4
* update Piwigo headers to 2013 (the end of the world didn't occur as expected...plegall2013-01-011-1/+1
* bug 2725: Piwigo isn't compatible with suPHP + better handling of watermark u...rvelices2012-08-301-0/+1
* multisize: remove obsolete function file_path_for_typeplegall2012-05-071-26/+0
* feature 2606: second step on multiple size configuration screen redesign.plegall2012-04-191-1/+3
* feature 2604: support rotation on derivativesplegall2012-04-011-0/+7
* feature 2567: in IMAGES_TABLE the field "name" is prefilled with the filename mistic1002012-02-101-1/+3
* feature 2562 added: pre-cache thumbnail at upload timeplegall2012-02-051-0/+18
* feature 2548 multisize - implement delete_element_derivativesrvelices2012-01-171-28/+26
* feature 2548 (multiple size): better delete derivatives in add_uploaded_fileplegall2012-01-171-0/+2
* feature 2548 (multiple sizes): adapt the web API method pwg.images.add (usedplegall2012-01-171-13/+12
* feature 2548, multiple size:plegall2012-01-121-185/+36
* feature 2548 multisizervelices2012-01-031-1/+1
* Bug:2472patdenice2011-10-141-1/+3
* Deactivate auto-rotation for thumbnail creation.patdenice2011-09-291-1/+1
* bug:2292flop252011-05-121-2/+2
* Insert upload form parameters in database during installation.patdenice2011-04-281-37/+0
* feature:2284patdenice2011-04-271-339/+15
* Create a function to save upload form settings.patdenice2011-04-231-0/+82
* feature:2274patdenice2011-04-221-20/+17
* feature:2274patdenice2011-04-221-2/+21
* feature:2273patdenice2011-04-211-10/+66
* round is better than ceil for resizing pictures.patdenice2011-04-151-2/+2
* bug:1791 display hd dimensions instead of websize dimensionsmistic1002011-04-081-0/+6
* feature:2239patdenice2011-03-311-3/+27
* change the way Piwigo checks Imagick availability to make it easier to call I...plegall2011-03-241-1/+1
* feature 2189 added: ability to update a photo (the JPEG/PNG file) withplegall2011-02-111-51/+122
* no need to check the availability of a GD function in the ImageMagick resize ...plegall2011-01-311-5/+1
* bug 2164 fixed: disable automatic rotation if we can't read EXIF dataplegall2011-01-311-0/+5
* feature 2040: to finish the "automatic rotation" feature, I had configurationplegall2011-01-191-0/+7
* Happy new year 2011plegall2011-01-181-2/+2
* feature 2095 added: new column images.added_by (foreign key on users.id)plegall2011-01-041-1/+2
* simpler code, useless to convert value twiceplegall2010-12-231-8/+2
* feature 2083 added: implement method pwg.images.addSimple in coreplegall2010-12-231-29/+259
* feature 2077 added: when ImageMagick is active, ability to remove or resizeplegall2010-12-221-1/+38
* feature 2076 added: automatically use ImageMagick (imagick) instead of GD ifplegall2010-12-211-24/+107
* feature 2040 added: automatic rotation of the photo based on EXIF Orientation.plegall2010-11-241-21/+81
* merge r7489 from branch 2.1 to trunkplegall2010-10-291-1/+1
* merge r7169 from branch 2.1 to trunkplegall2010-10-131-1/+1
* merge r6624 from branch 2.1 to trunkplegall2010-06-291-0/+78
* merge r6621 from branch 2.1 to trunkplegall2010-06-291-0/+4
* merge r6616 from branch 2.1 to trunkplegall2010-06-281-4/+22