summaryrefslogtreecommitdiff
path: root/admin
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine2-11/+11
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-28Admin code updated to PHP8.4 and namespacelsces3-182/+126
2021-02-02move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH ↵modela bitweaver2-3/+3
constants
2014-10-03archive download default for registeredspider1-1/+1
2014-02-05add commented p_fisheye_list_galleriesspiderr1-0/+1
2012-05-02add admin ability to set default_gallery_paginationspiderr1-5/+7
2011-12-20fisheye_show_public_on_upload off by defaultspiderr1-1/+1
2011-06-27fisheye_show_all_to_admins off by default because that option is mostly insanespiderr1-1/+1
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to ↵wjames51-1/+6
content_name, add column content_name_plural - update all class files and hashes where appropriate
2010-03-08shorten p_fisheye_download_gallery_archive to p_fisheye_download_gallery_arc ↵bitweaver.org1-1/+1
to meet 30 char perm_name limit
2010-03-08shorten p_fisheye_download_gallery_archive to ↵bitweaver.org1-1/+1
p_fisheye_download_gallery_arch to meet 30 char perm_name limit
2009-12-16updated usergroup for permission p_fisheye_download_gallery_archive that was ↵Walter Wojcik1-1/+1
missing causing an undefined offset error. Set to 'basic'
2009-12-03Add function to archive a FisheyeGallery and allow a user to download it in ↵Tyler Bello1-0/+1
its entirety with nested galleries intact
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-1/+1
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-1/+1
distinct. See mailing list for more details
2008-02-26register content types on install. many packages are updated with this, but ↵wjames51-0/+6
more need updating
2007-12-07correctly add missing sequence fisheye_image_id_seqMW1-0/+6
2007-07-12make use of common image size optionsMax Kremmel1-8/+1
2007-07-01add fisheye_show_all_to_admins back - oops, well used after allChristian Fowler1-0/+1
2007-07-01remove bogus/unused show_to_all_admins feature, use p_fisheye_admin insteadChristian Fowler1-1/+0
2007-06-16SCHEMA CHANGE: move fisheye_exif_data (hasn't been in use yet) to ↵Max Kremmel1-8/+0
liberty_meta_data.
2007-06-15remove commented fisheye_exif_data - i think we were going to move that to ↵Christian Fowler1-2/+1
liberty or something at something point?
2007-06-15migrate gatekeeper list SQL to new service functionChristian Fowler1-1/+2
2007-06-14Switch to liberty_process_queue so no table not exist errors, but still ↵Lester Caine1-1/+1
needs work
2007-02-16move thumbnail table to libertyChristian Fowler1-8/+0
2007-01-07add option to specify caching time of rss feeds, add / fix rss default ↵Max Kremmel1-0/+5
setting in individual packages
2007-01-01use gallery admin permission instead of edit permission to allow full access ↵Max Kremmel2-4/+4
to fishey galleries
2006-12-27add new option to allow editors to see all available galleries - this makes ↵Max Kremmel2-0/+6
sense on smaller sites where editors may move around images from one gallery to another
2006-12-24remove auto numbering option - automagically disable when default sort_mode ↵Max Kremmel1-4/+0
has been set
2006-12-24add default sort mode when no position information is availabe, add option ↵Max Kremmel1-3/+19
to disable auto ordering when uploading items - this way it's possible to simply have an autosorted gallery without the need to visit the image_order.php page
2006-11-20missing commaMax Kremmel1-1/+1
2006-11-10make public gallery display during file upload optionalMax Kremmel2-2/+8
2006-11-07add option to set title and description at the time of uploading the images ↵Max Kremmel1-0/+7
- unfortunately not compatible with gigaupload
2006-10-11cleanup exif data tableChristian Fowler1-1/+2
2006-10-11add exif data tableChristian Fowler1-0/+7
2006-09-10move homeable setting to registerPackage() settingsMax Kremmel1-2/+0
2006-09-06add image position fractional ordering to image galleries, and user ↵Christian Fowler2-9/+22
selectable per gallery layout style (matrix, auto-flow, or image position)
2006-08-29start work on public galleries - basics workingMax Kremmel1-1/+2
2006-06-25change allow_comments to use liberty content_prefs and also allow gallery ↵Christian Fowler1-0/+2
level commenting
2006-06-22update dbSylvie Greverend1-0/+5
2006-06-22a gallery can choose to have comments on its imageSylvie Greverend1-1/+2
2006-05-06clean up schema files, remove unused PackageInfo data - we really need a ↵Max Kremmel1-8/+0
package manager for this, add plugin_path column to liberty_plugins
2006-04-11missing commaMax Kremmel1-1/+1
2006-04-11more permissions housekeeping and tidyupMax Kremmel1-0/+1
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-6/+6
2006-04-05tonnes of upgrader error sqashes - liberty_content_links still remain to be ↵Max Kremmel1-1/+1
dealt with
2006-03-29upgrader brought up to latest state on SchemaChangeLog except for the ↵Max Kremmel1-0/+5
liberty_content_stuff 2006-02-21 and 2006-02-24 remain to be dealt with any db changes need to go in respective upgraders from now on. chaos doesn't rule anymore - not even in HEAD
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-6/+6
conflict with new content preferences
2006-02-19Fix reserved word field namesLester Caine1-1/+1
POSITION - SQL Reserved
2006-02-13another batch of kernel_prefs name cleanup. this should be itMax Kremmel1-1/+1