summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-05-09Added dump() for debugging.uckelman
2010-05-09Refactoring for MIME part access.uckelman
2010-05-09Added comment.uckelman
2010-05-09Fixed bad function call.uckelman
2010-05-09Added missing ).uckelman
2010-05-09Added missing ).uckelman
2010-05-09Added missing function keyword.uckelman
2010-05-09Added test.uckelman
2010-05-09Added a class for constructing HTTP POSTs of multipart/form-data.uckelman
2010-05-08Testing...uckelman
2010-05-08Typo.uckelman
2010-05-08Added getParts().uckelman
2010-04-30Added FIXME.uckelman
2010-04-30mv M2F.php list_post_receive.php.uckelman
2010-04-30Added usage notes.uckelman
2010-04-30Bad variable name.uckelman
2010-04-30Refactored.uckelman
2010-04-30Updated comment.uckelman
2010-04-30Get current time for edited posts.uckelman
2010-04-30Added extra spacing after edited message.uckelman
2010-04-30Added removePost() for post deletion.uckelman
2010-04-30Typo.uckelman
2010-04-30Typo.uckelman
2010-04-30Working to get tests to pass.uckelman
2010-04-30Refactored message registration.uckelman
2010-04-30Added edit id to message-id.uckelman
2010-04-30Added reserveEditId().uckelman
2010-04-28Added FIXME.uckelman
2010-04-28Removed addressed FIXME.uckelman
2010-04-27Correct SQL.uckelman
2010-04-27Adjusted query, left out $postId. Oops.uckelman
2010-04-27Always get last-edited message id for any post id.uckelman
2010-04-27Removed outdated FIXME.uckelman
2010-04-27Storing references is pointless, since PhpBB doesn't keep any thread info.uckelman
2010-04-27Don't worry about extra newlines for now.uckelman
2010-04-25Modified list display.uckelman
2010-04-25Fixing list spacing.uckelman
2010-04-25Fixed list spacing.uckelman
2010-04-25Remove extra newlines between list items.uckelman
2010-04-25Removed stray case.uckelman
2010-04-25list:l should be list:o instead.uckelman
2010-04-25Handle additional annotation for [/list] and [/*].uckelman
2010-04-25Use BBCodeParser.uckelman
2010-04-25Added missing argument.uckelman
2010-04-25Added test.uckelman
2010-04-25* Cleanup.uckelman
2010-04-25Testing quoting.uckelman
2010-04-25Added newlines around quote boundaries.uckelman
2010-04-25Testing quote parsing.uckelman
2010-04-25Added list handling.uckelman