Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-17 | * Must double-backslash regex metacharacters in PHP strings. | Joel Uckelman | |
* Message lines are separated by CR+LF now, not just LF, so adjusted list footer strip pattern. | |||
2012-03-01 | build_post should prepend Re: for replies. | Joel Uckelman | |
2012-03-01 | Cleanup. | Joel Uckelman | |
2012-02-27 | phpBB 3.0 adds 'Re:' to reply subjects, so we have to strip it on the way ↵ | Joel Uckelman | |
out to the list. | |||
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, ↵ | Joel Uckelman | |
and our pattern is anchored at the start. Use match length instead. | |||
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 ↵ | Joel Uckelman | |
ssh://vassalengine.git.sourceforge.net/gitroot/vassalengine/listbridge | |||
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 ↵ | Joel Uckelman | |
in over the list from being routed to the correct forum topic. | |||
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 | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7579 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-12-16 | Added a FIXME. | uckelman | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7578 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-12-16 | Corrected tests. | uckelman | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7577 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-12-16 | Added tests for In-Reply-To fix. | uckelman | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7576 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-12-16 | In-Reply-To headers are not always just a message id, try to parse out the ↵ | uckelman | |
message id. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7575 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-11-25 | Typo. | uckelman | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7500 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-11-25 | * Broke out From construction. | uckelman | |
* Fixed RFC822 quoting bug. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7499 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-11-25 | Ack. More quote fixing. | uckelman | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7498 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-11-25 | Make sure quoting is correct. | uckelman | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7497 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-11-25 | Argh. Fixing expected quoted string. | uckelman | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7496 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-11-25 | Fixed expected rfc822 quoted string. | uckelman | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7495 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-11-25 | Fixed typo. | uckelman | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7494 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-11-25 | Fixed typo. | uckelman | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7493 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-11-25 | Added has_rfc822_specials and rfc822_quote for handling names in email ↵ | uckelman | |
addresses. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7492 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-11-22 | Renamed $db so as not to clobber phpbb's $db global. | uckelman | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7477 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-11-22 | find_destination is a member function. | uckelman | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7476 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-11-22 | Removed unused globals. | uckelman | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7474 67b53d14-2c14-4ace-a08f-0dab2b34000c | |||
2010-11-10 | Added additional message. | uckelman | |
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7458 67b53d14-2c14-4ace-a08f-0dab2b34000c |