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
/
test
Age
Commit message (
Expand
)
Author
2010-04-30
Added removePost() for post deletion.
uckelman
2010-04-30
Typo.
uckelman
2010-04-30
Adjusted test.
uckelman
2010-04-30
Removed bad tests.
uckelman
2010-04-30
Working to get tests to pass.
uckelman
2010-04-30
Refactored message registration.
uckelman
2010-04-30
No increment between tests, due to setUp/tearDown cycle.
uckelman
2010-04-30
Added reserveEditId().
uckelman
2010-04-27
Added edit_id as a UNIQUE KEY.
uckelman
2010-04-27
Use auto-incrementing edit id instead of timestamp to track edits. This way p...
uckelman
2010-04-27
Fixed misplaced right parenthesis.
uckelman
2010-04-27
Better column name.
uckelman
2010-04-27
Typo.
uckelman
2010-04-27
Restructure posts table.
uckelman
2010-04-27
Adjusted test to reflect removal of References.
uckelman
2010-04-27
Adjust test for References removal.
uckelman
2010-04-27
Storing references is pointless, since PhpBB doesn't keep any thread info.
uckelman
2010-04-25
Modified list display.
uckelman
2010-04-25
Added list test.
uckelman
2010-04-25
Adjusted test.
uckelman
2010-04-25
Fixed bad wrapping.
uckelman
2010-04-25
Added test.
uckelman
2010-04-25
* Cleanup.
uckelman
2010-04-25
Typo.
uckelman
2010-04-25
Testing quoting.
uckelman
2010-04-25
Fixed test case.
uckelman
2010-04-25
Fixed test case.
uckelman
2010-04-25
Testing quote parsing.
uckelman
2010-04-25
Added list handling.
uckelman
2010-04-25
Fixed test.
uckelman
2010-04-25
Typo.
uckelman
2010-04-25
Fixed bad method name.
uckelman
2010-04-25
Added BBCodeParser.
uckelman
2010-04-24
Maybe use double quotes?
uckelman
2010-04-24
Need to escape quotes.
uckelman
2010-04-24
Need to quote interpolated values.
uckelman
2010-04-24
Rejigger test to handle bbcode_second_pass modifying message parameter instea...
uckelman
2010-04-24
Missing brace.
uckelman
2010-04-24
Added test for un-BBCode class.
uckelman
2010-04-22
Fixed unregisterPost().
uckelman
2010-04-22
Fixed bad provider name.
uckelman
2010-04-22
Added unregisterPost().
uckelman
2010-04-20
Fixed bad test cases.
uckelman
2010-04-20
Added getAttachmentData().
uckelman
2010-04-13
Removed unused methods.
uckelman
2010-04-13
Added getTopicId().
uckelman
2010-04-13
Added getFirstPostId().
uckelman
2010-04-13
Added missing test argument.
uckelman
2010-04-13
PHP apparently doesn't support function overloading. Bah!
uckelman
2010-04-13
Added full registerMessage().
uckelman
[next]