summaryrefslogtreecommitdiff
path: root/admin/schema_inc.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-6/+6
2025-08-28Admin code updated to PHP8.4 and namespacelsces1-51/+51
2021-02-01move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH ↵modela bitweaver1-2/+2
constants
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
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/+2
distinct. See mailing list for more details
2008-04-01phpdoc format for todo - not all being picked up because they are not ↵Lester Caine1-4/+5
attached to php objects.
2008-02-26register content types on install. many packages are updated with this, but ↵wjames51-0/+6
more need updating
2007-07-27refines options for viewing future and expired posts. Includes small list at ↵wjames51-0/+1
top of center include. This roughs in a basic way to view future posts. Refinement is needed on limiting access to individual future and expired posts by permission, and all pending posts are showing up user post pages - should be limied to only future posts by that users
2007-07-16remove outdated commentMax Kremmel1-1/+0
2007-06-15Drop AUTO on BLOGS table and enable the matching sequence entry.Lester Caine1-3/+2
Already being used in the code anyway.
2007-05-16add alternate two field blogpost editing as admin option - off by defaultwjames51-0/+1
2007-04-02remove admin pref for auto gen user blogs - feature depricated, users with ↵wjames51-1/+0
posting perm can post
2007-03-29fix indexes and add comments to AUTO columnMax Kremmel1-2/+5
2007-03-27move constraints to liberty_content because content_id is not primary on teh ↵Christian Fowler1-5/+4
secondary tables
2007-03-26add table field for storing a note when crossposting a post to a blog, not ↵wjames51-0/+1
yet supported in tpls
2007-03-19polish up schema_inc for blogs_posts_map changesChristian Fowler1-2/+4
2007-03-18init blogs refactoringwjames51-7/+27
2007-03-05adds new blog service - auto gen user blogs on new user registration - off ↵wjames51-0/+1
by default
2007-03-03adds perms for viewing future and expired posts and query limits in getListwjames51-1/+3
2007-03-02schema update to support future posting and experation dating of postswjames51-0/+2
2007-03-01adds support for split syntax and blog posts with read morewjames51-0/+1
2007-02-19Various fixes for rankings so they at least work now. Fixed a bug that ↵Nick Palmer1-0/+3
prevented new blogs from having posts counted. Still an outstading issue with content with no hits being ranked about content with hits. Revolves around liberty_content_hits not being created immediately.
2007-01-07add option to specify caching time of rss feeds, add / fix rss default ↵Max Kremmel1-2/+2
setting in individual packages
2006-12-02Cleanup blog administration so configs are actually setable and used when set.Nick Palmer1-0/+1
2006-10-19clean up clean install with new content_id, clean up pump script tooChristian Fowler1-0/+2
2006-10-13fix schema errors - meta package schema needs to be changed due to reserved ↵Max Kremmel1-3/+0
words 'start' and 'end'
2006-10-11clean up blogs upgrade, nuke the .heading column blogs table - a very very ↵Christian Fowler1-1/+0
poorly designed feature
2006-10-11massive overhaul to blogs - convert BitBlog object to be true ↵Christian Fowler1-8/+2
LibertyContent. Lots of testing of upgrade script, and all looks good. Still some rough edges through the templates, and probably in admin, but most things seems to be working at this point.
2006-09-17add perm to send posts to prevent ad-hoc spam machineChristian Fowler1-0/+1
2006-09-10move homeable setting to registerPackage() settingsMax Kremmel1-2/+0
2006-08-30make blogs installable with out the RSS packageHash91-1/+5
2006-05-06clean up schema files, remove unused PackageInfo data - we really need a ↵Max Kremmel1-3/+0
package manager for this, add plugin_path column to liberty_plugins
2006-04-14more kernel_config renamesMax Kremmel1-1/+1
2006-04-13remove outdated spellchecker code that calls non-existent functionsMax Kremmel1-1/+0
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-5/+5
2006-03-20upgrader brought up to date with 07-FEB-2006 on SchemaChangeLog - untestedMax Kremmel1-1/+0
2006-02-19make creation of public blogs a permission. clean up Edit / Create text to ↵Christian Fowler1-1/+2
avoid confusion
2006-02-19Fix reserved word field namesLester Caine1-1/+1
PUBLIC, USER - SQL Reserved (USER was used as field alias)
2006-02-09minor code cleanups here and thereMax Kremmel1-1/+1
2006-02-08remove blog_activity table and code since the information can be easily ↵bitweaver.org1-6/+0
obtained from SQL (and was also totally unused)
2006-02-06further paermission renaming and cleanupMax Kremmel1-2/+2
2006-02-01first pass at removing theme_control stuff not finished yet, but should be ↵Max Kremmel1-11/+0
out soon enough
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh ↵bitweaver.org1-9/+9
package_ name. have changed everything except liberty except kernel
2005-12-05merge recent changes into HEADMax Kremmel1-0/+1
2005-10-29merge recent changes into HEADMax Kremmel1-25/+25
2005-07-25Merge recent changes R1 1.0.2 beta --> HEADMax Kremmel1-1/+1
2005-07-17Merge recent changes from R1 to HEAD - never doing this again.Max Kremmel1-5/+3
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+114