Skip to content

Commit 613b045

Browse files
spellcheck
1 parent 597ed3c commit 613b045

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+87
-69
lines changed

.vscode/settings.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,53 @@
11
{
22
"cSpell.words": [
33
"anonymization",
4+
"backportable",
45
"centralised",
56
"colorpicker",
67
"compatbreakingchanges",
78
"Crosstab",
9+
"crypted",
10+
"curdate",
811
"datalink",
12+
"datamap",
913
"datetimepicker",
14+
"devinfo",
15+
"devmode",
16+
"firstname",
1017
"Fullcalendar",
18+
"fulltext",
1119
"groupby",
1220
"groupbyfields",
1321
"healthcheck",
22+
"hsql",
23+
"JDBC",
24+
"KEYID",
25+
"lastname",
1426
"licence",
27+
"metaobject",
1528
"mycls",
1629
"myid",
1730
"myobj",
31+
"MYPARAM",
1832
"notif",
33+
"objparam",
1934
"okhttp",
2035
"postrelease",
2136
"prefs",
37+
"Processus",
2238
"redolog",
2339
"Redologs",
40+
"resps",
41+
"screenflow",
2442
"simplicitesoftware",
2543
"SUPERADMIN",
2644
"SYSPARAM",
2745
"sysparams",
2846
"tesseract",
47+
"Timesheet",
48+
"uichanges",
2949
"unirest",
50+
"userkey",
3051
"WCAG"
3152
]
3253
}

docs/documentation/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Architecture Overview
2626
For more details on generic integration components (webservices, I/O interface, etc.) please refer to the documents referenced in the _Integration services_ section of [the documentation index](/docs/documentation/integration/in-out).
2727
Some of these generic webservices are wrapped into generic libraries/APIs in various technologies, please refer to the documents referenced in the _APIs_ section of the document index.
2828

29-
Beyond these generic integration components, Simplicité being a Java platform, any kind of integration that is possible in Java is possible with Simplicité.
29+
Beyond these generic integration components, Simplicité being a Java platform, any kind of integration that is possible in Java is possible with Simplicité.
3030
Some examples are available in [this document](/docs/documentation/core/third-party-apis-examples) but many other third part public or private services integration can be implemented.
3131

3232
Compliance
@@ -60,6 +60,6 @@ In this mode the publication layers (UI and API) have access to an EJB wrapped S
6060
Clustering
6161
----------
6262

63-
Simplicité instances can be clustered to provide several nodes using the same database, the right approach for load balancing being a **sticky session** load balancing.
63+
Simplicité instances can be clustered to provide several nodes using the same database, the right approach for load balancing being a **sticky session** load balancing.
6464

6565
![Clustering](img/architecture/architecture-clustering.png)

docs/documentation/authentication/customauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Client certificate authentication
5252
When using an Apache or NGINX webserver as reverse proxy you can configure it to enforce client certificate authentication (see [this document](/docs/documentation/misc/webserver-ssl) for details).
5353

5454
They typically can be configured to propagate the verified client certificate's DN as the `X-SSL-Client-S-DN` HTTP header.
55-
Then the authentication on Simplicité side is easy as it is just a matter of parsing this DN, e.g. extracting the `CN` field as login:
55+
Then the authentication on Simplicité side is easy as it is just a matter of parsing this DN, e.g. extracting the `CN` field as login:
5656

5757
```javascript
5858
GrantHooks.customAuth = function(req, res) {

docs/documentation/compatibility.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This document gives a non exhaustive list of architectures and infrastructure co
1111
Containers deployments (Docker and PaaS)
1212
----------------------------------------
1313

14-
The **ideal** / **preferred** deployment model is to deploy Simplicité platform as **Docker® container(s)**
14+
The **ideal** / **preferred** deployment model is to deploy Simplicité platform as **Docker® container(s)**
1515
from our standard pre-built images available on [DockerHub](https://hub.docker.com/r/simplicite/) or from custom images that you build to fit your needs.
1616
See [this document](/docs/documentation/operation/docker) for details.
1717

@@ -24,20 +24,20 @@ It is also possible to deploy it as managed application container(s) on a wide r
2424
Etc.
2525

2626
In both cases you will need an external database service - custom or as a service (DBaaS).
27-
See the "Databases" section for details on Simplicité database compliances.
27+
See the "Databases" section for details on Simplicité database compliances.
2828

2929
Custom deployments
3030
------------------
3131

32-
It is still possible, although highly **discouraged**, to deploy Simplicité on custom IaaS infrastructures or even on premises servers.
32+
It is still possible, although highly **discouraged**, to deploy Simplicité on custom IaaS infrastructures or even on premises servers.
3333
In such a case you need to verify that your technical platform complies with the following recommendations.
3434

3535
### Introduction
3636

3737
By default, our **recommendation** is that you use only the current **up to date** versions of **all technical components**
3838
(OS, JVM, application server, database server, web servers) unless explicitly stated otherwise.
3939

40-
The versions indicated below are to be considered as **minimal** versions on which Simplicité platform should run.
40+
The versions indicated below are to be considered as **minimal** versions on which Simplicité platform should run.
4141
Some of them are now outdated and **should not** be considered as recommended versions.
4242
Using such old versions is likely to be a source of potentially tricky problems that you would not have with up-to-date components.
4343

docs/documentation/core/disposition-code-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public String display(Parameters params) {
4848

4949
wp.appendHTML("<div id=\"main\"></div>");
5050

51-
wp.appendHTML("<div id=\"footer\">&copy; Simplicit&eacute; Software</div>");
51+
wp.appendHTML("<div id=\"footer\">&copy; Simplicité Software</div>");
5252

5353
return wp.toString();
5454
}
@@ -80,7 +80,7 @@ MyDisp.display = function(params) {
8080

8181
wp.appendHTML("<div id=\"main\"></div>");
8282

83-
wp.appendHTML("<div id=\"footer\">&copy; Simplicit&eacute; Software</div>");
83+
wp.appendHTML("<div id=\"footer\">&copy; Simplicité Software</div>");
8484

8585
return wp.toString();
8686
};

docs/documentation/devops/code-quality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Modules using Java
6464
------------------
6565

6666
In this case the Simplicité module is considered as a **Java module** by Sonarqube&reg;.
67-
As of **Version 4.0.P22** this is straightforward as the Git repository of the Simplicit&eacute; module
67+
As of **Version 4.0.P22** this is straightforward as the Git repository of the Simplicité module
6868
is structured as an Apache Maven&reg; project which is directly managed by Sonarqube&reg;.
6969

7070
### Prerequisites

docs/documentation/integration/librairies/ajax-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Ajax API
99
Introduction
1010
------------
1111

12-
The JavaScript files to include to use the Simplicit&eacute;&reg Ajax API are:
12+
The JavaScript files to include to use the Simplicité&reg Ajax API are:
1313

1414
- `scripts/ajax/appsession.js` (required) for application level services
1515
- `scripts/ajax/grant.js` (required) for grant data manipulation (as of version 4.0)
@@ -42,7 +42,7 @@ Where `<root>` can be either:
4242

4343
- a simple application root (e.g. `myapp`) in that case the base URL is considered to be the same as the
4444
current application base URL (this is typically what to do in case of custom page managed within
45-
a Simplicit&eacute;&reg application, for instance as a configured external object)
45+
a Simplicité&reg application, for instance as a configured external object)
4646
- an absolute application URL (e.g. `http://myserver:8080/myapp` or `http://myserver:8080/appws`)
4747

