summaryrefslogtreecommitdiff
path: root/post.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-12/+9
2025-08-28General code updated to PHP8.4 and namespacelsces1-25/+31
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/+1
->getParsedData & ::filterDataHash
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-5/+5
2015-08-25Tidy docblock documentation - still needs a fuller set of comments addinglsces1-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
2009-11-22rollback this is not the right way to enforce crossposting as blog is not ↵wjames51-2/+2
required for posting
2009-11-22Use blog content settings rather than post for new posts - committed for ↵Lester Caine1-2/+2
others to check that it does not break anything on other services
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-25properly populate the post form if store failswjames51-1/+11
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-09-19tra() for error/warning/delete messageslaetzer1-4/+5
2008-08-30add verifyTicket on expungeChristian Fowler1-1/+2
2008-07-06correct display modewjames51-2/+2
2008-07-01move verifyTicket to only happen prior to storeChristian Fowler1-3/+3
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-2/+2
options hash
2008-05-23customize status utilization to facilitate draft blog posts - this is a good ↵wjames51-1/+8
model for other packages for supporting simple draft status
2008-04-28use BIT_MAX_RECORDSChristian Fowler1-2/+2
2008-04-25fix code formattingwjames51-4/+4
2008-04-22use MAX_RECORDS define to be normalChristian Fowler1-2/+2
2008-04-22set no max_records limit for blog list, and reverse sort to title_ascChristian Fowler1-2/+3
2007-12-31automatically select a default target blog for posting if one is specifiedJams H Thompson1-2/+10
2007-12-09set offset default so sidelists dont get jumbled up by request valuewjames51-2/+1
2007-12-06add field descriptionsJams H Thompson1-1/+3
2007-10-10migrate core ajax services off prototype to mochikitwjames51-3/+1
2007-09-25tweak title displayed for better usuability in browser historyChristian Fowler1-2/+3
2007-09-14update permission checks to use smpler verify methodsChristian Fowler1-5/+6
2007-09-11revert to hasEditPermission()Christian Fowler1-5/+3
2007-09-07woops - perms check needs to be add not orwjames51-2/+2
2007-09-07quick patch to require ownership or admin to edit an existing blogpost - ↵wjames51-1/+8
patches big permission hole in which any register user could edit anyone elses blog post
2007-07-10move loadAjax() to BitThemesMax Kremmel1-2/+2
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel1-2/+2
of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work
2007-05-16remove all commented out depricated category crap and depricated blogid ↵wjames51-3/+1
stuff that is no longer necessary
2007-05-16add alternate two field blogpost editing as admin option - off by defaultwjames51-15/+6
2007-04-20textarea_id set automagically by {textarea}Nick Palmer1-4/+1
2007-04-16use right ajax library for attachmentswjames51-3/+2
2007-04-10use gContent->hasUserPermission for post permwjames51-3/+2
2007-04-07persist format_guid selection on previewwjames51-1/+5
2007-04-07fix error when no title specified - set default to display date as title ↵wjames51-23/+16
when no title - cleans up post previewing too
2007-03-23major overhaul to permissioning just about complete, fix crosspost, fix ↵Christian Fowler1-28/+15
viewing and deleting of posts
2007-03-22first pass at content perm sql - right now on p_blogs_post is taking advantageChristian Fowler1-24/+6
2007-03-21remove from blog creation, posting, display, may still be some refs in ↵wjames51-4/+20
ranking and print
2007-03-19add new permissioning code blogs, major cleanout of old code, get ↵Christian Fowler1-137/+32
multi-select blog working
2007-03-18init blogs refactoringwjames51-14/+58
2007-03-02enable editing of publish and expire time, set publish time as default time ↵wjames51-1/+2
displayed, note expired check not in place yet