Zope Version (Zope 2.9.7-final, python 2.4.3, linux2) Python Version 2.4.3 (#1, Mar 14 2007, 18:51:08) [GCC 4.1.1 20070105 (Red Hat 4.1.1-52)] System Platform linux2 We are using Corporate Calendar which requires the Calendar product for CalendarTag.py. I have written a replacement for us for Corporate Calendar, not as a product yet, to load faster and allow more features, there are 13 calendars all using the exact same dtml and a view for today's events from all calendars. Both of these use the Calendar product to draw the calendar. I put the ones I had written out for users to start testing yesterday and one minor problem was fixed and a feature added, otherwise the calendars were fine. Today, November 1, on both calendars not all events are appearing in the calendar from the default view. If you click back to October and then back to November all of the events appear, this also sets the date-calendar parameter in the URL to November 9. I have found that if the date-calendar parameter is 1,2,3, or 4 not all the events will display in the Corporate Calendar or the calendar I wrote so I suspect the Calendar Product itself. Has anyone experienced this that might be able to point me to a fix? you can see these at the url below for a list to click from. http://www.library.appstate.edu/calendar/calendars for a comparison the corporate calendar for room 114 is at http://www.library.appstate.edu/calendar/114/114 Thanks for any help, Thomas -- ==================================================================== Thomas McMillan Grant Bennett Appalachian State University Operations & Systems Analyst P O Box 32026 University Library Boone, North Carolina 28608 (828) 262 6587 They say a picture is worth a thousand words. As videos could be 25 pictures per second and might last several minutes, how many words is that? - Linux Journal, July 2007 Library Systems Help Desk: http://www.library.appstate.edu/help/ ====================================================================
----- Original Message ----- From: "Thomas Bennett" <bennetttm@appstate.edu>
fine. Today, November 1, on both calendars not all events are appearing in the calendar from the default view. If you click back to October and then back to November all of the events appear, this also sets the date-calendar parameter in the URL to November 9. I have found that if the date-calendar parameter is 1,2,3, or 4 not all the events will display in the Corporate Calendar or the calendar I wrote so I suspect the Calendar Product itself.
It looks like locales dateformat mismatch DDMMYYYY with MMDDYYYY Take look at your system locales settings, Zope locales setting. Do you have at all machines the same gcc, zope and python version? etc...etc... Regards, JL.
zope.conf was set to none so I set it to the system locale en_US.UTF-8 and restarted with no problem. Although this did not solve my calendar problem. Also, there is only one machine, the server, all clients are receiving rendered html. I haven't noticed this problem with any of the calendars since we started using it sometime back in 2005. Where are you seeing the dateformat msimatch. Just now after pausing in writing this email I have my new calendars working, at least the room 114 calendar. Before November 1 I have had to compare the current date to my event date+1 day for the events to display on the correct day in the calendar. Now, removing the +1 day the calendar is displaying as it should. I will have to look at Corporate Calendar product to make sure I didn't at some point edit it for the same reason. The only edit I have done in Corporate Calendar is change the sort field to time and in ascending order. Thomas On Thursday 01 November 2007 16:43, Jaroslav Lukesh wrote:
----- Original Message ----- From: "Thomas Bennett" <bennetttm@appstate.edu>
fine. Today, November 1, on both calendars not all events are appearing in the calendar from the default view. If you click back to October and then back to November all of the events appear, this also sets the date-calendar parameter in the URL to November 9. I have found that if the date-calendar parameter is 1,2,3, or 4 not all the events will display in the Corporate Calendar or the calendar I wrote so I suspect the Calendar Product itself.
It looks like locales dateformat mismatch DDMMYYYY with MMDDYYYY
Take look at your system locales settings, Zope locales setting. Do you have at all machines the same gcc, zope and python version? etc...etc...
Regards, JL.
-- ==================================================================== Thomas McMillan Grant Bennett Appalachian State University Operations & Systems Analyst P O Box 32026 University Library Boone, North Carolina 28608 (828) 262 6587 They say a picture is worth a thousand words. As videos could be 25 pictures per second and might last several minutes, how many words is that? - Linux Journal, July 2007 Library Systems Help Desk: http://www.library.appstate.edu/help/ ====================================================================
participants (2)
-
Jaroslav Lukesh -
Thomas Bennett