On Monday August 29th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2377 and RunTime Revision 1035. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM CST with an expected completion time of 12:30PM CST.
On Wednesday August 31st, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1035. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM with an expected completion time of 12:30PM CST.
DesignTime
Revision 2368: Gallery Upload Fix
- The gallery is failing to properly upload applications. Added recent application based changes to the gallery upload process.
- Translation searching breaks when the user tries to have a ' character in the search textbox. The search box now properly escapes the search value before passing it to check again the list.
- When a service named "Output" and the user tries to drag and drop from the Assistant tab the XSL path will only have one "Output" node instead of two. This has been resolved by removing an old check.
- Added user properties to display on the List Wizard so users can pull those values for their list.
- Exporting and importing MVC webpages results in bad records relating to control events. Updated entity and property records for MVC webpages.
- The Push Notification service has been reworked to be more user friendly and allow for more control in regards to the App Icon Badge.
- The service structure has been reworked to include a service node array section for parameters sent to the page that the notification opens.
- The URL service node has been renamed to be called PageToOpen and includes a recommended values list of the application's webpages.
- Added 3 new service nodes:
- AppIconBadge: The number to display in the badge. Providing 0 will hide the badge. Providing no input/invalid input will leave the badge unchanged.
- Silent: A true/false value determining whether to not play a notification sound.
- NotificationCategory: The category of the notification for IOS devices. This won't do anything yet, but it is needed for setting up more complex notification behavior.
- The gallery image for licensed prebuilt solutions was missing the file path. Added a check for the LicensedPreBuiltSolutions type to generate the correct image path.
- Connection instance paths fail to load in the QueryBuilder if they only have a single path.
Revision 1027: Mobile List CSS Clean Up
- Cleaned up the list CSS for mobile devices.
- In Classic application's the CSV Download feature is adding the error page HTML to the bottom of the file. The error page HTML is no longer generated for when CSV Download's are happening.