Summary | spelling mistake in paste code for embedding |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | mail (at) janila (dot) de |
Created | 01/26/2015 (3815 days ago) |
Due | |
Updated | 01/26/2015 (3815 days ago) |
Assigned | |
Resolved | 01/26/2015 (3815 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Assigned to Michael Rubinsky
State ⇒ Resolved
Priority ⇒ 1. Low
commit ab8f668ef319b683de54fb42343597edbacc1b17
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Jan 26 09:48:50 2015 -0500
[mjr] Fix generating calendar embed code (
Bug #13828).Conflicts:
kronolith/docs/CHANGES
kronolith/package.xml
kronolith/docs/CHANGES | 7 +++++++
kronolith/package.xml | 14 ++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/ab8f668ef319b683de54fb42343597edbacc1b17
commit bcfa091345b5bce8ef81165ec9aeadf20b972e58
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Jan 26 09:48:50 2015 -0500
[mjr] Fix generating calendar embed code (
Bug #13828).kronolith/docs/CHANGES | 1 +
kronolith/package.xml | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/bcfa091345b5bce8ef81165ec9aeadf20b972e58
commit f5aad7ab7156a228defec7ceea88db42c1cfe9a0
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Jan 26 09:45:42 2015 -0500
Bug: 13828Fix generating embed code.kronolith/lib/Kronolith.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/f5aad7ab7156a228defec7ceea88db42c1cfe9a0
commit 4de3aabc0d4dcfe778881bad0fd886be83a126fe
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Jan 26 09:45:42 2015 -0500
Bug: 13828Fix generating embed code.kronolith/lib/Kronolith.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/4de3aabc0d4dcfe778881bad0fd886be83a126fe
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ spelling mistake in paste code for embedding
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ Yes
State ⇒ Unconfirmed
embedding the calendar (in the dynamic view its in the
"subscription"tab) which looks something like this
<div id="kronolithCal"></div><!--a75c305b1c0a6022--><script
src="/services/ajax.php/kronolith/embed?
token=...
&calendar=internal_...
&container=kronolithCal
&view=month" type="text/javascript"></script>
which doesn't work because it should be "view=Month" with a capital M.
Then it works fine :)