summaryrefslogtreecommitdiff
path: root/topic_move.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-15Namespace fixesLester Caine1-2/+3
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-1/+1
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-2/+2
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
2013-10-16clean up move topic; if only one boards, show topics on default pagespiderr1-26/+5
2012-04-30Tidy up white space extra spaces and tabsLester Caine ext:(%22)1-1/+1
2012-04-19lots of getDisplayUrl cleanupspiderr1-1/+1
2012-04-15Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-1/+1
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version load parameters need to be identical across all classes
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-1/+1
2008-08-01fix up various problems with moving topicswjames51-1/+4
2008-08-01fix moving a topic - get rid of ajax toowjames51-37/+45
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-1/+1
options hash
2007-10-25fix fatalError() usageMax Kremmel1-4/+4
2007-10-25Fix up various vd()s to use something more useful.Nick Palmer1-2/+1
2007-03-31rename bitboards to boardsMax Kremmel1-7/+7
2007-02-15Add phpdoc comment blocks for documentationLester Caine1-0/+8
2006-08-30fix typoHash91-1/+1
2006-07-29total removal of the word from forums, so everything, including tables are ↵Christian Fowler1-3/+2
just boards -> topics -> posts
2006-07-21Add RSS feeds of boards, Topic reply display, Topic reply notification, ↵Hash91-5/+5
Locked threads (the threads are now actually locked)
2006-07-12allow content to be assigned to boards and get some extra data for the ↵Hash91-2/+3
queries, also get more templates for comments from liberty
2006-07-06fix depricated & in function call, fix package namesHash91-1/+1
2006-07-06fix boards so that they work and also add the option to display or not avatarsHash91-2/+2
2006-06-28importChristian Fowler1-0/+55