The branch "imp_6_2" has been updated. The following is a summary of the commits.
from: ba0ae75094951e8dc0cb2365fc0fd9cd507e0319 a095760 Add flotr2.js 4b2fde1 Add template/css for a deliverables detail page. c474988 Rough idea of a details page. Work In Progress (tm). 8b310ac ws 9733ad4 Tweak graphs, css etc... bcf96d7 More tweaks. 3e8a179 ..and actually populate the data. 356aef1 Add excanvas for IE < 9 canvas compatibility. cd651b9 Better method name. 50155e8 Remove commented out code. 3ff37bf This should float right. a4d6ad0 Better method name. 08adc8c Extract out Hermes::getCostObjects(). 586938a Return ALL deliverables/costobjects, not just local. 1c247d8 ws 497b180 Extract to separate methods. 0c90ed8 use gettext strings 442ffd5 Clear the billable chart 55941ada Merge branch 'hermes' 6109eca Requires Core 2.9.0 0b09067 ws f5d86c6 Fix variables 3417f32 Make sure SMTP default port is 25, at least until H6 77c0b9b This is a select list, not a menu. 6b56b55 Allow switching the text of the first element in the select list. 219ba1a Display the "general" cost objects when no client is selected. 9b2d21b phpdoc aca52bf [mms] Fix aborting a pipelined DATA command if only a subset of recipients were rejected (Bug #12659). 830d8d8 Released Horde_Smtp-1.2.2 1a7681f Development mode for Horde_Smtp-1.2.3 0714750 Don't fail if we don't find the message, log it and continue. 5943d00 CHANGES 53fe969 Correct way to prevent the infinite loop. 01b768c Released Horde_ActiveSync-2.7.3 206efe4 Development mode for Horde_ActiveSync-2.7.4 5fc3cb8 Show either/or, not both. ee57cd3 Add some missing comments/jsdoc 2d58dcb Add a participants graph, tweak layout/css. be00974 Ensure we have a username. 239a45a Move this to the other side of the chart. 0e8fcdd Make this a bit wider eebaedf Tweak charts, only add the data to the series if it is non-zero. 47c032c Don't limit to 30days of data. 7be97d9 Some more chart/css/canvas tweaks. ac03697 Bug #12662 - fix object return c6d318e Don't attach address book behavior if contacts API is unavailable. baf19b7 Fix generated URL. ec204dc [jan] Don't attach address book behavior if contacts API is unavailable. 52015a5 Bug: 12660 Don't query History when we don't need to. e3060f8 CHANGES 7b15d38 Another place to work around broken clients. b949643 Still add the collection or it possibly won't be picked up for PING. 0fa5b22 Proper place to validate this. 244e722 Viral typo b74bb78 Only send the data that we have. 9e77984 If we are doing OL AutoDiscovery, require SMTP host. 5e01d76 *sigh* Revert 0fa5b22537e55728862b83d1f3d4f70cc0c7731d. 99665b6 Merge branch 'master' into imp_6_2 ----------------------------------------------------------------------- commit a0957604f097416c8f26f34779e7c83e3d75a88b Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 18:45:51 2013 -0400 Add flotr2.js framework/Core/js/flotr2/flotr2.js | 7203 ++++++++++++++++++++++++++++++++++++ framework/Core/package.xml | 5 +- 2 files changed, 7207 insertions(+), 1 deletions(-) create mode 100644 framework/Core/js/flotr2/flotr2.js http://git.horde.org/horde-git/-/commit/a0957604f097416c8f26f34779e7c83e3d75a88b ----------------------------------------------------------------------- commit 4b2fde119c04273ab305940cc0c28bde6da7400a Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 18:46:46 2013 -0400 Add template/css for a deliverables detail page. hermes/templates/dynamic/deliverabledetail.inc | 11 +++++ hermes/templates/dynamic/deliverables.inc | 3 +- hermes/templates/dynamic/index.inc | 3 + hermes/themes/default/dynamic/screen.css | 50 +++++++++++++----------- 4 files changed, 42 insertions(+), 25 deletions(-) create mode 100644 hermes/templates/dynamic/deliverabledetail.inc http://git.horde.org/horde-git/-/commit/4b2fde119c04273ab305940cc0c28bde6da7400a ----------------------------------------------------------------------- commit c4749880b26e6104e33f69c6d2d3a9c4c42156d7 Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 18:47:10 2013 -0400 Rough idea of a details page. Work In Progress (tm). hermes/js/hermes.js | 124 ++++++++++++++++++++++++++++++- hermes/lib/Ajax.php | 7 ++- hermes/lib/Ajax/Application/Handler.php | 20 +++++ hermes/lib/Driver/Sql.php | 2 +- 4 files changed, 150 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/c4749880b26e6104e33f69c6d2d3a9c4c42156d7 ----------------------------------------------------------------------- commit 8b310acbced6d45d31c1c7219a09c433a724c712 Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 20:14:13 2013 -0400 ws framework/Core/js/flotr2/flotr2.js | 466 ++++++++++++++++++------------------ 1 files changed, 233 insertions(+), 233 deletions(-) http://git.horde.org/horde-git/-/commit/8b310acbced6d45d31c1c7219a09c433a724c712 ----------------------------------------------------------------------- commit 9733ad4ed7b1d58e32e31ca3a00ba4456bcb91b0 Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 20:14:45 2013 -0400 Tweak graphs, css etc... Just trying things out at this point, feel free to move around. hermes/js/hermes.js | 23 ++++++++----- hermes/lib/Ajax.php | 3 +- hermes/templates/dynamic/deliverabledetail.inc | 22 ++++++++++--- hermes/themes/default/dynamic/screen.css | 39 ++++++++++++++++++++---- 4 files changed, 66 insertions(+), 21 deletions(-) http://git.horde.org/horde-git/-/commit/9733ad4ed7b1d58e32e31ca3a00ba4456bcb91b0 ----------------------------------------------------------------------- commit bcf96d737127d5e7aa38abe30eabb95fb4f76783 Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 20:17:18 2013 -0400 More tweaks. hermes/js/hermes.js | 4 +--- hermes/templates/dynamic/deliverabledetail.inc | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/bcf96d737127d5e7aa38abe30eabb95fb4f76783 ----------------------------------------------------------------------- commit 3e8a17949dabf66e9dd9ddbeecf296005e5ba22e Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 20:36:09 2013 -0400 ..and actually populate the data. hermes/js/hermes.js | 8 +++++++- hermes/templates/dynamic/deliverabledetail.inc | 6 +++--- hermes/themes/default/dynamic/screen.css | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/3e8a17949dabf66e9dd9ddbeecf296005e5ba22e ----------------------------------------------------------------------- commit 356aef1a01e740c1ebd983d38a565ee842e62d8e Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 23:21:16 2013 -0400 Add excanvas for IE < 9 canvas compatibility. framework/Core/js/excanvas/excanvas.js | 924 ++++++++++++++++++++++++++++ framework/Core/js/excanvas/excanvas.min.js | 35 + framework/Core/package.xml | 10 +- hermes/lib/Ajax.php | 3 + 4 files changed, 970 insertions(+), 2 deletions(-) create mode 100755 framework/Core/js/excanvas/excanvas.js create mode 100755 framework/Core/js/excanvas/excanvas.min.js http://git.horde.org/horde-git/-/commit/356aef1a01e740c1ebd983d38a565ee842e62d8e ----------------------------------------------------------------------- commit cd651b92d5d32058832e369d278b39a1306eccaa Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 23:32:24 2013 -0400 Better method name. hermes/js/hermes.js | 8 ++++---- hermes/lib/Ajax/Application/Handler.php | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/cd651b92d5d32058832e369d278b39a1306eccaa ----------------------------------------------------------------------- commit 50155e8ffbdf41389aff24a549b49ed82c68897e Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 23:32:41 2013 -0400 Remove commented out code. hermes/lib/Ajax/Application/Handler.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/50155e8ffbdf41389aff24a549b49ed82c68897e ----------------------------------------------------------------------- commit 3ff37bf7877f733615a0b0fad6eeda7f9c9a2e54 Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 23:33:01 2013 -0400 This should float right. hermes/themes/default/dynamic/screen.css | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/3ff37bf7877f733615a0b0fad6eeda7f9c9a2e54 ----------------------------------------------------------------------- commit a4d6ad0b6444f365e8763f2a33349e03198a3b48 Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 23:33:55 2013 -0400 Better method name. hermes/js/hermes.js | 6 +++--- hermes/lib/Ajax/Application/Handler.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/a4d6ad0b6444f365e8763f2a33349e03198a3b48 ----------------------------------------------------------------------- commit 08adc8c124f3747c15fd225bfe01d6b7ba59fd59 Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 23:40:09 2013 -0400 Extract out Hermes::getCostObjects(). hermes/lib/Hermes.php | 30 +++++++++++++++++++----------- 1 files changed, 19 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/08adc8c124f3747c15fd225bfe01d6b7ba59fd59 ----------------------------------------------------------------------- commit 586938a1546d1c4e6f7657516b449cb047c9e87b Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 00:15:42 2013 -0400 Return ALL deliverables/costobjects, not just local. Remove edit/delete funcationality for non-local costobjects as well. hermes/js/hermes.js | 6 ++++++ hermes/lib/Ajax/Application/Handler.php | 25 ++++++++++++++++++++----- hermes/lib/Hermes.php | 5 +++-- 3 files changed, 29 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/586938a1546d1c4e6f7657516b449cb047c9e87b ----------------------------------------------------------------------- commit 1c247d814d2571e0606c7a1f5d107f2918853614 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 00:28:55 2013 -0400 ws hermes/js/hermes.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/1c247d814d2571e0606c7a1f5d107f2918853614 ----------------------------------------------------------------------- commit 497b180630995e923d8809c2087f019b8d82931c Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 00:29:11 2013 -0400 Extract to separate methods. hermes/js/hermes.js | 154 ++++++++++++++++++++++++++++----------------------- 1 files changed, 84 insertions(+), 70 deletions(-) http://git.horde.org/horde-git/-/commit/497b180630995e923d8809c2087f019b8d82931c ----------------------------------------------------------------------- commit 0c90ed83be621961bf98613c8caad26ca6afc1d7 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 00:32:48 2013 -0400 use gettext strings hermes/js/hermes.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/0c90ed83be621961bf98613c8caad26ca6afc1d7 ----------------------------------------------------------------------- commit 442ffd55fc8e7fdf77a5bf3fa24344102706e4cb Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 00:45:35 2013 -0400 Clear the billable chart hermes/js/hermes.js | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/442ffd55fc8e7fdf77a5bf3fa24344102706e4cb ----------------------------------------------------------------------- commit 55941ada6f595593a71e70c0b50a6f3c9f312c03 Merge: ce1f8c5 442ffd5 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 00:47:24 2013 -0400 Merge branch 'hermes' framework/Core/js/excanvas/excanvas.js | 924 +++ framework/Core/js/excanvas/excanvas.min.js | 35 + framework/Core/js/flotr2/flotr2.js | 7203 ++++++++++++++++++++++++ framework/Core/package.xml | 15 +- hermes/js/hermes.js | 174 +- hermes/lib/Ajax.php | 11 +- hermes/lib/Ajax/Application/Handler.php | 52 +- hermes/lib/Driver/Sql.php | 2 +- hermes/lib/Hermes.php | 33 +- hermes/templates/dynamic/deliverabledetail.inc | 24 + hermes/templates/dynamic/deliverables.inc | 3 +- hermes/templates/dynamic/index.inc | 3 + hermes/themes/default/dynamic/screen.css | 79 +- 13 files changed, 8500 insertions(+), 58 deletions(-) http://git.horde.org/horde-git/-/commit/55941ada6f595593a71e70c0b50a6f3c9f312c03 ----------------------------------------------------------------------- commit 6109eca6f380ed34a0a9e2806642f89de678907b Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 00:48:56 2013 -0400 Requires Core 2.9.0 hermes/package.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/6109eca6f380ed34a0a9e2806642f89de678907b ----------------------------------------------------------------------- commit 0b0906709b1a0db5ac879a7b59ff57e225a1976a Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 09:15:33 2013 -0400 ws framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/0b0906709b1a0db5ac879a7b59ff57e225a1976a ----------------------------------------------------------------------- commit f5d86c68b155f0e06c76eed174745bc0fd5f9019 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 5 08:53:57 2013 -0600 Fix variables imp/lib/Ajax/Application/Handler/Common.php | 2 +- imp/lib/Ajax/Application/Handler/Dynamic.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/f5d86c68b155f0e06c76eed174745bc0fd5f9019 ----------------------------------------------------------------------- commit 3417f328455b3ad3680f00fdf7af57eef8506e15 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 5 08:57:11 2013 -0600 Make sure SMTP default port is 25, at least until H6 framework/Core/lib/Horde/Core/Factory/Mail.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/3417f328455b3ad3680f00fdf7af57eef8506e15 ----------------------------------------------------------------------- commit 77c0b9b912e83ec8cd284b7487a99914efb86652 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 11:06:25 2013 -0400 This is a select list, not a menu. hermes/js/hermes.js | 8 ++++---- hermes/lib/Ajax/Application/Handler.php | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/77c0b9b912e83ec8cd284b7487a99914efb86652 ----------------------------------------------------------------------- commit 6b56b55da3daae7379790592b59479559f9816bb Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 11:06:43 2013 -0400 Allow switching the text of the first element in the select list. hermes/lib/Hermes.php | 17 +++++++++++++---- hermes/templates/dynamic/deliverables.inc | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/6b56b55da3daae7379790592b59479559f9816bb ----------------------------------------------------------------------- commit 219ba1a61704d4f60be66544396fd76692c8006f Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 12:24:44 2013 -0400 Display the "general" cost objects when no client is selected. Also, tweak display a bit of the cost objects to show where they are sourced from. hermes/js/hermes.js | 9 +++++++++ hermes/lib/Ajax/Application/Handler.php | 19 ++++++++++++++----- 2 files changed, 23 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/219ba1a61704d4f60be66544396fd76692c8006f ----------------------------------------------------------------------- commit 9b2d21b231caf0df664bbfdeb7c3d91f8e7f3eca Author: Michael M Slusarz <[email protected]> Date: Thu Sep 5 10:40:10 2013 -0600 phpdoc framework/Smtp/lib/Horde/Smtp.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/9b2d21b231caf0df664bbfdeb7c3d91f8e7f3eca ----------------------------------------------------------------------- commit aca52bf6d1e07b04ec77d6bb61af8e5a6111c192 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 5 10:41:43 2013 -0600 [mms] Fix aborting a pipelined DATA command if only a subset of recipients were rejected (Bug #12659). See: http://www.imc.org/ietf-smtp/mail-archive/msg02687.html The RFC 2920 text is a bit vague. Servers must issue a 554 if ALL recipients are rejected. This might not happen until after the DATA command is sent though (which is why we were sending empty DATA data). Unfortunately, *partial* rejection of recipients will NOT abort the DATA command. Since we don't pre-verify mail recipients, we want to catch the case if ANY recipients are bad, since the user generally is expecting that all e-mail addresses provided will have the message sent to. This means we can't pipeline DATA. framework/Smtp/lib/Horde/Smtp.php | 49 ++++++++++++++++++------------------- framework/Smtp/package.xml | 2 + 2 files changed, 26 insertions(+), 25 deletions(-) http://git.horde.org/horde-git/-/commit/aca52bf6d1e07b04ec77d6bb61af8e5a6111c192 ----------------------------------------------------------------------- commit 830d8d8c951b5b646017a07d8b859c7cb57b3364 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 5 10:55:08 2013 -0600 Released Horde_Smtp-1.2.2 framework/Smtp/package.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/830d8d8c951b5b646017a07d8b859c7cb57b3364 ----------------------------------------------------------------------- commit 1a7681f63130af6675662f08ad648b235bfd07e2 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 5 10:55:08 2013 -0600 Development mode for Horde_Smtp-1.2.3 framework/Smtp/package.xml | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/1a7681f63130af6675662f08ad648b235bfd07e2 ----------------------------------------------------------------------- commit 07147503490dc75b2776c522847ef4f40546cd8b Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 13:35:47 2013 -0400 Don't fail if we don't find the message, log it and continue. framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/07147503490dc75b2776c522847ef4f40546cd8b ----------------------------------------------------------------------- commit 5943d005197ead0380a946416802b7d12270e9e1 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 13:40:07 2013 -0400 CHANGES framework/ActiveSync/package.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/5943d005197ead0380a946416802b7d12270e9e1 ----------------------------------------------------------------------- commit 53fe969b75072161d2fa4823ae734fa7adba508b Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 13:48:42 2013 -0400 Correct way to prevent the infinite loop. Previous "fix" was simply reverting the fix to attempt to always send up to WINDOW_SIZE. framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/53fe969b75072161d2fa4823ae734fa7adba508b ----------------------------------------------------------------------- commit 01b768cfea30d75de8ef9da7dbb38dd9a47fd555 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 13:59:47 2013 -0400 Released Horde_ActiveSync-2.7.3 framework/ActiveSync/package.xml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/01b768cfea30d75de8ef9da7dbb38dd9a47fd555 ----------------------------------------------------------------------- commit 206efe4f89e0699fff90fc4f28e428de63619765 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 13:59:47 2013 -0400 Development mode for Horde_ActiveSync-2.7.4 framework/ActiveSync/package.xml | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/206efe4f89e0699fff90fc4f28e428de63619765 ----------------------------------------------------------------------- commit 5fc3cb865582d3fdd4e5903a33da135c5cbaa819 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 14:38:24 2013 -0400 Show either/or, not both. Either show the external cost objects, or the hermes deliverables tied to a client. MUCH cleaner looking interface when you have any number of external cost objects. hermes/lib/Ajax/Application/Handler.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/5fc3cb865582d3fdd4e5903a33da135c5cbaa819 ----------------------------------------------------------------------- commit ee57cd36aa6f9262e101a70704cbf52cc584668d Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 14:50:50 2013 -0400 Add some missing comments/jsdoc hermes/js/hermes.js | 88 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 84 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/ee57cd36aa6f9262e101a70704cbf52cc584668d ----------------------------------------------------------------------- commit 2d58dcb2de9f6ab1863b5f9c90b382ca63352a1b Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 18:32:47 2013 -0400 Add a participants graph, tweak layout/css. hermes/js/hermes.js | 81 +++++++++++++++++++++--- hermes/lib/Ajax.php | 2 +- hermes/templates/dynamic/deliverabledetail.inc | 33 ++++++---- hermes/themes/default/dynamic/screen.css | 38 +++++++++--- 4 files changed, 122 insertions(+), 32 deletions(-) http://git.horde.org/horde-git/-/commit/2d58dcb2de9f6ab1863b5f9c90b382ca63352a1b ----------------------------------------------------------------------- commit be0097402745af53fb7d1103695448ca966bfbbb Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 18:38:09 2013 -0400 Ensure we have a username. .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/be0097402745af53fb7d1103695448ca966bfbbb ----------------------------------------------------------------------- commit 239a45a8b5a61f0526d1a6d940ac838fb3cc36c8 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 18:46:49 2013 -0400 Move this to the other side of the chart. hermes/js/hermes.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/239a45a8b5a61f0526d1a6d940ac838fb3cc36c8 ----------------------------------------------------------------------- commit 0e8fcdd1121345f3c8f1ef0771463cb5efd41462 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 18:50:39 2013 -0400 Make this a bit wider hermes/themes/default/dynamic/screen.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/0e8fcdd1121345f3c8f1ef0771463cb5efd41462 ----------------------------------------------------------------------- commit eebaedfc9bbf468eb5adf6ee40ed7e720469f29e Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 19:05:17 2013 -0400 Tweak charts, only add the data to the series if it is non-zero. hermes/js/hermes.js | 16 +++++++++------- hermes/lib/Ajax/Application/Handler.php | 7 ++++++- 2 files changed, 15 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/eebaedfc9bbf468eb5adf6ee40ed7e720469f29e ----------------------------------------------------------------------- commit 47c032c1255eaad601f9ebc1bcd9655bf708860d Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 19:05:36 2013 -0400 Don't limit to 30days of data. hermes/lib/Ajax/Application/Handler.php | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/47c032c1255eaad601f9ebc1bcd9655bf708860d ----------------------------------------------------------------------- commit 7be97d909ecad55f80a40f9ee8c7bb32ac3a4950 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 5 19:21:25 2013 -0400 Some more chart/css/canvas tweaks. hermes/js/hermes.js | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/7be97d909ecad55f80a40f9ee8c7bb32ac3a4950 ----------------------------------------------------------------------- commit ac03697adb907fdf2619d7b4a0f20247226a7cff Author: Michael M Slusarz <[email protected]> Date: Sun Sep 8 23:41:35 2013 -0600 Bug #12662 - fix object return imp/lib/Ajax/Application/ListMessages.php | 7 +++---- imp/lib/Ajax/Application/Viewport.php | 7 +++++-- 2 files changed, 8 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/ac03697adb907fdf2619d7b4a0f20247226a7cff ----------------------------------------------------------------------- commit c6d318e3bbdd425e993ac4436da86a6335e4f1a2 Author: Jan Schneider <[email protected]> Date: Mon Sep 9 10:38:21 2013 +0200 Don't attach address book behavior if contacts API is unavailable. imp/js/compose-dimp.js | 2 +- imp/lib/Compose/Ui.php | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/c6d318e3bbdd425e993ac4436da86a6335e4f1a2 ----------------------------------------------------------------------- commit baf19b7d1b88f040cca9ddd5c5a0b96c35b2edd6 Author: Jan Schneider <[email protected]> Date: Mon Sep 9 10:38:40 2013 +0200 Fix generated URL. imp/lib/Basic/Contacts.php | 2 +- imp/lib/Dynamic/Compose/Common.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/baf19b7d1b88f040cca9ddd5c5a0b96c35b2edd6 ----------------------------------------------------------------------- commit ec204dcd8cd34ca2b681ff08c8d5b47474aed0a9 Author: Jan Schneider <[email protected]> Date: Mon Sep 9 10:40:55 2013 +0200 [jan] Don't attach address book behavior if contacts API is unavailable. imp/docs/CHANGES | 1 + imp/package.xml | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/ec204dcd8cd34ca2b681ff08c8d5b47474aed0a9 ----------------------------------------------------------------------- commit 52015a5bd6de0c3056f5f5fbf95e7ea6323d6a80 Author: arjen+horde (at) de-korte (dot) org <[email protected]> Date: Mon Sep 9 09:37:24 2013 -0400 Bug: 12660 Don't query History when we don't need to. Signed-off-by: Michael J Rubinsky <[email protected]> framework/History/lib/Horde/History.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/52015a5bd6de0c3056f5f5fbf95e7ea6323d6a80 ----------------------------------------------------------------------- commit e3060f87097b96cd1d9bf26dfed40f643f3d16ee Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 9 09:39:03 2013 -0400 CHANGES framework/History/package.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/e3060f87097b96cd1d9bf26dfed40f643f3d16ee ----------------------------------------------------------------------- commit 7b15d3856a7b48c38660d8f53701d2b154076d65 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 9 10:35:18 2013 -0400 Another place to work around broken clients. Don't add the collection to the cache if we don't have a synckey, but requested it. Fixes issues in PING requests when the client sends a PING for a collection that has not yet been SYNC'd. framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/7b15d3856a7b48c38660d8f53701d2b154076d65 ----------------------------------------------------------------------- commit b949643cafaade7ec537fbf87f9ed76cea0ac9d4 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 9 10:45:50 2013 -0400 Still add the collection or it possibly won't be picked up for PING. framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b949643cafaade7ec537fbf87f9ed76cea0ac9d4 ----------------------------------------------------------------------- commit 0fa5b22537e55728862b83d1f3d4f70cc0c7731d Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 9 10:46:30 2013 -0400 Proper place to validate this. If the server doesn't know the folder requested by the client, the client did something really wrong. Log it, remove the offending collection from the collections object and move on. framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/0fa5b22537e55728862b83d1f3d4f70cc0c7731d ----------------------------------------------------------------------- commit 244e722d71ce90f64f4875edc092cd912122cd85 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 9 13:18:52 2013 -0400 Viral typo horde/config/conf.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/244e722d71ce90f64f4875edc092cd912122cd85 ----------------------------------------------------------------------- commit b74bb788187481bd724079a7583692b16d9d0e23 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 9 13:40:57 2013 -0400 Only send the data that we have. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b74bb788187481bd724079a7583692b16d9d0e23 ----------------------------------------------------------------------- commit 9e77984e3181771c0fe1c5eb6b86764b9c8d9d4c Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 9 13:41:27 2013 -0400 If we are doing OL AutoDiscovery, require SMTP host. horde/config/conf.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/9e77984e3181771c0fe1c5eb6b86764b9c8d9d4c ----------------------------------------------------------------------- commit 5e01d769ad8caac76549cb15d37abc5b9d86849c Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 9 14:38:37 2013 -0400 *sigh* Revert 0fa5b22537e55728862b83d1f3d4f70cc0c7731d. This would break initial sync requests. framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/5e01d769ad8caac76549cb15d37abc5b9d86849c ----------------------------------------------------------------------- commit 99665b64ed643490ad7e6a545a05f0734bdfd19f Merge: ba0ae75 5e01d76 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 10 01:45:53 2013 -0600 Merge branch 'master' into imp_6_2 Conflicts: imp/package.xml framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 8 + framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php | 1 + framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php | 2 +- .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php | 2 + framework/ActiveSync/package.xml | 20 +- framework/Core/js/excanvas/excanvas.js | 924 + framework/Core/js/excanvas/excanvas.min.js | 35 + framework/Core/js/flotr2/flotr2.js | 7203 +++++ framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 17 +- framework/Core/lib/Horde/Core/Factory/Mail.php | 5 + framework/Core/package.xml | 15 +- framework/History/lib/Horde/History.php | 5 + framework/History/package.xml | 4 +- framework/Smtp/lib/Horde/Smtp.php | 52 +- framework/Smtp/package.xml | 22 +- hermes/js/hermes.js | 338 +- hermes/lib/Ajax.php | 11 +- hermes/lib/Ajax/Application/Handler.php | 62 +- hermes/lib/Driver/Sql.php | 2 +- hermes/lib/Hermes.php | 50 +- hermes/package.xml | 2 +- hermes/templates/dynamic/deliverabledetail.inc | 29 + hermes/templates/dynamic/deliverables.inc | 5 +- hermes/templates/dynamic/index.inc | 3 + hermes/themes/default/dynamic/screen.css | 103 +- horde/config/conf.xml | 8 +- imp/docs/CHANGES | 1 + imp/js/compose-dimp.js | 2 +- imp/lib/Ajax/Application/Handler/Common.php | 2 +- imp/lib/Ajax/Application/Handler/Dynamic.php | 2 +- imp/lib/Ajax/Application/ListMessages.php | 7 +- imp/lib/Ajax/Application/Viewport.php | 7 +- imp/lib/Basic/Contacts.php | 2 +- imp/lib/Compose/Ui.php | 10 +- imp/lib/Dynamic/Compose/Common.php | 2 +- imp/package.xml | 1 + 36 files changed, 8839 insertions(+), 125 deletions(-) http://git.horde.org/horde-git/-/commit/99665b64ed643490ad7e6a545a05f0734bdfd19f -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
