[commits] Horde branch redesign updated. 84d8ae37c4e2f06591204e1006b98be423cfc4ed

Jan Schneider jan at horde.org
Fri May 25 22:25:04 UTC 2012


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

from: d78c0e87f23f12388c06adb1eb0cdedef2286a8e

608dbf2 [mms] Fix typo preventing unlock at exit from working correctly.
06547fd Released Horde_Memcache-1.1.1
df03ece Development mode for Horde_Memcache-1.1.2
0c01370 [mms] Import API call now throws an ObjectExists exception when a duplicate is found.
e01e70c Use new Turba_Exception_ObjectExists return
49b0c1b Fix forwarding multiple messages in dynamic view
90cc999 [mms] Removed Horde#ajaxAvailable().
82f3228 [mms] Added the 'ajax' browser feature.
2ef09dd Merge branch 'master' into develop
814ff3b the fetch_res option was removed long ago
5f0f3ca clone object instead of creating multiple times
e7d9a16 Allow base query to be passed to andQuery() and orQuery()
11b73e6 Add test for OR queries with base query elements
4cbbfac Use clearer way to call andSearch() and orSearch()
d26cbd5 Fix error that crept in from master
c3710be Set a higher threshold to detect swipe events.
57c83e1 In Horde 4 there is no need to modify the SQL table name anymore.
bb33f09 Remove menu item setting in advance as this will become irrelevant with Horde 5.
c3edc77 Add the initial version of the Horde Module-from-Skeleton generator.
ee57221 Wrapping
ffc9b08 Fix detecting unnecessary folder changes.
e153da3 wrapping
8fa6e57 No need to get a copy of the syncCache from the backend here.
6c041ac Prevent race conditions caused if a device sends another SYNC while one is still in progress.
b278d2e parse error
b1160d0 Start cleaning up SETTINGS requests. ws/wrapping.
13df54a Add method to set the device's SETTINGS data.
16018e1 Fix property name, this is protected.
1c344a3 Save the useragent string
6d0c396 Remove debug output
3068aab Fix servicelink name
6d9f85e Fix fetching tasks for ActiveSync
84b9091 Fix catching/rethrowing exceptions when fetching new messages.
a9fc8c3 Fetch results now returned in Horde_Imap_Client_Fetch_Results object
8002228 Convert to new object return from Horde_Imap_Client_Base#fetch().
4ebe012 Use first() method in new results object
114d62b Add translated string that got lost
e03a91e Fix adding parameters to IMP autocompleter
981648b Add confirmation when deleting attachments in dynamic view (Bug #11161)
29162e4 [mms] Remove support for IE 6.
0d18416 Remove more stuff that was IE6 specific
4dad3b6 Not used in 12.1, and in fact breaks sending recurring tasks.
144a4e5 Fix weather autocompletion imple.
7137635 Fix turba search form javascript
289bcb9 Complete the new module generator.
7f1a965 Semi-colons are output by the inline script generator when using array
7a683b3 This is now evidently called 'id', and not triggerId
2974e86 Add filterCallback to the list of options that can contain javascript.
242e0ad This property was removed, don't attempt to set it.
7e75ef4 Fix logger call
44c6121 Removed unused table name, simplified retrieval query, and added simple posting operation.
280d1b1 Make 'horde' the default application for blockRefresh calls
405b374 Horde_Tree 2.0, separate tree object from renderers.
84d8ae3 Merge branch 'develop' into redesign

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

commit 608dbf2c319f07532f6a5c25727072d11f72a91f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 22 16:52:32 2012 -0600

    [mms] Fix typo preventing unlock at exit from working correctly.
    
    [mms] Increase lock timeout to 30 seconds.

 framework/Memcache/lib/Horde/Memcache.php |   14 ++++++++++----
 framework/Memcache/package.xml            |    6 ++++--
 2 files changed, 14 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/608dbf2c319f07532f6a5c25727072d11f72a91f

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

commit 06547fd5cf0c304be35ce27576e013a827111752
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 22 16:53:47 2012 -0600

    Released Horde_Memcache-1.1.1

 framework/Memcache/package.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/06547fd5cf0c304be35ce27576e013a827111752

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

commit df03ece812dd938786ebab7638ade745e073bd14
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 22 16:53:47 2012 -0600

    Development mode for Horde_Memcache-1.1.2

 framework/Memcache/package.xml |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

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

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

commit 0c0137083bb9124198d091ef40bb5e5e6ca74535
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed May 23 13:47:54 2012 -0600

    [mms] Import API call now throws an ObjectExists exception when a duplicate is found.

 turba/docs/CHANGES                   |    2 ++
 turba/lib/Api.php                    |   27 ++++++++++++++-------------
 turba/lib/Exception/ObjectExists.php |   17 +++++++++++++++++
 3 files changed, 33 insertions(+), 13 deletions(-)
 create mode 100644 turba/lib/Exception/ObjectExists.php

http://git.horde.org/horde-git/-/commit/0c0137083bb9124198d091ef40bb5e5e6ca74535

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

commit e01e70c786c1fe234f27ad308d00f943c7196f9e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed May 23 13:48:11 2012 -0600

    Use new Turba_Exception_ObjectExists return

 imp/lib/Compose.php |   21 ++-------------------
 1 files changed, 2 insertions(+), 19 deletions(-)

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

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

commit 49b0c1bf33f41b6f5bb4a93b8985e20ab0ee9a46
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed May 23 13:57:39 2012 -0600

    Fix forwarding multiple messages in dynamic view

 imp/lib/Dynamic/Compose.php |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/49b0c1bf33f41b6f5bb4a93b8985e20ab0ee9a46

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

commit 90cc999e6173bc827b2387090249ec7e8f3e48eb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed May 23 14:28:45 2012 -0600

    [mms] Removed Horde#ajaxAvailable().

 framework/Core/lib/Horde.php                       |   15 ---------------
 framework/Core/lib/Horde/Core/Auth/Application.php |   16 ++++++++--------
 framework/Core/package.xml                         |    1 +
 3 files changed, 9 insertions(+), 23 deletions(-)

http://git.horde.org/horde-git/-/commit/90cc999e6173bc827b2387090249ec7e8f3e48eb

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

commit 82f32289975be917dab4b2e99f943fd2139a6b95
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed May 23 14:29:43 2012 -0600

    [mms] Added the 'ajax' browser feature.

 framework/Browser/lib/Horde/Browser.php |   10 +++++++++-
 framework/Browser/package.xml           |    4 ++--
 2 files changed, 11 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/82f32289975be917dab4b2e99f943fd2139a6b95

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

commit 2ef09dd7cddd13bf71474481a766ac30ea5982e8
Merge: 90cc999 82f3228
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed May 23 14:30:14 2012 -0600

    Merge branch 'master' into develop

 framework/Browser/lib/Horde/Browser.php   |   10 +++++++++-
 framework/Browser/package.xml             |    4 ++--
 framework/Memcache/lib/Horde/Memcache.php |   14 ++++++++++----
 framework/Memcache/package.xml            |   18 ++++++++++++++++--
 4 files changed, 37 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/2ef09dd7cddd13bf71474481a766ac30ea5982e8

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

commit 814ff3b1cf21335d05021ff6337b4b052580f3b6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed May 23 23:55:15 2012 -0600

    the fetch_res option was removed long ago

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   67 +++++++--------
 1 files changed, 31 insertions(+), 36 deletions(-)

http://git.horde.org/horde-git/-/commit/814ff3b1cf21335d05021ff6337b4b052580f3b6

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

commit 5f0f3ca4dfe02d10cde50a763bef38a7521a9919
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu May 24 00:46:12 2012 -0600

    clone object instead of creating multiple times

 imp/lib/Search/Element/Autogenerated.php |    6 ++++--
 imp/lib/Search/Element/Personal.php      |    9 +++++----
 imp/lib/Search/Element/Recipient.php     |    9 +++++----
 3 files changed, 14 insertions(+), 10 deletions(-)

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

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

commit e7d9a16524418fb8cf67b58d9793bb0c8987eab5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu May 24 12:06:40 2012 -0600

    Allow base query to be passed to andQuery() and orQuery()

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING        |    5 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php |   24 ++++++---
 2 files changed, 21 insertions(+), 8 deletions(-)

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

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

commit 11b73e691568dedbe6db1a2195c1b0de56691372
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu May 24 12:19:49 2012 -0600

    Add test for OR queries with base query elements

 framework/Imap_Client/test/Horde/Imap/Client/SearchTest.php |   24 +++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/11b73e691568dedbe6db1a2195c1b0de56691372

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

commit 4cbbfacff75ed2395eca1f3e0890c8e1ee1d2f0d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu May 24 12:29:15 2012 -0600

    Use clearer way to call andSearch() and orSearch()

 imp/lib/Mailbox/List.php              |    2 +-
 imp/lib/Search/Element/Attachment.php |    2 +-
 imp/lib/Search/Element/Contacts.php   |    6 +-----
 imp/lib/Search/Element/Or.php         |    2 +-
 imp/lib/Search/Element/Personal.php   |    8 ++++----
 imp/lib/Search/Element/Recipient.php  |    8 ++++----
 6 files changed, 12 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/4cbbfacff75ed2395eca1f3e0890c8e1ee1d2f0d

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

commit d26cbd5fb940b54deffa57b6365c45d18603d4ff
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu May 24 22:17:33 2012 -0600

    Fix error that crept in from master

 imp/mailbox.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit c3710be848c881379ea4cad069a6d104fc686684
Author: Jan Schneider <jan at horde.org>
Date:   Fri May 25 11:05:56 2012 +0200

    Set a higher threshold to detect swipe events.

 framework/Core/js/smartmobile.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 57c83e1c937f059782393e628dfbd5e910984977
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri May 25 16:09:24 2012 +0200

    In Horde 4 there is no need to modify the SQL table name anymore.

 skeleton/config/conf.xml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/57c83e1c937f059782393e628dfbd5e910984977

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

commit bb33f097b9661ade11cbdb9ab06f4e7bf14e8932
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri May 25 16:09:40 2012 +0200

    Remove menu item setting in advance as this will become irrelevant with Horde 5.

 skeleton/config/conf.xml |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

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

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

commit c3edc77a7e72c97e0144804233ec1aeb0f127ed2
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri May 25 16:15:21 2012 +0200

    Add the initial version of the Horde Module-from-Skeleton generator.
    
    Started by Ralf Lang and grabbed from http://wiki.horde.org/CreatingYourFirstModule

 framework/devtools/horde-generate-module.php |   70 ++++++++++++++++++++++++++
 1 files changed, 70 insertions(+), 0 deletions(-)
 create mode 100755 framework/devtools/horde-generate-module.php

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

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

commit ee572218c132781e6bdbdf457faa76c832178bd1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 11:58:34 2012 -0400

    Wrapping

 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |    9 ++++--
 1 files changed, 6 insertions(+), 3 deletions(-)

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

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

commit ffc9b084b082d594417208ed00b60a17edd8533a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 11:58:46 2012 -0400

    Fix detecting unnecessary folder changes.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |   31 +++---
 1 files changed, 17 insertions(+), 14 deletions(-)

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

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

commit e153da3afa33955e7d3cb7a85ff89976a7bfb7b4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 12:11:35 2012 -0400

    wrapping

 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |    9 ++++--
 1 files changed, 6 insertions(+), 3 deletions(-)

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

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

commit 8fa6e577c61e5f315deace0fc55d46007da57bdd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 12:34:41 2012 -0400

    No need to get a copy of the syncCache from the backend here.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |   14 +----------
 1 files changed, 2 insertions(+), 12 deletions(-)

http://git.horde.org/horde-git/-/commit/8fa6e577c61e5f315deace0fc55d46007da57bdd

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

commit 6c041ac0f730f7a54b755fb60634d94092de917b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 12:35:08 2012 -0400

    Prevent race conditions caused if a device sends another SYNC while one is still in progress.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |   15 ++++++-----
 1 files changed, 8 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/6c041ac0f730f7a54b755fb60634d94092de917b

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

commit b278d2e18510449699563fb584cf804dce7056a0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 12:36:52 2012 -0400

    parse error

 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit b1160d06a850215937eada2f5b62e34c246f8ecc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 13:38:54 2012 -0400

    Start cleaning up SETTINGS requests. ws/wrapping.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Settings.php |   51 ++++----
 1 files changed, 26 insertions(+), 25 deletions(-)

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

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

commit 13df54a000a6ec84cca0f97dc93806005900299b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 13:39:35 2012 -0400

    Add method to set the device's SETTINGS data.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php |   10 ++++++
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php  |   21 ++++++++++++++
 framework/ActiveSync/package.xml                         |    8 +++--
 3 files changed, 36 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/13df54a000a6ec84cca0f97dc93806005900299b

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

commit 16018e160b9d7d436f03e9d57205933c04c6dbaf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 13:42:15 2012 -0400

    Fix property name, this is protected.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Settings.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/16018e160b9d7d436f03e9d57205933c04c6dbaf

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

commit 1c344a3c3ba479b2ca5ef5799e23a12a5cfe32d3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 13:50:54 2012 -0400

    Save the useragent string

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |   10 ++++++----
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php     |   12 ++++++++++--
 2 files changed, 16 insertions(+), 6 deletions(-)

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

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

commit 6d0c396cfe847bd514aad05add4bd52dd12b1b12
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 13:51:16 2012 -0400

    Remove debug output

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/6d0c396cfe847bd514aad05add4bd52dd12b1b12

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

commit 3068aabb3350a8a1cfd1bac1ff9b988a79820589
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 14:01:58 2012 -0400

    Fix servicelink name

 nag/templates/list/task_headers.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3068aabb3350a8a1cfd1bac1ff9b988a79820589

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

commit 6d9f85efbf111cea7bf2888f8e06f5e3facea046
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 14:10:13 2012 -0400

    Fix fetching tasks for ActiveSync

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/6d9f85efbf111cea7bf2888f8e06f5e3facea046

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

commit 84b909135fd2a88a8cd9d55b5e6788a4ea932aa4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 14:14:13 2012 -0400

    Fix catching/rethrowing exceptions when fetching new messages.

 framework/ActiveSync/lib/Horde/ActiveSync/Sync.php  |    2 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/84b909135fd2a88a8cd9d55b5e6788a4ea932aa4

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

commit a9fc8c371ff14e6cd3b0bc3904657f7228991976
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu May 24 00:11:35 2012 -0600

    Fetch results now returned in Horde_Imap_Client_Fetch_Results object

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING         |    1 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php          |  106 +++----
 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Results.php |  161 +++++++++
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php        |   96 ++----
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php   |   34 +-
 framework/Imap_Client/package.xml                             |    6 +-
 6 files changed, 254 insertions(+), 150 deletions(-)
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Results.php

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

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

commit 8002228bb4c916d652bfbd00f090d875253bcaf7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu May 24 22:14:57 2012 -0600

    Convert to new object return from Horde_Imap_Client_Base#fetch().

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |    4 ++--
 imp/lib/Block/Newmail.php                                  |    5 ++---
 imp/lib/Contents.php                                       |    2 +-
 imp/lib/Mailbox/List.php                                   |    5 ++---
 imp/lib/Message.php                                        |    6 ++----
 imp/lib/Ui/Folder.php                                      |    3 +--
 6 files changed, 10 insertions(+), 15 deletions(-)

http://git.horde.org/horde-git/-/commit/8002228bb4c916d652bfbd00f090d875253bcaf7

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

commit 4ebe0123ee016155406dd782383d2b4c816832d6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu May 24 22:42:46 2012 -0600

    Use first() method in new results object

 imp/lib/Ajax/Application/ShowMessage.php |    6 ++--
 imp/lib/Contents.php                     |   37 +++++++++++++-----------------
 imp/lib/Message.php                      |    8 +++---
 imp/lib/Minimal/Message.php              |    4 +-
 imp/lib/Ui/Message.php                   |    2 +-
 imp/message.php                          |    4 +-
 6 files changed, 28 insertions(+), 33 deletions(-)

http://git.horde.org/horde-git/-/commit/4ebe0123ee016155406dd782383d2b4c816832d6

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

commit 114d62bbb3017b6d4a454d8ca2df2fc3beb52aec
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri May 25 01:58:42 2012 -0600

    Add translated string that got lost

 imp/lib/Dynamic/Base.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/114d62bbb3017b6d4a454d8ca2df2fc3beb52aec

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

commit e03a91e98aca89b3396e0b40e8866a6e9d253aa8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri May 25 11:48:38 2012 -0600

    Fix adding parameters to IMP autocompleter

 framework/Core/lib/Horde/Core/Ajax/Imple/ContactAutoCompleter.php |   16 ++++-
 imp/lib/Ajax/Imple/ContactAutoCompleter.php                       |   10 ++-
 2 files changed, 20 insertions(+), 6 deletions(-)

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

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

commit 981648bfba7995e6f08e23230033be4ca322573f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri May 25 12:04:27 2012 -0600

    Add confirmation when deleting attachments in dynamic view (Bug #11161)

 imp/js/dimpbase.js       |   20 +++++++++++---------
 imp/js/message-dimp.js   |   14 ++++++++------
 imp/lib/Dynamic/Base.php |    1 +
 3 files changed, 20 insertions(+), 15 deletions(-)

http://git.horde.org/horde-git/-/commit/981648bfba7995e6f08e23230033be4ca322573f

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

commit 29162e4171b7ecc7683ad0d7fe555ceacbd3e83f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri May 25 12:04:49 2012 -0600

    [mms] Remove support for IE 6.

 horde/docs/CHANGES |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/29162e4171b7ecc7683ad0d7fe555ceacbd3e83f

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

commit 0d184165bb192114d13eccf37469857724ff9def
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri May 25 12:13:34 2012 -0600

    Remove more stuff that was IE6 specific

 ansel/lib/Factory/Styles.php              |    4 +-
 ansel/lib/Gallery.php                     |    4 +-
 framework/Core/lib/Horde/Core/Browser.php |   60 +---------------------------
 horde/js/login.js                         |    6 ---
 horde/login.php                           |    3 -
 horde/templates/login/login.inc           |    1 -
 6 files changed, 5 insertions(+), 73 deletions(-)

http://git.horde.org/horde-git/-/commit/0d184165bb192114d13eccf37469857724ff9def

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

commit 4dad3b651a2cd10a1c5b936bae1923c22f464d4f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 14:39:02 2012 -0400

    Not used in 12.1, and in fact breaks sending recurring tasks.

 .../ActiveSync/lib/Horde/ActiveSync/Message/TaskRecurrence.php    |    6 +----
 1 files changed, 1 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/4dad3b651a2cd10a1c5b936bae1923c22f464d4f

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

commit 144a4e5c0a5f3bd6029dc00596078a619b9e6ebd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 15:48:30 2012 -0400

    Fix weather autocompletion imple.

 .../lib/Horde/Core/Ajax/Imple/WeatherLocationAutoCompleter.php    |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/144a4e5c0a5f3bd6029dc00596078a619b9e6ebd

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

commit 7137635c8a6ed918ca0051ff5949d3b1ffd06726
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 16:35:51 2012 -0400

    Fix turba search form javascript

 turba/templates/search/basic.html.php |   12 +++++++-----
 turba/templates/search/vbook.html.php |   11 ++++++-----
 2 files changed, 13 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/7137635c8a6ed918ca0051ff5949d3b1ffd06726

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

commit 289bcb9968a4da1cbc457abfbd7b30a97123aeaf
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri May 25 22:37:07 2012 +0200

    Complete the new module generator.

 framework/devtools/horde-generate-module.php |  169 ++++++++++++++++++--------
 1 files changed, 116 insertions(+), 53 deletions(-)

http://git.horde.org/horde-git/-/commit/289bcb9968a4da1cbc457abfbd7b30a97123aeaf

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

commit 7f1a965ace8ca059ee10eee5a4cdbf2fc951d36e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 16:45:04 2012 -0400

    Semi-colons are output by the inline script generator when using array

 .../lib/Horde/Core/Ajax/Imple/WeatherLocationAutoCompleter.php    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/7f1a965ace8ca059ee10eee5a4cdbf2fc951d36e

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

commit 7a683b369a1170fe9544ca034f6f638859e8c90e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 16:47:25 2012 -0400

    This is now evidently called 'id', and not triggerId

 .../lib/Horde/Core/Ajax/Imple/WeatherLocationAutoCompleter.php    |    2 +-
 horde/lib/Block/Weather.php                                       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/7a683b369a1170fe9544ca034f6f638859e8c90e

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

commit 2974e86c5818439c3f39455f9169932fe44a26bb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 17:08:21 2012 -0400

    Add filterCallback to the list of options that can contain javascript.

 framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter/Ajax.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/2974e86c5818439c3f39455f9169932fe44a26bb

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

commit 242e0ad7d57adfda31ef548e61b508a7a4fe34b4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 17:10:28 2012 -0400

    This property was removed, don't attempt to set it.

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/242e0ad7d57adfda31ef548e61b508a7a4fe34b4

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

commit 7e75ef464642f34ba17b173c0ab91bec2b04b7c9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 17:11:04 2012 -0400

    Fix logger call

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/7e75ef464642f34ba17b173c0ab91bec2b04b7c9

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

commit 44c6121637b6fb661565a891db053a704f14796f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri May 25 23:29:00 2012 +0200

    Removed unused table name, simplified retrieval query, and added simple posting operation.

 skeleton/lib/Driver/Sql.php |   35 +++++++++++++++++++++++++++++------
 1 files changed, 29 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/44c6121637b6fb661565a891db053a704f14796f

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

commit 280d1b11c56de81810a1c390ddcfd9c47a415d13
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri May 25 18:10:18 2012 -0400

    Make 'horde' the default application for blockRefresh calls
    
    Fixes the weather block's location changing/updating functionality.

 horde/lib/Ajax/Application.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/280d1b11c56de81810a1c390ddcfd9c47a415d13

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

commit 405b37474119048c25386a5b65d2a60ac3f6c31a
Author: Jan Schneider <jan at horde.org>
Date:   Sat May 26 00:09:36 2012 +0200

    Horde_Tree 2.0, separate tree object from renderers.

 agora/lib/Driver.php                                       |   16 +-
 agora/lib/Tree/Flat.php                                    |   83 +--
 agora/messages/index.php                                   |    6 +-
 ansel/lib/Ansel.php                                        |    7 +-
 ansel/lib/Widget/OtherGalleries.php                        |   10 +-
 chora/lib/Application.php                                  |   14 +-
 framework/Core/lib/Horde/Core/Factory/Tree.php             |   10 +-
 framework/Core/lib/Horde/Core/Perms/Ui.php                 |   21 +-
 framework/Core/lib/Horde/Core/Sidebar.php                  |   15 +-
 framework/Core/lib/Horde/Core/Tree/Html.php                |   87 --
 framework/Core/lib/Horde/Core/Tree/Javascript.php          |  161 ----
 framework/Core/lib/Horde/Core/Tree/Renderer/Html.php       |   90 ++
 framework/Core/lib/Horde/Core/Tree/Renderer/Javascript.php |  159 ++++
 framework/Core/lib/Horde/Core/Tree/Renderer/Simplehtml.php |   34 +
 framework/Core/lib/Horde/Core/Tree/Simplehtml.php          |   30 -
 framework/Core/lib/Horde/Registry.php                      |    2 +-
 framework/Core/package.xml                                 |   24 +-
 framework/Perms/package.xml                                |    6 +-
 framework/Tree/doc/Horde/Tree/UPGRADING                    |   30 +
 framework/Tree/lib/Horde/Tree.php                          |  261 +++++-
 framework/Tree/lib/Horde/Tree/Base.php                     |  417 ---------
 framework/Tree/lib/Horde/Tree/Html.php                     |  544 ------------
 framework/Tree/lib/Horde/Tree/Jquerymobile.php             |  114 ---
 framework/Tree/lib/Horde/Tree/Renderer.php                 |   83 ++
 framework/Tree/lib/Horde/Tree/Renderer/Base.php            |  283 ++++++
 framework/Tree/lib/Horde/Tree/Renderer/Html.php            |  513 +++++++++++
 framework/Tree/lib/Horde/Tree/Renderer/Jquerymobile.php    |  103 +++
 framework/Tree/lib/Horde/Tree/Renderer/Select.php          |   55 ++
 framework/Tree/lib/Horde/Tree/Renderer/Simplehtml.php      |   87 ++
 framework/Tree/lib/Horde/Tree/Select.php                   |   95 --
 framework/Tree/lib/Horde/Tree/Simplehtml.php               |  124 ---
 framework/Tree/package.xml                                 |   55 +-
 gollem/lib/Application.php                                 |   15 +-
 hermes/deliverables.php                                    |   11 +-
 hermes/lib/Application.php                                 |   62 +-
 horde/admin/activesync.php                                 |   49 +-
 horde/admin/datatree.php                                   |   14 +-
 horde/admin/groups.php                                     |   17 +-
 horde/package.xml                                          |    6 +-
 horde/services/help/index.php                              |    8 +-
 imp/lib/Application.php                                    |   45 +-
 imp/lib/Contents.php                                       |   15 +-
 imp/lib/Imap/Tree.php                                      |   19 +-
 imp/lib/Tree/Flist.php                                     |   26 +-
 imp/lib/Tree/Jquerymobile.php                              |   20 +-
 imp/lib/Tree/Simplehtml.php                                |    4 +-
 imp/package.xml                                            |    6 +-
 jonah/lib/Application.php                                  |   15 +-
 kronolith/lib/Application.php                              |   45 +-
 mnemo/lib/Application.php                                  |   45 +-
 nag/lib/Application.php                                    |   75 +-
 turba/lib/Application.php                                  |   59 +-
 whups/lib/Application.php                                  |   30 +-
 53 files changed, 2055 insertions(+), 2070 deletions(-)
 delete mode 100644 framework/Core/lib/Horde/Core/Tree/Html.php
 delete mode 100644 framework/Core/lib/Horde/Core/Tree/Javascript.php
 create mode 100644 framework/Core/lib/Horde/Core/Tree/Renderer/Html.php
 create mode 100644 framework/Core/lib/Horde/Core/Tree/Renderer/Javascript.php
 create mode 100644 framework/Core/lib/Horde/Core/Tree/Renderer/Simplehtml.php
 delete mode 100644 framework/Core/lib/Horde/Core/Tree/Simplehtml.php
 create mode 100644 framework/Tree/doc/Horde/Tree/UPGRADING
 delete mode 100644 framework/Tree/lib/Horde/Tree/Base.php
 delete mode 100644 framework/Tree/lib/Horde/Tree/Html.php
 delete mode 100644 framework/Tree/lib/Horde/Tree/Jquerymobile.php
 create mode 100644 framework/Tree/lib/Horde/Tree/Renderer.php
 create mode 100644 framework/Tree/lib/Horde/Tree/Renderer/Base.php
 create mode 100644 framework/Tree/lib/Horde/Tree/Renderer/Html.php
 create mode 100644 framework/Tree/lib/Horde/Tree/Renderer/Jquerymobile.php
 create mode 100644 framework/Tree/lib/Horde/Tree/Renderer/Select.php
 create mode 100644 framework/Tree/lib/Horde/Tree/Renderer/Simplehtml.php
 delete mode 100644 framework/Tree/lib/Horde/Tree/Select.php
 delete mode 100644 framework/Tree/lib/Horde/Tree/Simplehtml.php

http://git.horde.org/horde-git/-/commit/405b37474119048c25386a5b65d2a60ac3f6c31a

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

commit 84d8ae37c4e2f06591204e1006b98be423cfc4ed
Merge: d78c0e8 405b374
Author: Jan Schneider <jan at horde.org>
Date:   Sat May 26 00:23:09 2012 +0200

    Merge branch 'develop' into redesign
    
    Conflicts:
    	framework/Core/package.xml
    	imp/lib/Application.php
    	imp/lib/Contents.php
    	turba/templates/search/basic.html.php
    	turba/templates/search/vbook.html.php

 agora/lib/Driver.php                                              |   16 +-
 agora/lib/Tree/Flat.php                                           |   83 +-
 agora/messages/index.php                                          |    6 +-
 ansel/lib/Ansel.php                                               |    7 +-
 ansel/lib/Factory/Styles.php                                      |    4 +-
 ansel/lib/Gallery.php                                             |    4 +-
 ansel/lib/Widget/OtherGalleries.php                               |   10 +-
 chora/lib/Application.php                                         |   14 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php        |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php        |    4 -
 .../ActiveSync/lib/Horde/ActiveSync/Message/TaskRecurrence.php    |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php  |   49 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Settings.php    |   55 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |   31 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php          |   10 +
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |   23 +
 framework/ActiveSync/lib/Horde/ActiveSync/Sync.php                |    2 +-
 framework/ActiveSync/package.xml                                  |    8 +-
 framework/Browser/lib/Horde/Browser.php                           |   10 +-
 framework/Browser/package.xml                                     |    4 +-
 framework/Core/lib/Horde.php                                      |   15 -
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |   25 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter/Ajax.php   |    4 +-
 framework/Core/lib/Horde/Core/Ajax/Imple/ContactAutoCompleter.php |   16 +-
 .../lib/Horde/Core/Ajax/Imple/WeatherLocationAutoCompleter.php    |    9 +-
 framework/Core/lib/Horde/Core/Auth/Application.php                |   16 +-
 framework/Core/lib/Horde/Core/Browser.php                         |   60 +-
 framework/Core/lib/Horde/Core/Factory/Tree.php                    |   10 +-
 framework/Core/lib/Horde/Core/Perms/Ui.php                        |   21 +-
 framework/Core/lib/Horde/Core/Sidebar.php                         |   15 +-
 framework/Core/lib/Horde/Core/Tree/Html.php                       |   87 -
 framework/Core/lib/Horde/Core/Tree/Javascript.php                 |  161 --
 framework/Core/lib/Horde/Core/Tree/Renderer/Html.php              |   90 +
 framework/Core/lib/Horde/Core/Tree/Renderer/Javascript.php        |  159 ++
 framework/Core/lib/Horde/Core/Tree/Renderer/Simplehtml.php        |   34 +
 framework/Core/lib/Horde/Core/Tree/Simplehtml.php                 |   30 -
 framework/Core/lib/Horde/Registry.php                             |    2 +-
 framework/Core/package.xml                                        |   27 +-
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |    6 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |  106 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Results.php     |  161 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php      |   24 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |  157 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |   34 +-
 framework/Imap_Client/package.xml                                 |    6 +-
 framework/Imap_Client/test/Horde/Imap/Client/SearchTest.php       |   24 +
 framework/Memcache/lib/Horde/Memcache.php                         |   14 +-
 framework/Memcache/package.xml                                    |   18 +-
 framework/Perms/package.xml                                       |    6 +-
 framework/Tree/doc/Horde/Tree/UPGRADING                           |   30 +
 framework/Tree/lib/Horde/Tree.php                                 |  261 ++-
 framework/Tree/lib/Horde/Tree/Base.php                            |  417 ----
 framework/Tree/lib/Horde/Tree/Html.php                            |  544 -----
 framework/Tree/lib/Horde/Tree/Jquerymobile.php                    |  114 -
 framework/Tree/lib/Horde/Tree/Renderer.php                        |   83 +
 framework/Tree/lib/Horde/Tree/Renderer/Base.php                   |  283 +++
 framework/Tree/lib/Horde/Tree/Renderer/Html.php                   |  513 ++++
 framework/Tree/lib/Horde/Tree/Renderer/Jquerymobile.php           |  103 +
 framework/Tree/lib/Horde/Tree/Renderer/Select.php                 |   55 +
 framework/Tree/lib/Horde/Tree/Renderer/Simplehtml.php             |   87 +
 framework/Tree/lib/Horde/Tree/Select.php                          |   95 -
 framework/Tree/lib/Horde/Tree/Simplehtml.php                      |  124 -
 framework/Tree/package.xml                                        |   55 +-
 framework/devtools/horde-generate-module.php                      |  133 +
 gollem/lib/Application.php                                        |   15 +-
 hermes/deliverables.php                                           |   11 +-
 hermes/lib/Application.php                                        |   62 +-
 horde/admin/activesync.php                                        |   49 +-
 horde/admin/datatree.php                                          |   14 +-
 horde/admin/groups.php                                            |   17 +-
 horde/docs/CHANGES                                                |    1 +
 horde/js/login.js                                                 |    6 -
 horde/lib/Ajax/Application.php                                    |    6 +-
 horde/lib/Block/Weather.php                                       |    2 +-
 horde/login.php                                                   |    3 -
 horde/package.xml                                                 |    6 +-
 horde/services/help/index.php                                     |    8 +-
 horde/templates/login/login.inc                                   |    1 -
 imp/js/dimpbase.js                                                |   20 +-
 imp/js/message-dimp.js                                            |   14 +-
 imp/lib/Ajax/Application/ShowMessage.php                          |    6 +-
 imp/lib/Ajax/Imple/ContactAutoCompleter.php                       |   10 +-
 imp/lib/Application.php                                           |   30 +-
 imp/lib/Block/Newmail.php                                         |    5 +-
 imp/lib/Compose.php                                               |   21 +-
 imp/lib/Contents.php                                              |   56 +-
 imp/lib/Dynamic/Base.php                                          |    4 +-
 imp/lib/Dynamic/Compose.php                                       |   11 +-
 imp/lib/Imap/Tree.php                                             |   19 +-
 imp/lib/Mailbox/List.php                                          |    7 +-
 imp/lib/Message.php                                               |   14 +-
 imp/lib/Minimal/Message.php                                       |    4 +-
 imp/lib/Search/Element/Attachment.php                             |    2 +-
 imp/lib/Search/Element/Autogenerated.php                          |    6 +-
 imp/lib/Search/Element/Contacts.php                               |    6 +-
 imp/lib/Search/Element/Or.php                                     |    2 +-
 imp/lib/Search/Element/Personal.php                               |   17 +-
 imp/lib/Search/Element/Recipient.php                              |   17 +-
 imp/lib/Tree/Flist.php                                            |   26 +-
 imp/lib/Tree/Jquerymobile.php                                     |   20 +-
 imp/lib/Tree/Simplehtml.php                                       |    4 +-
 imp/lib/Ui/Folder.php                                             |    3 +-
 imp/lib/Ui/Message.php                                            |    2 +-
 imp/mailbox.php                                                   |    2 +-
 imp/message.php                                                   |    4 +-
 imp/package.xml                                                   |    6 +-
 jonah/lib/Application.php                                         |   15 +-
 kronolith/lib/Application.php                                     |   45 +-
 mnemo/lib/Application.php                                         |   45 +-
 nag/lib/Application.php                                           |   75 +-
 nag/templates/list/task_headers.inc                               |    2 +-
 skeleton/config/conf.xml                                          |   12 -
 skeleton/lib/Driver/Sql.php                                       |   35 +-
 turba/docs/CHANGES                                                |    2 +
 turba/lib/Api.php                                                 |   27 +-
 turba/lib/Application.php                                         |   59 +-
 turba/lib/Exception/ObjectExists.php                              |   17 +
 whups/lib/Application.php                                         |   30 +-
 118 files changed, 2880 insertions(+), 2607 deletions(-)

http://git.horde.org/horde-git/-/commit/84d8ae37c4e2f06591204e1006b98be423cfc4ed




More information about the commits mailing list