summaryrefslogtreecommitdiff
path: root/includes/classes
AgeCommit message (Expand)AuthorFilesLines
2026-06-01Route PDF thumbnail regeneration through mime_pdf_thumbnail() via ImagickLester Caine1-0/+3
2026-06-01Guard null type in substr() call — PHP 8.x deprecationLester Caine1-1/+1
2026-05-25Fisheye: fix video thumbnail regeneration and gateway timeoutLester Caine1-4/+7
2026-05-25Galleriffic: fix fancyzoom interference, add regenerate-thumbnails UILester Caine1-0/+1
2026-05-24Ignore Sony DSC placeholder in EXIF ImageDescriptionLester Caine1-6/+9
2026-05-21Fix prev/next image navigation: call loadCurrentImage and use getAll not getA...Lester Caine1-1/+1
2026-05-21Replace getParentGalleries loop with direct getRow ancestor walkLester Caine1-25/+15
2026-05-21Fix ancestor walk: use is_numeric key check and direct content_id lookupLester Caine1-2/+5
2026-05-21Fix breadcrumb hierarchy walk: populate ret directly, skip cross-join verifyLester Caine1-1/+11
2026-05-21Fix breadcrumb depth and dedup nav across gallery viewsLester Caine1-3/+20
2026-05-21Separate pagination counts per gallery style; make galleriffic numThumbs conf...Lester Caine1-4/+8
2026-05-21Fix images_per_page for galleriffic pagination to match JS numThumbs:30Lester Caine1-1/+4
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine4-133/+113
2026-05-08isLocked should not apply to fisheye objects but liberty generic handling hit...lsces1-0/+11
2026-04-16Still need some work on the different gallery styles, but this sorts the righ...lsces1-2/+2
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 of...lsces1-1/+1
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-28Classes code updated to PHP8.4 and namespace ... work in progress on updating...lsces4-483/+526
2024-03-18add pRequest to fisheye_handle_upload; cleanup some upload gallery_additions;...spiderr1-5/+6
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-08is_array check on pGalleryIdspiderr1-1/+1
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 cons...modela bitweaver4-0/+2639