[commits] Horde branch develop updated. 89d91bc80894bf87f4204f24289f1e14086f12ad

Michael M Slusarz slusarz at horde.org
Wed Apr 25 23:36:46 UTC 2012


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

from: ed0a50206564a2924d07ad235943853ed46212b9

1dd3dd8 Correct fix for RETURN catching in Subject input
03bb49e Fix spacing (litter at web.de, Bug #11158).
5bd6353 Update lv translation.
dddf839 Don't show preview when selecting all messages in mailbox
74538ed Not supported in smartmobile view
313df97 Correctly reply/template/resume in text format only when using smartmobile view
006a5bb Port toQueryParams() from prototypejs to our local jquery utility library
b613242 Add parseUrl() utility method to aid in determining current mobile view/parameters
42fc723 Use HordeMobile.parseUrl() to make hash/parameter handling more robust/easier to read
d320a8f Add HordeMobile.updateHash()
89d91bc Bug #11160: Fix paging of mailbox in smartmobile view

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

commit 1dd3dd8868820fd2ee8fc8ff0044c68099bcfe24
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 23 15:25:02 2012 -0600

    Correct fix for RETURN catching in Subject input
    
    Need to keep type="submit" or else FF buttons are not correctly sized.

 imp/js/compose-dimp.js                  |    6 ++++++
 imp/templates/dimp/compose/compose.html |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/1dd3dd8868820fd2ee8fc8ff0044c68099bcfe24

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

commit 03bb49e9a0b75bf0545269fed0b6db16815eba2d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 24 11:52:06 2012 +0200

    Fix spacing (litter at web.de, Bug #11158).

 horde/scripts/ldap/rfc2739.ldif |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/03bb49e9a0b75bf0545269fed0b6db16815eba2d

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

commit 5bd6353a2ea403bb059fb02dbd9b367970dda478
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 24 18:09:20 2012 +0200

    Update lv translation.

 agora/locale/lv/LC_MESSAGES/agora.mo             |  Bin 82881 -> 82890 bytes
 ansel/locale/lv/LC_MESSAGES/ansel.mo             |  Bin 93251 -> 103167 bytes
 ansel/locale/lv/LC_MESSAGES/ansel.po             | 1184 +++++++++-------------
 ansel/locale/lv/help.xml                         |   54 +
 beatnik/locale/lv/LC_MESSAGES/beatnik.mo         |  Bin 77138 -> 77147 bytes
 chora/locale/lv/LC_MESSAGES/chora.mo             |  Bin 75863 -> 75872 bytes
 folks/locale/lv/LC_MESSAGES/folks.mo             |  Bin 78604 -> 78613 bytes
 gollem/locale/lv/LC_MESSAGES/gollem.mo           |  Bin 79569 -> 79365 bytes
 gollem/locale/lv/LC_MESSAGES/gollem.po           |  224 ++---
 hermes/locale/lv/LC_MESSAGES/hermes.mo           |  Bin 77273 -> 77282 bytes
 horde/locale/lv/LC_MESSAGES/horde.mo             |  Bin 71428 -> 71437 bytes
 horde/locale/lv/LC_MESSAGES/horde.po             |  199 ++--
 imp/locale/lv/LC_MESSAGES/imp.mo                 |  Bin 187948 -> 188944 bytes
 imp/locale/lv/LC_MESSAGES/imp.po                 | 1002 ++++++++++---------
 imp/locale/lv/help.xml                           |  118 ++--
 ingo/locale/lv/LC_MESSAGES/ingo.mo               |  Bin 88754 -> 88763 bytes
 ingo/locale/lv/LC_MESSAGES/ingo.po               |   50 +-
 jonah/locale/lv/LC_MESSAGES/jonah.mo             |  Bin 79218 -> 79227 bytes
 klutz/locale/lv/LC_MESSAGES/klutz.mo             |  Bin 74694 -> 74703 bytes
 kronolith/locale/lv/LC_MESSAGES/kronolith.mo     |  Bin 131451 -> 131595 bytes
 kronolith/locale/lv/LC_MESSAGES/kronolith.po     |  803 ++++++++--------
 luxor/locale/lv/LC_MESSAGES/luxor.mo             |  Bin 73331 -> 73340 bytes
 mnemo/locale/lv/LC_MESSAGES/mnemo.mo             |  Bin 81436 -> 81491 bytes
 mnemo/locale/lv/LC_MESSAGES/mnemo.po             |  181 +++-
 nag/locale/lv/LC_MESSAGES/nag.mo                 |  Bin 95539 -> 95431 bytes
 nag/locale/lv/LC_MESSAGES/nag.po                 |  484 +++++----
 nag/locale/lv/help.xml                           |   38 +-
 passwd/locale/lv/LC_MESSAGES/passwd.mo           |  Bin 80487 -> 80496 bytes
 sam/locale/lv/LC_MESSAGES/sam.mo                 |  Bin 74445 -> 74454 bytes
 sesha/locale/lv/LC_MESSAGES/sesha.mo             |  Bin 77283 -> 77292 bytes
 timeobjects/locale/lv/LC_MESSAGES/timeobjects.mo |  Bin 72054 -> 72063 bytes
 trean/locale/lv/LC_MESSAGES/trean.mo             |  Bin 81866 -> 81875 bytes
 turba/locale/lv/LC_MESSAGES/turba.mo             |  Bin 102104 -> 102352 bytes
 turba/locale/lv/LC_MESSAGES/turba.po             |  203 ++--
 ulaform/locale/lv/LC_MESSAGES/ulaform.mo         |  Bin 76564 -> 76573 bytes
 vilma/locale/lv/LC_MESSAGES/vilma.mo             |  Bin 78887 -> 78896 bytes
 whups/locale/lv/LC_MESSAGES/whups.mo             |  Bin 94659 -> 94668 bytes
 wicked/locale/lv/LC_MESSAGES/wicked.mo           |  Bin 76127 -> 76136 bytes
 38 files changed, 2304 insertions(+), 2236 deletions(-)
 create mode 100755 ansel/locale/lv/help.xml

http://git.horde.org/horde-git/-/commit/5bd6353a2ea403bb059fb02dbd9b367970dda478

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

commit dddf839c328c2f749f9939b0ec8f546af19641c6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 25 13:22:37 2012 -0600

    Don't show preview when selecting all messages in mailbox

 imp/js/dimpbase.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/dddf839c328c2f749f9939b0ec8f546af19641c6

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

commit 74538ed5a16fe6dfa61838a056cfd5c9fcf82b1f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 25 14:37:15 2012 -0600

    Not supported in smartmobile view

 imp/js/mobile.js |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/74538ed5a16fe6dfa61838a056cfd5c9fcf82b1f

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

commit 313df9741454ae6459ffe7ecf8ad39abea74c985
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 25 14:46:50 2012 -0600

    Correctly reply/template/resume in text format only when using smartmobile view

 imp/compose-dimp.php         |    4 ++-
 imp/compose-mimp.php         |   21 +++++++++++++----
 imp/compose.php              |    4 ++-
 imp/js/mobile.js             |    4 ++-
 imp/lib/Ajax/Application.php |   20 +++++++++++++---
 imp/lib/Compose.php          |   51 +++++++++++++++++++++++++++--------------
 6 files changed, 74 insertions(+), 30 deletions(-)

http://git.horde.org/horde-git/-/commit/313df9741454ae6459ffe7ecf8ad39abea74c985

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

commit 006a5bbfacc6a7508d2052c2da3e38c03fd370a2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 25 15:19:25 2012 -0600

    Port toQueryParams() from prototypejs to our local jquery utility library

 horde/js/horde-jquery.js |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/006a5bbfacc6a7508d2052c2da3e38c03fd370a2

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

commit b613242996ee6906a8961eb7709d7ced82021db8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 25 15:47:05 2012 -0600

    Add parseUrl() utility method to aid in determining current mobile view/parameters

 horde/js/mobile.js |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/b613242996ee6906a8961eb7709d7ced82021db8

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

commit 42fc7236e75e910595eeff57ea189d8b7f8cefe4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 25 15:55:34 2012 -0600

    Use HordeMobile.parseUrl() to make hash/parameter handling more robust/easier to read

 imp/js/mobile.js |  169 ++++++++++++++++++++++++------------------------------
 1 files changed, 74 insertions(+), 95 deletions(-)

http://git.horde.org/horde-git/-/commit/42fc7236e75e910595eeff57ea189d8b7f8cefe4

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

commit d320a8fab179985b1f8aa6b1f1b67f4183000f5b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 25 16:28:56 2012 -0600

    Add HordeMobile.updateHash()

 horde/js/mobile.js |   12 ++++++++++++
 imp/js/mobile.js   |    8 ++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/d320a8fab179985b1f8aa6b1f1b67f4183000f5b

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

commit 89d91bc80894bf87f4204f24289f1e14086f12ad
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 25 17:36:28 2012 -0600

    Bug #11160: Fix paging of mailbox in smartmobile view

 imp/js/mobile.js |   61 ++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 43 insertions(+), 18 deletions(-)

http://git.horde.org/horde-git/-/commit/89d91bc80894bf87f4204f24289f1e14086f12ad




More information about the commits mailing list