summaryrefslogtreecommitdiff
path: root/read.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer updates to php8.5 styleLester Caine1-2/+2
2026-02-01Major refactor for namespace, php8.4 and smarty5lsces1-8/+10
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-2/+2
2021-02-01move classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constantsmodela bitweaver1-1/+1
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-2/+2
2014-05-31PSR trial tidyup. Drop trailing ?> and tidy legacy bracing.lsces1-2/+1
2012-05-25replace PHP_SELF with SCRIPT_NAMEspiderr1-1/+1
2010-06-09Strip down CVS keywords.pre-lf-storage-path-to-file-namecvs2git1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATEwjames51-2/+2
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-3/+3
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 ↵pre_update_permissionwjames51-2/+2
distinct. See mailing list for more details
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-2/+2
options hash
2008-06-19Correct documentation package name to articlesLester Caine1-2/+2
Could have worked around error, but lets get these things consistent
2007-10-04change to verifyViewPermission so global is checkedbitweaver.org1-2/+2
2007-09-11fix permission checks to use gContent permission checks onlyPRE_LIB_ATTACHMENT_REFACTORMax Kremmel1-2/+3
2007-07-06move to gContent perm functions to fully support liberty content permissionsMax Kremmel1-3/+3
2007-06-23fix article image display for front page - still need to deal with automagic ↵Max Kremmel1-9/+4
attachment display in the content
2007-06-13hide future articles from those who should not see themwjames51-1/+12
2007-04-23fatalError message translation standardisation: fatalError message is not ↵Max Kremmel1-2/+2
translated in the function so it has to be translated when it's passed in. this allows for dynamically changed errormessages without causing duplicate master strings
2007-01-23add approval and delete links to article display page when article status is ↵Max Kremmel1-6/+6
pending
2006-04-29avoid errors when non-existing articles are calledMax Kremmel1-3/+3
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-4/+4
2006-02-18use getField to prevent notice on bogus article idbitweaver.org1-2/+2
2006-02-04remove more outdated code: $section and other old template assignmentsMax Kremmel1-8/+1
2006-02-01first pass at removing theme_control stuff not finished yet, but should be ↵Max Kremmel1-7/+1
out soon enough
2006-01-27replace old code with new versions - we need to stop babysitting outdated codeMax Kremmel1-2/+2
2006-01-20merge recent changes into HEADMax Kremmel1-2/+2
2005-12-26merge recent changes into HEADMax Kremmel1-2/+2
2005-10-30Add PHPDoc headings to packageLester Caine1-5/+9
2005-09-26$smarty -> $gBitSmartyMax Kremmel1-3/+3
2005-09-03rename a couple of functions for consistencyMax Kremmel1-2/+2
2005-08-26get permissions sorted when trying to view submitted articleMax Kremmel1-13/+21
2005-08-26comments working nowMax Kremmel1-9/+13
cleaned out old code from edit.php expire date set to + 1 year instead of + 1 day by default
2005-08-13more work on getting articles goingMax Kremmel1-2/+1
2005-06-30IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+56