summaryrefslogtreecommitdiff
path: root/edit.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-1/+2
2025-08-28General code updated to PHP8.4 and namespacelsces1-11/+11
2021-02-03move kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-01move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH ↵modela bitweaver1-2/+2
constants
2021-01-31PHP7 clean up dual static + object use of parseData, and create ↵modela bitweaver1-1/+2
->getParsedData & ::filterDataHash
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-2/+2
2015-08-25Tidy docblock documentation - still needs a fuller set of comments addinglsces1-8/+4
2012-04-29White pace tidyupLester Caine ext:(%22)1-3/+3
2012-04-18major migration of getDisplayUrl to ->getDisplayUrl and ::getDisplayUrlFromHashChristian Fowler1-1/+1
2012-04-16Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-1/+1
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes
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
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-10-03CORE CHANGE: cleave Create permission from Edit permission so that they are ↵wjames51-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-05-08comment unused heading - please confirm that this isn't used.R202Max Kremmel1-2/+2
2007-12-06add field descriptionsJams H Thompson1-1/+3
2007-09-22typo in perm name p_blogs_create checkChristian Fowler1-2/+2
2007-09-14clean up old includes and put verify and blog lookup in right orderPRE_LIB_ATTACHMENT_REFACTORwjames51-10/+2
2007-09-14update permission checks to use smpler verify methodsChristian Fowler1-11/+5
2007-05-16remove all commented out depricated category crap and depricated blogid ↵wjames51-15/+1
stuff that is no longer necessary
2007-04-20textarea_id set automagically by {textarea}Nick Palmer1-4/+1
2007-04-04spiderr commit: updates for content permission checkingwjames51-2/+2
2007-03-31lots of content permissions work. tentatively added updateUserPermissions() ↵Max Kremmel1-7/+1
to service load function.
2007-03-26fix time in blog creation previewwjames51-1/+3
2007-03-26fix blog edit preview, and parse format bug in getBlogwjames51-4/+8
2007-03-22tpl logic fixes, migrate to check boxes, almost ready for perm checkingChristian Fowler1-4/+2
2007-03-21remove from blog creation, posting, display, may still be some refs in ↵wjames51-7/+17
ranking and print
2007-03-18init blogs refactoringwjames51-1/+2
2007-03-16add first pass with content perms assigning. no logical support yetChristian Fowler1-1/+7
2006-12-14Moved blog lookup into lookup_blog_inc.php.Nick Palmer1-1/+7
Fixed bug in load that prevented loading a blog via an /index.php?content_id= link. Fixed bugs related to making services work properly with blogs.
2006-11-18fix first time blog postChristian Fowler1-1/+4
2006-11-18add services handlingChristian Fowler1-2/+2
2006-11-18fix blog storingChristian Fowler1-2/+2
2006-11-18first clean up - at blogs are creating now. more to come...Christian Fowler1-70/+4
2006-10-11clean up blogs upgrade, nuke the .heading column blogs table - a very very ↵Christian Fowler1-7/+1
poorly designed feature
2006-10-11massive overhaul to blogs - convert BitBlog object to be true ↵Christian Fowler1-39/+7
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-08-31Add Next/Previous Links for Blog displayJams H Thompson1-2/+2
2006-06-16to have the logging screen when possibleSylvie Greverend1-5/+2
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-3/+3
2006-02-19Fix reserved word field namesLester Caine1-5/+5
PUBLIC, USER - SQL Reserved (USER was used as field alias)
2006-01-27replace old code with new versions - we need to stop babysitting outdated codeMax Kremmel1-2/+2
2005-10-12merge recent changes to HEADChristian Fowler1-29/+28
2005-08-24synch recent changes from R1 to HEADMax Kremmel1-7/+22
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-34/+34
2005-06-28Merge recent changes from R1 into HEADChristian Fowler1-2/+10
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+155