[commits] Horde branch FRAMEWORK_5_2 updated. a6a040cdb024fad5146828511951aa2a8b1bf0db

Michael J. Rubinsky mrubinsk at horde.org
Wed Sep 16 17:16:47 UTC 2015


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

from: 5acba860f2b100d30e91d1ae24bc4a6757bc9502

f7725be Bug: 14112 Remove tags when deleting objects.
8979b2f Only increment counters if we actually tagged the item.
18b28b2 Typo/parse error.
ec81827 Move this class to where it can be autoloaded correctly.
d3ab9d2 Add Content_Objects_Manager::delete
9522f40 Bug: 14112 Remove the object from the Content app when deleting.
0736af6 BFN and bump version.
1857882 Bump minimum version of Content
113b30d Don't forget about Trean..remove bookmark from Content on deletion.
a6a040c sigh. Content is an app, not library. Don't bump minor version.

Summary: http://github.com/horde/horde/compare/5acba860f2b100d30e91d1ae24bc4a6757bc9502...a6a040cdb024fad5146828511951aa2a8b1bf0db

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

commit f7725beb730407fb3f38d521a62eb532b5a50b4a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 16 11:21:31 2015 -0400

    Bug: 14112 Remove tags when deleting objects.

 mnemo/lib/Driver.php |    7 +++++++
 nag/lib/Driver.php   |    9 ++++++++-
 turba/lib/Driver.php |   10 +++++++++-
 3 files changed, 24 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/f7725beb730407fb3f38d521a62eb532b5a50b4a

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

commit 8979b2f5dca0246a2ae8289492f14234c7e47050
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 16 11:37:42 2015 -0400

    Only increment counters if we actually tagged the item.
    
    Related to Bug: 14112

 content/lib/Tagger.php |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/8979b2f5dca0246a2ae8289492f14234c7e47050

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

commit 18b28b25f20f3a97308e4003c1bdc9850e254283
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 16 11:39:45 2015 -0400

    Typo/parse error.

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

http://github.com/horde/horde/commit/18b28b25f20f3a97308e4003c1bdc9850e254283

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

commit ec81827351e5c0602d59bf08679fe7cc1a9d07aa
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 16 12:02:19 2015 -0400

    Move this class to where it can be autoloaded correctly.
    
    For H6, this shoule be renamed to Content_Objects_Mapper

 content/lib/ObjectMapper.php         |   26 ++++++++++++++++++++++++++
 content/lib/Objects/ObjectMapper.php |   24 ------------------------
 content/package.xml                  |    8 ++++----
 3 files changed, 30 insertions(+), 28 deletions(-)
 create mode 100644 content/lib/ObjectMapper.php
 delete mode 100644 content/lib/Objects/ObjectMapper.php

http://github.com/horde/horde/commit/ec81827351e5c0602d59bf08679fe7cc1a9d07aa

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

commit d3ab9d2e902e9cd208503ab615465dc6fa60fc10
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 16 12:40:17 2015 -0400

    Add Content_Objects_Manager::delete

 content/lib/Objects/Manager.php |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/d3ab9d2e902e9cd208503ab615465dc6fa60fc10

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

commit 9522f40eb957d4fa2d94a84677f13dd0694a12dc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 16 12:41:02 2015 -0400

    Bug: 14112 Remove the object from the Content app when deleting.

 kronolith/lib/Driver.php |    4 ++++
 mnemo/lib/Driver.php     |    9 +++++++++
 nag/lib/Driver.php       |   16 ++++++++++++----
 turba/lib/Driver.php     |   14 +++++++++++---
 4 files changed, 36 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/9522f40eb957d4fa2d94a84677f13dd0694a12dc

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

commit 0736af6aca5d2c67ad77aac19b28502970cf8a2e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 16 12:43:54 2015 -0400

    BFN and bump version.

 content/docs/CHANGES |    3 +++
 content/package.xml  |   12 ++++++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/0736af6aca5d2c67ad77aac19b28502970cf8a2e

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

commit 1857882c243646e3dace75f749e4c377e56ff8a2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 16 12:49:42 2015 -0400

    Bump minimum version of Content

 kronolith/package.xml |    2 +-
 mnemo/package.xml     |    2 +-
 nag/package.xml       |    2 +-
 trean/package.xml     |    2 +-
 turba/package.xml     |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/1857882c243646e3dace75f749e4c377e56ff8a2

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

commit 113b30dae5d52ab819854799b03e5be2611d57ed
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 16 12:49:57 2015 -0400

    Don't forget about Trean..remove bookmark from Content on deletion.

 trean/lib/Bookmarks.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/113b30dae5d52ab819854799b03e5be2611d57ed

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

commit a6a040cdb024fad5146828511951aa2a8b1bf0db
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 16 13:15:39 2015 -0400

    sigh. Content is an app, not library. Don't bump minor version.

 content/package.xml   |    8 ++++----
 kronolith/package.xml |    2 +-
 mnemo/package.xml     |    2 +-
 nag/package.xml       |    2 +-
 trean/package.xml     |    2 +-
 turba/package.xml     |    2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/a6a040cdb024fad5146828511951aa2a8b1bf0db




More information about the commits mailing list