<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: No Calendar on 5.0a in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/no-calendar-on-5-0a/m-p/283821#M236951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The solution (until the bug is fixed in a new release) was found by Püspöki Mihály (see JIRA or below). Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;# cd&amp;nbsp; /opt/alfresco-5.0.a/tomcat/webapps/share/components/calendar/&lt;BR /&gt;# mv calendar-view-fullCalendar-min.js calendar-view-fullCalendar-min.js.orig&lt;BR /&gt;# cat ../../yui/history/history-min.js calendar-view-fullCalendar-min.js.orig &amp;gt; calendar-view-fullCalendar-min.js&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; Püspöki Mihály added a comment - Today 07:01 AM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; I think there is a script loading order problem on the page. I checked the page for JavaScript errors and I found one in the calendar-view-fullCalendar-min.js file. &amp;gt; YAHOO.util.History is undefined because it's not loaded at that point. For quick fix I copied the content of the history-min.js file at the beginning of the calendar-view-fullCalendar-min.js and it's working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2014 13:50:02 GMT</pubDate>
    <dc:creator>michaelk</dc:creator>
    <dc:date>2014-07-11T13:50:02Z</dc:date>
    <item>
      <title>No Calendar on 5.0a</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-calendar-on-5-0a/m-p/283818#M236948</link>
      <description>I do not see any entries in the Site calendar with 5.0a. (just a blank window where I expect to see a claendar (no checkerboard))This is a new installation (not an upgrade) on Linux&amp;nbsp; (I saw someone posted that they had upgraded from 4.2 and had this issue).Is this a problem with a specific setup or</description>
      <pubDate>Mon, 07 Jul 2014 16:39:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-calendar-on-5-0a/m-p/283818#M236948</guid>
      <dc:creator>michaelk</dc:creator>
      <dc:date>2014-07-07T16:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: No Calendar on 5.0a</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-calendar-on-5-0a/m-p/283819#M236949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can confirm that the calendar appears as you describe in a new install of 5.0.a regardless of which browser is used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The events are being persisted. It's just that they aren't showing up in the view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Jira account is hosed at the moment. If you wouldn't mind creating a new issue on this it would be helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 19:54:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-calendar-on-5-0a/m-p/283819#M236949</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2014-07-07T19:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: No Calendar on 5.0a</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-calendar-on-5-0a/m-p/283820#M236950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-21014" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-21014&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 03:53:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-calendar-on-5-0a/m-p/283820#M236950</guid>
      <dc:creator>michaelk</dc:creator>
      <dc:date>2014-07-08T03:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: No Calendar on 5.0a</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-calendar-on-5-0a/m-p/283821#M236951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The solution (until the bug is fixed in a new release) was found by Püspöki Mihály (see JIRA or below). Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;# cd&amp;nbsp; /opt/alfresco-5.0.a/tomcat/webapps/share/components/calendar/&lt;BR /&gt;# mv calendar-view-fullCalendar-min.js calendar-view-fullCalendar-min.js.orig&lt;BR /&gt;# cat ../../yui/history/history-min.js calendar-view-fullCalendar-min.js.orig &amp;gt; calendar-view-fullCalendar-min.js&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; Püspöki Mihály added a comment - Today 07:01 AM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; I think there is a script loading order problem on the page. I checked the page for JavaScript errors and I found one in the calendar-view-fullCalendar-min.js file. &amp;gt; YAHOO.util.History is undefined because it's not loaded at that point. For quick fix I copied the content of the history-min.js file at the beginning of the calendar-view-fullCalendar-min.js and it's working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 13:50:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-calendar-on-5-0a/m-p/283821#M236951</guid>
      <dc:creator>michaelk</dc:creator>
      <dc:date>2014-07-11T13:50:02Z</dc:date>
    </item>
  </channel>
</rss>

