diff options
author | uckelman <uckelman@nomic.net> | 2010-05-11 21:53:08 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-05-11 21:53:08 +0000 |
commit | afe35c6acfa286cac5c14883068e85d259008780 (patch) | |
tree | 125d28c286036b32ddf1f1c935df36e7179bd1b5 | |
parent | 1ffa2258bc31eeac8550aa4eb03c3d0e7f8063d1 (diff) |
Added TODOs.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6854 67b53d14-2c14-4ace-a08f-0dab2b34000c
-rw-r--r-- | src/PhpBB3.php | 3 | ||||
-rw-r--r-- | src/list_post_receive.php | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/PhpBB3.php b/src/PhpBB3.php index 7eed84a..c19df00 100644 --- a/src/PhpBB3.php +++ b/src/PhpBB3.php @@ -174,6 +174,9 @@ class PhpBB3 { $subject = $msg->getSubject(); list($message, $attachments) = $msg->getFlattenedParts(); +# TODO: strip off list footer +# TODO: convert > quoting into BBCode + # handle attachments $attachment_data = array(); diff --git a/src/list_post_receive.php b/src/list_post_receive.php index ea06184..5343ec6 100644 --- a/src/list_post_receive.php +++ b/src/list_post_receive.php @@ -1,8 +1,7 @@ <?php # TODO: logging! -# TODO: translation of quoting to bbcode? -# TODO: handle attachments +# TODO: Refactor postMessage(). try { require_once(__DIR__ . '/Bridge.php'); |