SplitTopics.php 53 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595
  1. <?php
  2. /**
  3. * Handle merging and splitting of topics
  4. *
  5. * Simple Machines Forum (SMF)
  6. *
  7. * @package SMF
  8. * @author Simple Machines http://www.simplemachines.org
  9. * @copyright 2011 Simple Machines
  10. * @license http://www.simplemachines.org/about/smf/license.php BSD
  11. *
  12. * @version 2.1 Alpha 1
  13. *
  14. * Original module by Mach8 - We'll never forget you.
  15. */
  16. if (!defined('SMF'))
  17. die('Hacking attempt...');
  18. /**
  19. * splits a topic into two topics.
  20. * delegates to the other functions (based on the URL parameter 'sa').
  21. * loads the SplitTopics template.
  22. * requires the split_any permission.
  23. * is accessed with ?action=splittopics.
  24. */
  25. function SplitTopics()
  26. {
  27. global $topic, $sourcedir;
  28. // And... which topic were you splitting, again?
  29. if (empty($topic))
  30. fatal_lang_error('numbers_one_to_nine', false);
  31. // Are you allowed to split topics?
  32. isAllowedTo('split_any');
  33. // Load up the "dependencies" - the template, getMsgMemberID(), and sendNotifications().
  34. if (!isset($_REQUEST['xml']))
  35. loadTemplate('SplitTopics');
  36. require_once($sourcedir . '/Subs-Boards.php');
  37. require_once($sourcedir . '/Subs-Post.php');
  38. $subActions = array(
  39. 'selectTopics' => 'SplitSelectTopics',
  40. 'execute' => 'SplitExecute',
  41. 'index' => 'SplitIndex',
  42. 'splitSelection' => 'SplitSelectionExecute',
  43. );
  44. // ?action=splittopics;sa=LETSBREAKIT won't work, sorry.
  45. if (empty($_REQUEST['sa']) || !isset($subActions[$_REQUEST['sa']]))
  46. SplitIndex();
  47. else
  48. $subActions[$_REQUEST['sa']]();
  49. }
  50. /**
  51. * screen shown before the actual split.
  52. * is accessed with ?action=splittopics;sa=index.
  53. * default sub action for ?action=splittopics.
  54. * uses 'ask' sub template of the SplitTopics template.
  55. * redirects to SplitSelectTopics if the message given turns out to be
  56. * the first message of a topic.
  57. * shows the user three ways to split the current topic.
  58. */
  59. function SplitIndex()
  60. {
  61. global $txt, $topic, $context, $smcFunc, $modSettings;
  62. // Validate "at".
  63. if (empty($_GET['at']))
  64. fatal_lang_error('numbers_one_to_nine', false);
  65. $_GET['at'] = (int) $_GET['at'];
  66. // Retrieve the subject and stuff of the specific topic/message.
  67. $request = $smcFunc['db_query']('', '
  68. SELECT m.subject, t.num_replies, t.unapproved_posts, t.id_first_msg, t.approved
  69. FROM {db_prefix}messages AS m
  70. INNER JOIN {db_prefix}topics AS t ON (t.id_topic = {int:current_topic})
  71. WHERE m.id_msg = {int:split_at}' . (!$modSettings['postmod_active'] || allowedTo('approve_posts') ? '' : '
  72. AND m.approved = 1') . '
  73. AND m.id_topic = {int:current_topic}
  74. LIMIT 1',
  75. array(
  76. 'current_topic' => $topic,
  77. 'split_at' => $_GET['at'],
  78. )
  79. );
  80. if ($smcFunc['db_num_rows']($request) == 0)
  81. fatal_lang_error('cant_find_messages');
  82. list ($_REQUEST['subname'], $num_replies, $unapproved_posts, $id_first_msg, $approved) = $smcFunc['db_fetch_row']($request);
  83. $smcFunc['db_free_result']($request);
  84. // If not approved validate they can see it.
  85. if ($modSettings['postmod_active'] && !$approved)
  86. isAllowedTo('approve_posts');
  87. // If this topic has unapproved posts, we need to count them too...
  88. if ($modSettings['postmod_active'] && allowedTo('approve_posts'))
  89. $num_replies += $unapproved_posts - ($approved ? 0 : 1);
  90. // Check if there is more than one message in the topic. (there should be.)
  91. if ($num_replies < 1)
  92. fatal_lang_error('topic_one_post', false);
  93. // Check if this is the first message in the topic (if so, the first and second option won't be available)
  94. if ($id_first_msg == $_GET['at'])
  95. return SplitSelectTopics();
  96. // Basic template information....
  97. $context['message'] = array(
  98. 'id' => $_GET['at'],
  99. 'subject' => $_REQUEST['subname']
  100. );
  101. $context['sub_template'] = 'ask';
  102. $context['page_title'] = $txt['split'];
  103. }
  104. /**
  105. * do the actual split.
  106. * is accessed with ?action=splittopics;sa=execute.
  107. * uses the main SplitTopics template.
  108. * supports three ways of splitting:
  109. * (1) only one message is split off.
  110. * (2) all messages after and including a given message are split off.
  111. * (3) select topics to split (redirects to SplitSelectTopics()).
  112. * uses splitTopic function to do the actual splitting.
  113. */
  114. function SplitExecute()
  115. {
  116. global $txt, $board, $topic, $context, $user_info, $smcFunc, $modSettings;
  117. // Check the session to make sure they meant to do this.
  118. checkSession();
  119. // Clean up the subject.
  120. if (!isset($_POST['subname']) || $_POST['subname'] == '')
  121. $_POST['subname'] = $txt['new_topic'];
  122. // Redirect to the selector if they chose selective.
  123. if ($_POST['step2'] == 'selective')
  124. {
  125. $_REQUEST['subname'] = $_POST['subname'];
  126. return SplitSelectTopics();
  127. }
  128. $_POST['at'] = (int) $_POST['at'];
  129. $messagesToBeSplit = array();
  130. if ($_POST['step2'] == 'afterthis')
  131. {
  132. // Fetch the message IDs of the topic that are at or after the message.
  133. $request = $smcFunc['db_query']('', '
  134. SELECT id_msg
  135. FROM {db_prefix}messages
  136. WHERE id_topic = {int:current_topic}
  137. AND id_msg >= {int:split_at}',
  138. array(
  139. 'current_topic' => $topic,
  140. 'split_at' => $_POST['at'],
  141. )
  142. );
  143. while ($row = $smcFunc['db_fetch_assoc']($request))
  144. $messagesToBeSplit[] = $row['id_msg'];
  145. $smcFunc['db_free_result']($request);
  146. }
  147. // Only the selected message has to be split. That should be easy.
  148. elseif ($_POST['step2'] == 'onlythis')
  149. $messagesToBeSplit[] = $_POST['at'];
  150. // There's another action?!
  151. else
  152. fatal_lang_error('no_access', false);
  153. $context['old_topic'] = $topic;
  154. $context['new_topic'] = splitTopic($topic, $messagesToBeSplit, $_POST['subname']);
  155. $context['page_title'] = $txt['split'];
  156. }
  157. /**
  158. * allows the user to select the messages to be split.
  159. * is accessed with ?action=splittopics;sa=selectTopics.
  160. * uses 'select' sub template of the SplitTopics template or (for
  161. * XMLhttp) the 'split' sub template of the Xml template.
  162. * supports XMLhttp for adding/removing a message to the selection.
  163. * uses a session variable to store the selected topics.
  164. * shows two independent page indexes for both the selected and
  165. * not-selected messages (;topic=1.x;start2=y).
  166. */
  167. function SplitSelectTopics()
  168. {
  169. global $txt, $scripturl, $topic, $context, $modSettings, $original_msgs, $smcFunc, $options;
  170. $context['page_title'] = $txt['split'] . ' - ' . $txt['select_split_posts'];
  171. // Haven't selected anything have we?
  172. $_SESSION['split_selection'][$topic] = empty($_SESSION['split_selection'][$topic]) ? array() : $_SESSION['split_selection'][$topic];
  173. $context['not_selected'] = array(
  174. 'num_messages' => 0,
  175. 'start' => empty($_REQUEST['start']) ? 0 : (int) $_REQUEST['start'],
  176. 'messages' => array(),
  177. );
  178. $context['selected'] = array(
  179. 'num_messages' => 0,
  180. 'start' => empty($_REQUEST['start2']) ? 0 : (int) $_REQUEST['start2'],
  181. 'messages' => array(),
  182. );
  183. $context['topic'] = array(
  184. 'id' => $topic,
  185. 'subject' => urlencode($_REQUEST['subname']),
  186. );
  187. // Some stuff for our favorite template.
  188. $context['new_subject'] = $_REQUEST['subname'];
  189. // Using the "select" sub template.
  190. $context['sub_template'] = isset($_REQUEST['xml']) ? 'split' : 'select';
  191. // Are we using a custom messages per page?
  192. $context['messages_per_page'] = empty($modSettings['disableCustomPerPage']) && !empty($options['messages_per_page']) ? $options['messages_per_page'] : $modSettings['defaultMaxMessages'];
  193. // Get the message ID's from before the move.
  194. if (isset($_REQUEST['xml']))
  195. {
  196. $original_msgs = array(
  197. 'not_selected' => array(),
  198. 'selected' => array(),
  199. );
  200. $request = $smcFunc['db_query']('', '
  201. SELECT id_msg
  202. FROM {db_prefix}messages
  203. WHERE id_topic = {int:current_topic}' . (empty($_SESSION['split_selection'][$topic]) ? '' : '
  204. AND id_msg NOT IN ({array_int:no_split_msgs})') . (!$modSettings['postmod_active'] || allowedTo('approve_posts') ? '' : '
  205. AND approved = {int:is_approved}') . '
  206. ORDER BY id_msg DESC
  207. LIMIT {int:start}, {int:messages_per_page}',
  208. array(
  209. 'current_topic' => $topic,
  210. 'no_split_msgs' => empty($_SESSION['split_selection'][$topic]) ? array() : $_SESSION['split_selection'][$topic],
  211. 'is_approved' => 1,
  212. 'start' => $context['not_selected']['start'],
  213. 'messages_per_page' => $context['messages_per_page'],
  214. )
  215. );
  216. // You can't split the last message off.
  217. if (empty($context['not_selected']['start']) && $smcFunc['db_num_rows']($request) <= 1 && $_REQUEST['move'] == 'down')
  218. $_REQUEST['move'] = '';
  219. while ($row = $smcFunc['db_fetch_assoc']($request))
  220. $original_msgs['not_selected'][] = $row['id_msg'];
  221. $smcFunc['db_free_result']($request);
  222. if (!empty($_SESSION['split_selection'][$topic]))
  223. {
  224. $request = $smcFunc['db_query']('', '
  225. SELECT id_msg
  226. FROM {db_prefix}messages
  227. WHERE id_topic = {int:current_topic}
  228. AND id_msg IN ({array_int:split_msgs})' . (!$modSettings['postmod_active'] || allowedTo('approve_posts') ? '' : '
  229. AND approved = {int:is_approved}') . '
  230. ORDER BY id_msg DESC
  231. LIMIT {int:start}, {int:messages_per_page}',
  232. array(
  233. 'current_topic' => $topic,
  234. 'split_msgs' => $_SESSION['split_selection'][$topic],
  235. 'is_approved' => 1,
  236. 'start' => $context['selected']['start'],
  237. 'messages_per_page' => $context['messages_per_page'],
  238. )
  239. );
  240. while ($row = $smcFunc['db_fetch_assoc']($request))
  241. $original_msgs['selected'][] = $row['id_msg'];
  242. $smcFunc['db_free_result']($request);
  243. }
  244. }
  245. // (De)select a message..
  246. if (!empty($_REQUEST['move']))
  247. {
  248. $_REQUEST['msg'] = (int) $_REQUEST['msg'];
  249. if ($_REQUEST['move'] == 'reset')
  250. $_SESSION['split_selection'][$topic] = array();
  251. elseif ($_REQUEST['move'] == 'up')
  252. $_SESSION['split_selection'][$topic] = array_diff($_SESSION['split_selection'][$topic], array($_REQUEST['msg']));
  253. else
  254. $_SESSION['split_selection'][$topic][] = $_REQUEST['msg'];
  255. }
  256. // Make sure the selection is still accurate.
  257. if (!empty($_SESSION['split_selection'][$topic]))
  258. {
  259. $request = $smcFunc['db_query']('', '
  260. SELECT id_msg
  261. FROM {db_prefix}messages
  262. WHERE id_topic = {int:current_topic}
  263. AND id_msg IN ({array_int:split_msgs})' . (!$modSettings['postmod_active'] || allowedTo('approve_posts') ? '' : '
  264. AND approved = {int:is_approved}'),
  265. array(
  266. 'current_topic' => $topic,
  267. 'split_msgs' => $_SESSION['split_selection'][$topic],
  268. 'is_approved' => 1,
  269. )
  270. );
  271. $_SESSION['split_selection'][$topic] = array();
  272. while ($row = $smcFunc['db_fetch_assoc']($request))
  273. $_SESSION['split_selection'][$topic][] = $row['id_msg'];
  274. $smcFunc['db_free_result']($request);
  275. }
  276. // Get the number of messages (not) selected to be split.
  277. $request = $smcFunc['db_query']('', '
  278. SELECT ' . (empty($_SESSION['split_selection'][$topic]) ? '0' : 'm.id_msg IN ({array_int:split_msgs})') . ' AS is_selected, COUNT(*) AS num_messages
  279. FROM {db_prefix}messages AS m
  280. WHERE m.id_topic = {int:current_topic}' . (!$modSettings['postmod_active'] || allowedTo('approve_posts') ? '' : '
  281. AND approved = {int:is_approved}') . (empty($_SESSION['split_selection'][$topic]) ? '' : '
  282. GROUP BY is_selected'),
  283. array(
  284. 'current_topic' => $topic,
  285. 'split_msgs' => !empty($_SESSION['split_selection'][$topic]) ? $_SESSION['split_selection'][$topic] : array(),
  286. 'is_approved' => 1,
  287. )
  288. );
  289. while ($row = $smcFunc['db_fetch_assoc']($request))
  290. $context[empty($row['is_selected']) ? 'not_selected' : 'selected']['num_messages'] = $row['num_messages'];
  291. $smcFunc['db_free_result']($request);
  292. // Fix an oversized starting page (to make sure both pageindexes are properly set).
  293. if ($context['selected']['start'] >= $context['selected']['num_messages'])
  294. $context['selected']['start'] = $context['selected']['num_messages'] <= $context['messages_per_page'] ? 0 : ($context['selected']['num_messages'] - (($context['selected']['num_messages'] % $context['messages_per_page']) == 0 ? $context['messages_per_page'] : ($context['selected']['num_messages'] % $context['messages_per_page'])));
  295. // Build a page list of the not-selected topics...
  296. $context['not_selected']['page_index'] = constructPageIndex($scripturl . '?action=splittopics;sa=selectTopics;subname=' . strtr(urlencode($_REQUEST['subname']), array('%' => '%%')) . ';topic=' . $topic . '.%1$d;start2=' . $context['selected']['start'], $context['not_selected']['start'], $context['not_selected']['num_messages'], $context['messages_per_page'], true);
  297. // ...and one of the selected topics.
  298. $context['selected']['page_index'] = constructPageIndex($scripturl . '?action=splittopics;sa=selectTopics;subname=' . strtr(urlencode($_REQUEST['subname']), array('%' => '%%')) . ';topic=' . $topic . '.' . $context['not_selected']['start'] . ';start2=%1$d', $context['selected']['start'], $context['selected']['num_messages'], $context['messages_per_page'], true);
  299. // Get the messages and stick them into an array.
  300. $request = $smcFunc['db_query']('', '
  301. SELECT m.subject, IFNULL(mem.real_name, m.poster_name) AS real_name, m.poster_time, m.body, m.id_msg, m.smileys_enabled
  302. FROM {db_prefix}messages AS m
  303. LEFT JOIN {db_prefix}members AS mem ON (mem.id_member = m.id_member)
  304. WHERE m.id_topic = {int:current_topic}' . (empty($_SESSION['split_selection'][$topic]) ? '' : '
  305. AND id_msg NOT IN ({array_int:no_split_msgs})') . (!$modSettings['postmod_active'] || allowedTo('approve_posts') ? '' : '
  306. AND approved = {int:is_approved}') . '
  307. ORDER BY m.id_msg DESC
  308. LIMIT {int:start}, {int:messages_per_page}',
  309. array(
  310. 'current_topic' => $topic,
  311. 'no_split_msgs' => !empty($_SESSION['split_selection'][$topic]) ? $_SESSION['split_selection'][$topic] : array(),
  312. 'is_approved' => 1,
  313. 'start' => $context['not_selected']['start'],
  314. 'messages_per_page' => $context['messages_per_page'],
  315. )
  316. );
  317. $context['messages'] = array();
  318. for ($counter = 0; $row = $smcFunc['db_fetch_assoc']($request); $counter ++)
  319. {
  320. censorText($row['subject']);
  321. censorText($row['body']);
  322. $row['body'] = parse_bbc($row['body'], $row['smileys_enabled'], $row['id_msg']);
  323. $context['not_selected']['messages'][$row['id_msg']] = array(
  324. 'id' => $row['id_msg'],
  325. 'alternate' => $counter % 2,
  326. 'subject' => $row['subject'],
  327. 'time' => timeformat($row['poster_time']),
  328. 'timestamp' => forum_time(true, $row['poster_time']),
  329. 'body' => $row['body'],
  330. 'poster' => $row['real_name'],
  331. );
  332. }
  333. $smcFunc['db_free_result']($request);
  334. // Now get the selected messages.
  335. if (!empty($_SESSION['split_selection'][$topic]))
  336. {
  337. // Get the messages and stick them into an array.
  338. $request = $smcFunc['db_query']('', '
  339. SELECT m.subject, IFNULL(mem.real_name, m.poster_name) AS real_name, m.poster_time, m.body, m.id_msg, m.smileys_enabled
  340. FROM {db_prefix}messages AS m
  341. LEFT JOIN {db_prefix}members AS mem ON (mem.id_member = m.id_member)
  342. WHERE m.id_topic = {int:current_topic}
  343. AND m.id_msg IN ({array_int:split_msgs})' . (!$modSettings['postmod_active'] || allowedTo('approve_posts') ? '' : '
  344. AND approved = {int:is_approved}') . '
  345. ORDER BY m.id_msg DESC
  346. LIMIT {int:start}, {int:messages_per_page}',
  347. array(
  348. 'current_topic' => $topic,
  349. 'split_msgs' => $_SESSION['split_selection'][$topic],
  350. 'is_approved' => 1,
  351. 'start' => $context['selected']['start'],
  352. 'messages_per_page' => $context['messages_per_page'],
  353. )
  354. );
  355. $context['messages'] = array();
  356. for ($counter = 0; $row = $smcFunc['db_fetch_assoc']($request); $counter ++)
  357. {
  358. censorText($row['subject']);
  359. censorText($row['body']);
  360. $row['body'] = parse_bbc($row['body'], $row['smileys_enabled'], $row['id_msg']);
  361. $context['selected']['messages'][$row['id_msg']] = array(
  362. 'id' => $row['id_msg'],
  363. 'alternate' => $counter % 2,
  364. 'subject' => $row['subject'],
  365. 'time' => timeformat($row['poster_time']),
  366. 'timestamp' => forum_time(true, $row['poster_time']),
  367. 'body' => $row['body'],
  368. 'poster' => $row['real_name']
  369. );
  370. }
  371. $smcFunc['db_free_result']($request);
  372. }
  373. // The XMLhttp method only needs the stuff that changed, so let's compare.
  374. if (isset($_REQUEST['xml']))
  375. {
  376. $changes = array(
  377. 'remove' => array(
  378. 'not_selected' => array_diff($original_msgs['not_selected'], array_keys($context['not_selected']['messages'])),
  379. 'selected' => array_diff($original_msgs['selected'], array_keys($context['selected']['messages'])),
  380. ),
  381. 'insert' => array(
  382. 'not_selected' => array_diff(array_keys($context['not_selected']['messages']), $original_msgs['not_selected']),
  383. 'selected' => array_diff(array_keys($context['selected']['messages']), $original_msgs['selected']),
  384. ),
  385. );
  386. $context['changes'] = array();
  387. foreach ($changes as $change_type => $change_array)
  388. foreach ($change_array as $section => $msg_array)
  389. {
  390. if (empty($msg_array))
  391. continue;
  392. foreach ($msg_array as $id_msg)
  393. {
  394. $context['changes'][$change_type . $id_msg] = array(
  395. 'id' => $id_msg,
  396. 'type' => $change_type,
  397. 'section' => $section,
  398. );
  399. if ($change_type == 'insert')
  400. $context['changes']['insert' . $id_msg]['insert_value'] = $context[$section]['messages'][$id_msg];
  401. }
  402. }
  403. }
  404. }
  405. /**
  406. * do the actual split of a selection of topics.
  407. * is accessed with ?action=splittopics;sa=splitSelection.
  408. * uses the main SplitTopics template.
  409. * uses splitTopic function to do the actual splitting.
  410. */
  411. function SplitSelectionExecute()
  412. {
  413. global $txt, $board, $topic, $context, $user_info;
  414. // Make sure the session id was passed with post.
  415. checkSession();
  416. // Default the subject in case it's blank.
  417. if (!isset($_POST['subname']) || $_POST['subname'] == '')
  418. $_POST['subname'] = $txt['new_topic'];
  419. // You must've selected some messages! Can't split out none!
  420. if (empty($_SESSION['split_selection'][$topic]))
  421. fatal_lang_error('no_posts_selected', false);
  422. $context['old_topic'] = $topic;
  423. $context['new_topic'] = splitTopic($topic, $_SESSION['split_selection'][$topic], $_POST['subname']);
  424. $context['page_title'] = $txt['split'];
  425. }
  426. /**
  427. int splitTopic(int topicID, array messagesToBeSplit, string newSubject)
  428. * general function to split off a topic.
  429. * creates a new topic and moves the messages with the IDs in
  430. * array messagesToBeSplit to the new topic.
  431. * the subject of the newly created topic is set to 'newSubject'.
  432. * marks the newly created message as read for the user splitting it.
  433. * updates the statistics to reflect a newly created topic.
  434. * logs the action in the moderation log.
  435. * a notification is sent to all users monitoring this topic.
  436. * @param int $split1_ID_TOPIC
  437. * @param array $splitMessages
  438. * @param string $new_subject
  439. * @return int the topic ID of the new split topic.
  440. */
  441. function splitTopic($split1_ID_TOPIC, $splitMessages, $new_subject)
  442. {
  443. global $user_info, $topic, $board, $modSettings, $smcFunc, $txt;
  444. // Nothing to split?
  445. if (empty($splitMessages))
  446. fatal_lang_error('no_posts_selected', false);
  447. // Get some board info.
  448. $request = $smcFunc['db_query']('', '
  449. SELECT id_board, approved
  450. FROM {db_prefix}topics
  451. WHERE id_topic = {int:id_topic}
  452. LIMIT 1',
  453. array(
  454. 'id_topic' => $split1_ID_TOPIC,
  455. )
  456. );
  457. list ($id_board, $split1_approved) = $smcFunc['db_fetch_row']($request);
  458. $smcFunc['db_free_result']($request);
  459. // Find the new first and last not in the list. (old topic)
  460. $request = $smcFunc['db_query']('', '
  461. SELECT
  462. MIN(m.id_msg) AS myid_first_msg, MAX(m.id_msg) AS myid_last_msg, COUNT(*) AS message_count, m.approved
  463. FROM {db_prefix}messages AS m
  464. INNER JOIN {db_prefix}topics AS t ON (t.id_topic = {int:id_topic})
  465. WHERE m.id_msg NOT IN ({array_int:no_msg_list})
  466. AND m.id_topic = {int:id_topic}
  467. GROUP BY m.approved
  468. ORDER BY m.approved DESC
  469. LIMIT 2',
  470. array(
  471. 'id_topic' => $split1_ID_TOPIC,
  472. 'no_msg_list' => $splitMessages,
  473. )
  474. );
  475. // You can't select ALL the messages!
  476. if ($smcFunc['db_num_rows']($request) == 0)
  477. fatal_lang_error('selected_all_posts', false);
  478. while ($row = $smcFunc['db_fetch_assoc']($request))
  479. {
  480. // Get the right first and last message dependant on approved state...
  481. if (empty($split1_first_msg) || $row['myid_first_msg'] < $split1_first_msg)
  482. $split1_first_msg = $row['myid_first_msg'];
  483. if (empty($split1_last_msg) || $row['approved'])
  484. $split1_last_msg = $row['myid_last_msg'];
  485. // Get the counts correct...
  486. if ($row['approved'])
  487. {
  488. $split1_replies = $row['message_count'] - 1;
  489. $split1_unapprovedposts = 0;
  490. }
  491. else
  492. {
  493. if (!isset($split1_replies))
  494. $split1_replies = 0;
  495. // If the topic isn't approved then num replies must go up by one... as first post wouldn't be counted.
  496. elseif (!$split1_approved)
  497. $split1_replies++;
  498. $split1_unapprovedposts = $row['message_count'];
  499. }
  500. }
  501. $smcFunc['db_free_result']($request);
  502. $split1_firstMem = getMsgMemberID($split1_first_msg);
  503. $split1_lastMem = getMsgMemberID($split1_last_msg);
  504. // Find the first and last in the list. (new topic)
  505. $request = $smcFunc['db_query']('', '
  506. SELECT MIN(id_msg) AS myid_first_msg, MAX(id_msg) AS myid_last_msg, COUNT(*) AS message_count, approved
  507. FROM {db_prefix}messages
  508. WHERE id_msg IN ({array_int:msg_list})
  509. AND id_topic = {int:id_topic}
  510. GROUP BY id_topic, approved
  511. ORDER BY approved DESC
  512. LIMIT 2',
  513. array(
  514. 'msg_list' => $splitMessages,
  515. 'id_topic' => $split1_ID_TOPIC,
  516. )
  517. );
  518. while ($row = $smcFunc['db_fetch_assoc']($request))
  519. {
  520. // As before get the right first and last message dependant on approved state...
  521. if (empty($split2_first_msg) || $row['myid_first_msg'] < $split2_first_msg)
  522. $split2_first_msg = $row['myid_first_msg'];
  523. if (empty($split2_last_msg) || $row['approved'])
  524. $split2_last_msg = $row['myid_last_msg'];
  525. // Then do the counts again...
  526. if ($row['approved'])
  527. {
  528. $split2_approved = true;
  529. $split2_replies = $row['message_count'] - 1;
  530. $split2_unapprovedposts = 0;
  531. }
  532. else
  533. {
  534. // Should this one be approved??
  535. if ($split2_first_msg == $row['myid_first_msg'])
  536. $split2_approved = false;
  537. if (!isset($split2_replies))
  538. $split2_replies = 0;
  539. // As before, fix number of replies.
  540. elseif (!$split2_approved)
  541. $split2_replies++;
  542. $split2_unapprovedposts = $row['message_count'];
  543. }
  544. }
  545. $smcFunc['db_free_result']($request);
  546. $split2_firstMem = getMsgMemberID($split2_first_msg);
  547. $split2_lastMem = getMsgMemberID($split2_last_msg);
  548. // No database changes yet, so let's double check to see if everything makes at least a little sense.
  549. if ($split1_first_msg <= 0 || $split1_last_msg <= 0 || $split2_first_msg <= 0 || $split2_last_msg <= 0 || $split1_replies < 0 || $split2_replies < 0 || $split1_unapprovedposts < 0 || $split2_unapprovedposts < 0 || !isset($split1_approved) || !isset($split2_approved))
  550. fatal_lang_error('cant_find_messages');
  551. // You cannot split off the first message of a topic.
  552. if ($split1_first_msg > $split2_first_msg)
  553. fatal_lang_error('split_first_post', false);
  554. // We're off to insert the new topic! Use 0 for now to avoid UNIQUE errors.
  555. $smcFunc['db_insert']('',
  556. '{db_prefix}topics',
  557. array(
  558. 'id_board' => 'int',
  559. 'id_member_started' => 'int',
  560. 'id_member_updated' => 'int',
  561. 'id_first_msg' => 'int',
  562. 'id_last_msg' => 'int',
  563. 'num_replies' => 'int',
  564. 'unapproved_posts' => 'int',
  565. 'approved' => 'int',
  566. 'is_sticky' => 'int',
  567. ),
  568. array(
  569. (int) $id_board, $split2_firstMem, $split2_lastMem, 0,
  570. 0, $split2_replies, $split2_unapprovedposts, (int) $split2_approved, 0,
  571. ),
  572. array('id_topic')
  573. );
  574. $split2_ID_TOPIC = $smcFunc['db_insert_id']('{db_prefix}topics', 'id_topic');
  575. if ($split2_ID_TOPIC <= 0)
  576. fatal_lang_error('cant_insert_topic');
  577. // Move the messages over to the other topic.
  578. $new_subject = strtr($smcFunc['htmltrim']($smcFunc['htmlspecialchars']($new_subject)), array("\r" => '', "\n" => '', "\t" => ''));
  579. // Check the subject length.
  580. if ($smcFunc['strlen']($new_subject) > 100)
  581. $new_subject = $smcFunc['substr']($new_subject, 0, 100);
  582. // Valid subject?
  583. if ($new_subject != '')
  584. {
  585. $smcFunc['db_query']('', '
  586. UPDATE {db_prefix}messages
  587. SET
  588. id_topic = {int:id_topic},
  589. subject = CASE WHEN id_msg = {int:split_first_msg} THEN {string:new_subject} ELSE {string:new_subject_replies} END
  590. WHERE id_msg IN ({array_int:split_msgs})',
  591. array(
  592. 'split_msgs' => $splitMessages,
  593. 'id_topic' => $split2_ID_TOPIC,
  594. 'new_subject' => $new_subject,
  595. 'split_first_msg' => $split2_first_msg,
  596. 'new_subject_replies' => $txt['response_prefix'] . $new_subject,
  597. )
  598. );
  599. // Cache the new topics subject... we can do it now as all the subjects are the same!
  600. updateStats('subject', $split2_ID_TOPIC, $new_subject);
  601. }
  602. // Any associated reported posts better follow...
  603. $smcFunc['db_query']('', '
  604. UPDATE {db_prefix}log_reported
  605. SET id_topic = {int:id_topic}
  606. WHERE id_msg IN ({array_int:split_msgs})',
  607. array(
  608. 'split_msgs' => $splitMessages,
  609. 'id_topic' => $split2_ID_TOPIC,
  610. )
  611. );
  612. // Mess with the old topic's first, last, and number of messages.
  613. $smcFunc['db_query']('', '
  614. UPDATE {db_prefix}topics
  615. SET
  616. num_replies = {int:num_replies},
  617. id_first_msg = {int:id_first_msg},
  618. id_last_msg = {int:id_last_msg},
  619. id_member_started = {int:id_member_started},
  620. id_member_updated = {int:id_member_updated},
  621. unapproved_posts = {int:unapproved_posts}
  622. WHERE id_topic = {int:id_topic}',
  623. array(
  624. 'num_replies' => $split1_replies,
  625. 'id_first_msg' => $split1_first_msg,
  626. 'id_last_msg' => $split1_last_msg,
  627. 'id_member_started' => $split1_firstMem,
  628. 'id_member_updated' => $split1_lastMem,
  629. 'unapproved_posts' => $split1_unapprovedposts,
  630. 'id_topic' => $split1_ID_TOPIC,
  631. )
  632. );
  633. // Now, put the first/last message back to what they should be.
  634. $smcFunc['db_query']('', '
  635. UPDATE {db_prefix}topics
  636. SET
  637. id_first_msg = {int:id_first_msg},
  638. id_last_msg = {int:id_last_msg}
  639. WHERE id_topic = {int:id_topic}',
  640. array(
  641. 'id_first_msg' => $split2_first_msg,
  642. 'id_last_msg' => $split2_last_msg,
  643. 'id_topic' => $split2_ID_TOPIC,
  644. )
  645. );
  646. // If the new topic isn't approved ensure the first message flags this just in case.
  647. if (!$split2_approved)
  648. $smcFunc['db_query']('', '
  649. UPDATE {db_prefix}messages
  650. SET approved = {int:approved}
  651. WHERE id_msg = {int:id_msg}
  652. AND id_topic = {int:id_topic}',
  653. array(
  654. 'approved' => 0,
  655. 'id_msg' => $split2_first_msg,
  656. 'id_topic' => $split2_ID_TOPIC,
  657. )
  658. );
  659. // The board has more topics now (Or more unapproved ones!).
  660. $smcFunc['db_query']('', '
  661. UPDATE {db_prefix}boards
  662. SET ' . ($split2_approved ? '
  663. num_topics = num_topics + 1' : '
  664. unapproved_topics = unapproved_topics + 1') . '
  665. WHERE id_board = {int:id_board}',
  666. array(
  667. 'id_board' => $id_board,
  668. )
  669. );
  670. // Copy log topic entries.
  671. // @todo This should really be chunked.
  672. $request = $smcFunc['db_query']('', '
  673. SELECT id_member, id_msg
  674. FROM {db_prefix}log_topics
  675. WHERE id_topic = {int:id_topic}',
  676. array(
  677. 'id_topic' => (int) $split1_ID_TOPIC,
  678. )
  679. );
  680. if ($smcFunc['db_num_rows']($request) > 0)
  681. {
  682. $replaceEntries = array();
  683. while ($row = $smcFunc['db_fetch_assoc']($request))
  684. $replaceEntries[] = array($row['id_member'], $split2_ID_TOPIC, $row['id_msg']);
  685. $smcFunc['db_insert']('ignore',
  686. '{db_prefix}log_topics',
  687. array('id_member' => 'int', 'id_topic' => 'int', 'id_msg' => 'int'),
  688. $replaceEntries,
  689. array('id_member', 'id_topic')
  690. );
  691. unset($replaceEntries);
  692. }
  693. $smcFunc['db_free_result']($request);
  694. // Housekeeping.
  695. updateStats('topic');
  696. updateLastMessages($id_board);
  697. logAction('split', array('topic' => $split1_ID_TOPIC, 'new_topic' => $split2_ID_TOPIC, 'board' => $id_board));
  698. // Notify people that this topic has been split?
  699. sendNotifications($split1_ID_TOPIC, 'split');
  700. // If there's a search index that needs updating, update it...
  701. require_once($sourcedir . '/Search.php');
  702. $searchAPI = findSearchAPI();
  703. if (is_callable(array($searchAPI, 'topicSplit')))
  704. $searchAPI->topicSplit($split2_ID_TOPIC, $splitMessages);
  705. // Return the ID of the newly created topic.
  706. return $split2_ID_TOPIC;
  707. }
  708. /**
  709. * merges two or more topics into one topic.
  710. * delegates to the other functions (based on the URL parameter sa).
  711. * loads the SplitTopics template.
  712. * requires the merge_any permission.
  713. * is accessed with ?action=mergetopics.
  714. */
  715. function MergeTopics()
  716. {
  717. // Load the template....
  718. loadTemplate('SplitTopics');
  719. $subActions = array(
  720. 'done' => 'MergeDone',
  721. 'execute' => 'MergeExecute',
  722. 'index' => 'MergeIndex',
  723. 'options' => 'MergeExecute',
  724. );
  725. // ?action=mergetopics;sa=LETSBREAKIT won't work, sorry.
  726. if (empty($_REQUEST['sa']) || !isset($subActions[$_REQUEST['sa']]))
  727. MergeIndex();
  728. else
  729. $subActions[$_REQUEST['sa']]();
  730. }
  731. /**
  732. * allows to pick a topic to merge the current topic with.
  733. * is accessed with ?action=mergetopics;sa=index
  734. * default sub action for ?action=mergetopics.
  735. * uses 'merge' sub template of the SplitTopics template.
  736. * allows to set a different target board.
  737. */
  738. function MergeIndex()
  739. {
  740. global $txt, $board, $context, $smcFunc;
  741. global $scripturl, $topic, $user_info, $modSettings;
  742. if (!isset($_GET['from']))
  743. fatal_lang_error('no_access', false);
  744. $_GET['from'] = (int) $_GET['from'];
  745. $_REQUEST['targetboard'] = isset($_REQUEST['targetboard']) ? (int) $_REQUEST['targetboard'] : $board;
  746. $context['target_board'] = $_REQUEST['targetboard'];
  747. // Prepare a handy query bit for approval...
  748. if ($modSettings['postmod_active'])
  749. {
  750. $can_approve_boards = boardsAllowedTo('approve_posts');
  751. $onlyApproved = $can_approve_boards !== array(0) && !in_array($_REQUEST['targetboard'], $can_approve_boards);
  752. }
  753. else
  754. $onlyApproved = false;
  755. // How many topics are on this board? (used for paging.)
  756. $request = $smcFunc['db_query']('', '
  757. SELECT COUNT(*)
  758. FROM {db_prefix}topics AS t
  759. WHERE t.id_board = {int:id_board}' . ($onlyApproved ? '
  760. AND t.approved = {int:is_approved}' : ''),
  761. array(
  762. 'id_board' => $_REQUEST['targetboard'],
  763. 'is_approved' => 1,
  764. )
  765. );
  766. list ($topiccount) = $smcFunc['db_fetch_row']($request);
  767. $smcFunc['db_free_result']($request);
  768. // Make the page list.
  769. $context['page_index'] = constructPageIndex($scripturl . '?action=mergetopics;from=' . $_GET['from'] . ';targetboard=' . $_REQUEST['targetboard'] . ';board=' . $board . '.%1$d', $_REQUEST['start'], $topiccount, $modSettings['defaultMaxTopics'], true);
  770. // Get the topic's subject.
  771. $request = $smcFunc['db_query']('', '
  772. SELECT m.subject
  773. FROM {db_prefix}topics AS t
  774. INNER JOIN {db_prefix}messages AS m ON (m.id_msg = t.id_first_msg)
  775. WHERE t.id_topic = {int:id_topic}
  776. AND t.id_board = {int:current_board}' . ($onlyApproved ? '
  777. AND t.approved = {int:is_approved}' : '') . '
  778. LIMIT 1',
  779. array(
  780. 'current_board' => $board,
  781. 'id_topic' => $_GET['from'],
  782. 'is_approved' => 1,
  783. )
  784. );
  785. if ($smcFunc['db_num_rows']($request) == 0)
  786. fatal_lang_error('no_board');
  787. list ($subject) = $smcFunc['db_fetch_row']($request);
  788. $smcFunc['db_free_result']($request);
  789. // Tell the template a few things..
  790. $context['origin_topic'] = $_GET['from'];
  791. $context['origin_subject'] = $subject;
  792. $context['origin_js_subject'] = addcslashes(addslashes($subject), '/');
  793. $context['page_title'] = $txt['merge'];
  794. // Check which boards you have merge permissions on.
  795. $merge_boards = boardsAllowedTo('merge_any');
  796. if (empty($merge_boards))
  797. fatal_lang_error('cannot_merge_any', 'user');
  798. // Get a list of boards they can navigate to to merge.
  799. $request = $smcFunc['db_query']('order_by_board_order', '
  800. SELECT b.id_board, b.name AS board_name, c.name AS cat_name
  801. FROM {db_prefix}boards AS b
  802. LEFT JOIN {db_prefix}categories AS c ON (c.id_cat = b.id_cat)
  803. WHERE {query_see_board}' . (!in_array(0, $merge_boards) ? '
  804. AND b.id_board IN ({array_int:merge_boards})' : ''),
  805. array(
  806. 'merge_boards' => $merge_boards,
  807. )
  808. );
  809. $context['boards'] = array();
  810. while ($row = $smcFunc['db_fetch_assoc']($request))
  811. $context['boards'][] = array(
  812. 'id' => $row['id_board'],
  813. 'name' => $row['board_name'],
  814. 'category' => $row['cat_name']
  815. );
  816. $smcFunc['db_free_result']($request);
  817. // Get some topics to merge it with.
  818. $request = $smcFunc['db_query']('', '
  819. SELECT t.id_topic, m.subject, m.id_member, IFNULL(mem.real_name, m.poster_name) AS poster_name
  820. FROM {db_prefix}topics AS t
  821. INNER JOIN {db_prefix}messages AS m ON (m.id_msg = t.id_first_msg)
  822. LEFT JOIN {db_prefix}members AS mem ON (mem.id_member = m.id_member)
  823. WHERE t.id_board = {int:id_board}
  824. AND t.id_topic != {int:id_topic}' . ($onlyApproved ? '
  825. AND t.approved = {int:is_approved}' : '') . '
  826. ORDER BY {raw:sort}
  827. LIMIT {int:offset}, {int:limit}',
  828. array(
  829. 'id_board' => $_REQUEST['targetboard'],
  830. 'id_topic' => $_GET['from'],
  831. 'sort' => (!empty($modSettings['enableStickyTopics']) ? 't.is_sticky DESC, ' : '') . 't.id_last_msg DESC',
  832. 'offset' => $_REQUEST['start'],
  833. 'limit' => $modSettings['defaultMaxTopics'],
  834. 'is_approved' => 1,
  835. )
  836. );
  837. $context['topics'] = array();
  838. while ($row = $smcFunc['db_fetch_assoc']($request))
  839. {
  840. censorText($row['subject']);
  841. $context['topics'][] = array(
  842. 'id' => $row['id_topic'],
  843. 'poster' => array(
  844. 'id' => $row['id_member'],
  845. 'name' => $row['poster_name'],
  846. 'href' => empty($row['id_member']) ? '' : $scripturl . '?action=profile;u=' . $row['id_member'],
  847. 'link' => empty($row['id_member']) ? $row['poster_name'] : '<a href="' . $scripturl . '?action=profile;u=' . $row['id_member'] . '" target="_blank" class="new_win">' . $row['poster_name'] . '</a>'
  848. ),
  849. 'subject' => $row['subject'],
  850. 'js_subject' => addcslashes(addslashes($row['subject']), '/')
  851. );
  852. }
  853. $smcFunc['db_free_result']($request);
  854. if (empty($context['topics']) && count($context['boards']) <= 1)
  855. fatal_lang_error('merge_need_more_topics');
  856. $context['sub_template'] = 'merge';
  857. }
  858. /**
  859. * set merge options and do the actual merge of two or more topics.
  860. *
  861. * the merge options screen:
  862. * * shows topics to be merged and allows to set some merge options.
  863. * * is accessed by ?action=mergetopics;sa=options.and can also internally be called by QuickModeration() (Subs-Boards.php).
  864. * * uses 'merge_extra_options' sub template of the SplitTopics template.
  865. *
  866. * the actual merge:
  867. * * is accessed with ?action=mergetopics;sa=execute.
  868. * * updates the statistics to reflect the merge.
  869. * * logs the action in the moderation log.
  870. * * sends a notification is sent to all users monitoring this topic.
  871. * * redirects to ?action=mergetopics;sa=done.
  872. * @param array $topics = array()
  873. */
  874. function MergeExecute($topics = array())
  875. {
  876. global $user_info, $txt, $context, $scripturl, $sourcedir;
  877. global $smcFunc, $language, $modSettings;
  878. // Check the session.
  879. checkSession('request');
  880. // Handle URLs from MergeIndex.
  881. if (!empty($_GET['from']) && !empty($_GET['to']))
  882. $topics = array((int) $_GET['from'], (int) $_GET['to']);
  883. // If we came from a form, the topic IDs came by post.
  884. if (!empty($_POST['topics']) && is_array($_POST['topics']))
  885. $topics = $_POST['topics'];
  886. // There's nothing to merge with just one topic...
  887. if (empty($topics) || !is_array($topics) || count($topics) == 1)
  888. fatal_lang_error('merge_need_more_topics');
  889. // Make sure every topic is numeric, or some nasty things could be done with the DB.
  890. foreach ($topics as $id => $topic)
  891. $topics[$id] = (int) $topic;
  892. // Joy of all joys, make sure they're not pi**ing about with unapproved topics they can't see :P
  893. if ($modSettings['postmod_active'])
  894. $can_approve_boards = boardsAllowedTo('approve_posts');
  895. // Get info about the topics and polls that will be merged.
  896. $request = $smcFunc['db_query']('', '
  897. SELECT
  898. t.id_topic, t.id_board, t.id_poll, t.num_views, t.is_sticky, t.approved, t.num_replies, t.unapproved_posts,
  899. m1.subject, m1.poster_time AS time_started, IFNULL(mem1.id_member, 0) AS id_member_started, IFNULL(mem1.real_name, m1.poster_name) AS name_started,
  900. m2.poster_time AS time_updated, IFNULL(mem2.id_member, 0) AS id_member_updated, IFNULL(mem2.real_name, m2.poster_name) AS name_updated
  901. FROM {db_prefix}topics AS t
  902. INNER JOIN {db_prefix}messages AS m1 ON (m1.id_msg = t.id_first_msg)
  903. INNER JOIN {db_prefix}messages AS m2 ON (m2.id_msg = t.id_last_msg)
  904. LEFT JOIN {db_prefix}members AS mem1 ON (mem1.id_member = m1.id_member)
  905. LEFT JOIN {db_prefix}members AS mem2 ON (mem2.id_member = m2.id_member)
  906. WHERE t.id_topic IN ({array_int:topic_list})
  907. ORDER BY t.id_first_msg
  908. LIMIT ' . count($topics),
  909. array(
  910. 'topic_list' => $topics,
  911. )
  912. );
  913. if ($smcFunc['db_num_rows']($request) < 2)
  914. fatal_lang_error('no_topic_id');
  915. $num_views = 0;
  916. $is_sticky = 0;
  917. $boardTotals = array();
  918. $boards = array();
  919. $polls = array();
  920. while ($row = $smcFunc['db_fetch_assoc']($request))
  921. {
  922. // Make a note for the board counts...
  923. if (!isset($boardTotals[$row['id_board']]))
  924. $boardTotals[$row['id_board']] = array(
  925. 'posts' => 0,
  926. 'topics' => 0,
  927. 'unapproved_posts' => 0,
  928. 'unapproved_topics' => 0
  929. );
  930. // We can't see unapproved topics here?
  931. if ($modSettings['postmod_active'] && !$row['approved'] && $can_approve_boards != array(0) && in_array($row['id_board'], $can_approve_boards))
  932. continue;
  933. elseif (!$row['approved'])
  934. $boardTotals[$row['id_board']]['unapproved_topics']++;
  935. else
  936. $boardTotals[$row['id_board']]['topics']++;
  937. $boardTotals[$row['id_board']]['unapproved_posts'] += $row['unapproved_posts'];
  938. $boardTotals[$row['id_board']]['posts'] += $row['num_replies'] + ($row['approved'] ? 1 : 0);
  939. $topic_data[$row['id_topic']] = array(
  940. 'id' => $row['id_topic'],
  941. 'board' => $row['id_board'],
  942. 'poll' => $row['id_poll'],
  943. 'num_views' => $row['num_views'],
  944. 'subject' => $row['subject'],
  945. 'started' => array(
  946. 'time' => timeformat($row['time_started']),
  947. 'timestamp' => forum_time(true, $row['time_started']),
  948. 'href' => empty($row['id_member_started']) ? '' : $scripturl . '?action=profile;u=' . $row['id_member_started'],
  949. 'link' => empty($row['id_member_started']) ? $row['name_started'] : '<a href="' . $scripturl . '?action=profile;u=' . $row['id_member_started'] . '">' . $row['name_started'] . '</a>'
  950. ),
  951. 'updated' => array(
  952. 'time' => timeformat($row['time_updated']),
  953. 'timestamp' => forum_time(true, $row['time_updated']),
  954. 'href' => empty($row['id_member_updated']) ? '' : $scripturl . '?action=profile;u=' . $row['id_member_updated'],
  955. 'link' => empty($row['id_member_updated']) ? $row['name_updated'] : '<a href="' . $scripturl . '?action=profile;u=' . $row['id_member_updated'] . '">' . $row['name_updated'] . '</a>'
  956. )
  957. );
  958. $num_views += $row['num_views'];
  959. $boards[] = $row['id_board'];
  960. // If there's no poll, id_poll == 0...
  961. if ($row['id_poll'] > 0)
  962. $polls[] = $row['id_poll'];
  963. // Store the id_topic with the lowest id_first_msg.
  964. if (empty($firstTopic))
  965. $firstTopic = $row['id_topic'];
  966. $is_sticky = max($is_sticky, $row['is_sticky']);
  967. }
  968. $smcFunc['db_free_result']($request);
  969. // If we didn't get any topics then they've been messing with unapproved stuff.
  970. if (empty($topic_data))
  971. fatal_lang_error('no_topic_id');
  972. $boards = array_values(array_unique($boards));
  973. // The parameters of MergeExecute were set, so this must've been an internal call.
  974. if (!empty($topics))
  975. {
  976. isAllowedTo('merge_any', $boards);
  977. loadTemplate('SplitTopics');
  978. }
  979. // Get the boards a user is allowed to merge in.
  980. $merge_boards = boardsAllowedTo('merge_any');
  981. if (empty($merge_boards))
  982. fatal_lang_error('cannot_merge_any', 'user');
  983. // Make sure they can see all boards....
  984. $request = $smcFunc['db_query']('', '
  985. SELECT b.id_board
  986. FROM {db_prefix}boards AS b
  987. WHERE b.id_board IN ({array_int:boards})
  988. AND {query_see_board}' . (!in_array(0, $merge_boards) ? '
  989. AND b.id_board IN ({array_int:merge_boards})' : '') . '
  990. LIMIT ' . count($boards),
  991. array(
  992. 'boards' => $boards,
  993. 'merge_boards' => $merge_boards,
  994. )
  995. );
  996. // If the number of boards that's in the output isn't exactly the same as we've put in there, you're in trouble.
  997. if ($smcFunc['db_num_rows']($request) != count($boards))
  998. fatal_lang_error('no_board');
  999. $smcFunc['db_free_result']($request);
  1000. if (empty($_REQUEST['sa']) || $_REQUEST['sa'] == 'options')
  1001. {
  1002. if (count($polls) > 1)
  1003. {
  1004. $request = $smcFunc['db_query']('', '
  1005. SELECT t.id_topic, t.id_poll, m.subject, p.question
  1006. FROM {db_prefix}polls AS p
  1007. INNER JOIN {db_prefix}topics AS t ON (t.id_poll = p.id_poll)
  1008. INNER JOIN {db_prefix}messages AS m ON (m.id_msg = t.id_first_msg)
  1009. WHERE p.id_poll IN ({array_int:polls})
  1010. LIMIT ' . count($polls),
  1011. array(
  1012. 'polls' => $polls,
  1013. )
  1014. );
  1015. while ($row = $smcFunc['db_fetch_assoc']($request))
  1016. $context['polls'][] = array(
  1017. 'id' => $row['id_poll'],
  1018. 'topic' => array(
  1019. 'id' => $row['id_topic'],
  1020. 'subject' => $row['subject']
  1021. ),
  1022. 'question' => $row['question'],
  1023. 'selected' => $row['id_topic'] == $firstTopic
  1024. );
  1025. $smcFunc['db_free_result']($request);
  1026. }
  1027. if (count($boards) > 1)
  1028. {
  1029. $request = $smcFunc['db_query']('', '
  1030. SELECT id_board, name
  1031. FROM {db_prefix}boards
  1032. WHERE id_board IN ({array_int:boards})
  1033. ORDER BY name
  1034. LIMIT ' . count($boards),
  1035. array(
  1036. 'boards' => $boards,
  1037. )
  1038. );
  1039. while ($row = $smcFunc['db_fetch_assoc']($request))
  1040. $context['boards'][] = array(
  1041. 'id' => $row['id_board'],
  1042. 'name' => $row['name'],
  1043. 'selected' => $row['id_board'] == $topic_data[$firstTopic]['board']
  1044. );
  1045. $smcFunc['db_free_result']($request);
  1046. }
  1047. $context['topics'] = $topic_data;
  1048. foreach ($topic_data as $id => $topic)
  1049. $context['topics'][$id]['selected'] = $topic['id'] == $firstTopic;
  1050. $context['page_title'] = $txt['merge'];
  1051. $context['sub_template'] = 'merge_extra_options';
  1052. return;
  1053. }
  1054. // Determine target board.
  1055. $target_board = count($boards) > 1 ? (int) $_REQUEST['board'] : $boards[0];
  1056. if (!in_array($target_board, $boards))
  1057. fatal_lang_error('no_board');
  1058. // Determine which poll will survive and which polls won't.
  1059. $target_poll = count($polls) > 1 ? (int) $_POST['poll'] : (count($polls) == 1 ? $polls[0] : 0);
  1060. if ($target_poll > 0 && !in_array($target_poll, $polls))
  1061. fatal_lang_error('no_access', false);
  1062. $deleted_polls = empty($target_poll) ? $polls : array_diff($polls, array($target_poll));
  1063. // Determine the subject of the newly merged topic - was a custom subject specified?
  1064. if (empty($_POST['subject']) && isset($_POST['custom_subject']) && $_POST['custom_subject'] != '')
  1065. {
  1066. $target_subject = strtr($smcFunc['htmltrim']($smcFunc['htmlspecialchars']($_POST['custom_subject'])), array("\r" => '', "\n" => '', "\t" => ''));
  1067. // Keep checking the length.
  1068. if ($smcFunc['strlen']($target_subject) > 100)
  1069. $target_subject = $smcFunc['substr']($target_subject, 0, 100);
  1070. // Nothing left - odd but pick the first topics subject.
  1071. if ($target_subject == '')
  1072. $target_subject = $topic_data[$firstTopic]['subject'];
  1073. }
  1074. // A subject was selected from the list.
  1075. elseif (!empty($topic_data[(int) $_POST['subject']]['subject']))
  1076. $target_subject = $topic_data[(int) $_POST['subject']]['subject'];
  1077. // Nothing worked? Just take the subject of the first message.
  1078. else
  1079. $target_subject = $topic_data[$firstTopic]['subject'];
  1080. // Get the first and last message and the number of messages....
  1081. $request = $smcFunc['db_query']('', '
  1082. SELECT approved, MIN(id_msg) AS first_msg, MAX(id_msg) AS last_msg, COUNT(*) AS message_count
  1083. FROM {db_prefix}messages
  1084. WHERE id_topic IN ({array_int:topics})
  1085. GROUP BY approved
  1086. ORDER BY approved DESC',
  1087. array(
  1088. 'topics' => $topics,
  1089. )
  1090. );
  1091. $topic_approved = 1;
  1092. while ($row = $smcFunc['db_fetch_assoc']($request))
  1093. {
  1094. // If this is approved, or is fully unapproved.
  1095. if ($row['approved'] || !isset($first_msg))
  1096. {
  1097. $first_msg = $row['first_msg'];
  1098. $last_msg = $row['last_msg'];
  1099. if ($row['approved'])
  1100. {
  1101. $num_replies = $row['message_count'] - 1;
  1102. $num_unapproved = 0;
  1103. }
  1104. else
  1105. {
  1106. $topic_approved = 0;
  1107. $num_replies = 0;
  1108. $num_unapproved = $row['message_count'];
  1109. }
  1110. }
  1111. else
  1112. {
  1113. // If this has a lower first_msg then the first post is not approved and hence the number of replies was wrong!
  1114. if ($first_msg > $row['first_msg'])
  1115. {
  1116. $first_msg = $row['first_msg'];
  1117. $num_replies++;
  1118. $topic_approved = 0;
  1119. }
  1120. $num_unapproved = $row['message_count'];
  1121. }
  1122. }
  1123. $smcFunc['db_free_result']($request);
  1124. // Ensure we have a board stat for the target board.
  1125. if (!isset($boardTotals[$target_board]))
  1126. {
  1127. $boardTotals[$target_board] = array(
  1128. 'posts' => 0,
  1129. 'topics' => 0,
  1130. 'unapproved_posts' => 0,
  1131. 'unapproved_topics' => 0
  1132. );
  1133. }
  1134. // Fix the topic count stuff depending on what the new one counts as.
  1135. if ($topic_approved)
  1136. $boardTotals[$target_board]['topics']--;
  1137. else
  1138. $boardTotals[$target_board]['unapproved_topics']--;
  1139. $boardTotals[$target_board]['unapproved_posts'] -= $num_unapproved;
  1140. $boardTotals[$target_board]['posts'] -= $topic_approved ? $num_replies + 1 : $num_replies;
  1141. // Get the member ID of the first and last message.
  1142. $request = $smcFunc['db_query']('', '
  1143. SELECT id_member
  1144. FROM {db_prefix}messages
  1145. WHERE id_msg IN ({int:first_msg}, {int:last_msg})
  1146. ORDER BY id_msg
  1147. LIMIT 2',
  1148. array(
  1149. 'first_msg' => $first_msg,
  1150. 'last_msg' => $last_msg,
  1151. )
  1152. );
  1153. list ($member_started) = $smcFunc['db_fetch_row']($request);
  1154. list ($member_updated) = $smcFunc['db_fetch_row']($request);
  1155. // First and last message are the same, so only row was returned.
  1156. if ($member_updated === NULL)
  1157. $member_updated = $member_started;
  1158. $smcFunc['db_free_result']($request);
  1159. // Obtain all the message ids we are going to affect.
  1160. $affected_msgs = array();
  1161. $request = $smcFunc['db_query']('', '
  1162. SELECT id_msg
  1163. FROM {db_prefix}messages
  1164. WHERE id_topic IN ({array_int:topic_list})',
  1165. array(
  1166. 'topic_list' => $topics,
  1167. ));
  1168. while ($row = $smcFunc['db_fetch_row']($request))
  1169. $affected_msgs[] = $row[0];
  1170. $smcFunc['db_free_result']($request);
  1171. // Assign the first topic ID to be the merged topic.
  1172. $id_topic = min($topics);
  1173. // Delete the remaining topics.
  1174. $deleted_topics = array_diff($topics, array($id_topic));
  1175. $smcFunc['db_query']('', '
  1176. DELETE FROM {db_prefix}topics
  1177. WHERE id_topic IN ({array_int:deleted_topics})',
  1178. array(
  1179. 'deleted_topics' => $deleted_topics,
  1180. )
  1181. );
  1182. $smcFunc['db_query']('', '
  1183. DELETE FROM {db_prefix}log_search_subjects
  1184. WHERE id_topic IN ({array_int:deleted_topics})',
  1185. array(
  1186. 'deleted_topics' => $deleted_topics,
  1187. )
  1188. );
  1189. // Asssign the properties of the newly merged topic.
  1190. $smcFunc['db_query']('', '
  1191. UPDATE {db_prefix}topics
  1192. SET
  1193. id_board = {int:id_board},
  1194. id_member_started = {int:id_member_started},
  1195. id_member_updated = {int:id_member_updated},
  1196. id_first_msg = {int:id_first_msg},
  1197. id_last_msg = {int:id_last_msg},
  1198. id_poll = {int:id_poll},
  1199. num_replies = {int:num_replies},
  1200. unapproved_posts = {int:unapproved_posts},
  1201. num_views = {int:num_views},
  1202. is_sticky = {int:is_sticky},
  1203. approved = {int:approved}
  1204. WHERE id_topic = {int:id_topic}',
  1205. array(
  1206. 'id_board' => $target_board,
  1207. 'is_sticky' => $is_sticky,
  1208. 'approved' => $topic_approved,
  1209. 'id_topic' => $id_topic,
  1210. 'id_member_started' => $member_started,
  1211. 'id_member_updated' => $member_updated,
  1212. 'id_first_msg' => $first_msg,
  1213. 'id_last_msg' => $last_msg,
  1214. 'id_poll' => $target_poll,
  1215. 'num_replies' => $num_replies,
  1216. 'unapproved_posts' => $num_unapproved,
  1217. 'num_views' => $num_views,
  1218. )
  1219. );
  1220. // Grab the response prefix (like 'Re: ') in the default forum language.
  1221. if (!isset($context['response_prefix']) && !($context['response_prefix'] = cache_get_data('response_prefix')))
  1222. {
  1223. if ($language === $user_info['language'])
  1224. $context['response_prefix'] = $txt['response_prefix'];
  1225. else
  1226. {
  1227. loadLanguage('index', $language, false);
  1228. $context['response_prefix'] = $txt['response_prefix'];
  1229. loadLanguage('index');
  1230. }
  1231. cache_put_data('response_prefix', $context['response_prefix'], 600);
  1232. }
  1233. // Change the topic IDs of all messages that will be merged. Also adjust subjects if 'enforce subject' was checked.
  1234. $smcFunc['db_query']('', '
  1235. UPDATE {db_prefix}messages
  1236. SET
  1237. id_topic = {int:id_topic},
  1238. id_board = {int:target_board}' . (empty($_POST['enforce_subject']) ? '' : ',
  1239. subject = {string:subject}') . '
  1240. WHERE id_topic IN ({array_int:topic_list})',
  1241. array(
  1242. 'topic_list' => $topics,
  1243. 'id_topic' => $id_topic,
  1244. 'target_board' => $target_board,
  1245. 'subject' => $context['response_prefix'] . $target_subject,
  1246. )
  1247. );
  1248. // Any reported posts should reflect the new board.
  1249. $smcFunc['db_query']('', '
  1250. UPDATE {db_prefix}log_reported
  1251. SET
  1252. id_topic = {int:id_topic},
  1253. id_board = {int:target_board}
  1254. WHERE id_topic IN ({array_int:topics_list})',
  1255. array(
  1256. 'topics_list' => $topics,
  1257. 'id_topic' => $id_topic,
  1258. 'target_board' => $target_board,
  1259. )
  1260. );
  1261. // Change the subject of the first message...
  1262. $smcFunc['db_query']('', '
  1263. UPDATE {db_prefix}messages
  1264. SET subject = {string:target_subject}
  1265. WHERE id_msg = {int:first_msg}',
  1266. array(
  1267. 'first_msg' => $first_msg,
  1268. 'target_subject' => $target_subject,
  1269. )
  1270. );
  1271. // Adjust all calendar events to point to the new topic.
  1272. $smcFunc['db_query']('', '
  1273. UPDATE {db_prefix}calendar
  1274. SET
  1275. id_topic = {int:id_topic},
  1276. id_board = {int:target_board}
  1277. WHERE id_topic IN ({array_int:deleted_topics})',
  1278. array(
  1279. 'deleted_topics' => $deleted_topics,
  1280. 'id_topic' => $id_topic,
  1281. 'target_board' => $target_board,
  1282. )
  1283. );
  1284. // Merge log topic entries.
  1285. $request = $smcFunc['db_query']('', '
  1286. SELECT id_member, MIN(id_msg) AS new_id_msg
  1287. FROM {db_prefix}log_topics
  1288. WHERE id_topic IN ({array_int:topics})
  1289. GROUP BY id_member',
  1290. array(
  1291. 'topics' => $topics,
  1292. )
  1293. );
  1294. if ($smcFunc['db_num_rows']($request) > 0)
  1295. {
  1296. $replaceEntries = array();
  1297. while ($row = $smcFunc['db_fetch_assoc']($request))
  1298. $replaceEntries[] = array($row['id_member'], $id_topic, $row['new_id_msg']);
  1299. $smcFunc['db_insert']('replace',
  1300. '{db_prefix}log_topics',
  1301. array('id_member' => 'int', 'id_topic' => 'int', 'id_msg' => 'int'),
  1302. $replaceEntries,
  1303. array('id_member', 'id_topic')
  1304. );
  1305. unset($replaceEntries);
  1306. // Get rid of the old log entries.
  1307. $smcFunc['db_query']('', '
  1308. DELETE FROM {db_prefix}log_topics
  1309. WHERE id_topic IN ({array_int:deleted_topics})',
  1310. array(
  1311. 'deleted_topics' => $deleted_topics,
  1312. )
  1313. );
  1314. }
  1315. $smcFunc['db_free_result']($request);
  1316. // Merge topic notifications.
  1317. $notifications = isset($_POST['notifications']) && is_array($_POST['notifications']) ? array_intersect($topics, $_POST['notifications']) : array();
  1318. if (!empty($notifications))
  1319. {
  1320. $request = $smcFunc['db_query']('', '
  1321. SELECT id_member, MAX(sent) AS sent
  1322. FROM {db_prefix}log_notify
  1323. WHERE id_topic IN ({array_int:topics_list})
  1324. GROUP BY id_member',
  1325. array(
  1326. 'topics_list' => $notifications,
  1327. )
  1328. );
  1329. if ($smcFunc['db_num_rows']($request) > 0)
  1330. {
  1331. $replaceEntries = array();
  1332. while ($row = $smcFunc['db_fetch_assoc']($request))
  1333. $replaceEntries[] = array($row['id_member'], $id_topic, 0, $row['sent']);
  1334. $smcFunc['db_insert']('replace',
  1335. '{db_prefix}log_notify',
  1336. array('id_member' => 'int', 'id_topic' => 'int', 'id_board' => 'int', 'sent' => 'int'),
  1337. $replaceEntries,
  1338. array('id_member', 'id_topic', 'id_board')
  1339. );
  1340. unset($replaceEntries);
  1341. $smcFunc['db_query']('', '
  1342. DELETE FROM {db_prefix}log_topics
  1343. WHERE id_topic IN ({array_int:deleted_topics})',
  1344. array(
  1345. 'deleted_topics' => $deleted_topics,
  1346. )
  1347. );
  1348. }
  1349. $smcFunc['db_free_result']($request);
  1350. }
  1351. // Get rid of the redundant polls.
  1352. if (!empty($deleted_polls))
  1353. {
  1354. $smcFunc['db_query']('', '
  1355. DELETE FROM {db_prefix}polls
  1356. WHERE id_poll IN ({array_int:deleted_polls})',
  1357. array(
  1358. 'deleted_polls' => $deleted_polls,
  1359. )
  1360. );
  1361. $smcFunc['db_query']('', '
  1362. DELETE FROM {db_prefix}poll_choices
  1363. WHERE id_poll IN ({array_int:deleted_polls})',
  1364. array(
  1365. 'deleted_polls' => $deleted_polls,
  1366. )
  1367. );
  1368. $smcFunc['db_query']('', '
  1369. DELETE FROM {db_prefix}log_polls
  1370. WHERE id_poll IN ({array_int:deleted_polls})',
  1371. array(
  1372. 'deleted_polls' => $deleted_polls,
  1373. )
  1374. );
  1375. }
  1376. // Cycle through each board...
  1377. foreach ($boardTotals as $id_board => $stats)
  1378. {
  1379. $smcFunc['db_query']('', '
  1380. UPDATE {db_prefix}boards
  1381. SET
  1382. num_topics = CASE WHEN {int:topics} > num_topics THEN 0 ELSE num_topics - {int:topics} END,
  1383. unapproved_topics = CASE WHEN {int:unapproved_topics} > unapproved_topics THEN 0 ELSE unapproved_topics - {int:unapproved_topics} END,
  1384. num_posts = CASE WHEN {int:posts} > num_posts THEN 0 ELSE num_posts - {int:posts} END,
  1385. unapproved_posts = CASE WHEN {int:unapproved_posts} > unapproved_posts THEN 0 ELSE unapproved_posts - {int:unapproved_posts} END
  1386. WHERE id_board = {int:id_board}',
  1387. array(
  1388. 'id_board' => $id_board,
  1389. 'topics' => $stats['topics'],
  1390. 'unapproved_topics' => $stats['unapproved_topics'],
  1391. 'posts' => $stats['posts'],
  1392. 'unapproved_posts' => $stats['unapproved_posts'],
  1393. )
  1394. );
  1395. }
  1396. // Determine the board the final topic resides in
  1397. $request = $smcFunc['db_query']('', '
  1398. SELECT id_board
  1399. FROM {db_prefix}topics
  1400. WHERE id_topic = {int:id_topic}
  1401. LIMIT 1',
  1402. array(
  1403. 'id_topic' => $id_topic,
  1404. )
  1405. );
  1406. list($id_board) = $smcFunc['db_fetch_row']($request);
  1407. $smcFunc['db_free_result']($request);
  1408. require_once($sourcedir . '/Subs-Post.php');
  1409. // Update all the statistics.
  1410. updateStats('topic');
  1411. updateStats('subject', $id_topic, $target_subject);
  1412. updateLastMessages($boards);
  1413. logAction('merge', array('topic' => $id_topic, 'board' => $id_board));
  1414. // Notify people that these topics have been merged?
  1415. sendNotifications($id_topic, 'merge');
  1416. // If there's a search index that needs updating, update it...
  1417. require_once($sourcedir . '/Search.php');
  1418. $searchAPI = findSearchAPI();
  1419. if (is_callable(array($searchAPI, 'topicMerge')))
  1420. $searchAPI->topicMerge($id_topic, $topics, $affected_msgs, empty($_POST['enforce_subject']) ? null : array($context['response_prefix'], $target_subject));
  1421. // Send them to the all done page.
  1422. redirectexit('action=mergetopics;sa=done;to=' . $id_topic . ';targetboard=' . $target_board);
  1423. }
  1424. /**
  1425. * Shows a 'merge completed' screen.
  1426. * is accessed with ?action=mergetopics;sa=done.
  1427. * uses 'merge_done' sub template of the SplitTopics template.
  1428. */
  1429. function MergeDone()
  1430. {
  1431. global $txt, $context;
  1432. // Make sure the template knows everything...
  1433. $context['target_board'] = (int) $_GET['targetboard'];
  1434. $context['target_topic'] = (int) $_GET['to'];
  1435. $context['page_title'] = $txt['merge'];
  1436. $context['sub_template'] = 'merge_done';
  1437. }
  1438. ?>