[commits] Horde branch master updated. ba021e03bb00c06052cadcbc8b939b30888eaf9c

Michael J. Rubinsky mrubinsk at horde.org
Fri Dec 18 20:23:54 UTC 2015


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

from: 8985dc0ffac618dddec284e6300b465da88b6f6b

c698707 add support for external organizers
a90e2a4 Merge branch 'master' of https://github.com/oakey-b1/horde into oakey-b1-master
0be23e6 fixed loss of organizer on event copy
3382c1e Merge branch 'master' of https://github.com/oakey-b1/horde into oakey-b1-master
4f13f3b Merge branch 'oakey-b1-master' into krono-organizer
0e1033a Use a hidden form field, we don't display this anywhere.
cd5e993 Must clear the value of this field.
4d8609e Don't show the update attendees popup if not the organizer.
b7d2f30 Tweak UI changes when user is not organizer.
9f13f30 As far as I can see, this will ALWAYS be !== true.
f013980 Tweak this text.
f53e6fd If we update the RESPONSE and send an iTip, update the STATUS also.
dbda854 Use the correct RESPONSE descriptions.
57151d1 Fix UI behavior when updating a meeting the user is not the ORGANIZER
ba021e0 This makes *much* more sense.

Summary: http://github.com/horde/horde/compare/8985dc0ffac618dddec284e6300b465da88b6f6b...ba021e03bb00c06052cadcbc8b939b30888eaf9c

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

commit c698707ec5c2889cfeb09f840ac82cad917f2831
Author: Neal Thomas Oakey <oakey at b1-systems.de>
Date:   Wed Dec 2 15:14:56 2015 +0100

    add support for external organizers

 kronolith/js/kronolith.js                             |   14 +++++
 kronolith/lib/Ajax/Application/Handler.php            |   13 +++--
 kronolith/lib/Application.php                         |   10 +++-
 kronolith/lib/Driver/Sql.php                          |    6 +-
 kronolith/lib/Event.php                               |   48 +++++++++++++++--
 kronolith/lib/Event/Sql.php                           |    2 +
 kronolith/lib/Icalendar/Handler/Dav.php               |    7 ++-
 kronolith/lib/Kronolith.php                           |   48 +++++++++++++++++
 kronolith/migration/26_kronolith_remote_organizer.php |   39 +++++++++++++
 kronolith/templates/dynamic/edit.inc                  |   12 ++++
 10 files changed, 184 insertions(+), 15 deletions(-)
 create mode 100644 kronolith/migration/26_kronolith_remote_organizer.php

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

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

commit a90e2a4d6670caf7cb04073d0520834c316a97ab
Merge: 3f9248d c698707
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 10 11:51:15 2015 -0500

    Merge branch 'master' of https://github.com/oakey-b1/horde into oakey-b1-master

 kronolith/js/kronolith.js                             |   14 +++++
 kronolith/lib/Ajax/Application/Handler.php            |   13 +++--
 kronolith/lib/Application.php                         |   10 +++-
 kronolith/lib/Driver/Sql.php                          |    6 +-
 kronolith/lib/Event.php                               |   48 +++++++++++++++--
 kronolith/lib/Event/Sql.php                           |    2 +
 kronolith/lib/Icalendar/Handler/Dav.php               |    7 ++-
 kronolith/lib/Kronolith.php                           |   48 +++++++++++++++++
 kronolith/migration/26_kronolith_remote_organizer.php |   39 +++++++++++++
 kronolith/templates/dynamic/edit.inc                  |   12 ++++
 10 files changed, 184 insertions(+), 15 deletions(-)

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

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

commit 0be23e6ba4cfbb1272fd3e085f2011c3ffa0e4e8
Author: Neal Thomas Oakey <oakey at b1-systems.de>
Date:   Wed Dec 16 12:48:19 2015 +0100

    fixed loss of organizer on event copy

 kronolith/js/kronolith.js            |    3 +++
 kronolith/lib/Event.php              |    3 +++
 kronolith/templates/dynamic/edit.inc |    7 +++++++
 3 files changed, 13 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/0be23e6ba4cfbb1272fd3e085f2011c3ffa0e4e8

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

commit 3382c1e4d0d2d111b2af0a8ab77efeb0af0908b4
Merge: a90e2a4 0be23e6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 18 09:08:56 2015 -0500

    Merge branch 'master' of https://github.com/oakey-b1/horde into oakey-b1-master

 kronolith/js/kronolith.js            |    3 +++
 kronolith/lib/Event.php              |    3 +++
 kronolith/templates/dynamic/edit.inc |    7 +++++++
 3 files changed, 13 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/3382c1e4d0d2d111b2af0a8ab77efeb0af0908b4

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

