index
:
phpbb3-listbridge
master
Bridges between a phpBB3 forum and a Mailing List. Forked from git://vassalengine.git.sourceforge.net/gitroot/vassalengine/listbridge
flo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2010-04-27
Correct SQL.
uckelman
2010-04-27
Adjusted query, left out $postId. Oops.
uckelman
2010-04-27
Always get last-edited message id for any post id.
uckelman
2010-04-27
Removed outdated FIXME.
uckelman
2010-04-27
Storing references is pointless, since PhpBB doesn't keep any thread info.
uckelman
2010-04-27
Don't worry about extra newlines for now.
uckelman
2010-04-25
Modified list display.
uckelman
2010-04-25
Fixing list spacing.
uckelman
2010-04-25
Fixed list spacing.
uckelman
2010-04-25
Remove extra newlines between list items.
uckelman
2010-04-25
Removed stray case.
uckelman
2010-04-25
list:l should be list:o instead.
uckelman
2010-04-25
Handle additional annotation for [/list] and [/*].
uckelman
2010-04-25
Use BBCodeParser.
uckelman
2010-04-25
Added missing argument.
uckelman
2010-04-25
Added test.
uckelman
2010-04-25
* Cleanup.
uckelman
2010-04-25
Testing quoting.
uckelman
2010-04-25
Added newlines around quote boundaries.
uckelman
2010-04-25
Testing quote parsing.
uckelman
2010-04-25
Added list handling.
uckelman
2010-04-25
Added BBCodeParser.
uckelman
2010-04-22
Refactored.
uckelman
2010-04-22
Fixed unregisterPost().
uckelman
2010-04-22
Added unregisterPost().
uckelman
2010-04-22
Handle quote mode.
uckelman
2010-04-20
* Added attachment support.
uckelman
2010-04-20
Added attach_comment back.
uckelman
2010-04-20
Fixed typo.
uckelman
2010-04-20
Don't need comment to be returned.
uckelman
2010-04-20
Added getAttachmentData().
uckelman
2010-04-20
* Don't sent HTML email.
uckelman
2010-04-19
* Send multipart/alternative mail.
uckelman
2010-04-19
Test BBCodeParser.
uckelman
2010-04-14
Added TODOs.
uckelman
2010-04-14
Added encoding headers.
uckelman
2010-04-14
Fixed mispelled variable name. Argh!
uckelman
2010-04-13
Get topic_first_post_id from $data.
uckelman
2010-04-13
Removed unused methods.
uckelman
2010-04-13
Get post_id from table on reply.
uckelman
2010-04-13
Added getTopicId().
uckelman
2010-04-13
Get topic_id from post_data instead.
uckelman
2010-04-13
Get PhpBB to show us the errors.
uckelman
2010-04-13
Don't need to quote post_id.
uckelman
2010-04-13
Added In-Reply-To and References headers.
uckelman
2010-04-13
Added getFirstPostId().
uckelman
2010-04-13
More code.
uckelman
2010-04-13
Updated registerMessage() signature.
uckelman
2010-04-13
PHP apparently doesn't support function overloading. Bah!
uckelman
2010-04-13
Added full registerMessage().
uckelman
[prev]
[next]