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
Age
Commit message (
Expand
)
Author
2012-02-27
phpBB 3.0 adds 'Re:' to reply subjects, so we have to strip it on the way out...
Joel Uckelman
2012-02-27
Satisfy phpunit about incomplete tests.
Joel Uckelman
2012-02-27
Strip Re and tags from Subject of incoming mail.
Joel Uckelman
2012-02-27
Renamed.
Joel Uckelman
2012-02-27
Use new build_email_subject implementation for outgoing mail.
Joel Uckelman
2012-02-27
Remove Edit marker from incoming mail, add it to outgoing mail.
Joel Uckelman
2012-02-27
Renamed functions in build_email.php.
Joel Uckelman
2012-02-27
Fixed problem with expected exceptions.
Joel Uckelman
2012-02-27
Removed obsolete require_once for PHPUnit/Framework.php.
Joel Uckelman
2012-02-27
Set the timezone so the header tests make the right Date headers.
Joel Uckelman
2012-02-27
Converted some tests to use dataProviders.
Joel Uckelman
2012-02-27
Cosmetic.
Joel Uckelman
2012-02-27
build_email_subject passes tests now.
Joel Uckelman
2012-02-27
Removed unused function.
Joel Uckelman
2012-02-27
Cosmetic.
Joel Uckelman
2012-02-27
PREG_OFFSET_CAPTURE is useless, as it gives start offsets, not end offsets, a...
Joel Uckelman
2012-02-27
Don't require PHPUnit/Framework.php for phpunit >= 3.6.
Joel Uckelman
2012-02-27
Trim subject before returning.
Joel Uckelman
2012-02-27
Expected and actual were backwards.
Joel Uckelman
2012-02-27
Typos.
Joel Uckelman
2012-02-26
Merge branch 'master' of ssh://vassalengine.git.sourceforge.net/gitroot/vassa...
Joel Uckelman
2012-02-27
Typos.
Joel Uckelman
2012-02-26
Typo.
Joel Uckelman
2012-02-27
Added built_post_subject for stripping tags and Re's added by mailing lists.
Joel Uckelman
2011-09-26
Removed SVN $Id$.
Joel Uckelman
2011-09-26
No longer needed, we don't remove message ids from the DB now.
Joel Uckelman
2011-09-26
Don't delete message id's from the post DB, as this prevents replies coming i...
Joel Uckelman
2011-09-26
Adjusted attachment writer URL.
Joel Uckelman
2011-09-26
Added SQL schema for tests of phpbb3 users table.
Joel Uckelman
2010-12-17
Missing semicolon.
uckelman
2010-12-16
Added a FIXME.
uckelman
2010-12-16
Corrected tests.
uckelman
2010-12-16
Added tests for In-Reply-To fix.
uckelman
2010-12-16
In-Reply-To headers are not always just a message id, try to parse out the me...
uckelman
2010-11-25
Typo.
uckelman
2010-11-25
* Broke out From construction.
uckelman
2010-11-25
Ack. More quote fixing.
uckelman
2010-11-25
Make sure quoting is correct.
uckelman
2010-11-25
Argh. Fixing expected quoted string.
uckelman
2010-11-25
Fixed expected rfc822 quoted string.
uckelman
2010-11-25
Fixed typo.
uckelman
2010-11-25
Fixed typo.
uckelman
2010-11-25
Added has_rfc822_specials and rfc822_quote for handling names in email addres...
uckelman
2010-11-22
Renamed $db so as not to clobber phpbb's $db global.
uckelman
2010-11-22
find_destination is a member function.
uckelman
2010-11-22
Removed unused globals.
uckelman
2010-11-10
Added additional message.
uckelman
2010-11-05
Removed diagnostic echo.
uckelman
2010-11-02
Updated for mailparse change.
uckelman
2010-11-02
Added (incomplete) tests.
uckelman
[next]