summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
11 daysUpdate CLAUDE.md: document auto_flow image sizing fixHEADmasterLester Caine1-0/+16
11 daysReplace float+clear grid with flexbox in auto_flow galleryLester Caine1-12/+5
11 daysFix auto_flow counter: assign="imageCount" in loop so modulo checks workLester Caine1-1/+1
11 daysFix auto_flow row clear logic for variable-height thumbnailsLester Caine1-6/+3
13 daysAdd CLAUDE.md documenting gallery views, header pattern, pdfjs search, cols_p...Lester Caine1-0/+89
13 daysRemove spurious caption from simple_list tableLester Caine1-1/+0
13 daysRework all gallery view headers to blue header pattern; tidy gallery viewsLester Caine13-368/+217
13 daysReplace network-transmit/receive icons with go-up/go-down for upload/downloadLester Caine4-5/+5
2026-06-07Remove duplicate ipackage attributes from biticon callsLester Caine3-9/+9
2026-06-05Switch icons: document-properties → edit, text-x-generic → view-list-textLester Caine5-7/+7
2026-06-05Switch delete icon from edit-delete to user-trash (dustbin)Lester Caine4-4/+4
2026-06-04Switch iconset to SVG-only — drop small/medium/large PNG directoriesLester Caine2-2/+2
2026-06-04Convert {booticon} to {biticon} — freedesktop/tango icon names throughoutLester Caine17-52/+52
2026-06-02PDF edit: protect text layer, add read-only view and reload optionLester Caine2-0/+41
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-25edit_image: hide rotate/resize controls for non-image filesLester Caine1-0/+2
2026-05-25Fisheye: fix video thumbnail regeneration and gateway timeoutLester Caine2-5/+11
2026-05-25Galleriffic: fix fancyzoom interference, add regenerate-thumbnails UILester Caine6-7/+17
2026-05-24Videos tab: inline player with list/player split layoutLester Caine1-23/+60
2026-05-24Fix jstab compile error in inc_2: always open jstabs, conditionalise Videos t...Lester Caine1-3/+4
2026-05-24Save galleriffic_style as a preference on gallery editLester Caine1-0/+1
2026-05-24Add galleriffic style 2: Pictures/Videos tabs for mixed galleriesLester Caine2-1/+223
2026-05-24Skip thumbnailless items in galleriffic to prevent broken displayLester Caine2-0/+4
2026-05-24Guard updatePosition() call against non-Fisheye gallery itemsLester Caine1-1/+3
2026-05-24Ignore Sony DSC placeholder in EXIF ImageDescriptionLester Caine1-6/+9
2026-05-24Add per-gallery show_description preference to all active gallery viewsLester Caine10-2/+45
2026-05-21Inherit parent gallery protector role when creating sub-galleries and uploadi...Lester Caine2-0/+18
2026-05-21Remove unused ajax_scroller gallery viewLester Caine1-10/+0
2026-05-21Fix prev/next image navigation: call loadCurrentImage and use getAll not getA...Lester Caine2-1/+4
2026-05-21Fix breadcrumb depth: remove premature gallery_path assignment that bypassed ...Lester Caine1-3/+0
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 Caine6-49/+36
2026-05-21Fix broken parent gallery breadcrumb links; remove undefined changePhotoDrawerLester Caine4-4/+4
2026-05-21Fix galleriffic numThumbs: break out of literal block for Smarty expressionLester Caine2-2/+2
2026-05-21Separate pagination counts per gallery style; make galleriffic numThumbs conf...Lester Caine5-29/+28
2026-05-21Fix images_per_page for galleriffic pagination to match JS numThumbs:30Lester Caine1-1/+4
2026-05-21Add addHit() to view_image_details.phpLester Caine1-0/+1
2026-05-21Tidy automatic generation of sitemapLester Caine1-0/+48
2026-05-21Show proper 404 error for invalid gallery ID instead of blank pageLester Caine1-1/+5
2026-05-18fisheye is no longer reliant on mochikit so just removed commented out lineLester Caine1-1/+0
2026-05-16Restore the pop-up edit functionLester Caine1-3/+26
2026-05-16Missing defaults, and remap popup editLester Caine1-3/+3
2026-05-15Namespace fixesLester Caine1-1/+2
2026-05-15bitweaver.js is loaded but the framework so should not need to be loaded hereLester Caine1-1/+0
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine101-203/+238
2026-05-08Add detail to the confirmDialogV5-php84lsces1-0/+2
2026-05-08isLocked should not apply to fisheye objects but liberty generic handling hit...lsces1-0/+11