diff --git a/ChangeLog b/ChangeLog index 4255b1745..1cba7fd45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ 2012-05-08 Francis Lachapelle + * UI/WebServerResources/ContactsUI.js (configureDraggables) + (configureDroppables, startDragging, whileDragging, stopDragging) + (dropAction): drag'n'drop is how handle by jQuery instead of Scriptaculous. + + * UI/WebServerResources/MailerUI.js (configureDraggables) + (configureDroppables, startDragging, whileDragging, stopDragging) + (dropAction): idem. + + * UI/WebServerResources/generic.js (onCloseButtonClick) + (showPromptDialog, showSelectDialog, showAuthenticationDialog) + (disposeDialog, _disposeDialog): idem. + + * UI/WebServerResources/SOGoRootPage.js (initLogin): idem. + * UI/Contacts/UIxContactView.m (-primaryEmail): in the mailto link, remove double-quotes and escape single-quotes from the fullname. (-secondaryEmail): idem. diff --git a/NEWS b/NEWS index e27d23c65..b61d917fe 100644 --- a/NEWS +++ b/NEWS @@ -15,12 +15,15 @@ Enhancements - updated CKEditor to version 3.6.3 - automatically add/remove attendees to recurrence exceptions when they are being added to the master event + - replaced the Scriptaculous Javascript framework by jQuery to improve the + drag'n'drop experience Bug Fixes - fixed wrong date validation in preferences module affecting French users - fixed bugs in weekly recurrence calculator - when saving a draft, fixed content-transfer-encoding to properly handle 8bit data + - escaped single-quote in HTML view of contacts 1.3.14 (2012-03-23) ------------------- diff --git a/UI/Templates/ContactsUI/UIxContactFoldersView.wox b/UI/Templates/ContactsUI/UIxContactFoldersView.wox index a8a9a9653..5918e9dae 100644 --- a/UI/Templates/ContactsUI/UIxContactFoldersView.wox +++ b/UI/Templates/ContactsUI/UIxContactFoldersView.wox @@ -8,6 +8,7 @@ xmlns:label="OGo:label" xmlns:rsrc="OGo:url" const:userDefaultsKeys="SOGoContactsCategories" + const:jsFiles="jquery-ui.js" className="UIxPageFrame" title="name" var:popup="isPopup"> diff --git a/UI/Templates/MailerUI/UIxMailMainFrame.wox b/UI/Templates/MailerUI/UIxMailMainFrame.wox index 9aaad9993..30c93a901 100644 --- a/UI/Templates/MailerUI/UIxMailMainFrame.wox +++ b/UI/Templates/MailerUI/UIxMailMainFrame.wox @@ -9,7 +9,7 @@ title="title" const:userDefaultsKeys="SOGoMailMessageCheck,SOGoMailSortByThreads,SOGoMailListViewColumnsOrder" const:userSettingsKeys="Mail" - const:jsFiles="dtree.js,MailerUIdTree.js,SOGoAutoCompletion.js,SOGoResizableTable.js,SOGoMailDataSource.js,SOGoDataTable.js"> + const:jsFiles="dtree.js,MailerUIdTree.js,SOGoAutoCompletion.js,SOGoResizableTable.js,SOGoMailDataSource.js,SOGoDataTable.js,jquery-ui.js"> + + @@ -163,7 +165,6 @@ -