summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Collapse)AuthorFilesLines
2026-05-08isLocked should not apply to fisheye objects but liberty generic handling ↵lsces1-0/+11
hits it so we need to handle it
2026-04-16Still need some work on the different gallery styles, but this sorts the ↵lsces1-2/+2
right number of images per page calculation
2026-04-16Get the right number of images per pagelsces1-1/+1
2026-04-06Tidying links to bitweaver.org to avoid redirect from httplsces2-2/+2
2026-03-27This has obviously been a problem for some time, query respects the number ↵lsces1-1/+1
of records filtering, getAssoc does not
2026-03-26Tidy confusion between empty string and null defaultslsces1-13/+16
2026-03-26Ensure temporary file is readablelsces1-4/+6
2026-03-26Namespace correctionslsces2-6/+6
2025-08-28Extra code updated to PHP8.4 and namespace ... work in progress on updating ↵lsces6-135/+122
some third party code
2025-08-28Classes code updated to PHP8.4 and namespace ... work in progress on ↵lsces4-483/+526
updating some third party code
2025-05-18is_a LibertyContent on fisheye_handle_uploadspiderr1-1/+3
2024-03-18add pRequest to fisheye_handle_upload; cleanup some upload ↵spiderr2-11/+16
gallery_additions; tidy GetRow to avoid null results processing FisheyeGallery
2022-07-30migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-spiderr1-1/+1
2021-02-26fix return value on FisheyeGallery::load as !empty( mInfo )spiderr1-1/+1
2021-02-18empty preview_content checkspiderr1-1/+1
2021-02-13update package_path in bit_setup_incspiderr1-1/+1
2021-02-13move bit_setup_inc.php to includes/modela bitweaver1-0/+48
2021-02-08is_array check on pGalleryIdspiderr1-1/+1
2021-02-06fix default gallery additionsspiderr1-12/+15
2021-02-03clean up static LibertyMime::getStorage* calls with liberty_mime_get_storage_*spiderr1-1/+1
2021-02-02move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH ↵modela bitweaver9-0/+3154
constants