Connect Daily Revision History

For upgrade instructions, refer to this page.

**************************************************************
* Connect Daily Change Log
*
*   Last Edit By: "$Author: gsexton $"
*   Last Checkin: "$Date: 2011/09/28 19:24:12 $"
**************************************************************
* If you would like EMail notification when new releases are
* completed, visit the web page
*
* https://www.mhsoftware.com/mailman/listinfo/cdaily-announce
*
**************************************************************
**************************************************************
What's new in Version 3.4.13 Released XXXX-XX-XX
**************************************************************

	TODO: Save & Return icon on edit event?

	TODO: Update French translation.

	TODO: It would be nice to have a checkbox on import that
	says "kill all the events in the calendar prior to running
	this import."

	TODO: A user requested that Email notifications have recurrence pattern in them.

	TODO: Individual Event iCal export on Mobile View.

	TODO: Make fields required on public add?

	Overhauled Edit Event screen to eliminate tabs and
	simplify.

	Updated menu system for broader compatibility and 
	improved appearance.

	Updated Icon set to use Vista/Aero style icons.

	Modified internal edit screens to improve appearance. 
	Updated screens to HTML 5. Improved compatbility with 
	Mobile Safari browser for iPad and Android tablet 
	devices.

	The regular event edit screen is now the default event
	creation screen for the public. If you've already enabled
	public event creation, the current form will continue
	to be used. This will allow the public to create recurring
	events.

	Changed Month/Year dropdowns in month view to a single
	dropdown containing both elements.

	Replaced the year view icon with a dropdown list to select
	the desired view (year,month,day,week,list,planner,mobile). 
	If desired, the element can be turned of in System | 
	Configuration | Appearance.

	The change password function on the edit preferences 
	screen is now accessed by clicking on the key icon.

	If a recurring import is disabled because of failures, 
	the system will now mail the creator of the recurring 
	import.

	The manage security dialog now supports simpler deletion
	of permissions. Improved logging.

	Improved logging in Manage Security Wizard. When adding 
	permissions, if you select a group and a user and the 
	user is a member of a selected, group, then that user is 
	skipped and a note is made in the audit trail entry.

	If a search returns no records, the search screen 
	displays this in a dialog, rather than HTML below 
	the form.

	Attachment file dialog now supports uploading multiple 
	files at one time.

	File attachments < 1MB  will be sent with reminder 
	messages.

	Fixed iCal import handling for VEVENTS where there
	is a recurrence-id. This affects importing events from
	Google calendar where an instance of a recurring event 
	is created. If rich text is enabled, imported text will
	have 
