1 / 66

What’s New in Notes 8.5.1

What’s New in Notes 8.5.1. Mary Beth Raven, Ph.D. IBM. What We’ll Cover …. What’s new in Domino Designer What’s New in iNotes What’s New in the Notes Client Questions. Domino Designer 8.5.1. Builds on the foundation we created in Designer 8.5 Usability Performance Extensibility API

muncel
Télécharger la présentation

What’s New in Notes 8.5.1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What’s New in Notes 8.5.1 Mary Beth Raven, Ph.D. IBM

  2. What We’ll Cover … • What’s new in Domino Designer • What’s New in iNotes • What’s New in the Notes Client • Questions

  3. Domino Designer 8.5.1 • Builds on the foundation we created in Designer 8.5 • Usability • Performance • Extensibility API • Script Editors

  4. Some Small Usability Improvements Label the Ids given in the properties box More Navigator sorting options

  5. Distinguishing Remove from Delete Remove applications without fear!!

  6. Working Set Usability Improvements • Easier to toggle between them • Add applications to a working set without opening them • More information available for each application in the working set

  7. Framework Usability Improvements • Where am I? • Hover on tab for more information • Design list filtering • Find by name and/or alias • More Eclipse-like approach • Creating design elements • 8.5 brought a change to Designer UI for creating design elements • Set alias and comment (and language type) when you create the design element

  8. XPage Usability Improvements • New XPage dialog • Create the data source when the XPage is created • XPage Design Visualization Improvements • (Design Visualization = what it looks like at design time) • Text on a page • “Other” controls • Better rendering of style sheets in design mode • Custom control visualization • Provide your own!

  9. Domino Designer Performance Improvements • Studied and queried Designer users for priority areas • Launching Designer • Database open from the client, from Designer • Expanding database already in navigator • Help Indexing • Results • Help indexing dropped to around 5 minutes (from 30 to 120) • Substantial improvements in other operations (smallest improvement was > 75%)

  10. Extensibility API • Designer (even in 8.5) publishes Eclipse resource selections • Enables Eclipse plugins to contribute to Designer UI and function • API maps between Eclipse resources and design elements, blends with and supports Eclipse APIs • Current selection available through API to allow context sensitivity in plugin contributions • Database and design element property manipulation available • Allows plugin contributor to refresh core Designer UI

  11. Extensibility Classes • DesignerResource • Constants, static methods to analyze selections, open databases, find design elements, etc. • DesignerDesignElementSelection • Information about the current selection (database or design element) • DesignerProject • Information about the current database • DesignerDesignElement • Information about a design element • DesignerException • Thrown to report errors encountered by these classes

  12. Some Sample Code... public Object execute(ExecutionEvent event) throws ExecutionException { Shell shell=HandlerUtil.getActiveShell(event); IWorkbenchWindow window= HandlerUtil.getActiveWorkbenchWindow(event); ISelection selection = window.getSelectionService().getSelection(); String describe=null; if(selection==null){ describe = "Nothing is selected."; MessageDialog.openError(shell, "Message", describe); returnnull; } DesignerDesignElementSelection uisel=DesignerResource.getDesignerSelection (selection); DesignerProjectdesignerProject = uisel.getSelectedDesignerProject(); if(uisel==null){ describe = "DesignerSelection is nothing."; MessageDialog.openError(shell, "Message", describe); returnnull; } List<DesignerDesignElement>designElement = uisel.getSelectedDesignElements(); if(designElement!=null){ for(int i=0;i<designElement.size();i++){ DesignerDesignElement nele=designElement.get(i); nele.sign(); nele.refresh(); } } returnnull; }

  13. LotusScript Editor • Brand new, built on Eclipse framework • Script libraries and Agents • Class browser (Yes, for custom classes, too) • Content assist • Preferences • Syntax coloring • Hyperlinking

  14. Eclipse-Based Java Design Element Editor • Manages the resources within design elements • Agents, Libraries, Web Services, Web Service Consumers • Eclipse Java editor for classes • Eclipse New Class dialog • Builtin access to Notes.jar, content assist, etc. • Integration with other Eclipse editors

  15. What We’ll Cover … • What’s new in Domino Designer • What’s New in iNotes • What’s New in the Notes Client • Questions

  16. What’s New in iNotes • New end-user features • New iNotes policy settings • New .ini settings

  17. Auto Refresh and Unread Count for the Inbox and Folders

  18. Scroll Hints – Dates of What You are Scrolling

  19. Preference for Scroll Hints

  20. Sync ID with ID Vault (Hidden if no policy enabled)

  21. New iNotes Policy Settings – iNotes Configuration Tab • Refresh inbox automatically • Enable unread count • Auto-update unread count • Enable scroll hits • Disable warning on opening attachments • Filer out images from emails • Proxy server name/URL pairs for Quickr usability • Show sidebar on startup • Show preferences • Server or local archiving

  22. Screenshot of Some of the New Policy Settings

  23. Other New iNotes Policy Settings • Mail disclaimer • Security policy for configuring proxies • Previously, you set proxies in proxy.config.properties in Domino\data\properties. This is no longer supported. You msut use a security policy setting document • ID Vault

  24. New iNotes .ini Settings • Web-style search syntax: INOTES_WA_DISABLE_WEBSTYLE_SEARCH=1 • Disable links so that users cannot identify or open links when editing or replying (IE only, and set to 1 by default): iNOTES_WA_EnableOpenLinkInEditor=0 • Prefetch documents – messages will open faster because the contents have already been fetched. Enabling this might have bandwidth or server CPU consumption trade-offs • iNOTES_WA_PrefetchDocuments • 1 = fetches all unread documents shown in the mail view • 2 = fetches all documents shwn in themail view

  25. More New iNotes .ini Settings • Unblock Google ™ Chrome browser iNOTES_WA_ChromeBrowserBlock=0 • Allow pass-thru of HTML in Domino 8.5.1, pass-thru HTML that is enclosed in square brackets is disabled by default. To allow it, use iNOTES_WA_AllowPassThruHtml=1

  26. Other iNotes: Customize Color Gradients • Customize the color gradients use in iNotes • Edit the dwa.properties files in forms85.nsf • All gradient fill and roundrect colors are now defined in dwa.properties. • To change colors, edit this file in Domino Designer an dprovide new color values.

  27. What We’ll Cover … • What’s new in Domino Designer • What’s New in iNotes • What’s New in the Notes Client • Questions

  28. What’s New in the 8.5.1 Notes Client • Mail • Calendar • Rich text editor • Replication and Sync • Widgets and Live Text • General

  29. What’s New in Mail • Archiving improvements • More colors for color coding • New Spam protection with Lotus Protector integration • You can empty Trash from a context menu • Add a vCard • Attachments collapsed at top on incoming MIME emails • Red unread mail text • Business card on typeahead – and a new card

  30. Improved Look for Archives • In an archive, the archive name is now highlighted in yellow, and the Archive, Other Mail, Follow-up, and Tools folders will not appear. Also, the preview pane will not display. • Recently Archived view • Recently Archived folder lists recently archived messages, categorized by archived date

  31. Mail: Archived Messages • The subject line of the open or previewed message says “(Archived)” and the header has archived date • You can view an archived message in its archive. If you chose Remove attachments, leave summary or Remove attachments, leave summary and 40KB when you set the archive criteria, you can also view the message from a shortcut in its original folder.

  32. Now Ten Colors for Coding!

  33. Better Spam Control with Lotus Protector

  34. Better Spam Control with Lotus Protector

  35. Better Spam Control with Lotus Protector

  36. Better Spam Control with Lotus Protector

  37. Better Spam Control with Lotus Protector

  38. Empty Trash from a Context menu

  39. Add a vCard to your Signature • Append a vCard (.vcf) file to your signature • Set Preferences - Mail - Signature The basic fields are filled in based on information in your organization's directory,

  40. Add a vCard (Continued)

  41. Attachments Collapsed at Top on Incoming MIME Mail

  42. Attachments Collapsed at Top on Incoming MIME Mail

  43. Preference for Plain Red Text for Unread Mail

  44. Business Card on Typeahead, and new Card

  45. What’s New in Calendar • Accept/Decline meetings from the preview pane • New “Show Timeslots” choice • Drag a Mail Message to Calendar tab or Day-at-a Glance to Schedule meeting • Drag and Drop to Reschedule • Integrated Google: choose How many Days for Offline

  46. Accept/Decline Meetings from the Preview Pane

  47. Calendar View : Show – Summary or Show - Timeslots

  48. Drag a Mail message to Calendar tab or Day-at-a-Glance Drag and hover on Calendar tab; wait for tab to switch, then drop on timeslot Drag email; drop on empty timeslot to schedule meeting

  49. Drag and Drop to Reschedule a Calendar Entry • Drag a Calendar entry to a new date on the date picker in either your main calendar or the Day-At-A-Glance sidebar panel. This will open the reschedule dialog box. • Use this feature to counter a meeting invitation. • To drag to a different month on the date picker, hover over the previous or next arrow while dragging.

  50. Integrated Google: Choose How Long to Show

More Related