Build 3123

  1. Rating widget support.
    1. Attributes of number types have a new widget type Rating. This allows adding rating in forms.
    2. Rating widget can be displayed in standard queries (column properties have a new property “Display rating” widget
    3. Rating widget can be used in custom queries like this: {AttributeName,rating}
    4. In queries If presentation of the attribute is defined, rating widget properties are taken from there, otherwise default
  2. Palette of available attributes and other form elements that can be dragged and dropped onto a form in the Form Designer
  3. Palette of available attributes that can be dragged and dropped onto a query in the Query Preview
  4. New versions of the default login pages (logon.jsp?domain=Domain&testingMode=true and logonAdmin.jsp)
  5. Ability to specify image, title and the “signup text” for the default login page
    1. Title is also displayed in the <title> tag
    2. If a process that handles forgotten password is defined, the link to run this process from the login page is automatically shown
  6. Integration with Stripe Multiparty Payments
    1. Onboarding
    2. Payments
    3. Generation of email links for payments
  7. Ability to represent query results as trees
  8. Ability to run the Configuration Tool across the Internet (debugging not supported) - just need to add the following property to UIConfig.props:
    HttpServerConnection=true

    Then WebServer, WebServerPort, WebServerProtocol, WebAppBase properties need to point to the remote server

  9. Zoho - updated to the latest API
  1. Chart queries with aggregates didn't work for objects with external persistence
  2. Kanban could not be used in forms
  3. If several grouped queries were displayed on the same screen “collapsed initially” flag didn't work properly
  4. Using “modern” headers for content panels in a VP caused layout designer not to display panel content
  5. Value of the “status code” attribute was not saved in the Config Tool when defining a REST service
  6. Incoming emails with HTML attachments didn't work properly
  7. Sometimes column headers were displayed as raw HTML when exporting queries in Excel
  8. Delete on choices dialog didn't work properly
  9. Moving panel operation up and down on a form didn't move it in the toolbar
  10. Paste operation was not available on right click in the Report Designer
  11. Presentation rules on a form were not renamed when the object was renamed
  12. “Display message” for pager in custom queries didn't work
  13. REST requests with OAuth had problems with UTF encoding.
  1. Ability to delete selected columns and operations by pressing the Del key in the Query Preview
  2. Ability to specify default label alignment for new forms
  3. Ability to specify font size and theme when creating a new VP
  4. Ability to specify a description for a new element
  5. Ability to specify theme and font size when creating a business space
  6. User interface (new checkbox) in the Logger Settings dialog to save server and Tomcat consoles in log files
  7. Ability to specify default date and time formats for a business space version.
    1. The formats can be changed using properties of a BSV (including the ability to change format of all existing date/timestamp attributes)
      And default formats can also be specified when creating a new business space
  8. Ability to specify default page margins for a business space version. These margins were hardcoded when a page with dynamic content was displayed
  9. Properties of filters can now be added to grid styles
  10. Ability to specify “bottom of the form” as location for any panel operation (not only Save and Close operations)
  11. Ability to swap columns in the Form Designer (drag and drop a selected column)
  12. Ability to specify operations for the multi-selector widget
  13. Ability to specify panel operations for content panels in visual perspectives
  14. Ability to save a list of attributes of an object into a text file (Attributes Pane in the Config. Tool)
  15. Ability to specify an icon when a reference attribute is displayed on a tab in a form
  16. Up-to-date MySQL driver
  17. TRANSLATE function takes an optional extra parameter to indicate a locale to translate to
  • Last modified: 2024/01/31 00:13