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
/
Bridge.php
Age
Commit message (
Expand
)
Author
2010-07-16
Added lists table for mapping forum ids to lists.
uckelman
2010-04-30
Added removePost() for post deletion.
uckelman
2010-04-30
Typo.
uckelman
2010-04-30
Typo.
uckelman
2010-04-30
Working to get tests to pass.
uckelman
2010-04-30
Refactored message registration.
uckelman
2010-04-30
Added reserveEditId().
uckelman
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
Storing references is pointless, since PhpBB doesn't keep any thread info.
uckelman
2010-04-22
Fixed unregisterPost().
uckelman
2010-04-22
Added unregisterPost().
uckelman
2010-04-13
Don't need to quote post_id.
uckelman
2010-04-13
PHP apparently doesn't support function overloading. Bah!
uckelman
2010-04-13
Added full registerMessage().
uckelman
2010-04-11
Fixed test.
uckelman
2010-04-11
Fixed test.
uckelman
2010-04-11
Added getLists().
uckelman
2010-04-11
Updated test.
uckelman
2010-04-11
Added unregisterMessage().
uckelman
2010-04-11
Refactored.
uckelman
2010-04-11
Converted trigger_error to 'throw new Exception'.
uckelman
2010-04-11
Check for null post id.
uckelman
2010-04-11
Should pass tests now.
uckelman
2010-04-11
Added missing space in SQL. Fixed test.
uckelman
2010-04-11
Refactoring.
uckelman
2010-04-11
Check for null.
uckelman
2010-04-11
Added setMessageIdIfAbsent().
uckelman
2010-04-10
Fixed registerMessage().
uckelman
2010-04-07
Need to use this for function call.
uckelman
2010-04-07
Refactored.
uckelman
2010-03-23
* Added getMessageId(), getPostId().
uckelman
2010-03-21
Added class encapsulating bridge DB.
uckelman