Skip to content

Commit c78b011

Browse files
Fix
1 parent 1e6985b commit c78b011

File tree

1 file changed

+11
-10
lines changed
  • content/CTG_99_versions/CTG_10_release-notes/LSN_40_v5-2

1 file changed

+11
-10
lines changed

content/CTG_99_versions/CTG_10_release-notes/LSN_40_v5-2/v5-2.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The "exploded" JSON files layout has been changed accordingly:
5757
- Calls done to the API services **without** a token is considered as done by the `public` user
5858

5959
> **Note**: if for some reason you have been using the `/` public UI endpoint for exposing some kind of "public API services", it **must** be refactored.
60-
> This public UI endpoint has never been designed for API usage, it is an **UI** endpoint not suitable for providing API services:
60+
> This public UI endpoint has never been designed for API usage, it is an **UI** endpoint not suitable for providing API services:
6161
> it is associated to a Tomcat session the must be maintained using a cookie, it has no scalability mecanisms, etc. using it was an anti-pattern.
6262
> Prior to this minor version, the right pattern was to use a "technical" user on the API endpoint, now you can avoid this "technical" user.
6363
@@ -95,7 +95,7 @@ All warnings have to be fixed by designers (right place in object, hidden or not
9595
- Added object hook `boolean canPreview(field, doc)` and platform hook `boolean canPreviewDocument(grant, doc)`
9696
- Added `Tool.shiftTime` tool method to shift time fields (by seconds)
9797
- Added support for calculated fields on pivot tables
98-
- Added [OpenHTMLToPDF libs](https://github.com/danfickle/openhtmltopdf) + added a new `HTMLToPDFTool` helper class + added new methods on `PrintTemplate`
98+
- Added [OpenHTMLToPDF libs](https://github.com/danfickle/openhtmltopdf) + added a new `HTMLToPDFTool` helper class + added new methods on `PrintTemplate`
9999
- Prevented adding custom code on core system objects, external objects and workflows
100100
- Notepads auto-upgrade to JSON format when rendering becomes `Users activities`
101101
- Removed insecure (and useless) `X-Simplicite-SessionID` HTTP header
@@ -164,7 +164,7 @@ All warnings have to be fixed by designers (right place in object, hidden or not
164164
- use only the SAX parser: DOM parsing has been removed to free memory
165165
- import module is 2 times faster on average
166166
- allows to solve cyclic relationships / cross-referenced objects in only one scan
167-
167+
168168
- New module type to separate core `System` and `Add-on` with business modules (application, toolbox, data...)
169169

170170
![](mdl_type.png)
@@ -256,10 +256,10 @@ JSON syntax example:
256256
},
257257
"fld_dbname": "sup_website3",
258258
...
259-
}
259+
}
260260
```
261261

262-
- Multiple `PlatformHooks*` for a best business isolation:
262+
- Multiple `PlatformHooks*` for a best business isolation:
263263
- to allow different app/modules to have there own hooks implementation (`isMenuEnable`, `postSearchIndex`...)
264264
- the name of shared code must start with `PlatformHooks`
265265
- Added a compile all action
@@ -389,7 +389,7 @@ This means this mechanism requires a proper modules' version management.
389389
![](moduleCommit.png)
390390

391391
- New module commit to GIT:
392-
- format choice: new JSON hierarchy or legacy XML
392+
- format choice: new JSON hierarchy or legacy XML
393393
- and choice to explode all configuration files in a Module tree
394394

395395
![](commit.png)
@@ -673,7 +673,7 @@ This means this mechanism requires a proper modules' version management.
673673

674674
- Fixed inlined form with a read-only foreign key during creation
675675
- Backported menu with colored solid circle on enum items
676-
- Backported optional checkstyle Maven plugin in the modules' `pom.xml`
676+
- Backported optional checkstyle Maven plugin in the modules' `pom.xml`
677677
- Fixed deeplinks and scope taken into account with LDAP auth provider
678678
- Fixed UI index proposal on current selection
679679
- Fixed inlined link 0,1 with UI template
@@ -716,7 +716,7 @@ This means this mechanism requires a proper modules' version management.
716716
- Fixed import CSV/XML action button
717717
- Reset current selected Ids on new setSearchSpec
718718
- Fixed CreateModule process - Domains are now granted to Groups
719-
- Added module filter to Group grid on CreateStateModle and fixed redirect at end of process
719+
- Added module filter to Group grid on CreateStateModle and fixed redirect at end of process
720720

721721
<h3 id="version-5.2.33">5.2.33 (2023-02-28)</h3>
722722

@@ -873,11 +873,12 @@ This means this mechanism requires a proper modules' version management.
873873
<h3 id="version-5.2.52">5.2.52 (2023-10-31) - post-maintenance revision</h3>
874874

875875
- Backported security fix on document servlet
876-
<h3 id="version-5.2.52">5.2.52 (2023-10-18) - post maintenance revision</h3>
876+
877+
<h3 id="version-5.2.52">5.2.53 (2023-10-18) - post maintenance revision</h3>
877878

878879
- Fixed asynchronous exports when done accross mounted volumes (e.g. in some Docker deployments)
879880

880-
<h3 id="version-5.2.53">5.2.53 (UNRELEASED) - final post maintenance revision</h3>
881+
<h3 id="version-5.2.54">5.2.54 (2024-01-31) - final post maintenance revision</h3>
881882

882883
- Backported security fix on document servlet
883884
- Fixed full XML export with pagination and filters

0 commit comments

Comments
 (0)