Added
1.0.40 2019-01-25
- components folder is added to tarball for debugging purpose
Changed
1.0.34 2019-01-10
- hide
Forgot password?
and Registration
on auth form when Negotiate
enabled
- add title to Localize Dialog in
UbInput
Fixed
1.0.43 2019-01-31
- add missing "css" folder to the published package
1.0.34 2019-01-10
- fix popovers collapse on
UbSelectEntity
control
- add styles for low resolution screens in
UbInput
Localizable Dialog
Fixed
5.6.24 2019-01-30
- potential error with invalid characters in scanned file name (,). Chrome72 do not allow
,
in Content-Disposition header
5.6.23 2019-01-27
- [unitybase/ubjs#41] - float field validator should allow numbers with total char count > 17, for example
10,000,000.000001
- [unitybase/ubjs#42] - select row count on grid refresh only if rowCount calculation is turned ON either in ubRequest
or by pressing Total button on PaginationToolbar
- clear "soft deletion" mark for combobox in case ubRequest is changed and newly selected record is not longer deleted
5.6.20 2019-01-10
- [unitybase/ubjs#36] - all exporters (Excel / CSV / HTML) will call a grid column render() function
with parameters
col.renderer(value, null, record, rowIndex, colIndex, store)
Fixed
5.0.34 2019-01-30
- file name in Content-Disposition header should be wrapped in "", in other case comma or other
not allowed chars in file name can cause Chrome 72 to stop HTTP request)
Added
5.1.0 2019-01-10
- new cdn dictionaries: cdn_nationality, cdn_personclass
- new attribute of cdn_person: resident: boolean; nationality -> cdn_nationality, classID -> cdn_personclass
Changed
5.1.0 2019-01-10
- Description attribute of cdn_currency is now multilingual
Fixed
5.1.42 2019-01-27
- typo in org_unit shortcut uk localization [UBDF-8687]
5.1.39 2019-01-14
- uData.allStaffUnitIDs will contains ALL stuff unit ID's not only permanent/assistant/temp as reported in [unitybase/ubjs#37]
Added
5.2.0 2019-01-13
- extended
App.authFromRequest
- added optional Cookies for Negotiate authentication (UB server should be updated to 5.7.7+)
THTTPResponse.getBodyForDebug
function
App.globalCachePut
will accept null
as 2nd parameter. In this case key will be removed from globalCache (UBserver@5.7.7+)
Changed
5.1.12 2019-01-27
- add warning to ELS form about insecure usage of method mask in ELS rules [unitybase/ubjs#38]
Fixed
5.1.12 2019-01-27
- allow Supervisor role to manage uba_grouprole
- allow Supervisor role read uba_userrole, uba_usergroup and uba_grouprole [unitybase/ubjs#33]
Added
5.1.41 2019-01-03
- Report editor form: show warning for server-side test and report reload in case server / client not in dev mode
Fixed
5.0.43 2019-01-31
- missing comma in server-side localization file
Added
5.0.41 2019-01-25
- adding custom properties to the xlsx document
wb.setCustomProperty('reportID', this.instanceID)
- sheet protection (password is not currently supported)
ws.setWorksheetProtection({
objects: true,
scenarios: true,
formatColumns: false,
formatRows: false,
sort: false,
autoFilter: false,
pivotTables: false
})