This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
niota-docs:niota_changelog [2023/08/10 13:27] admin |
niota-docs:niota_changelog [2025/07/17 14:11] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ==== 6.1.x ==== | ||
| + | <code> | ||
| + | Password expiry feature | ||
| + | logout timer / session expiry feature | ||
| + | extended format options (layout, gridmode, gridformtype) | ||
| + | new system flags to turn of deprecated format options via PHP scripts | ||
| + | fit to browser window size | ||
| + | introducing images/icon translation table image_conf.txt | ||
| + | relocation of custom script folder - now relative to /conf folder - this allows shared scripts over multiple clients | ||
| + | relocation of custom image folder - now relative to /conf folder - this allows shared images over multiple clients | ||
| + | </code> | ||
| + | |||
| + | ==== 6.0.1 ==== | ||
| + | <code> | ||
| + | SAML authentication feature | ||
| + | Contains v5.0.2_HF01 bug fix | ||
| + | </code> | ||
| + | |||
| + | ==== 6.0.0 ==== | ||
| + | <code> | ||
| + | Release for PHP v8.2 compatibility | ||
| + | New Excel API and fixing following Excel-related bugs: | ||
| + | * download crashes with table with a name longer then 31 character | ||
| + | * upload seems to consider only the first 26 columns | ||
| + | * upload - strange message | ||
| + | </code> | ||
| + | |||
| + | ==== 5.0.2 HF01 ==== | ||
| + | <code> | ||
| + | Bug fix: use ~ as null value in the case of numeric columns even in lookup sets. | ||
| + | Bug fix: number formatting issue when row contains empty values. | ||
| + | Advanced filter feature change: filter is reset when catalog object instance id is clicked on Subject Area Submenu Bar. | ||
| + | Lookup feature change: Error raises when lookup setting is applied on a column with decimal type. | ||
| + | </code> | ||
| + | |||
| + | ==== 5.0.2 ==== | ||
| + | <code> | ||
| + | apps page feature | ||
| + | new style sheets and theme customization options | ||
| + | new layout for subject-area menu | ||
| + | pop-up grid feature | ||
| + | edit/add form customization | ||
| + | edit/add form positioning | ||
| + | new setting: display search bar by default on grid | ||
| + | autorefresh on detail grid edit act | ||
| + | button for generate style sheets | ||
| + | new system variable: $currentCatalogId (and other related ones) | ||
| + | redesigned meta views and meta sql queries | ||
| + | autoload feature - application's default grid | ||
| + | login page does not reload when login is not successful | ||
| + | hide grid when subject area changes | ||
| + | login button coloring on hover | ||
| + | RLS token feature | ||
| + | conditional constraints | ||
| + | new number format handling feaure | ||
| + | define default value in the case of grid edit | ||
| + | personal modal change - only password fields are available | ||
| + | new system setting: first day of week | ||
| + | |||
| + | Bug fix: hanging validation fix | ||
| + | Bug fix: session error during login | ||
| + | Bug fix: handle wrong column names in lookup and constraint definitions | ||
| + | </code> | ||
| ==== 5.0.1.23221_HF ==== | ==== 5.0.1.23221_HF ==== | ||
| <code> | <code> | ||