summaryrefslogtreecommitdiff
path: root/src/Bridge.php
AgeCommit message (Expand)Author
2011-09-26Removed SVN $Id$.Joel Uckelman
2011-09-26Don't delete message id's from the post DB, as this prevents replies coming i...Joel Uckelman
2010-10-31Major refactoring to make bridge easier to test.uckelman
2010-07-29* Added license.uckelman
2010-07-27Don't barf on unrecognized messages. Unrecognized messages are probaly just o...uckelman
2010-07-16Added lists table for mapping forum ids to lists.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 reserveEditId().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-27Storing references is pointless, since PhpBB doesn't keep any thread info.uckelman
2010-04-22Fixed unregisterPost().uckelman
2010-04-22Added unregisterPost().uckelman
2010-04-13Don't need to quote post_id.uckelman
2010-04-13PHP apparently doesn't support function overloading. Bah!uckelman
2010-04-13Added full registerMessage().uckelman
2010-04-11Fixed test.uckelman
2010-04-11Fixed test.uckelman
2010-04-11Added getLists().uckelman
2010-04-11Updated test.uckelman
2010-04-11Added unregisterMessage().uckelman
2010-04-11Refactored.uckelman
2010-04-11Converted trigger_error to 'throw new Exception'.uckelman
2010-04-11Check for null post id.uckelman
2010-04-11Should pass tests now.uckelman
2010-04-11Added missing space in SQL. Fixed test.uckelman
2010-04-11Refactoring.uckelman
2010-04-11Check for null.uckelman
2010-04-11Added setMessageIdIfAbsent().uckelman
2010-04-10Fixed registerMessage().uckelman
2010-04-07Need to use this for function call.uckelman
2010-04-07Refactored.uckelman
2010-03-23* Added getMessageId(), getPostId().uckelman
2010-03-21Added class encapsulating bridge DB.uckelman