Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ref:changelog:0000:8.n:8.1:2452 [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1ref:changelog:0000:8.n:8.1:2452 [2026/08/13 00:46] (current) – ↷ Links adapted because of a move operation 0.0.0.0
Line 1: Line 1:
 +{{tag>Change_Log Version:V8.1 New_Version}}
 +====== Build 2452 ======
 +===== New Features =====
 +  - Consuming REST services (with OAuth support)
 +  - "Dynamic" columns for queries and references - perform calculations on the fly
 +  - Picture attributes support storage in file system. If storage happens to be inside web application
 +  directory, images are displayed using links to their storage, rather than generated again
 +  - New Kendo UI library
 +  - Ability to add Calendar widget to the HTML of a content panel in a VP
 +  - Support for embedded spreadsheets
 +  - New Jasper Reports Library
 +    -support for position types of all elements
 +    -ability to insert page break anywhere
 +    -support for text rotation
 +    -justified alignment for text
 +    -support for borders for text and images
 +    -transparency support for text and rectangles
 +    -line spacing improvements, indentation support for text
 +    -Table Element
 +  - Business space version comparison
 +  - Office Online Integration
 +
 +===== Improvements =====
 +  - Tomcat v8.5
 +  - [[ref:a_f:a:exec_strong|EXEC_STRING]] action
 +  - [[ref:a_f:f:af:eval_string|EVAL_STRING]] function
 +  - Support of HTML text in reports: <<Object.HTMLAttribute,html>>
 +  - [[ref:a_f:f:af:log|LOG]] action (put record in the rule log)
 +  - [[ref:a_f:a:log2_context|LOG CONTEXT]] action
 +  - [[ref:a_f:a:commit_transaction|COMMIT TRANSACTION]] action
 +  - Transaction isolation level for processes
 +  - Search Script command now also searches HTML
 +  - Space elements vertically and horizontally in Report Designer
 +  - Support for "last modified date" in a business space version
 +  - Option to not delete a message on the server when handling incoming emails
 +  - "Display paging bar only if necessary" property for grids
 +  - Vertical column headers in grids
 +  - "Max file size" property for document and picture attributes
 +  - "Allowed extensions" property for document and picture attributes
 +  - Ability to enter dates using masked text input
 +  - In a query with inline editing and default operation - if a cell is not editable, the default operation is invoked
 +  - Ability to specify section name in [[ref:a_f:a:enter_new|ENTER NEW]], [[ref:a_f:a:edit|EDIT]] and [[ref:a_f:a:view|VIEW]] actions: ENTER NEW Obj USING Main SECTION Main
 +  - It is now possible to include shortcuts into editable attributes for calendars (default pop-up form) They are edited as drop downs (similar to inline editing of shortcuts in standard queries)
 +  - Borders between multi-attribute cells are displayed in the form designer
 +  - Objects put in the Context by an ordered query ([[ref:a_f:a:find|FIND]] ... ORDER BY) maintain their order when processed
 +  - Ability to sort attributes in a BO by Name, Type and Required
 +  - Ability to save a form when a focus is lost
 +
 +
 +===== Bugs =====
 +  - Arithmetic expressions used as part of [[ref:a_f:a:create|CREATE]] FOR EACH, was not evaluated for each object properly
 +  - Tags to images in HTML documents didn't work (unless used in emails)
 +  - Zoho Settings were not saved
 +  - Wizard forms with custom panel header didn't work properly
 +  - Some queries in business spaces allocated on a separate database had problems
 +  - Alpha validation didn't work for small letters
 +  - It was not possible to delete a business space created with a separate database in the SQL Server
 +  - Exposed REST services didn't support POST
 +  - Integrity window sometimes didn't display problems properly
 +  - Using OUT parameters in stored procedures that referred to LoggedIn user didn't work