summaryrefslogtreecommitdiff
path: root/upload.php
AgeCommit message (Collapse)AuthorFilesLines
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
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-2/+2
2006-04-08multifile js is now called manuallyMax Kremmel1-1/+2
2006-03-25permission check on uploadChristian Fowler1-1/+3
2005-11-22merge recent changes into HEADMax Kremmel1-190/+9
2005-10-29merge recent changes into HEADMax Kremmel1-2/+3
2005-08-24synch recent changes from R1 to HEADMax Kremmel1-3/+3
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-6/+8
2005-07-25Merge recent changes R1 1.0.2 beta --> HEADMax Kremmel1-1/+3
2005-07-17Merge recent changes from R1 to HEAD - never doing this again.Max Kremmel1-18/+38
2005-06-28Merge recent changes from R1 into HEADChristian Fowler1-0/+8
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+253