summaryrefslogtreecommitdiff
path: root/upload.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-0/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-28General code updated to PHP8.4 and namespace ... work in progress on ↵lsces1-18/+15
updating some third party code
2024-04-14fix parameters to fisheye_handle_uploadspiderr1-1/+1
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-02move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH ↵modela bitweaver1-2/+2
constants
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-3/+3
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-1/+1
2015-02-18typo in upload.phpspider1-2/+2
2015-02-18spit some json on upErrors. this will changespider1-1/+3
2015-02-18process uploads whenever _FILESspider1-6/+7
2012-04-29Roll back getContentUrl to alternate static getDisplayUrl fixLester Caine ext:(%22)1-2/+2
getDisplayUrlFrom Hash used for static calls
2012-04-17Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-1/+1
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes
2012-01-20comment fisheye_show_public_on_upload support in upload.phpspiderr1-1/+1
2010-12-28move upload handling logic to it's own functionspiderr1-75/+6
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-2/+2
2009-09-25add display mode for inline uploaderTyler Bello1-3/+12
2009-07-04add matching content_pre_upload_function service function to go with post ↵Christian Fowler1-3/+3
upload, remove giga specific code
2009-07-01revert previous commitTyler Bello1-14/+7
2009-07-01Modifications for new uploaderTyler Bello1-7/+14
2009-06-19use hasUpdatePermission to check if gallery can be added toChristian Fowler1-4/+6
2009-06-02add request hash to each upload to store so that services values get passed inTekimaki1-6/+11
2009-03-22add gFisheyeUploads object array to keep track of images created when ↵Christian Fowler1-2/+4
uploaded, call content_post_upload_function when upload is complete
2009-01-05add item to the end of the gallery position in addToGalleries; clean up ↵Christian Fowler1-15/+8
naming to gallery_additions
2009-01-04natural sort uploaded images based on file nameChristian Fowler1-1/+5
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-2/+2
options hash
2007-11-08massive update to javascript and css file loading. main aim is to reduce the ↵Max Kremmel1-2/+2
number of HTTP requests to speed up page loading times. speedup should be quite prominent in our favoutire browser. to load javascirpt files use: $gBitThemes->loadJavascript( '/full/path/to/javascript/file.js', <boolean: compress javascript> ); to load css files use: $gBitThemes->loadCss( '/full/path/to/javascript/file.css' ); if you have a relative path in your css file such as 'background-image: url( images/foo.png );', this method of loading will not work.
2007-11-07fix extended upload slot loadingMax Kremmel1-4/+2
2007-10-25fix upload galleryList hash for 'data' changes in FisheyeGallery::getListChristian Fowler1-4/+4
2007-09-13migrate to verifyEditPermission, add support for content permission upload ↵Christian Fowler1-1/+8
ability to gallery not owned by current user
2007-07-12fix and improve error handling when using fisheye_store_upload()Max Kremmel1-4/+3
2007-01-16only create new user gallery when user has permission to create galleriesMax Kremmel1-2/+6
2007-01-01use gallery admin permission instead of edit permission to allow full access ↵Max Kremmel1-2/+2
to fishey galleries
2006-12-27fix image resize and image rotate on upload, make sure rotating doesn't spew ↵Max Kremmel1-1/+5
errors when image type doesn't have exif data, remove original after resize if it wasn't a jpg to start off with
2006-12-27completely remove positional information when default sort mode has been ↵Max Kremmel1-4/+6
set. when moving images from one gallery to another, positional information is lost as well, so images will be inserted at the correct position when moved
2006-12-27add new option to allow editors to see all available galleries - this makes ↵Max Kremmel1-7/+10
sense on smaller sites where editors may move around images from one gallery to another
2006-12-24remove auto numbering option - automagically disable when default sort_mode ↵Max Kremmel1-2/+2
has been set
2006-12-24add default sort mode when no position information is availabe, add option ↵Max Kremmel1-2/+4
to disable auto ordering when uploading items - this way it's possible to simply have an autosorted gallery without the need to visit the image_order.php page
2006-11-30add auto rotate of images using EXIF data.Christian Fowler1-2/+2
2006-11-16only load upload slots when neededMax Kremmel1-5/+5
2006-11-10make public gallery display during file upload optionalMax Kremmel1-1/+4
2006-11-10remove show_public for upload since that quickly gets out of control with ↵Christian Fowler1-2/+1
large sites. better to have the icon 'Add Image' to add directly to public galleries
2006-11-07add option to set title and description at the time of uploading the images ↵Max Kremmel1-2/+13
- unfortunately not compatible with gigaupload
2006-08-29start work on public galleries - basics workingMax Kremmel1-2/+9
2006-06-20typosMax Kremmel1-2/+2
2006-06-10move uploadMax calculation to seperate file for easy inclusionMax Kremmel1-31/+2
2006-06-04fix multifile upload when giga isn't usedMax Kremmel1-3/+7
2006-05-29make change for gigauploadChristian Fowler1-4/+5
2006-05-04remove unused arrayMax Kremmel1-2/+1
2006-05-02get xupload working and make changes to liberty and fisheye to allow the use ↵Max Kremmel1-2/+5
of xupload