| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-05-24 | Save galleriffic_style as a preference on gallery edit | Lester Caine | 1 | -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-24 | Add per-gallery show_description preference to all active gallery views | Lester Caine | 1 | -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-21 | Inherit parent gallery protector role when creating sub-galleries and ↵ | Lester Caine | 1 | -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-21 | Separate pagination counts per gallery style; make galleriffic numThumbs ↵ | Lester Caine | 1 | -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-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 1 | -9/+10 | |
| 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 | -31/+29 | |
| updating some third party code | |||||
| 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 | -1/+1 | |
| 2016-02-07 | Move from Smarty2 to Smarty3 function style | lsces | 1 | -3/+3 | |
| 2012-05-02 | add admin ability to set default_gallery_pagination | spiderr | 1 | -11/+1 | |
| 2012-04-29 | Roll back getContentUrl to alternate static getDisplayUrl fix | Lester Caine ext:(%22) | 1 | -4/+4 | |
| getDisplayUrlFrom Hash used for static calls | |||||
| 2012-04-17 | Tidy up to remove 'STRICT' warnings | Lester 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-20 | comment out show_public | spiderr | 1 | -1/+1 | |
| 2011-05-10 | cleanup ajax scroller, rename to matteo | spiderr | 1 | -2/+2 | |
| 2010-12-28 | add gallerific gallery_view, completely modularize gallery_views, add ↵ | spiderr | 1 | -2/+2 | |
| galleryTree to editing | |||||
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -1/+1 | |
| 2010-04-28 | empty checks for contain_item | Christian Fowler | 1 | -2/+4 | |
| 2010-04-24 | get generateList to show nice hierarchical display of Gallery Memberships | Christian Fowler | 1 | -7/+7 | |
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.php | wjames5 | 1 | -2/+2 | |
| 2009-07-14 | fisheye_store_upload returns a hash of errors. empty hash means SUCCESS\! | Tyler Bello | 1 | -2/+1 | |
| 2009-03-30 | Fix setting of number of entries for simple_list and ajax_scroller | Lester Caine | 1 | -1/+7 | |
| 2009-03-30 | ajax image scroller added to gallery layout options | Lester Caine | 1 | -2/+3 | |
| 2009-03-09 | use liberty function for image size selection and use a dropdown to remove ↵ | Max Kremmel | 1 | -11/+10 | |
| clutter | |||||
| 2009-01-24 | rename to gallery_additions _REQUEST varR250 | Christian Fowler | 1 | -2/+2 | |
| 2008-10-20 | BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵ | Christian Fowler | 1 | -2/+2 | |
| convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission | |||||
| 2008-10-03 | CORE CHANGE: cleave Create permission from Edit permission so that they are ↵ | wjames5 | 1 | -5/+5 | |
| distinct. See mailing list for more details | |||||
| 2008-10-02 | use verifyEdit handler instead of generic verifyPermission | wjames5 | 1 | -2/+2 | |
| 2008-09-19 | tra() for error/warning/delete messages | laetzer | 1 | -3/+8 | |
| 2008-06-25 | change display call to use a hash for display options, add display_mode to ↵ | Christian Fowler | 1 | -2/+2 | |
| options hash | |||||
| 2008-06-17 | Converted to LibertyMime | Lester Caine | 1 | -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-10 | migrate core ajax services off prototype to mochikit | wjames5 | 1 | -2/+1 | |
| 2007-10-10 | Fix pagination in list_galleries.tpl | Nick Palmer | 1 | -2/+2 | |
| Modernize FisheyeGallery::getList to return data directly. | |||||
| 2007-08-21 | use getField | Christian Fowler | 1 | -2/+2 | |
| 2007-07-10 | move loadAjax() to BitThemes | Max Kremmel | 1 | -2/+2 | |
| 2007-07-09 | clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵ | Max Kremmel | 1 | -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-23 | break hasUserPermission with fatal param into separate verifyPermission ↵ | Christian Fowler | 1 | -4/+3 | |
| function, convert hasPermission into much more useful checkContentPermission | |||||
| 2007-01-01 | adjust getList parameters according to perissions and settings | Max Kremmel | 1 | -2/+15 | |
| 2006-12-23 | friggin smarty bug... when you set a var TRUE, it doesn't check to see what ↵ | Max Kremmel | 1 | -2/+2 | |
| it's value is, but just assumes it's always true. need to specify prototype lib explicitly | |||||
| 2006-10-02 | we WANT to show_empty when editing the gallery so we can move galleries into ↵ | Christian Fowler | 1 | -2/+2 | |
| newly created (and empty) gals | |||||
| 2006-09-06 | add per gallery option for link original image | Christian Fowler | 1 | -1/+2 | |
| 2006-09-06 | add image position fractional ordering to image galleries, and user ↵ | Christian Fowler | 1 | -1/+13 | |
| selectable per gallery layout style (matrix, auto-flow, or image position) | |||||
| 2006-08-29 | start work on public galleries - basics working | Max Kremmel | 1 | -3/+4 | |
| 2006-06-25 | change allow_comments to use liberty content_prefs and also allow gallery ↵ | Christian Fowler | 1 | -1/+2 | |
| level commenting | |||||
| 2006-06-22 | typo avatars are 100x100 | Sylvie Greverend | 1 | -2/+2 | |
| 2006-05-18 | use <label> for radio button associated text | Max Kremmel | 1 | -4/+4 | |
| 2006-04-11 | more permissions housekeeping and tidyup | Max Kremmel | 1 | -2/+2 | |
| 2006-04-11 | rename permissions to new standard using: p_<package>_<verb>_[<noun>] | Max Kremmel | 1 | -4/+4 | |
| 2005-11-22 | merge recent changes into HEAD | Max Kremmel | 1 | -3/+4 | |
| 2005-10-23 | merge recent changes into HEAD | Max Kremmel | 1 | -5/+5 | |
