[commits] Horde branch master updated. 62990dc86c5750153281b84fec9e3a21f34a2f6c

Michael M Slusarz slusarz at horde.org
Thu Sep 30 22:58:42 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: 22f33b1be19a3b3db62911f7b4ae4a93384ad135

778b16a Add IMP_Compose::hasDrafts()
77f76ee Pass spam mailbox indicator as metadata
ba07223 Alter buttons when in Drafts mailbox
b2ccb29 phpdoc
c7c145e Convert Text_Flowed to using PHPUnit
84c52c5 Add option to not wrap unquoted lines when converting to flowed
62990dc Fix flowed text when resuming draft

-----------------------------------------------------------------------

commit 778b16a9166138bb203a9d9be3f5bd74dd6068e5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 30 15:28:41 2010 -0600

    Add IMP_Compose::hasDrafts()

 imp/lib/Ajax/Application.php |    2 +-
 imp/lib/Compose.php          |   11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=22f33b1be19a3b3db62911f7b4ae4a93384ad135&r2=778b16a9166138bb203a9d9be3f5bd74dd6068e5
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=e0da9f53f2af6c5b6c30ffca75b4b9939655d138&r2=778b16a9166138bb203a9d9be3f5bd74dd6068e5

-----------------------------------------------------------------------

commit 77f76ee3baf3f73046310e41d33614215d37c51d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 30 15:41:31 2010 -0600

    Pass spam mailbox indicator as metadata

 imp/js/dimpbase.js                          |    2 +-
 imp/lib/Views/ListMessages.php              |    2 ++
 imp/templates/dimp/javascript_defs_dimp.php |    1 -
 3 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=4eacb8ca4b19c703c2dbf99a1f3f89ce245727d3&r2=77f76ee3baf3f73046310e41d33614215d37c51d
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-git&r1=92dd1eb28d591865518ac5e9a8016029f1487d94&r2=77f76ee3baf3f73046310e41d33614215d37c51d
http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r1=a4e1f3a722bec7af9ba50c1b7ded9c769879234a&r2=77f76ee3baf3f73046310e41d33614215d37c51d

-----------------------------------------------------------------------

commit ba07223fe4914281def4deba824852ec8991086f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 30 15:54:30 2010 -0600

    Alter buttons when in Drafts mailbox

 imp/js/dimpbase.js           |   37 +++++++++++++++++++++++++------------
 imp/templates/dimp/index.inc |    1 +
 imp/themes/dimp/screen.css   |    3 +++
 3 files changed, 29 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=77f76ee3baf3f73046310e41d33614215d37c51d&r2=ba07223fe4914281def4deba824852ec8991086f
http://git.horde.org/diff.php/imp/templates/dimp/index.inc?rt=horde-git&r1=5cf6024e5df05a355d3a53ab46486da04faeb27e&r2=ba07223fe4914281def4deba824852ec8991086f
http://git.horde.org/diff.php/imp/themes/dimp/screen.css?rt=horde-git&r1=2d5a3a4fdbf38b70e2d4f3a86ffd7059ee8ae30e&r2=ba07223fe4914281def4deba824852ec8991086f

-----------------------------------------------------------------------

commit b2ccb298216a3cd410fcb9a5f38406fc88f7d76e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 30 16:10:13 2010 -0600

    phpdoc

 framework/Text_Flowed/lib/Horde/Text/Flowed.php |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Text_Flowed/lib/Horde/Text/Flowed.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b2ccb298216a3cd410fcb9a5f38406fc88f7d76e

-----------------------------------------------------------------------

commit c7c145e635982ad69645a883779f61d3fe04cd1b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 30 16:53:38 2010 -0600

    Convert Text_Flowed to using PHPUnit

 framework/Text_Flowed/package.xml                           |   11 ++-
 framework/Text_Flowed/test/Horde/Text/Flowed.phpt           |   68 ----------
 framework/Text_Flowed/test/Horde/Text/Flowed/AllTests.php   |   38 ++++++
 framework/Text_Flowed/test/Horde/Text/Flowed/Autoload.php   |   28 ++++
 framework/Text_Flowed/test/Horde/Text/Flowed/FlowedTest.php |   69 +++++++++++
 framework/Text_Flowed/test/Horde/Text/Flowed/phpunit.xml    |    8 ++
 6 files changed, 153 insertions(+), 69 deletions(-)
 delete mode 100644 framework/Text_Flowed/test/Horde/Text/Flowed.phpt
 create mode 100644 framework/Text_Flowed/test/Horde/Text/Flowed/AllTests.php
 create mode 100644 framework/Text_Flowed/test/Horde/Text/Flowed/Autoload.php
 create mode 100644 framework/Text_Flowed/test/Horde/Text/Flowed/FlowedTest.php
 create mode 100644 framework/Text_Flowed/test/Horde/Text/Flowed/phpunit.xml

http://git.horde.org/diff.php/framework/Text_Flowed/package.xml?rt=horde-git&r1=07f74fccb40ccc22610b4fcdb4bafa92ca0a5f81&r2=c7c145e635982ad69645a883779f61d3fe04cd1b
http://git.horde.org/diff.php/framework/Text_Flowed/test/Horde/Text/Flowed.phpt?rt=horde-git&r1=24a5df3a160dcd13263e48792bf45af51d81826e&r2=c7c145e635982ad69645a883779f61d3fe04cd1b
http://git.horde.org/co.php/framework/Text_Flowed/test/Horde/Text/Flowed/AllTests.php?rt=horde-git&r=c7c145e635982ad69645a883779f61d3fe04cd1b
http://git.horde.org/co.php/framework/Text_Flowed/test/Horde/Text/Flowed/Autoload.php?rt=horde-git&r=c7c145e635982ad69645a883779f61d3fe04cd1b
http://git.horde.org/co.php/framework/Text_Flowed/test/Horde/Text/Flowed/FlowedTest.php?rt=horde-git&r=c7c145e635982ad69645a883779f61d3fe04cd1b
http://git.horde.org/co.php/framework/Text_Flowed/test/Horde/Text/Flowed/phpunit.xml?rt=horde-git&r=c7c145e635982ad69645a883779f61d3fe04cd1b

-----------------------------------------------------------------------

commit 84c52c533e1acee6757573a54ad8dfd80611b081
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 30 16:24:39 2010 -0600

    Add option to not wrap unquoted lines when converting to flowed

 framework/Text_Flowed/lib/Horde/Text/Flowed.php             |   16 ++++++--
 framework/Text_Flowed/test/Horde/Text/Flowed/FlowedTest.php |   22 +++++++++++
 2 files changed, 34 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Text_Flowed/lib/Horde/Text/Flowed.php?rt=horde-git&r1=b2ccb298216a3cd410fcb9a5f38406fc88f7d76e&r2=84c52c533e1acee6757573a54ad8dfd80611b081
http://git.horde.org/diff.php/framework/Text_Flowed/test/Horde/Text/Flowed/FlowedTest.php?rt=horde-git&r1=c7c145e635982ad69645a883779f61d3fe04cd1b&r2=84c52c533e1acee6757573a54ad8dfd80611b081

-----------------------------------------------------------------------

commit 62990dc86c5750153281b84fec9e3a21f34a2f6c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Sep 30 15:13:19 2010 -0600

    Fix flowed text when resuming draft

 imp/lib/Compose.php |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=778b16a9166138bb203a9d9be3f5bd74dd6068e5&r2=62990dc86c5750153281b84fec9e3a21f34a2f6c




More information about the commits mailing list