commit 4f13f3b54bc38514d35a42e107b2d4811ae052dd
Merge: 8985dc0 3382c1e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 18 09:15:55 2015 -0500

    Merge branch 'oakey-b1-master' into krono-organizer

 kronolith/js/kronolith.js                             |   17 ++++++
 kronolith/lib/Ajax/Application/Handler.php            |   13 +++-
 kronolith/lib/Application.php                         |   10 +++-
 kronolith/lib/Driver/Sql.php                          |    6 +-
 kronolith/lib/Event.php                               |   51 +++++++++++++++--
 kronolith/lib/Event/Sql.php                           |    2 +
 kronolith/lib/Icalendar/Handler/Dav.php               |    7 ++-
 kronolith/lib/Kronolith.php                           |   48 ++++++++++++++++
 kronolith/migration/26_kronolith_remote_organizer.php |   39 +++++++++++++
 kronolith/templates/dynamic/edit.inc                  |   19 ++++++
 10 files changed, 197 insertions(+), 15 deletions(-)

http://github.com/horde/horde/commit/4f13f3b54bc38514d35a42e107b2d4811ae052dd

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

commit 0e1033aff69d4368b7ede20ebbf869711b920179
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 18 09:28:19 2015 -0500

    Use a hidden form field, we don't display this anywhere.

 kronolith/templates/dynamic/edit.inc |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/0e1033aff69d4368b7ede20ebbf869711b920179

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

commit cd5e9934834466b8a1c46d0517364a4fbdfcda88
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 18 09:35:18 2015 -0500

    Must clear the value of this field.

 kronolith/js/kronolith.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit 4d8609ea8f167122500f6fceaec032145d0a9ba3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 18 09:59:15 2015 -0500

    Don't show the update attendees popup if not the organizer.

 kronolith/js/kronolith.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/4d8609ea8f167122500f6fceaec032145d0a9ba3

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

commit b7d2f30a394db7335795d1906555e13cf95b7cbe
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 18 10:24:27 2015 -0500

    Tweak UI changes when user is not organizer.
    
    Use text instead of disabled Status field.
    Tweak text of new Attendance field.

 kronolith/js/kronolith.js            |   19 ++++++++++++++++---
 kronolith/lib/Ajax.php               |    4 ++++
 kronolith/templates/dynamic/edit.inc |    3 ++-
 3 files changed, 22 insertions(+), 4 deletions(-)

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

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

commit 9f13f303a6e95a9a71e9eb66a6158befc55f9fba
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 18 10:36:29 2015 -0500

    As far as I can see, this will ALWAYS be !== true.
    
    Not really sure what this was supposed to be checking. $result is
    ALWAYS an object.

 kronolith/lib/Ajax/Application/Handler.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/9f13f303a6e95a9a71e9eb66a6158befc55f9fba

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

commit f013980862d616bca4944b8041198d512dae5159
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 18 11:28:14 2015 -0500

    Tweak this text.

 kronolith/js/kronolith.js |    4 ++--
 kronolith/lib/Ajax.php    |    8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

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

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

commit f53e6fd43505c4d1e6fd34665b37f970c790224c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 18 12:25:43 2015 -0500

    If we update the RESPONSE and send an iTip, update the STATUS also.

 kronolith/lib/Ajax/Application/Handler.php |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

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

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

commit dbda854bd5f22aa260dcc6a0c845b48e042bcd01
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 18 12:26:12 2015 -0500

    Use the correct RESPONSE descriptions.

 kronolith/templates/dynamic/edit.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 57151d13c9106f601f46de8f11949ec0aaf14839
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 18 12:30:37 2015 -0500

    Fix UI behavior when updating a meeting the user is not the ORGANIZER
    
    * Show popup with correct question when updating as either
      the ORGANIZER (sends to attendees) or an attendee and updating
        RESPONSE (sends to the ORGANIZER).

 kronolith/js/kronolith.js |   26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/57151d13c9106f601f46de8f11949ec0aaf14839

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

commit ba021e03bb00c06052cadcbc8b939b30888eaf9c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 18 13:56:58 2015 -0500

    This makes *much* more sense.
    
    This field should be the attendee's latest response, not
    the "status", which doesn't make sense when this is the
    attendee's copy.

 kronolith/js/kronolith.js |   11 ++++++-----
 kronolith/lib/Ajax.php    |    8 ++++----
 2 files changed, 10 insertions(+), 9 deletions(-)

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




More information about the commits mailing list