4848
And where `<gateway>` is:

docs/documentation/integration/webservices/custom-services.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The calls examples are given using the `curl` command line tool
2828
2929
For an application deployed on `myapp` webapp root, the base URL of the custom services is:
3030

31-
```
31+
```sh
3232
http[s]://<host[:<port>]>/myapp/api/ext
3333
```
3434

@@ -120,7 +120,7 @@ The result is then:
120120
## Mapped business object services helper class
121121

122122
As of version 4.0.P23 a high-level helper class `com.simplicite.webapp.services.RESTMappedObjectsExternalObject`
123-
is provided to simply expose Simplicit&eacute; business object CRUD in a simplified and customized way.
123+
is provided to simply expose Simplicité business object CRUD in a simplified and customized way.
124124

125125
Example:
126126

@@ -138,12 +138,12 @@ public class v1 extends com.simplicite.webapp.services.RESTMappedObjectsExternal
138138
addField("users", "email", "usr_email");
139139

140140
// Map the user's responsibility business object attributes
141-
addObject("user-resps", "Responsability");
141+
addObject("user-resps", "Responsibility");
142142
addField("user-resps", "login", "rsp_login_id.usr_login");
143143
addField("user-resps", "group", "rsp_group_id.grp_name");
144144
addField("user-resps", "startDate", "rsp_start_dt");
145145
addField("user-resps", "endDate", "rsp_end_dt");
146-
addField("user-resps", "active", "rsp_activ");
146+
addField("user-resps", "active", "rsp_active");
147147
// Map the reference from responsibility to user
148148
addRefField("user-resps", "users", "userId", "rsp_login_id");
149149
}

docs/documentation/integration/webservices/git-repositories.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if you want to avoid configuring username/password credentials in your module's
8686

8787
## Advanced
8888

89-
The Git repositories created/cloned by Simplicit&eacute;:
89+
The Git repositories created/cloned by Simplicité:
9090

9191
- Are **non bare** repositories, the local worktree is needed by the export/import processes
9292
- Have the following configuration set by default in `.git/config` file to allow read-write access over HTTP(S):
@@ -97,7 +97,7 @@ The Git repositories created/cloned by Simplicit&eacute;:
9797
receivepack = true
9898
```
9999

100-
If you manually create/clone repositories used by Simplicit&eacute; (which is not supposed to be done except for very specific needs)
100+
If you manually create/clone repositories used by Simplicité (which is not supposed to be done except for very specific needs)
101101
make sure to create/clone **non bare** repositories and make sure to have these two options activated (which is not the case by default).
102102

103103
### Branch

docs/documentation/misc/databases-howto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ hop'
9292

9393
By default PostgreSQL does not provide case-insensitive search match when using standard `LIKE` comparator.
9494

95-
Active maintenance releases of Simplicit&eacute; now use by default the non standard `ILIKE` comporator.
95+
Active maintenance releases of Simplicité now use by default the non standard `ILIKE` comporator.
9696

9797
See [this document](https://www.postgresql.org/docs/9.6/static/functions-matching.html) for details.
9898

@@ -133,7 +133,7 @@ Oracle
133133

134134
### Limitations
135135

136-
- Varchars are limited to 4000, over 4000 Simplicit&eacute; generates CLOBs columns (that are, thus, not indexable)
136+
- Varchars are limited to 4000, over 4000 Simplicité generates CLOBs columns (that are, thus, not indexable)
137137
- Tables, aliases and columns names are limited to 30 caracters
138138

139139
Oracle XE (express) 18c server installation

0 commit comments

Comments
 (0)