| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 1 | -0/+1 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2025-08-28 | General code updated to PHP8.4 and namespace ... work in progress on ↵ | lsces | 1 | -18/+15 | |
| updating some third party code | |||||
| 2024-04-14 | fix parameters to fisheye_handle_upload | spiderr | 1 | -1/+1 | |
| 2021-02-03 | update path for kernel/includes/setup_inc.php | modela bitweaver | 1 | -1/+1 | |
| 2021-02-02 | move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH ↵ | modela bitweaver | 1 | -2/+2 | |
| constants | |||||
| 2021-02-02 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 1 | -3/+3 | |
| 2016-02-07 | Move from Smarty2 to Smarty3 function style | lsces | 1 | -1/+1 | |
| 2015-02-18 | typo in upload.php | spider | 1 | -2/+2 | |
| 2015-02-18 | spit some json on upErrors. this will change | spider | 1 | -1/+3 | |
| 2015-02-18 | process uploads whenever _FILES | spider | 1 | -6/+7 | |
| 2012-04-29 | Roll back getContentUrl to alternate static getDisplayUrl fix | Lester Caine ext:(%22) | 1 | -2/+2 | |
| getDisplayUrlFrom Hash used for static calls | |||||
| 2012-04-17 | Tidy up to remove 'STRICT' warnings | Lester 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-20 | comment fisheye_show_public_on_upload support in upload.php | spiderr | 1 | -1/+1 | |
| 2010-12-28 | move upload handling logic to it's own function | spiderr | 1 | -75/+6 | |
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -1/+1 | |
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.php | wjames5 | 1 | -2/+2 | |
| 2009-09-25 | add display mode for inline uploader | Tyler Bello | 1 | -3/+12 | |
| 2009-07-04 | add matching content_pre_upload_function service function to go with post ↵ | Christian Fowler | 1 | -3/+3 | |
| upload, remove giga specific code | |||||
| 2009-07-01 | revert previous commit | Tyler Bello | 1 | -14/+7 | |
| 2009-07-01 | Modifications for new uploader | Tyler Bello | 1 | -7/+14 | |
| 2009-06-19 | use hasUpdatePermission to check if gallery can be added to | Christian Fowler | 1 | -4/+6 | |
| 2009-06-02 | add request hash to each upload to store so that services values get passed in | Tekimaki | 1 | -6/+11 | |
| 2009-03-22 | add gFisheyeUploads object array to keep track of images created when ↵ | Christian Fowler | 1 | -2/+4 | |
| uploaded, call content_post_upload_function when upload is complete | |||||
| 2009-01-05 | add item to the end of the gallery position in addToGalleries; clean up ↵ | Christian Fowler | 1 | -15/+8 | |
| naming to gallery_additions | |||||
| 2009-01-04 | natural sort uploaded images based on file name | Christian Fowler | 1 | -1/+5 | |
| 2008-06-25 | change display call to use a hash for display options, add display_mode to ↵ | Christian Fowler | 1 | -2/+2 | |
| options hash | |||||
| 2007-11-08 | massive update to javascript and css file loading. main aim is to reduce the ↵ | Max Kremmel | 1 | -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-07 | fix extended upload slot loading | Max Kremmel | 1 | -4/+2 | |
| 2007-10-25 | fix upload galleryList hash for 'data' changes in FisheyeGallery::getList | Christian Fowler | 1 | -4/+4 | |
| 2007-09-13 | migrate to verifyEditPermission, add support for content permission upload ↵ | Christian Fowler | 1 | -1/+8 | |
| ability to gallery not owned by current user | |||||
| 2007-07-12 | fix and improve error handling when using fisheye_store_upload() | Max Kremmel | 1 | -4/+3 | |
| 2007-01-16 | only create new user gallery when user has permission to create galleries | Max Kremmel | 1 | -2/+6 | |
| 2007-01-01 | use gallery admin permission instead of edit permission to allow full access ↵ | Max Kremmel | 1 | -2/+2 | |
| to fishey galleries | |||||
| 2006-12-27 | fix image resize and image rotate on upload, make sure rotating doesn't spew ↵ | Max Kremmel | 1 | -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-27 | completely remove positional information when default sort mode has been ↵ | Max Kremmel | 1 | -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-27 | add new option to allow editors to see all available galleries - this makes ↵ | Max Kremmel | 1 | -7/+10 | |
| sense on smaller sites where editors may move around images from one gallery to another | |||||
| 2006-12-24 | remove auto numbering option - automagically disable when default sort_mode ↵ | Max Kremmel | 1 | -2/+2 | |
| has been set | |||||
| 2006-12-24 | add default sort mode when no position information is availabe, add option ↵ | Max Kremmel | 1 | -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-30 | add auto rotate of images using EXIF data. | Christian Fowler | 1 | -2/+2 | |
| 2006-11-16 | only load upload slots when needed | Max Kremmel | 1 | -5/+5 | |
| 2006-11-10 | make public gallery display during file upload optional | Max Kremmel | 1 | -1/+4 | |
| 2006-11-10 | remove show_public for upload since that quickly gets out of control with ↵ | Christian Fowler | 1 | -2/+1 | |
| large sites. better to have the icon 'Add Image' to add directly to public galleries | |||||
| 2006-11-07 | add option to set title and description at the time of uploading the images ↵ | Max Kremmel | 1 | -2/+13 | |
| - unfortunately not compatible with gigaupload | |||||
| 2006-08-29 | start work on public galleries - basics working | Max Kremmel | 1 | -2/+9 | |
| 2006-06-20 | typos | Max Kremmel | 1 | -2/+2 | |
| 2006-06-10 | move uploadMax calculation to seperate file for easy inclusion | Max Kremmel | 1 | -31/+2 | |
| 2006-06-04 | fix multifile upload when giga isn't used | Max Kremmel | 1 | -3/+7 | |
| 2006-05-29 | make change for gigaupload | Christian Fowler | 1 | -4/+5 | |
| 2006-05-04 | remove unused array | Max Kremmel | 1 | -2/+1 | |
| 2006-05-02 | get xupload working and make changes to liberty and fisheye to allow the use ↵ | Max Kremmel | 1 | -2/+5 | |
| of xupload | |||||
