summaryrefslogtreecommitdiff
path: root/admin
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer updates to php8.5 styleLester Caine2-12/+11
2026-04-16PHP8.4 style tweaksV5-php84lsces1-5/+5
2026-02-01Major refactor for namespace, php8.4 and smarty5lsces7-600/+190
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver2-2/+2
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver2-3/+3
2021-02-01move classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constantsmodela bitweaver3-5/+5
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-1/+1
2014-11-20liberty_process_upload-remove-upload-hardcodingspiderr1-1/+1
2014-10-22White space niggleslsces2-2/+2
2014-05-31PSR trial tidyup. Drop trailing ?> and tidy legacy bracing.lsces6-10/+3
2012-04-29Further tidyup on strict warningsLester Caine ext:(%22)1-1/+1
Currently dynamic centre modules are not working, but assume that is a core problem
2010-06-09Strip down CVS keywords.pre-lf-storage-path-to-file-namecvs2git4-4/+4
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-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATEwjames52-4/+4
2010-01-26Introduce ability for installer to drop sequences, and make articles upgrade ↵Daniel Sutcliffe1-2/+2
1.0.0 use so it works properly
2010-01-25Fixes to the naming of Articles sequence tablesDaniel Sutcliffe3-2/+25
2010-01-25Fix article topics sequence table name to match that used in BitArticleTopicDaniel Sutcliffe2-2/+2
2009-10-01remove ref to non-existant copyright.txt filewjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-2/+2
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 Fowler2-4/+4
options hash
2008-02-26register content types on install. many packages are updated with this, but ↵wjames51-0/+4
more need updating
2007-12-05correct new table name in seq upgrade R1 to R2MW1-1/+1
2007-10-03fix seq renaming to match R1 namesChristian Fowler1-2/+2
2007-10-03comment debugChristian Fowler1-2/+1
2007-09-19SCHEMA CHANGE: move image_attachment_id information to liberty_attachments ↵Max Kremmel2-16/+0
drop image_attachment_id and clean out legacy code. some of the legacy code had to be moved to BitArticleTopic but i suspect we could stirp that class at some point to allow the use of pigeonholes instead. simplified a lot of the display code by not tapping into mStorage.
2007-09-17don't use $thisMax Kremmel1-1/+1
2007-09-17add an upgrade portion to convert article images to attachments and also ↵Max Kremmel1-2/+73
move the image_attachment_id information into the liberty_attachments column by setting the is_primary column to 'y'. upgrader also removes image_attachment_id which will be a final schema change. this will allow us to remove a lot of legacy code in articles.
2007-08-23make it possible to edit the title of the article type as wellMax Kremmel1-5/+3
2007-07-13massive update of the way topic images are created and stored. now it's also ↵Max Kremmel2-5/+6
possible to specify the image size displayed for articles and topics.
2007-07-06move to gContent perm functions to fully support liberty content permissionsMax Kremmel1-0/+1
2007-06-24better helpMax Kremmel1-2/+2
2007-06-20Thought this had been commited - default articles_attachments onLester Caine1-0/+1
2007-06-17articles_content_attachment should have been commented for the momentLester Caine1-2/+3
The articles_attachments control now actually works!
2007-06-17articles_attachments used to disable attachmentsLester Caine1-1/+9
(feature_article_attacments was preventing the list on the first tab) articles_content_attachments will enable content based attachments
2007-03-20remove deprecated calls to old object permissionsChristian Fowler1-19/+1
2007-01-07add option to specify caching time of rss feeds, add / fix rss default ↵Max Kremmel1-3/+3
setting in individual packages
2006-12-04fix article constants to make installation in renamed articles/ dir possibleMax Kremmel1-3/+3
2006-11-28use correct constant to register schema tablesMax Kremmel1-1/+1
2006-11-23clean up and simplify reltime, make reltime optional, remove reltime ↵Max Kremmel1-2/+1
equivalent function from BitDate and apply new reltime to a couple of places
2006-11-18comment out incomplete statistics featureChristian Fowler1-1/+4
2006-09-10move homeable setting to registerPackage() settingsMax Kremmel1-2/+0
2006-08-29add the factility to view the history of articles, and an auto approve ↵Hash91-2/+6
feature for articles
2006-08-19can not add 2 topics with the same nameSylvie Greverend1-2/+5
2006-08-04use the URL instead of the NAME for the dest_pathMax Kremmel1-2/+2
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-05-06remove duplicate topic_id columnMax Kremmel1-4/+1
2006-04-24allow the use of a random number string image to prevent spam submissionsMax Kremmel1-3/+7
2006-04-14change article config setting names to <pkg>_settingMax Kremmel2-28/+28
2006-04-13remove spellchecker option - we have bnspell for that nowMax Kremmel1-5/+1