summaryrefslogtreecommitdiff
path: root/edit_topic.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-15Namespace fixesLester Caine1-5/+6
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-9/+8
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09As with articles, boards has had a blanket Smarty5 and PHP8.4 sweep of the ↵lsces1-3/+4
code, but as yet this has not been tested. VSCode is currently saying the files are now clean.
2021-02-03move kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-1/+1
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-1/+1
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-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
2009-03-31phpdoc updateLester Caine1-0/+11
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-09-19tra() for error/warning/delete messageslaetzer1-3/+8
2008-08-01change topic delete to require board admin perm instead of edit - more in ↵wjames51-1/+2
keeping with old separate remove perm - plus content_id bug fix in edit_topic
2008-08-01move expunge topic into edit_topic, and do perm checks on the root board for ↵wjames51-1/+28
editing topics instead of on the topic itself - NOTE! change to expunge topic is now either hasEditPerm on the board if its root is a board or has admin_comments perm. Prevents someone from killing a tree of comments on content that is not controlled by the board but is mapped to the board - but does give board editor more power over its native comments
2008-07-31clean up all topic pref settings like sticky and notify - remove ajaxiness ↵wjames51-0/+50
which just complicated things - for now we move this stuff to new edit_topic file to try to make things sane