mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Oh my God what have they done? What HAVE they done .... infamy! infamy! they've all got it in-for-me ... (c) Rank
git-svn-id: file:///svn/phpbb/trunk@3277 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -19,8 +19,21 @@
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
// TODO for 2.2:
|
||||
//
|
||||
// * deletion of posts/polls? or should this (at least posts) be entirely handled by the mcp?
|
||||
// * topic review
|
||||
// * post preview (poll preview too?)
|
||||
// * check for reply since started posting upon submission?
|
||||
// * hidden form element containing sid to prevent remote posting - Edwin van Vliet
|
||||
// * attachments -> Acyd Burns Mod functionality
|
||||
// * bbcode parsing -> see functions_posting.php
|
||||
// * lock topic option within posting
|
||||
// * multichoice polls
|
||||
// * permission defined ability for user to add poll options
|
||||
|
||||
// Grab all data
|
||||
import_request_variables('GP');
|
||||
import_request_variables('GP', 's_');
|
||||
|
||||
define('IN_PHPBB', true);
|
||||
$phpbb_root_path = './';
|
||||
@@ -41,20 +54,6 @@ if (!empty($cancel))
|
||||
redirect($redirect);
|
||||
}
|
||||
|
||||
|
||||
// TODO:
|
||||
// * deletion of posts/polls? or should this (at least posts)
|
||||
// be entirely handled by the mcp?
|
||||
// * topic review
|
||||
// * post preview (poll preview too?)
|
||||
// * check for reply since started posting upon submission?
|
||||
// * hidden form element containing sid to prevent remote
|
||||
// posting - Edwin van Vliet
|
||||
// * attachments
|
||||
// * bbcode parsing
|
||||
// * lock topic option within posting
|
||||
|
||||
|
||||
// ---------
|
||||
// POST INFO
|
||||
|
||||
@@ -518,6 +517,7 @@ if (isset($post))
|
||||
$template->assign_vars(array(
|
||||
'ERROR_MESSAGE' => $err_msg)
|
||||
);
|
||||
|
||||
} // isset($post)
|
||||
|
||||
// PROCESS SUBMIT
|
||||
@@ -889,4 +889,4 @@ function topic_review($topic_id, $is_inline_review = false)
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
Reference in New Issue
Block a user