[commits] Horde branch develop updated. d83184e491d2ec2d275286975661fba0f4388d2b

Michael M Slusarz slusarz at horde.org
Sat Mar 17 02:43:29 UTC 2012


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

from: 6472c4ecd2f43aafc48ed99e98c6975f4a1f7f63

f93677b Add a very simple example using Horde_Autoloader
4f93687 Add migration example.
6f750de [jan] Fix Horde_Rdo_Exception not extending Horde_Exception.
5300bd5 Return zero if there is nothing to change.
5fd4833 Implement ArrayAccess in Horde_Rdo_Base and Horde_Variables.
b0a0841 [jan] Fix positioning of events on DST changing dates (Bug #11070).
037a40a array_keys() already contains the UID list
6bff352 Merge branch 'master' into develop
def9ab9 Entry might not exist of Zip archive is damaged.
15d1784 Tone down log level when message can't be found
ea05136 Fix missing argument error
d83184e Merge branch 'master' into develop

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

commit f93677b1670974e76dbe437239d8e09f857f02fb
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu Mar 15 10:34:47 2012 +0100

    Add a very simple example using Horde_Autoloader

 framework/Autoloader/doc/Horde/Autoloader/examples/most_basic.php |   17 +++++
 1 files changed, 17 insertions(+), 0 deletions(-)
 create mode 100644 framework/Autoloader/doc/Horde/Autoloader/examples/most_basic.php

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

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

commit 4f93687fa9c9f80dd1e1eb892bd99494546568e8
Author: Jan Schneider <jan at horde.org>
Date:   Thu Mar 15 11:08:36 2012 +0100

    Add migration example.

 skeleton/migration/1_skeleton_base_tables.php |   36 +++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)
 create mode 100644 skeleton/migration/1_skeleton_base_tables.php

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

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

commit 6f750de0aa04e648274bfe19f9092e6dc1345c67
Author: Jan Schneider <jan at horde.org>
Date:   Thu Mar 15 22:42:48 2012 +0100

    [jan] Fix Horde_Rdo_Exception not extending Horde_Exception.

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

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

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

commit 5300bd5d9bf4fa1380a2ed66e1c9d06e7152e57f
Author: Jan Schneider <jan at horde.org>
Date:   Thu Mar 15 22:43:52 2012 +0100

    Return zero if there is nothing to change.

 framework/Rdo/lib/Horde/Rdo/Mapper.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/5300bd5d9bf4fa1380a2ed66e1c9d06e7152e57f

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

commit 5fd48335d8428c3f631285f8a25ce7d4d641fa7f
Author: Jan Schneider <jan at horde.org>
Date:   Thu Mar 15 22:47:11 2012 +0100

    Implement ArrayAccess in Horde_Rdo_Base and Horde_Variables.

 framework/Rdo/lib/Horde/Rdo/Base.php   |   42 +++++++++++++++++++++++++++++++-
 framework/Rdo/package.xml              |   10 ++++---
 framework/Util/lib/Horde/Variables.php |   42 +++++++++++++++++++++++++++++++-
 framework/Util/package.xml             |   12 ++++----
 4 files changed, 94 insertions(+), 12 deletions(-)

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

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

commit b0a084157222e7b228bbdd22a2b057f3acf17d59
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 16 18:10:59 2012 +0100

    [jan] Fix positioning of events on DST changing dates (Bug #11070).

 kronolith/docs/CHANGES    |    1 +
 kronolith/js/kronolith.js |    3 ++-
 kronolith/package.xml     |    2 ++
 3 files changed, 5 insertions(+), 1 deletions(-)

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

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

commit 037a40a5d9c232ed075076bc6e00009621680ff6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Mar 16 18:32:40 2012 -0600

    array_keys() already contains the UID list

 framework/Imap_Client/lib/Horde/Imap/Client/Cache.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/037a40a5d9c232ed075076bc6e00009621680ff6

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

commit 6bff3524d45448bf80fef49dcf4e3179ccfffd2c
Merge: 6472c4e 037a40a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Mar 16 18:45:02 2012 -0600

    Merge branch 'master' into develop
    
    Conflicts:
    	framework/Util/package.xml
    	kronolith/js/kronolith.js
    	kronolith/package.xml

 framework/Autoloader/doc/Horde/Autoloader/examples/most_basic.php |   17 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Cache.php             |    2 +-
 framework/Rdo/lib/Horde/Rdo/Base.php                              |   42 ++++-
 framework/Rdo/lib/Horde/Rdo/Exception.php                         |    2 +-
 framework/Rdo/lib/Horde/Rdo/Mapper.php                            |    2 +-
 framework/Rdo/package.xml                                         |   21 ++-
 framework/Util/lib/Horde/Variables.php                            |   42 ++++-
 framework/Util/package.xml                                        |    5 +-
 kronolith/docs/CHANGES                                            |    1 +
 kronolith/js/kronolith.js                                         |    5 +-
 kronolith/package.xml                                             |    1 +
 skeleton/migration/1_skeleton_base_tables.php                     |   36 ++++
 12 files changed, 161 insertions(+), 15 deletions(-)

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

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

commit def9ab9a95a0afd5f60235db59ef48866ddc709c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Mar 16 19:06:42 2012 -0600

    Entry might not exist of Zip archive is damaged.

 framework/Compress/lib/Horde/Compress/Zip.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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

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

commit 15d17849387c41c2158db37a231bcf586123ad03
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Mar 16 19:30:53 2012 -0600

    Tone down log level when message can't be found
    
    This could be explained by another IMAP server deleting a message, so it
    is not a critical issue.

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

http://git.horde.org/horde-git/-/commit/15d17849387c41c2158db37a231bcf586123ad03

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

commit ea051369866484e44954e7a5f9f2613b446ac851
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Mar 16 19:47:49 2012 -0600

    Fix missing argument error

 framework/Mail/lib/Horde/Mail/Rfc822.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit d83184e491d2ec2d275286975661fba0f4388d2b
Merge: 6bff352 ea05136
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Mar 16 20:43:21 2012 -0600

    Merge branch 'master' into develop

 framework/Compress/lib/Horde/Compress/Zip.php |    4 +++-
 framework/Mail/lib/Horde/Mail/Rfc822.php      |    3 ++-
 imp/lib/Contents.php                          |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

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




More information about the commits mailing list