summaryrefslogtreecommitdiff
path: root/admin
AgeCommit message (Collapse)AuthorFilesLines
2026-05-15Namespace fixesLester Caine1-4/+5
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine2-4/+4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-27Code updated to PHP8.4 and namespacelsces3-121/+61
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to ↵CVS_HEADwjames51-1/+5
content_name, add column content_name_plural - update all class files and hashes where appropriate
2010-04-17step three of contenttype name plural - replace all instances where name is ↵pre_ctype_desc_name_schmeachangewjames51-2/+2
accessed though type hash with get name method call, still no schema change required
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-18Allow admins to set which content they want to be pigeonholeable.pre_update_permissionNick Palmer1-1/+24
2007-12-07add missing rename of seqMW1-0/+3
2007-11-01merge all settings arraysMax Kremmel1-2/+2
2007-10-21add option to set number of columns in table list and add option to display ↵Max Kremmel1-21/+39
primary attachment image if there is one. re-organise the admin page.
2007-08-24make content type display optionalMax Kremmel1-1/+5
2007-08-23add service function and template to add category filter on list pages. list ↵Max Kremmel1-1/+5
services still need to be implemented in various packages.
2007-07-16Add m(Admin|Edit|View)ContentPermission to various classes. update ↵Max Kremmel1-0/+1
LibertyContent::has(Admin|Edit|View)Permission to work with new values. To make use of these new permission checks simply use $gContent->hasEditPermission(). Please check to see if i inserted the correct permissions in all classes. new admin permission added to treasury.
2007-07-09typosMax Kremmel1-2/+2
2007-06-10Make pigeonholes LibertyAttachables and descriptions parsed content. Cleanup ↵Nick Palmer1-2/+2
display_description checking in templates. Need to add the attachment browser probably.
2007-06-09set default menu names on installationMax Kremmel1-3/+1
2007-03-05Fix issues with assign content I broke before. Add forbid insert feature. ↵Nick Palmer1-2/+6
Fix bug with insert when there are no checks on the page. Need to add better security on insert still but the interface doesn't offer it now.
2007-03-04Swap default for assign content back to what it was.Nick Palmer1-3/+3
2007-03-03Added assign content pagination. Swapped rows and columns on page. This can ↵Nick Palmer1-1/+5
be reversed back in admin for sites with few categories.
2007-02-24fix 'seperate' spelling mistakesMax Kremmel1-3/+3
2007-01-10make subtree listing optionalMax Kremmel1-1/+5
2006-11-08fix upgrade queryChristian Fowler1-1/+1
2006-06-20remove contraint that messes with structure reorganisationMax Kremmel1-2/+1
2006-06-11further sanitise admin screenMax Kremmel1-4/+9
2006-06-11rewrite adimn help to make it less crypticMax Kremmel1-6/+6
2006-06-06kernel_config name updatesMax Kremmel1-3/+3
2006-05-06more work on R1 to R2 upgrade process - basic upgrade works with only minor ↵Max Kremmel2-9/+8
errors
2006-05-06clean up schema files, remove unused PackageInfo data - we really need a ↵Max Kremmel1-6/+3
package manager for this, add plugin_path column to liberty_plugins
2006-05-05rename liberty_content_prefs.name to liberty_content_prefs.pref_name to keep ↵Max Kremmel1-1/+1
everything conform
2006-04-26make pigeonholes tab optionalbitweaver.org1-1/+5
2006-04-19add an option in pigeonhole to toggle between checkbox to scrolling list if ↵Sylvie Greverend1-1/+2
number of pigeonholes > x
2006-04-14more kernel_config renamesMax Kremmel2-5/+5
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-3/+3
2006-04-05tonnes of upgrader error sqashes - liberty_content_links still remain to be ↵Max Kremmel1-12/+12
dealt with
2006-02-24move service functions to Pigeonholes.php, fix content types dropdown, only ↵Max Kremmel1-3/+3
check path permissions when it's required, reduce defaults to as simple as possible
2006-02-21Moved pigeonhole_members.parent_id FOREIGN KEY reference from ↵Sean Lee1-1/+1
Pigeonholes.content_id to liberty_content.content_id
2006-02-18make constraint point to pigeonholes instead of liberty_contentMax Kremmel1-7/+1
2006-02-08Make Theme/Permissions/Group optional in pigeonholesLester Caine2-1/+16
2006-02-04masse fixing of schema CONSTRAINTs. they seem to work now that adodb has ↵Christian Fowler1-6/+6
decided to change CONSTRAINTS back to CONSTRAINT
2006-02-01detikify libertyMax Kremmel1-3/+3
2006-02-01add de-tikification process to upgrade - untestedMax Kremmel1-5/+5
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh ↵bitweaver.org1-8/+8
package_ name. have changed everything except liberty except kernel
2006-01-30revert premature table renameMax Kremmel1-2/+2
2006-01-30use content preferences instead of pigeonhole_settings tableMax Kremmel2-14/+47
2006-01-24rename $gPigeonholes to $gContent since we're dealing with LibertyContentMax Kremmel2-2/+5
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 Kremmel2-2/+24
based layout rocks now
2006-01-18remove custom positioning codeMax Kremmel1-5/+1
2006-01-14merge recent changes into HEADMax Kremmel1-6/+13
2005-10-18get pigeonholes working with recent changes to LibertyContentMax Kremmel1-0/+5
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