The branch master has been updated. The following is a summary of the commits. Further details on each commit can be found below.
bd397c0... Use new JS event style for this code e907b14... Fix contextmenus for special folders 3f62ec1... Use Effects queue 7cdef9a... Remove leading/trailing whitespace in reply text aa94bca... More CSS cleanups 448b109... Add draft flagging to DIMP. 164045a... Add Answered/Not Answered flagging to DIMP c428ef2... Formatting fixes e68c8c0... Don't need to cycle through the last 2 elements from: 5f9f6c660f8576cd79308caabcca45bf5eed9f6e ----------------------------------------------------------------------- commit bd397c0db622da9eeb9859ce9c112dca19d3a4b2 Author: Michael M Slusarz <[email protected]> Date: Wed Feb 11 01:30:33 2009 -0700 Use new JS event style for this code imp/js/mailbox.js | 2 +- imp/js/message.js | 2 +- imp/js/src/mailbox.js | 12 ++++++++---- imp/js/src/message.js | 18 ++++++++++++++++-- imp/mailbox.php | 8 ++------ imp/message.php | 8 ++------ 6 files changed, 30 insertions(+), 20 deletions(-) http://git.horde.org/diff.php/imp/js/mailbox.js?rt=horde-hatchery&r1=95f05242b7d5711472e6690da533cac2a0d62acb&r2=bd397c0db622da9eeb9859ce9c112dca19d3a4b2 http://git.horde.org/diff.php/imp/js/message.js?rt=horde-hatchery&r1=be893548b9e5d363e5de67e6148fbc50bb244098&r2=bd397c0db622da9eeb9859ce9c112dca19d3a4b2 http://git.horde.org/diff.php/imp/js/src/mailbox.js?rt=horde-hatchery&r1=95f05242b7d5711472e6690da533cac2a0d62acb&r2=bd397c0db622da9eeb9859ce9c112dca19d3a4b2 http://git.horde.org/diff.php/imp/js/src/message.js?rt=horde-hatchery&r1=be893548b9e5d363e5de67e6148fbc50bb244098&r2=bd397c0db622da9eeb9859ce9c112dca19d3a4b2 http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=65192c995210dbe46efb10ab9d28855b05bb9d44&r2=bd397c0db622da9eeb9859ce9c112dca19d3a4b2 http://git.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=65192c995210dbe46efb10ab9d28855b05bb9d44&r2=bd397c0db622da9eeb9859ce9c112dca19d3a4b2 ----------------------------------------------------------------------- commit e907b14eda25493642aefcd22b887802cf77be37 Author: Michael M Slusarz <[email protected]> Date: Wed Feb 11 00:51:36 2009 -0700 Fix contextmenus for special folders imp/js/src/DimpBase.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=3f62ec19eba80b1f44f46bb5c98d686f7486058e&r2=e907b14eda25493642aefcd22b887802cf77be37 ----------------------------------------------------------------------- commit 3f62ec19eba80b1f44f46bb5c98d686f7486058e Author: Michael M Slusarz <[email protected]> Date: Tue Feb 10 23:55:41 2009 -0700 Use Effects queue Prevents problems if users click on effects elements too quickly. imp/docs/CHANGES | 10 ++++++---- imp/js/src/DimpBase.js | 2 +- imp/js/src/DimpCore.js | 9 +++++---- 3 files changed, 12 insertions(+), 9 deletions(-) http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=7cdef9a716db6a0a079481092dce749e3aef5137&r2=3f62ec19eba80b1f44f46bb5c98d686f7486058e http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=448b109e0839fd6d4760b7d8829a44d3928fd8d5&r2=3f62ec19eba80b1f44f46bb5c98d686f7486058e http://git.horde.org/diff.php/imp/js/src/DimpCore.js?rt=horde-hatchery&r1=ba2181e58d8f78b8dde55df4ecf4b0383bad50cb&r2=3f62ec19eba80b1f44f46bb5c98d686f7486058e ----------------------------------------------------------------------- commit 7cdef9a716db6a0a079481092dce749e3aef5137 Author: Michael M Slusarz <[email protected]> Date: Tue Feb 10 23:46:31 2009 -0700 Remove leading/trailing whitespace in reply text imp/docs/CHANGES | 1 + imp/lib/Compose.php | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=448b109e0839fd6d4760b7d8829a44d3928fd8d5&r2=7cdef9a716db6a0a079481092dce749e3aef5137 http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=a97cf3d0875a23ab5e05aee1f7b13793d4f7a4a0&r2=7cdef9a716db6a0a079481092dce749e3aef5137 ----------------------------------------------------------------------- commit aa94bcade4a15e17eda72a71a937fb346b95b998 Author: Michael M Slusarz <[email protected]> Date: Tue Feb 10 22:43:56 2009 -0700 More CSS cleanups imp/templates/chunks/message.php | 4 +- imp/templates/index/index-dimp.inc | 16 +++--- imp/themes/graphics/arrow_collapsed.png | Bin 120 -> 131 bytes imp/themes/graphics/arrow_expanded.png | Bin 122 -> 129 bytes imp/themes/graphics/popdown.png | Bin 121 -> 129 bytes imp/themes/graphics/popright.png | Bin 107 -> 118 bytes imp/themes/screen-dimp.css | 39 +++++++++-------- imp/themes/screen.css | 3 +- imp/themes/silver/screen-dimp.css | 62 ++++++++------------------- 9 files changed, 50 insertions(+), 74 deletions(-) http://git.horde.org/diff.php/imp/templates/chunks/message.php?rt=horde-hatchery&r1=90fbbe11eb0b064777c8582a76659d32fdd7ee9e&r2=aa94bcade4a15e17eda72a71a937fb346b95b998 http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=448b109e0839fd6d4760b7d8829a44d3928fd8d5&r2=aa94bcade4a15e17eda72a71a937fb346b95b998 http://git.horde.org/diff.php/imp/themes/graphics/arrow_collapsed.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=aa94bcade4a15e17eda72a71a937fb346b95b998 http://git.horde.org/diff.php/imp/themes/graphics/arrow_expanded.png?rt=horde-hatchery&r1=9f9794c44713fc5a658d0e36ce77221705f322b8&r2=aa94bcade4a15e17eda72a71a937fb346b95b998 http://git.horde.org/diff.php/imp/themes/graphics/popdown.png?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=aa94bcade4a15e17eda72a71a937fb346b95b998 http://git.horde.org/diff.php/imp/themes/graphics/popright.png?rt=horde-hatchery&r1=16ffc77998c273a5e74ed7e56fe0e929e30b67e4&r2=aa94bcade4a15e17eda72a71a937fb346b95b998 http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=448b109e0839fd6d4760b7d8829a44d3928fd8d5&r2=aa94bcade4a15e17eda72a71a937fb346b95b998 http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=c428ef20a8a84186b9457f66ad59f752c7423e8a&r2=aa94bcade4a15e17eda72a71a937fb346b95b998 http://git.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-hatchery&r1=448b109e0839fd6d4760b7d8829a44d3928fd8d5&r2=aa94bcade4a15e17eda72a71a937fb346b95b998 ----------------------------------------------------------------------- commit 448b109e0839fd6d4760b7d8829a44d3928fd8d5 Author: Michael M Slusarz <[email protected]> Date: Tue Feb 10 22:27:27 2009 -0700 Add draft flagging to DIMP. imp/ajax.php | 26 ++++++--- imp/docs/CHANGES | 1 + imp/js/src/DimpBase.js | 69 +++++++++++++++++----- imp/js/src/compose-dimp.js | 4 +- imp/js/src/fullmessage-dimp.js | 2 +- imp/templates/index/index-dimp.inc | 2 + imp/themes/graphics/mail_notdraft.png | Bin 0 -> 376 bytes imp/themes/screen-dimp.css | 5 +- imp/themes/silver/graphics/mail_notdraft.png | Bin 0 -> 425 bytes imp/themes/silver/screen-dimp.css | 6 ++ 10 files changed, 87 insertions(+), 28 deletions(-) create mode 100644 imp/themes/graphics/mail_notdraft.png create mode 100644 imp/themes/silver/graphics/mail_notdraft.png http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=486a8467e96f24a3f7fb0a2d20eb4394be28f4cf&r2=448b109e0839fd6d4760b7d8829a44d3928fd8d5 http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=5f9f6c660f8576cd79308caabcca45bf5eed9f6e&r2=448b109e0839fd6d4760b7d8829a44d3928fd8d5 http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=164045a780638b1e64ccfb45e4b47091d5bf845c&r2=448b109e0839fd6d4760b7d8829a44d3928fd8d5 http://git.horde.org/diff.php/imp/js/src/compose-dimp.js?rt=horde-hatchery&r1=a714afd37f88a4c52cf91801a519b4acc2905ed6&r2=448b109e0839fd6d4760b7d8829a44d3928fd8d5 http://git.horde.org/diff.php/imp/js/src/fullmessage-dimp.js?rt=horde-hatchery&r1=b4f3cb19b9e7a3b790f0840eccddaa83e0a883ea&r2=448b109e0839fd6d4760b7d8829a44d3928fd8d5 http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=164045a780638b1e64ccfb45e4b47091d5bf845c&r2=448b109e0839fd6d4760b7d8829a44d3928fd8d5 http://git.horde.org/co.php/imp/themes/graphics/mail_notdraft.png?rt=horde-hatchery&r=448b109e0839fd6d4760b7d8829a44d3928fd8d5 http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=164045a780638b1e64ccfb45e4b47091d5bf845c&r2=448b109e0839fd6d4760b7d8829a44d3928fd8d5 http://git.horde.org/co.php/imp/themes/silver/graphics/mail_notdraft.png?rt=horde-hatchery&r=448b109e0839fd6d4760b7d8829a44d3928fd8d5 http://git.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-hatchery&r1=164045a780638b1e64ccfb45e4b47091d5bf845c&r2=448b109e0839fd6d4760b7d8829a44d3928fd8d5 ----------------------------------------------------------------------- commit 164045a780638b1e64ccfb45e4b47091d5bf845c Author: Michael M Slusarz <[email protected]> Date: Tue Feb 10 21:55:17 2009 -0700 Add Answered/Not Answered flagging to DIMP Improve CSS definitions of context menu images. Fix draft context menu generation. Make flag names more consistent with IMP. imp/js/src/DimpBase.js | 25 ++++-- imp/templates/index/index-dimp.inc | 88 +++++++++---------- imp/themes/graphics/mail_notanswered.png | Bin 0 -> 308 bytes imp/themes/graphics/undelete.png | Bin 0 -> 408 bytes imp/themes/screen-dimp.css | 90 +++++++++++-------- imp/themes/silver/graphics/mail_notanswered.png | Bin 0 -> 439 bytes imp/themes/silver/graphics/undelete.png | Bin 0 -> 421 bytes imp/themes/silver/screen-dimp.css | 87 +++++++++++-------- 8 files changed, 164 insertions(+), 126 deletions(-) create mode 100644 imp/themes/graphics/mail_notanswered.png create mode 100644 imp/themes/graphics/undelete.png create mode 100644 imp/themes/silver/graphics/mail_notanswered.png create mode 100644 imp/themes/silver/graphics/undelete.png http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=e68c8c0af8beb6ddc1aa660099ba1ba381b066a6&r2=164045a780638b1e64ccfb45e4b47091d5bf845c http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=c428ef20a8a84186b9457f66ad59f752c7423e8a&r2=164045a780638b1e64ccfb45e4b47091d5bf845c http://git.horde.org/co.php/imp/themes/graphics/mail_notanswered.png?rt=horde-hatchery&r=164045a780638b1e64ccfb45e4b47091d5bf845c http://git.horde.org/co.php/imp/themes/graphics/undelete.png?rt=horde-hatchery&r=164045a780638b1e64ccfb45e4b47091d5bf845c http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=362984f8238d44206256babf92336946dfb4f7ce&r2=164045a780638b1e64ccfb45e4b47091d5bf845c http://git.horde.org/co.php/imp/themes/silver/graphics/mail_notanswered.png?rt=horde-hatchery&r=164045a780638b1e64ccfb45e4b47091d5bf845c http://git.horde.org/co.php/imp/themes/silver/graphics/undelete.png?rt=horde-hatchery&r=164045a780638b1e64ccfb45e4b47091d5bf845c http://git.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-hatchery&r1=16ffc77998c273a5e74ed7e56fe0e929e30b67e4&r2=164045a780638b1e64ccfb45e4b47091d5bf845c ----------------------------------------------------------------------- commit c428ef20a8a84186b9457f66ad59f752c7423e8a Author: Michael M Slusarz <[email protected]> Date: Tue Feb 10 19:49:46 2009 -0700 Formatting fixes imp/templates/index/index-dimp.inc | 1 - imp/themes/screen.css | 3 +++ 2 files changed, 3 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=be6582716a2f98e07925ace009857f196ca5e786&r2=c428ef20a8a84186b9457f66ad59f752c7423e8a http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=be893548b9e5d363e5de67e6148fbc50bb244098&r2=c428ef20a8a84186b9457f66ad59f752c7423e8a ----------------------------------------------------------------------- commit e68c8c0af8beb6ddc1aa660099ba1ba381b066a6 Author: Michael M Slusarz <[email protected]> Date: Tue Feb 10 13:30:43 2009 -0700 Don't need to cycle through the last 2 elements imp/js/src/DimpBase.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=b63a29ce259733f4d97efa6d50ec9b89320ea8b2&r2=e68c8c0af8beb6ddc1aa660099ba1ba381b066a6 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