tags added if they're not already present. Re- worked iCal export handling of HTML to ensure text has break characters. Fixed an infinite loop that would cause a lockup. Corrected an issue that was causing the CSS class to not get inserted into custom headers. When the mobile viewer is using the browser's native device pickers, the default setting for end date/time will work as it does for Connect Daily's pickers. iCal Import: If the Import Event Times option was unchecked, it caused the last-modified time comparison to fail, resulting in events that either did not update, or events imported with an incorrect last-modified timestamp. iCal import now looks for invalid control characters in source data and filters them out if appropriate. Invalid control characters are defined as characters less than space but not tab, carriage return, or line feed. Introduced basic Spanish translation. External elements are now displayed in Spanish if the browser's accept-language is set to Spanish. Corrected an issue in planner view that would cause it to not remember the correct default for start/end date. Corrected an issue in the day view where that caused extra line breaks to be inserted. Corrected an issue on the list events screen that caused the filter dropdown to not work correctly. The edit event form now filters out invalid control characters from the long description field and custom fields. You can now disable the setup/teardown calendar and doing this will remove the create setup/teardown button from the edit event screen. Email Configuration: Corrected an issue that caused test mail send error message to not display. Fixed a problem in Custom Fields Wizard that caused duplicate tabs to be created. Corrected a problem with accented characters in the mobile edit event screen. Enabled Purge screen when using MySQL. Corrected an issue with CSV export exporting 1 day beyond the specified date range. ************************************************************** What's new in Version 3.4.12 Released 2011-09-28 ************************************************************** Optimized loading of Dojo Javascript files. This speeds up page load times. Additional work to minimize # javascript files loaded. German Translation: Added missing captions, translated email templates and on-screen instructions. If you're using item styles, and an event is bannerized, the background color of the banner will be set to the event's background-color. Planner Start Time=Planner End time is now detected and if found, planner start time is set to 8:00 AM, and if planner end time is less than 4 hours away, planner end time is set to 10:00 PM. RSS feed now recognizes an additional argument of show_resources to suppress adding the resources to the event title. When editing an event, changing the calendar now refreshes the default item style. Corrected truncation of menu options when using French. Corrected the caption on the save icon on the mobile event edit screen. Corrected a translation issue on the mobile login screen. On the manage security wizard, if you unchecked all permission options and clicked on finish, the screen would refresh and have the default permissions re-selected. Users would sometimes re-submit the form, re-assigning default permissions. Fixed a regression introduced in 3.4.11 relating to iCal export for single events. On the bannerized month view, the links to view specific days did not have the title attributes set. ************************************************************** What's new in Version 3.4.11 Released 2011-09-06 ************************************************************** Created mobile optimized view pages for use with smart- phones, iPods, etc. Supported functions include day, and month view, login/logout, creating and editing events. Brought French translations up to date. When editing a recurring event, you now have the option to edit the specific occurrence and all future occurrences. Custom fields now use HTML 5 input types where appropriate. Required fields now have the HTML 5 REQUIRED attribute set. AddThis is now supported on Week and List View when viewing event details in-line. The resource display in ViewItem has been updated. Instead of having a "Resources" block where resources are listed as "Resource Type - Resource Name", each resource type will be in it's own block labeled by the Resource Type. Resources of that type will be grouped within the block. So, if you have a resource type of room, with 3 rooms assigned to the event, it will be displayed as "Room", with three rooms in that block, not "Resources", "Room - Room A, Room - Room B". The ViewItem page will not show the calendar name if the system is only licensed for one calendar. Fixed an error in planner view that caused the Add Event by clicking and dragging to not work when viewing a specific resource. If the system configuration option to disable password change is set, the mail password link is removed from the login screen. CSV Import will now report errors that happen retrieving or uploading files for import. The View Item details string does not HTML encode the event title. HTML Tags are stripped from the event details window title, and from the message subject link. Bannerized month view did not respect 24 hour time format setting. Cleaned up numerous internal screens that used 12 hour formatting for displaying audit trail times, last edits, etc. iCal Export: Corrected an issue in time zone definition that caused Time Zones with positive GMT offsets to export incorrectly. To satisfy a validator, re-structured output so that VERSION is on second line for maximum compatiblity. If an additional info URL doesn't begin with a valid scheme sequence, e.g. "^([a-z]+://|mailto:|news:).*", the URL is prepended with either mailto: (if it looks like an Email address) or http:// for export to satisfy the requirements of the RFC. HTML tags are stripped from event titles prior to export. RSS Export: HTML Tags are stripped from the title rather than being XML encoded. Long description if present is now encoded as CDATA. Custom software that consumes feeds may need to be modified for this change. Fixed an error that caused the suppress resource requests message option to not work. For the day view, you can select between the single day planner view, and list view for a single day. The Bannerized Month View was not writing links to day view with the calendar ID, so when you were viewing a specific calendar, and you clicked on day numerals, it took you to your default calendar for that day. Don't Include - Show Busy privacy setting was showing the full title on the tool tip in the bannerized month view. Disabling resource management in system configuration now removes warn if no resources selected and any required resource types. Fixed a problem with extra line breaks when using the rich text editor. The view item screen was converting line breaks to
tags, even when the rich text editor was being used. Upgraded Dojo toolkit to version 1.6.1. This release solves a number of problems with IE 9. The preview event icon on the edit event screen and the preferences icon on the view week screen now have a tooltip giving a hint to their function. Fixed an issue where per-event style font size would cause mis-alignment in the bannerized month view. Fixed an issue in event view if the browser height is very small. Virtual host mapping screen now sorts hosts in alpha- betical order. When viewed in a calendar, unapproved events now have an additional CSS class of UnapprovedEvent. ************************************************************** What's new in Version 3.4.10 Released 2011-04-28 ************************************************************** Corrected a tab order issue on the login page when using Internet Explorer. Fixed an error in the ViewMonth that would make the calendar display May when called during the last week of April. Resolved size issues when using IE to print events. Added a work-around for event viewing when using iPads. ************************************************************** What's new in Version 3.4.9 Released 2011-04-16 ************************************************************** Created a month view that bannerizes events that span multiple days. This view includes the following changes: 1) There is a new configuration option in System | Configuration | Appearance to select this view. 2) When Show Stop times is enabled, this view will only draw the stop time each time the start/duration change, not every time. 3) If an event extends beyond the end of the day, onto the next day, it will only be drawn if the end time is greater than the planner start time. For example, an event from 8:00 PM - 2:00 AM will not show on the second day if the planner start time is > 2:00 AM. 4) If this view is called with no parameters and the system is configured to use all cells in the display, AND the current day of the month is in the last week of the month, then the month will default to the next month. For example, if you call this display with no arguments on 3/27/2011 (with US locale) then the default month displayed will be April, which will inclusively show 3/27. The advantage is no scrolling. 5) This view also solves a sorting problem that could occur if the start date of an event changed because of a time zone conversion. 6) Event details will be displayed when the user mouses over an event. When you click on event, rather than a pop-up, the details are displayed in a dialog in the middle of the page. 7) If the event text is too long to fit in one line on the display, it will be truncated rather than wrapping. This really improves sizing and scalability and makes doing banners possible. 8) Week view link has been dropped. Added support for social networking links using AddThis. To enable it, go to System | Configuration | Sync/Export Options and set the option for "Enable AddThis Social Networking Support" to yes. Only events that are visible without being logged in will display the AddThis links. Added view html source, clear, and paste from Word options to rich text editor. Paste from word is an extra to work around issues copying and pasting from MS Word. The advanced search screen now accepts additional arguments for programmatic display. Refer to the help page for additional information. Added a wizard to generate the HTML to integrate Connect Daily into user web sites. Improved Date/Time formatting on view event details screen. Added Jewish Holidays for 2011-2012. Changed the program so use a versioned path to the javascript files. This resolves problems when a javascript file is updated or a new version of the Dojo library is used. Corrected a problem in the iCal exporter if the attachment file name had non alpha-numeric characters. The List Notifications and Reminders screen has been improved. If a person has reminders or notification requests created by others, those sections will default to expanded. If a person has permission to manage reminders, links will be shown to allow the operator to jump to a filter or reminder from the others section. Delete icons are now displayed for notification request/reminders in the others section. This allows individual users to remove themselves from a reminder/notification request. The login page doesn't call the pre-load icon images script on logout. Added Expire header to images/javascript to improve performance. If the planner start and end time for day view are both 12:00 AM, they are defaulted to 8:00 AM - 10:00 PM. Login page now detects if it's in a frame, and busts out, preventing possible cookie problems. On load, the user ID box is set to focus and any text is selected. Corrected an issue in iCal export for events with attachments. If the file name contained spaces or other disallowed URL characters, the iCal file would contain invalid URLs. Disallowed characters are now encoded. Corrected a logic error in If-Modified-Since handling for recurring import links. If the server actually implemented If-Modified-Since, then the import would always fail. CSV Export now exports Time Zone ID instead of display name. E.G. America/Denver rather than Mountain Standard Time. ViewItem.html now accepts itemguid as an argument for selecting the event to display. iCal Import will now ignore empty content lines on VEVENTs. Fixed an off by one error that would cause reminders set for 30 days out not to be sent. If a location field is present in an iCal event and there is a custom field named location, then that value will be set on the Connect Daily event. If non-standard X- properties exist on an iCal event and corresponding custom fields exist on the calendar, then those values will be set on the custom fields. RSS and CSV import will now list custom fields in the field mapping screen. The Edit Recurring Import link form has been expanded to allow editing existing defaults as well as specifying additional defaults for linked calendars. If a custom field named location exists for an event, then iCal export will write that value as a LOCATION entry. Fixed a CSS problem that broke the text editor's color palette. You may have to re-generate your style sheet to solve the problem. Added work-around for Firefox behavior in scrollable tables. Custom fields now support data types of URL or SMTP Address. Data entry fields will validate data is well- formed, and display will create appropriate clickable links. If you change the selected calendar while adding an event, the event type, and privacy options are set to the default for the selected calendar. This also applies to the import screens. If the Contact Info field contains a URL, then the URL will be made clickable when displayed in View Item or ViewList. Updated Time Zone rules for export to Olson 2011e. Upgraded Dojo toolkit to version 1.6.0. Public Add page now obeys Require Resource type configuration. Fixed a cosmetic issue on CSV import and Reminder page for the Spinner Input. The various View* pages now write ROBOTS meta tags for noindex,nofollow if the page is a past date, or if the page is more than 6 months in the future. Certain robots would index pages in the far past, or far future. When the search screen displays results in calendar format, it jumps to the first calendar display that has results. The Undo capability was stripping HTML from event descriptions. Additionally, using Undo was adding the event location to the end of the long description. Exceptions tab is no longer displayed for one-time events. iCal Export: UNTIL clause of RRULE now follows RFC-5545 for VALUE= being consistent with DTSTART. Additionally, the UNTIL clause is specified in GMT, per RFC-5545, which corrects an Outlook incompatibility. VTIMEZONEs with RRULE for which there is a known end date now have an UNTIL= clause added to the RRULE as described in RFC-5545 Page 67. If an iCal import file contains an X-WR-TIMEZONE entry for something other than GMT/UTC then that time zone is used as the default time zone for events that have times in local time format but do not specify a TZID modifier. For events in GMT, the time is converted to that zone. Fixed an issue in deleting event type. If an event type was the default for a calendar, and that type was deleted, then an error would be thrown on adding an event. ************************************************************** What's new in Version 3.4.8 Released 2010-07-12 ************************************************************** The Connect Daily installer has been updated, requiring a documentation update. Fixed a bug that could cause annual recurring events to not work correctly because the recurrence interval was carried over from the previous recurrence type. ************************************************************** What's new in Version 3.4.7 Released 2010-06-18 ************************************************************** Fixed an issue in the change header screen when image names had a leading forward slash. The search feature has been improved. The search text field now allows use of quotes for exact match, e.g. "San Francisco", as well as negative keywords to exclude events containing specific key words. You can now search specific custom fields on the search screen. Custom fields that are "pick from list" types display a mover to allow the operator to select the values to filter on. Added Checkbox Group Input Type for custom fields. Added ReadOnly attribute for custom fields. This allows use with a picker script. Modified iCal import so that a bad event will not terminate the import. The bad record will be logged and the rest of the file will be imported. Did some clean up in the shutdown procedure to free objects for garbage collection. This really only matters if you're stopping and re-starting the application a great number of times. Fixed a problem with setup/teardown events when editing an instance of a series event. The instance event would conflict with the setup/teardown event. Corrected an issue that would cause Firefox to randomly not work on the Edit Event screen. Updated Dojo Toolkit scripts to version 1.4.3. iCal and RSS Export now set the last modified date of the export request based on the calendar events in the source. They also honor If-Modified-Since HTML requests and return the last-modifed date of the latest event in the source. iCal/RSS Export now support clients that use ETag/ If-None-Match headers to eliminate unnecessary refresh. Fixed a cross-site scripting vulnerability in the Reminder login screen. Fixed a response splitting vulnerability on the CSV Processor screen. Corrected an issue in the Manage/List Reminders screens when using MS Access as the data store. Fixed an issue in the Edit Filter screen when using MS Access as the data store. Fixed an index out of bounds issue on the Internal Headers screen. Fixed broken performance optimizations in notificationfilter logic. ************************************************************** What's new in Version 3.4.6 Released 2009-12-18 ************************************************************** Upgraded Dojo Toolkit to version 1.4.0. This corrects numerous rich text editor issues. Additionally, the create link dialog now supports setting the target for the URL. If you modify a user or group's permissions, the menu will be regenerated on each user's next request. Similarly if you change a configuration option like enabling or disabling resources, the menu will refresh automatically without requiring the user to login/out of the system. If you use the LDAP/AD authentication, you can now configure LDAP Equivalent Groups, and each user's Connect Daily group memberships will be updated to reflect LDAP/AD group member- ships. When you change the selected calendar on the edit event screen, the Approved checkbox is updated (checked/unchecked, enabled/disabled) without a page refresh. Implemented site help at ViewItem level. This allows you to implement custom text at the bottom of the View Item page even though custom header/footers do not display on this page. The public add page now checks to see if the form is being submitted by a spam bot and will not add the event if it is. If you are currently using publicAdd.jsp and you want this feature, you will have to replace your existing publicAdd.jsp page with the one from the WEB-INF/misc directory. You can do this by using the Setup Public Calendar viewing page, and disabling public add, and then enabling it. The edit event screen now has an iCal export icon. The preview event icon will now disable until the event is saved. You can now configure Connect Daily to require resources of specific types on every event. Added TTL (X-PUBLISHED-TTL) of two hours to iCal export. This notifies clients how often they should update. Outlook 2007 clients were updating every minute generating excessive load. iCal export now includes X-WR-CALNAME and X-WR-CALDESC attributes to provide a calendar name and description to clients. iCal Import now supports COUNT= in RRULE clause. The Edit Resource screen now has an add resource button to speed entry of multiple resources. Fixed a problem in the iCal export. Recurring events with an end date but no event end time were exporting with an invalid UNTIL clause in the RRULE. The UNTIL clause would be UNTIL:YYYYMMDDT240000 If a resource is requested by a GUEST user (public add) and an Email address is supplied for contact info, the person will receive a CC for the resource request and be a recipient for the approval message. Additionally, the requesting name in the resource request messages will be the contact info supplied, not Guest User... When an event is submitted using Public Add, the Item Add message to approvers will now contain the contact info. Fixed an issue in resource request notification if an event was edited by a user and the event owner did not have an Email address. Added content-disposition header and made a modification to make in-line body sections be first in a message to force change notification body to be displayed in-line and not as an attachment. If a one time event has an end time of midnight, and the end date is the day after the start date, then the end date/time will not be displayed. Corrected an issue in Edit Event if custom field names with accented characters were present. Additional elements can now be inserted into the various Item* email message templates. New elements include: Addl. Info URL, contact name, contact info, Event Type, URL to view event, URL to iCal file, Registered Customer name, and long_description. The notify change message template now includes the event start date/time. The event list, resource approval, and event approval pages now HTML encode the event title to prevent spam bots from breaking the pages. You can now connect to SMTP servers running on ports other than 25. E.G. smtp.gmail.com:587. Custom fields will now be exported as part of the CSV and RSS export. Importers will now handle cases where a resource exists, but the case of the resource name was not the same. The event validation code now clears exceptions if the event type is one-time. Fixed an issue where a notify approvers on edit message would reference required approval when the event was already approved. Fixed an issue where Emails were not sent to approvers. If the event was approved, and then was edited by a user who had the permission "Revoke On Edit" assigned, the system would not send approvers a message requesting approval. The available calendar select list for the CSV import was not correct. The Add Calendar Wizard didn't check the maximum licensed calendars and would let users create more calendars than permitted, invalidating the license key. Fixed an issue in the Reminder message system. If you created a custom template that referenced the URL to view the event, the URL was malformed. Fixed a problem that prevented the system configured session timeout from being applied. iCal export now strips HTML from the event long description. The date selection and time selection tool were not working for the locale fr_CA. If the event start time and end time were both midnight, and the event was a single-day event, the event would not display on the calendar. Validation at save time will now detect this. The various export (RSS, iCal, and CSV) feeds were following the system setting for ShowApprovedEventsOnly, when that setting should only be followed for logged in users. The LDAP authenticator examines the configuration options for potentially conflicting settings and writes warnings to the error log. Fixed a session timeout error in the download screen. Restructured the CLAM A/V scanner to use the zINSTREAM command, rather than the STREAM scan command, simplifying network usage. The add event icon was displaying on the various View pages even if the user did not have Use permissions to any calendar. Corrected an issue where use of the back/forward browser buttons would disable File Transfer screen for the user profile. Fixed an error in the Email Notification part of the Resource Approval screen. ************************************************************** What's new in Version 3.4.5 Released 2009-06-30 ************************************************************** Improved recurring event support. Added support for DAILY recurrence type. Daily recurrence supports every N days, or every weekday. Weekly and Monthly recurrence types now support every N weeks or months. Added support for 1st-Last Weekend Day recurrence options for Monthly recurrence type. Rich Text Editor/Dojo/Dijit: Upgraded from version 1.2.3 to version 1.3.1. This issue solves: Malformed/duplicate HTML generated by RichText.getValue() in certain cases. Performance under IE seems to have improved also. Fixed an issue in the Custom Header screen that could put the word "null" on the screen if an invalid image name was specified. Added an option in planner view by resource to not show the parent event if a setup/teardown event is present. Added a German translation. Special thanks to Andreas Lange for making it available to us. Month view can now be configured to populate events in all cells (days in preceding and following months). Fixed an issue in publicAdd.jsp that caused resource requests to not be sent. Improved iCal import to support 2nd-4th weekdays. Now support 1st-Last Day of Month represented as BYSETPOS. Added support for HOURLY and MINUTELY recurrence as long as they are a multiple equating to one day. iCalExport now supports options on the URL to not add the event owner as the default contact, and to not add resource names to the event description. Refer to the documentation page for iCal Export for information on using these settings. Edits and deletes of notification requests are now logged. The view audit trail screen now uses the date picker. If you didn't supply a URL in the RSS import form and hit next, the program would throw an error. The last update time displayed on the edit calendar screen was server time, not the user's configured time zone. The RSS import form will not throw an error if the XML document is empty. Fixed an error deleting resource groups. Fixed an error that could happen if you deleted an internal header. Recurring import links now reports the # of imported items. Added additional error trapping/logging for import links. Disabled some features when running as uncompressed WAR file. Fixed an issue in iCal import if the event had been imported previously and was a specific dates event, and the new iCal entry was a one-time event. Fixed a null pointer exception if you removed all visible calendars from Setup Public Viewing. Added a work-around for MySQL behavior in event delete. Removed invalid contact data from holiday import files. ************************************************************** What's new in Version 3.4.4 Released 2009-04-20 ************************************************************** Added a rich text editor to the event description field. You can now perform basic formatting like bolding, applying headings, inserting URLs or images, lists, etc. If the editor causes performance problems, you can disable it in System | Configuation | Appearance. Created an internal header capability. You can now create a custom header that is displayed when users are logged in. Import screens (CSV, iCal, and RSS) now support default values for Contact Name, Contact Info, and Additional Info URL. Added a Usage report. This usage report allows you to query the system to create a tabular report. Examples of queries include: Total Resource usage, total calendar usage, resource usage by calendar. Reported values can be sum of hours, # events, or count of other variables. Removed requirement for Triggers from MySQL script, simplifying installation in hosted environments. Re-structured a purge query to work in Access and MySQL. Added a copy event function. You can now copy an event from the view event screen, or while editing an event. Added a preview event function that allows you to preview the view event screen while editing the event. Notification filters now support filtering on specific resources, resource types, event types, resource groups, users, or user groups. The browser will now detect if you've made an edit and then navigate your browser without saving the changes and will display a warning if you do. iCal and RSS feed exports can now be done for calendars that are not visible without logging in. Added system level option to (not) notify contacts on event edit or delete. Contact info notify on edit/approve did not correctly handle mixed info (email/phone) or multiple addresses. Fixed an error causing delete messages to not be sent to contacts. Reworked the Manage Reminders screen to address usability issues. As part of the re-design, all EMail addresses will be converted to lower case. Fixed a problem in manage reminders if you tried to manage reminders/notifications for a user who did not have permissions to create reminders/ notifications. Fixed a problem where the menu preference was following the user you were managing reminders/notifications for, not your own. Holiday add screen is now more generic. Added support for other countries, including: Australia, Canada, Canada (Quebec), France, Germany, Ireland, Italy, Mexico, New Zealand, Spain, and the United Kingdom. Added support for Islamic Holidays, Jewish Holidays, and Episcopal Liturgical calendars. Changed default order of permissions for Resource, Event Types, etc, are displayed in. Added headings to calendar permissions to provide logical grouping. Made default permissions for calendar to only be view and use. Bulk Exception add screen now allows you to select which event types should not have exceptions added, and it now uses a mover for calendar selection. Various list screens (List events, list users, list resources, etc) now implement scrolling behavior on the list rather than requiring you to scroll the browser window. iCalExport now writes Connect Daily specific contact name and contact info values allowing the iCal Import to precisely preserve this data when reading from another Connect Daily source. Made session timeout a system configuration option with values from 1-4 hours. To change this value, go to System | Configuration | System and set the desired value. Changed the Date picker used for date input fields. Added a time picker for time fields. The time picker can be disabled if desired by going to System | Configuration | Time Input and setting the Time Input Type to "Text Box". Improved iCal import to handle additional recurrence patterns involving BYSETPOS. The IFrameList and IFrameDetailed sample pages now follow system RSSDefaultMaxCount and RSSDefaultDaySpan configuration settings for Default Max # Days, and Default Max # Events. Public add page now requires a start date for an event. Page now accepts calendar_id= as argument to set the calendar the event should be added to. Custom fields that are Date type now have a date picker associated with them. Restructured the included calendars section to be simpler, using movers rather than many dropdown lists of options. Edit Resource Group screen now uses a mover. Users listed in the Add User/Group dialog, or in the manage security wizard are now sorted by full name and then user name. Movers displaying Users, User Groups, or Calendars now display the description of element as a tooltip when you move your mouse over the entry in the mover. The attachments tab now has a delete attachments button. The previous method of marking the attachments for removal and saving was causing confusion. The Edit Calendar Header screen now supports creating a "Home" link. The screen now creates the header in the appropriate directory for the users language preference, creating a sub-directory in /custom if necessary. CSV Export now exports event type. Email addresses may be entered in any format (1 per line, space delimited, comma separated, etc) in the edit reminder and edit filter screens. Previously, they had to be formatted one per line. Improved audit trail logging when editing an event's exception dates or specific dates. Import now truncates values that are too long to fit in the database rather than throwing an error. Fixed an issue in single event iCal export where the event would not export if the privacy flag was set to roll up busy. Fixed an issue where an instance of a recurring event would not export correctly if there was a start time but no end time. Improved Email address extraction from Contact Info field for export in iCal. Mixing Phone/Email in contact info field would generate an invalid MAILTO clause. Added Setup Public Calendar Viewing, Change Colors, and Edit Custom Header to system configuration menu. Fixed a minor menu issue in IE 8. Fixed a null pointer exception in the custom field wizard. If you selected an input type of dropdown, or radio group and supplied no options the program would throw an Error. The audit trail search for entries by user was broken. If you're using a custom icon file, the program will not generate an error if an icon added after the custom file was created is referenced. Added fix so that missing or invalid IconsFile in system configuration will not prevent Connect Daily from starting. On the list reminders and notifications screen, if a user created a filter or reminder that affected a group they were a member of, that item would be shown in the section Reminders or Notification Requests created by others that will notify me. If a section has no entries, the icon will be disabled. Fixed logging for delete in mulitple areas. A log entry was being written even if the delete failed because of referential integrity constraints. The change comments screen would not appear when the user edited an instance of a recurring item. If the file transfer screen encounters an error downloading a file, it will re-set the current directory to the top level. The use of the back button was confusing the screen about the current directory. Improved time formatting on IFrame Simple List jsp. Modified so that the page only shows each event once regardless of how many times it occurs. Corrected an issue that would cause the number of displayed items to be too small. System now prevents attempted double-import on CSV screen. The "Anonymous user preferences persist" option could not be changed from Setup Public Calendar Viewing. Updated Time Zone rules for export to Olson 2009d. ************************************************************** What's new in Version 3.4.3 Released 2009-01-03 ************************************************************** The view item page was incorrectly converting the additional info URL to lower case. The Heading in the generated custom header had the wrong CSS class applied. The delete button was enabled on the Add User screen when it should not have been. Corrected an issue in View Item and View List if the first character of the event title was a $ sign. Fixed an issue if an attachment file did not have an extension. ************************************************************** What's new in Version 3.4.2 Released 2008-12-22 ************************************************************** This release is the last one that will support JDK 1.4. Future releases will require JDK 1.5. Support for JDK 1.5 will be dropped in July 2009. Any attachments with a mime type of image/*, or text/url that point to a file ending in .jpg, .gif, or .png are now displayed in-line on the ViewItem page. If the width of the images exceeds 500 pixels, they are scaled to that width. Created new IFrame calendar widgets. Users can easily include calendar data into their design by dropping in an IFRAME tag. Examples include mini-calendars, simple lists, and detailed lists. You can turn these on by going to Setup Public Calendar Viewing. Image URL attachments in View Week and View List are now displayed inline. Fixed a problem with URL Attachments in the Week view and List view. The Windows installer is now 64-bit aware and will install the 64-bit ISAPI redirector, and write the configuration entries for the 64-bit redirector in the 64-bit HKLM\Software registry node. Added parsing for email addresses in the contact info field. Addresses mixed with other text, or multiple addresses are now correctly parsed into individual MAILTO links. If the additional info URL is a mailto address, then the link is written with a subject parameter. If the additional info URL field contains an Email, it is converted to a clickable link. Attachments are now included as part of an iCal export per RFC-2445 paragraph 4.8.1.1. iCal export was not wrapping RDATE lines. Audit trail entries for events created via Import will now reflect the person who performed the import. Repair Security screen now deletes permissions for objects that no longer exist. Messages are now logged to the audit trail. Audit trail entries are now made for event, calendar, resource/resource type/resource group, event type, user, and user group creation. Reworked Approval/Edit notification Emails. If an event is edited or deleted by someone other than the owner, the owner and any contact will receive a notification. Email addresses in the Contact Info field will now also receive edit or delete notification. Approvers would receive Edit notifications even if the editor did not have the permission "Mail Approvers on Edit" set. If the operator has suppress approval requests set, they won't get a CC of any message, regardless of the type of edit. The test for empty approval comments was being made after a default was assigned, treating every edit as though comments were made negating the suppress empty approval comments option. Guests will no longer receive a pending approval Email if the event defaults to approved. Using the edit event screen to approve an event will now generate an approval message as expected. Implemented conflict checking on event editing. If two users enter the edit event screen for the same event at the same time, the second user who saves will get a conflict detect warning and their changes will be lost. Added additional conflict checking. If a user views a calendar and another user edits an event, the viewer will receive a warning when they click on the event to display the detail. The Edit Icon will also be removed. The custom field wizard will now display input fields for custom field elements like CSSInputClass, etc. This means you can use advanced field elements and the wizard will not remove them. Fixed an issue in the file transfer screen if you tried to download a file, and the previous action was to traverse up one level in the directory structure. Errors deleting a file are now logged and reported to the user. Errors downloading a file are now reported to the user. If an error occurs during a file upload, the system now attempts delete the file and then create it. If Mail Host Requires Login is set in system configuration, save validates that the Mail Account Name and Password are present. If they are not, Mail Host Requires Login is set to no. Cleaned up pop-up window handling to center new windows on the desktop. Created an API call for rendering the HTML Input element for a custom field. Fixed a NPE in CSV import if an entry had no start or end date. Corrected an error when deleting users. If the user being deleted was an approver it was possible for the delete to fail with a database referential integrity error. Modified the RSS export to eat invalid control characters that are not permitted in RSS feeds but are part of an event's data. Text copied and pasted from Word could have these invalid control characters. Attachment file names are now correctly URL encoded. Author element of Item now has the contact name if present. Fixed a NPE if you were running a custom JSP in integral mode and the session timed out. Password reset messages create an audit trail entry against the user account as well as the system audit trail. Changed the default Day Span for RSS feeds to be 30 days, and the default max count to 12. Custom Header generator handles no organization name more cleanly. Images are checked for excessive height and scaled appropriately. System configuration now validates the mail from SMTP address is present. Fixed an issue in attaching existing files when the underlying database is SQL Server. Fixed an infinite redirect loop where a feed reader would request a feed, but anonymous calendar viewing had been disabled. The last edit time shown on the edit event screen was relative to the server's time zone, and not the user's time zone. Corrected an issue in the planner view when the span exceeded 45 days. ************************************************************** What's new in Version 3.4.1 Released 2008-10-19 ************************************************************** Improved appearance and layout on dropdown menu. Changed the default day span on RSS feeds to be all events if no day span is specified. Fixed problems in notification/reminder code introduced by the iCal Attachment change. SQL Exceptions in sql command window no longer log the entire stack trace. If the SQL Command Window statement is not SELECT, set the statement type to exec by default. Fixed a NPE if you tried to import a non-XML file from the RSS Import screen. Fixed a NPE in the InstanceOrSeries dialog triggered by robots. An Email error in approver notification now goes to the audit trail log. Fixed a NumberFormatException in ViewWeek triggered by an unidentified robot. Fixed a NPE if the Manual Reminder is executed for clustered servers if the server is not the cluster master. ************************************************************** What's new in Version 3.4.0 Released 2008-10-03 ************************************************************** The planner view can now set the period to a specific range of hours, rather than 24 hours. Added an audit trail facility to event edit. Most edit screens for calendars, resources, etc now have a Change History link that can be used. Additionally, system logging which currently goes to the servlet container log files is now logged to the audit trail table. Added a container security authentication provider, this can be used to allow the container (including Microsoft IIS) to provide transparent login/single-signin. All import screens can now establish a persistent, link to the import source, and you can now specify that the linked data is refreshed on a periodic basis. Added multi-level undo for import screens. Added RSS Feed Import capability. CSV Import Screen now accepts a URL as a data source. CSV Import will now use default column names for import from Outlook. In iCal Import, if an item is being re-imported, it now checks if a LastModified entry is present in the source event, and if it is, and that date is not newer than the LastModified date of the event, it is not over-written. In iCal import, if an existing entry is being re-imported, and has a status of CANCELLED, then the event will be deleted. CSV and iCalImport will now compress the UID/GUID of an event if its larger than the field size in Connect Daily. On import, a resource name or type name that is longer than the database accepts will be truncated, rather than throwing an exception. The LDAP and Container authentication providers can now auto- matically add users. Preferences and security settings are copied from a named user that acts as a template. Going into planner view by resource will now default to the last resource type displayed. Added undo capability to Fixed and Movable holiday add screens as well as the Bulk Exception add screen. The edit reminder screen now uses the calendar style sheet when used by anonymous users. Email notifications about add/edited events now contain the iCal file for the event as an attachment, rather than a link in the Email. This solves an issue with import links for events that are not visible to the public, or cases where the server may not be network accessible to the Email recipient. publicAdd.jsp now displays date and time formats for entry. Custom fields are now supported. Added "Is Location" field to resource type. If this field is set, then on iCal export, any items containing a resource of this type will have a Location entry per paragraph 4.8.1.7 of RFC-2445. Fixed encoding issue in Email body and subject that would cause Unicode characters to be improperly handled. Corrected an issue in RSS Export where the duration of an event that ended at 12:00 AM would be extended by an additional 24 hours. The custom header generator would generate a URL for the RSS feed list of /rss/, rather than RSS.html. This caused the help link/icon to be broken. Fixed a NegativeArraySize exception in the Advanced Search form that would happen if the start date was more than three months in the future, there was no end date, and results were found. Fixed a problem in item validation. If custom tabs had been setup during a trial, and then were not available, the item validation would still validate those custom tabs, causing an error. The custom header generator was encoding the output as ISO-8859-1, not UTF-8. Print style sheet in the header will now be the one specified in system configuration. Added timeouts for Mail send/connect. A non-responsive server could cause any form that did a mail send to hang. Fixed an error if anonymous sync was used and public calendar viewing was disabled. In planner view, if the date range was one day, the date displayed would always be the current date. Fixed an issue on the Change Header screen that would cause an error if an invalid image URL was entered. The Edit Event, Resources tab will enable the Create Setup/Teardown button if a Setup/Teardown calendar is defined, and that calendar exists (hasn't been deleted). In Edit Custom Tab/Dialog Definition fixed a NPE if the xml document was left blank. Now reports a SQL Exception. Fixed a javascript error on the Edit Preferences screen if AD or LDAP authenticator was selected. Thanks to Marcus Harris @ NGC for the fix. Fixed a NPE in the File Transfer screen. Fixed validation problems with Custom Tabs if the DTD path is invalid because of a network change. Edit Custom Tabs and Custom Fields Wizard now display a more informative message if the tab definition cannot be saved because the System URL Base is configured incorrectly. Edit event no longer crashes if the DTD path has been made invalid. Fixed validation errors in the system configuration screen. Setting Enable Attachments to yes and not entering in the attachment directory would prevent the other configuration sections from being modified. The add new event icon on planner view did not work. Rubber band event add on planner view did not work in stacked resource view mode. Corrected an error in the planner view if the calendar contained a date prior to 1 Jan 1970. This also corrects an issue with one time events that span one day with no start/stop time. For Oracle, changed default type for Date/Time columns from DATE to TIMESTAMP. Added a work-around to deal with non-standard behavior in Oracle JDBC drivers.
Mailing List Sign-Up
Product Download
Connect Daily Web Calendar Software
Connect Daily Hosted Calendar Software