summaryrefslogtreecommitdiff
path: root/edit_pigeonholes.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-15Remove unused group model codeLester Caine1-16/+1
2026-05-15Namespace fixesLester Caine1-11/+12
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-12/+11
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-27Code updated to PHP8.4 and namespacelsces1-21/+17
2021-02-12rename *_structure to structure_*modela bitweaver1-1/+1
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-3/+3
2012-05-25replace PHP_SELF with SCRIPT_NAMEspiderr1-2/+2
2010-06-09Strip down CVS keywords.cvs2git1-2/+2
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATEwjames51-3/+3
2009-10-01remove ref to non-existant copyright.txt filepre_deprecate_bit_setup_incR270PRE_BIT_SETUP_CHANGEwjames51-3/+3
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-3/+3
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-4/+4
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-4/+4
options hash
2007-11-19Fixed dismember bug and add dismember link to nav path for users with ↵Nick Palmer1-3/+7
permission.
2007-10-10migrate core ajax services off prototype to mochikitwjames51-5/+2
2007-09-10make sure we use a unique id name and don't load mochi - will interfere with ↵Max Kremmel1-6/+6
ajax uploads
2007-08-04improve permission and group logic and fix such restrictionsMax Kremmel1-19/+20
2007-07-10move loadAjax() to BitThemesMax Kremmel1-3/+3
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel1-3/+3
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-07-01remove content insertion code. this is dealt with in the assign content pageMax Kremmel1-28/+3
2007-06-10Add attachment browser.Nick Palmer1-2/+4
2006-09-03preliminary biticon cleanupMax Kremmel1-2/+3
2006-06-23fix syntaxSylvie Greverend1-5/+5
2006-06-20fix pagination related display limitationMax Kremmel1-4/+7
2006-05-31need to include contentTypes in the templateMax Kremmel1-2/+3
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-4/+4
2006-02-24move service functions to Pigeonholes.php, fix content types dropdown, only ↵Max Kremmel1-3/+2
check path permissions when it's required, reduce defaults to as simple as possible
2006-02-10Extra contentDescs assign removedLester Caine1-3/+2
2006-02-10Use the content_type Description for drop down listLester Caine1-2/+3
2006-02-08Make Theme/Permissions/Group optional in pigeonholesLester Caine1-17/+25
2006-02-08Fix error when no pigeonholes available - could be tidierLester Caine1-4/+7
2006-02-07add permissioning to categories - permissions are checked recursively - w00t\!Max Kremmel1-5/+23
2006-02-01first pass at removing theme_control stuff not finished yet, but should be ↵Max Kremmel1-4/+3
out soon enough
2006-01-30use content preferences instead of pigeonhole_settings tableMax Kremmel1-3/+3
2006-01-24merge assign content changes to HEAD and clean up APIMax Kremmel1-3/+3
2006-01-24rename $gPigeonholes to $gContent since we're dealing with LibertyContentMax Kremmel1-13/+13
fix some minor layout issues and add some basic prefs to schema_inc add option to not show any category members, but only category name - can act as tagging system that way
2006-01-19completely pull positioning stuff and try and make listing better - table ↵Max Kremmel1-6/+2
based layout rocks now
2006-01-18get various areas working again with recent code changesMax Kremmel1-5/+9
2006-01-17bring getList() up to the new standards and use pagination when listing ↵Max Kremmel1-9/+3
categories
2006-01-14merge recent changes into HEADMax Kremmel1-6/+11
2005-10-18get pigeonholes working with recent changes to LibertyContentMax Kremmel1-2/+9
add new table for storing individual pigeonhole settings such as theme add theme as custom pigoenhole preference - not fully working yet, but basics are there
2005-09-29fix undefined array errorMax Kremmel1-3/+3
2005-09-11reduce query count by 50% for getList()Max Kremmel1-4/+2
2005-08-21import pigeonholes - take 2Max Kremmel1-0/+146