summaryrefslogtreecommitdiff
path: root/edit.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-24Save galleriffic_style as a preference on gallery editLester Caine1-0/+1
The style field was read from preferences but never written back — storePreference call was missing alongside galleriffic_num_thumbs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-24Add per-gallery show_description preference to all active gallery viewsLester Caine1-0/+1
Galleries can now suppress their description text via a checkbox in the edit form (defaults to shown). All active view templates (galleriffic, fixed_grid, auto_flow, position_number, simple_list) respect the preference. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21Inherit parent gallery protector role when creating sub-galleries and ↵Lester Caine1-0/+9
uploading images New sub-galleries and uploaded images now inherit the protector role_id from their first parent gallery, matching the behaviour of comment inheritance in protector_comment_store(). Only applies when no explicit role is chosen (-1). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21Separate pagination counts per gallery style; make galleriffic numThumbs ↵Lester Caine1-10/+2
configurable - rows_per_page/cols_per_page (DB) used only by fixed_grid - total_per_page preference used by auto_flow, simple_list, matteo — shown as one shared field with the style-appropriate label; falls back to old rows_per_page for migration - galleriffic_num_thumbs preference replaces hardcoded numThumbs:30 in JS templates - JS disables hidden style-div inputs on load and switch so only the active style submits Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-9/+10
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-28General code updated to PHP8.4 and namespace ... work in progress on ↵lsces1-31/+29
updating some third party code
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-02move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH ↵modela bitweaver1-2/+2
constants
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-1/+1
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-3/+3
2012-05-02add admin ability to set default_gallery_paginationspiderr1-11/+1
2012-04-29Roll back getContentUrl to alternate static getDisplayUrl fixLester Caine ext:(%22)1-4/+4
getDisplayUrlFrom Hash used for static calls
2012-04-17Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-3/+3
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes
2011-12-20comment out show_publicspiderr1-1/+1
2011-05-10cleanup ajax scroller, rename to matteospiderr1-2/+2
2010-12-28add gallerific gallery_view, completely modularize gallery_views, add ↵spiderr1-2/+2
galleryTree to editing
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-04-28empty checks for contain_itemChristian Fowler1-2/+4
2010-04-24get generateList to show nice hierarchical display of Gallery MembershipsChristian Fowler1-7/+7
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-2/+2
2009-07-14fisheye_store_upload returns a hash of errors. empty hash means SUCCESS\!Tyler Bello1-2/+1
2009-03-30Fix setting of number of entries for simple_list and ajax_scrollerLester Caine1-1/+7
2009-03-30ajax image scroller added to gallery layout optionsLester Caine1-2/+3
2009-03-09use liberty function for image size selection and use a dropdown to remove ↵Max Kremmel1-11/+10
clutter
2009-01-24rename to gallery_additions _REQUEST varR250Christian Fowler1-2/+2
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-2/+2
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
2008-10-03CORE CHANGE: cleave Create permission from Edit permission so that they are ↵wjames51-5/+5
distinct. See mailing list for more details
2008-10-02use verifyEdit handler instead of generic verifyPermissionwjames51-2/+2
2008-09-19tra() for error/warning/delete messageslaetzer1-3/+8
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-2/+2
options hash
2008-06-17Converted to LibertyMimeLester Caine1-2/+3
image_data 'flattened' into mInfo for compatability with treasury/mime templates simple_list view added to gallery options. parallels addig grids to treasury, but different ways of managing galleries are not compatible.
2007-10-10migrate core ajax services off prototype to mochikitwjames51-2/+1
2007-10-10Fix pagination in list_galleries.tplNick Palmer1-2/+2
Modernize FisheyeGallery::getList to return data directly.
2007-08-21use getFieldChristian Fowler1-2/+2
2007-07-10move loadAjax() to BitThemesMax Kremmel1-2/+2
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel1-2/+2
of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work
2007-03-23break hasUserPermission with fatal param into separate verifyPermission ↵Christian Fowler1-4/+3
function, convert hasPermission into much more useful checkContentPermission
2007-01-01adjust getList parameters according to perissions and settingsMax Kremmel1-2/+15
2006-12-23friggin smarty bug... when you set a var TRUE, it doesn't check to see what ↵Max Kremmel1-2/+2
it's value is, but just assumes it's always true. need to specify prototype lib explicitly
2006-10-02we WANT to show_empty when editing the gallery so we can move galleries into ↵Christian Fowler1-2/+2
newly created (and empty) gals
2006-09-06add per gallery option for link original imageChristian Fowler1-1/+2
2006-09-06add image position fractional ordering to image galleries, and user ↵Christian Fowler1-1/+13
selectable per gallery layout style (matrix, auto-flow, or image position)
2006-08-29start work on public galleries - basics workingMax Kremmel1-3/+4
2006-06-25change allow_comments to use liberty content_prefs and also allow gallery ↵Christian Fowler1-1/+2
level commenting
2006-06-22typo avatars are 100x100Sylvie Greverend1-2/+2
2006-05-18use <label> for radio button associated textMax Kremmel1-4/+4
2006-04-11more permissions housekeeping and tidyupMax Kremmel1-2/+2
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-4/+4
2005-11-22merge recent changes into HEADMax Kremmel1-3/+4
2005-10-23merge recent changes into HEADMax Kremmel1-5/+5