[commits] Horde branch master updated. 6fb18fbb505a4cf84c422075bb15dab964cb69c7

Michael J. Rubinsky mrubinsk at horde.org
Thu Jan 7 21:58:36 UTC 2016


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

from: 198f8fb63333423795bdcdf1f99b7df9f548346b

2b47ba0 Start support for attaching files to Kronolith_Event objects.
1bec6a9 Fix mismatched method signatures.
834cf00 Support adding files to events.
001476a Build file link after new file is added.
684e774 Fix displaying file immediately after upload.
4a2b76f Support maximum file count and size config switches.
09c91cf Merge branch 'kronolith_files'
6fb18fb CHANGES

Summary: http://github.com/horde/horde/compare/198f8fb63333423795bdcdf1f99b7df9f548346b...6fb18fbb505a4cf84c422075bb15dab964cb69c7

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

commit 2b47ba0d7bb15253a4f793f86dba9d27a9134c86
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 7 10:44:37 2016 -0500

    Start support for attaching files to Kronolith_Event objects.

 kronolith/config/conf.xml   |    5 ++
 kronolith/lib/Event.php     |  135 +++++++++++++++++++++++++++++++++++++++++++
 kronolith/lib/Kronolith.php |    5 ++
 3 files changed, 145 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/2b47ba0d7bb15253a4f793f86dba9d27a9134c86

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

commit 1bec6a927d25e13628e9f78cb0530583f83c0398
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 7 11:54:17 2016 -0500

    Fix mismatched method signatures.

 kronolith/lib/Event/Horde.php |   29 ++++++++++++++++++++++-------
 1 files changed, 22 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/1bec6a927d25e13628e9f78cb0530583f83c0398

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

commit 834cf00e80c7d31f6c2967925783160af3a2f5c4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 7 15:00:24 2016 -0500

    Support adding files to events.

 kronolith/js/kronolith.js                  |  147 +++++++++++++++++++++++++++-
 kronolith/lib/Ajax.php                     |   12 ++-
 kronolith/lib/Ajax/Application/Handler.php |  120 +++++++++++++++++++++++
 kronolith/lib/Application.php              |   44 ++++++++
 kronolith/lib/Event.php                    |   74 ++++++++++++++-
 kronolith/templates/dynamic/edit.inc       |    6 +
 kronolith/viewer.php                       |   58 +++++++++++
 7 files changed, 455 insertions(+), 6 deletions(-)
 create mode 100644 kronolith/viewer.php

http://github.com/horde/horde/commit/834cf00e80c7d31f6c2967925783160af3a2f5c4

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

commit 001476a38ac5214481f6191e4475c88b1d7f4bc0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 7 16:43:19 2016 -0500

    Build file link after new file is added.

 kronolith/js/kronolith.js |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/001476a38ac5214481f6191e4475c88b1d7f4bc0

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

commit 684e7747d3bd7aab71810e6aa613a31ce1c25d26
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 7 16:45:07 2016 -0500

    Fix displaying file immediately after upload.

 kronolith/viewer.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/684e7747d3bd7aab71810e6aa613a31ce1c25d26

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

commit 4a2b76f42482da3868d6c82163e438870d667834
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 7 16:55:27 2016 -0500

    Support maximum file count and size config switches.

 kronolith/config/conf.xml                  |    6 ++++++
 kronolith/lib/Ajax/Application/Handler.php |   12 +++++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)

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

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

commit 09c91cf3e48d0fa99dc018b41dd34020144e656f
Merge: 198f8fb 4a2b76f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 7 16:56:45 2016 -0500

    Merge branch 'kronolith_files'

 kronolith/config/conf.xml                  |   11 ++
 kronolith/js/kronolith.js                  |  155 ++++++++++++++++++++-
 kronolith/lib/Ajax.php                     |   12 ++-
 kronolith/lib/Ajax/Application/Handler.php |  126 +++++++++++++++++
 kronolith/lib/Application.php              |   44 ++++++
 kronolith/lib/Event.php                    |  205 ++++++++++++++++++++++++++++
 kronolith/lib/Kronolith.php                |    5 +
 kronolith/templates/dynamic/edit.inc       |    6 +
 kronolith/viewer.php                       |   63 +++++++++
 9 files changed, 623 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/09c91cf3e48d0fa99dc018b41dd34020144e656f

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

commit 6fb18fbb505a4cf84c422075bb15dab964cb69c7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 7 16:58:27 2016 -0500

    CHANGES

 kronolith/docs/CHANGES |    1 +
 kronolith/package.xml  |   10 ++++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/6fb18fbb505a4cf84c422075bb15dab964cb69c7




More information about the commits mailing list