[commits] Horde branch master updated. 2ef4791861156a911b79c14e6747895e003a7825
Michael M Slusarz
slusarz at horde.org
Wed Jan 14 08:46:28 UTC 2015
The branch "master" has been updated.
The following is a summary of the commits.
from: f44ea921a9b0529ffc34d6602aa2216b062d5133
698c3c1 Move list information generation into IMP_Contents
9132a5d Don't need a global variable here
7fcfa1c Remove IMP_Message_Ui
1820428 shoeMessage() no longer takes any arguments
06d33b5 Convert javascript views to use new header values
98f6a93 CSS tweak
0a72dd2 Make list existence determination optional when getting message data
2ef4791 Optimize message queue call
Summary: http://github.com/horde/horde/compare/f44ea921a9b0529ffc34d6602aa2216b062d5133...2ef4791861156a911b79c14e6747895e003a7825
-----------------------------------------------------------------------
commit 698c3c1ebba812a23e7c61af360d14d949901054
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jan 13 22:38:45 2015 -0700
Move list information generation into IMP_Contents
imp/lib/Ajax/Application/ShowMessage.php | 35 ++++++++++---------------
imp/lib/Compose.php | 2 +-
imp/lib/Contents.php | 41 ++++++++++++++++++++++++++++++
imp/lib/Dynamic/Message.php | 4 ++-
imp/lib/Message/Ui.php | 32 -----------------------
imp/lib/Mime/Viewer/Plain.php | 7 +++--
6 files changed, 63 insertions(+), 58 deletions(-)
http://github.com/horde/horde/commit/698c3c1ebba812a23e7c61af360d14d949901054
-----------------------------------------------------------------------
commit 9132a5df6a82bb640175aca7ad81507409a1cb36
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jan 13 22:55:45 2015 -0700
Don't need a global variable here
imp/lib/Ajax/Application/ShowMessage.php | 27 ++++++++++-----------------
1 files changed, 10 insertions(+), 17 deletions(-)
http://github.com/horde/horde/commit/9132a5df6a82bb640175aca7ad81507409a1cb36
-----------------------------------------------------------------------
commit 7fcfa1caddac3ce4ff2671df5bf60b369539a1ac
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jan 13 23:09:38 2015 -0700
Remove IMP_Message_Ui
imp/lib/Ajax/Application/ShowMessage.php | 11 +++++--
imp/lib/Contents/View.php | 12 ++++++--
imp/lib/Dynamic/Message.php | 2 +-
imp/lib/Message/Ui.php | 42 ------------------------------
imp/package.xml | 4 +--
5 files changed, 19 insertions(+), 52 deletions(-)
delete mode 100644 imp/lib/Message/Ui.php
http://github.com/horde/horde/commit/7fcfa1caddac3ce4ff2671df5bf60b369539a1ac
-----------------------------------------------------------------------
commit 1820428ac1719c65d5b6babf4161c1868c627b02
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jan 13 23:13:43 2015 -0700
shoeMessage() no longer takes any arguments
Determination of whether preview mode is being used is now done in
IMP_Ajax_Queue.
Only send raw header data for non-standard headers.
imp/lib/Ajax/Application/ShowMessage.php | 93 +++++-------------------------
imp/lib/Ajax/Queue.php | 19 +++++-
imp/lib/Dynamic/Message.php | 7 +--
3 files changed, 33 insertions(+), 86 deletions(-)
http://github.com/horde/horde/commit/1820428ac1719c65d5b6babf4161c1868c627b02
-----------------------------------------------------------------------
commit 06d33b5b81836dd72d3cefe8d127141f51f98ebd
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Jan 14 00:47:16 2015 -0700
Convert javascript views to use new header values
imp/js/message.js | 6 +-
imp/js/smartmobile.js | 92 ++++++++++++++---------------
imp/lib/Ajax/Application/ShowMessage.php | 7 ++-
imp/lib/Dynamic/Message.php | 25 +++-----
imp/lib/Smartmobile.php | 5 +-
imp/templates/dynamic/message.html.php | 40 +++++++++----
6 files changed, 95 insertions(+), 80 deletions(-)
http://github.com/horde/horde/commit/06d33b5b81836dd72d3cefe8d127141f51f98ebd
-----------------------------------------------------------------------
commit 98f6a93da398f341bb1c92b01680af7a16d0c69f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Jan 14 00:50:19 2015 -0700
CSS tweak
imp/themes/default/smartmobile/screen.css | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/98f6a93da398f341bb1c92b01680af7a16d0c69f
-----------------------------------------------------------------------
commit 0a72dd249f59cb7b2b7f952740dade09ba662d60
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Jan 14 01:10:32 2015 -0700
Make list existence determination optional when getting message data
imp/js/smartmobile.js | 5 +++--
imp/lib/Ajax/Application/Handler/Common.php | 10 +++++++++-
imp/lib/Ajax/Application/Handler/Dynamic.php | 5 ++++-
imp/lib/Ajax/Queue.php | 22 ++++++++++++++++------
4 files changed, 32 insertions(+), 10 deletions(-)
http://github.com/horde/horde/commit/0a72dd249f59cb7b2b7f952740dade09ba662d60
-----------------------------------------------------------------------
commit 2ef4791861156a911b79c14e6747895e003a7825
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Jan 14 01:43:15 2015 -0700
Optimize message queue call
imp/lib/Ajax/Application/ShowMessage.php | 2 +-
imp/lib/Ajax/Queue.php | 19 +++++++++----------
2 files changed, 10 insertions(+), 11 deletions(-)
http://github.com/horde/horde/commit/2ef4791861156a911b79c14e6747895e003a7825
More information about the commits
mailing list