Skip to content

Commit 6fbebe9

Browse files
Update to Build 16.0.0.1259
- minor UI bugfixes - removed typo "embeded to embedded" - update jquery to 3.4.1 - update to fontawesome 5.9.0 - update build script
1 parent b66ba49 commit 6fbebe9

1,832 files changed

Lines changed: 277256 additions & 3060 deletions

File tree

Some content is hidden

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

Push-NewBuild.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Remove-Item -Path C:\OpenText\WS\MS\ASP\PlugIns\beta*\ -Recurse -Force -ErrorAct
3030
if ($ErrorResult) {
3131
Write-Information $ErrorResult;
3232
}
33-
Remove-Item -Path C:\OpenText\WS\MS\ASP\PlugIns\embeded*\ -Recurse -Force -ErrorAction SilentlyContinue -ErrorVariable $ErrorResult;
33+
Remove-Item -Path C:\OpenText\WS\MS\ASP\PlugIns\embedded*\ -Recurse -Force -ErrorAction SilentlyContinue -ErrorVariable $ErrorResult;
3434
if ($ErrorResult) {
3535
Write-Information $ErrorResult;
3636
}
@@ -44,7 +44,7 @@ Write-BuildMessageState;
4444

4545
Write-BuildMessage ("Copy new build version");
4646
Copy-Item -Path .\build\beta*\ -Destination C:\OpenText\WS\MS\ASP\PlugIns\ -Recurse -Force;
47-
Copy-Item -Path .\build\embeded*\ -Destination C:\OpenText\WS\MS\ASP\PlugIns\ -Recurse -Force;
47+
Copy-Item -Path .\build\embedded*\ -Destination C:\OpenText\WS\MS\ASP\PlugIns\ -Recurse -Force;
4848
Copy-Item -Path .\build\owug*\ -Destination C:\OpenText\WS\MS\ASP\PlugIns\ -Recurse -Force;
4949
Write-BuildMessageState;
5050

Start-BuildProcessExtensions.ps1

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ $BuildSettings = @{
2121
Ace = "1.4.5";
2222
Bootstrap = "4.3.1-dist";
2323
ClipboardJS = "2.0.4";
24-
FontAwesome = "5.8.1";
24+
FontAwesome = "5.9.0";
2525
Gijgo = "1.9.6a";
2626
Handlebars = "4.1.2";
27-
jQuery = "3.4.0";
27+
jQuery = "3.4.1";
2828
jQueryScrollingTabs = "2.5.0";
2929
JQueryFreezeTable = "1.2.0";
3030
JSCookie = "2.2.0";
@@ -60,7 +60,7 @@ $BuildSettings = @{
6060
"components",
6161
"config",
6262
"global",
63-
"embeded",
63+
"embedded",
6464
"extensions"
6565
);
6666
IncludeFileExtensions = @(
@@ -148,7 +148,7 @@ $BuildPackages = @(
148148
InstallerSource = $BuildSettings.InstallerSource;
149149
InstallerFile = $BuildSettings.InstallerFile;
150150
Excludes = $BuildSettings.Excludes + @(
151-
"embeded"
151+
"embedded"
152152
);
153153
Includes = $BuildSettings.Includes;
154154
IncludePath = $BuildSettings.IncludePath;
@@ -177,7 +177,7 @@ $BuildPackages = @(
177177
InstallerSource = $BuildSettings.InstallerSource;
178178
InstallerFile = $BuildSettings.InstallerFile;
179179
Excludes = $BuildSettings.Excludes + @(
180-
"embeded"
180+
"embedded"
181181
);
182182
Includes = $BuildSettings.Includes + @(
183183
"head-stylesheet-theme-opentext-cux2-extension"
@@ -208,7 +208,7 @@ $BuildPackages = @(
208208
InstallerSource = $BuildSettings.InstallerSource;
209209
InstallerFile = $BuildSettings.InstallerFile;
210210
Excludes = $BuildSettings.Excludes + @(
211-
"embeded",
211+
"embedded",
212212
"extensions\cache-monitor",
213213
"extensions\Import-CacheMonitor.xml",
214214
"extensions\cluster-log-viewer",
@@ -251,7 +251,7 @@ $BuildPackages = @(
251251
InstallerSource = $BuildSettings.InstallerSource;
252252
InstallerFile = $BuildSettings.InstallerFile;
253253
Excludes = $BuildSettings.Excludes + @(
254-
"embeded",
254+
"embedded",
255255
"extensions\cache-monitor",
256256
"extensions\Import-CacheMonitor.xml",
257257
"extensions\cluster-log-viewer",
@@ -276,10 +276,10 @@ $BuildPackages = @(
276276
IncludeSpecialFiles = $BuildSettings.IncludeSpecialFiles;
277277
UUIDs = @();
278278
}
279-
@{ #EMBEDED (Ready for Production)
280-
Name = "embeded";
281-
PackageLabel = " (embeded)";
282-
PackageExtensions = "Package-Embeded.xml";
279+
@{ #embedded (Ready for Production)
280+
Name = "embedded";
281+
PackageLabel = " (embedded)";
282+
PackageExtensions = "Package-Embedded.xml";
283283
PackageInformation = "Package-Information.xml";
284284
Files = @();
285285
ImportXmlFiles = @();
@@ -305,10 +305,10 @@ $BuildPackages = @(
305305
IncludeSpecialFiles = $BuildSettings.IncludeSpecialFiles;
306306
UUIDs = @();
307307
},
308-
@{ #EMBEDED-CUX2 (Ready for Production) incl. OpenText Common UX2.0
309-
Name = "embeded-cux2";
310-
PackageLabel = " (embeded-cux2)";
311-
PackageExtensions = "Package-Embeded.xml";
308+
@{ #embedded-CUX2 (Ready for Production) incl. OpenText Common UX2.0
309+
Name = "embedded-cux2";
310+
PackageLabel = " (embedded-cux2)";
311+
PackageExtensions = "Package-Embedded.xml";
312312
PackageInformation = "Package-Information.xml";
313313
Files = @();
314314
ImportXmlFiles = @();
@@ -328,7 +328,7 @@ $BuildPackages = @(
328328
"extensions"
329329
);
330330
Includes = $BuildSettings.Includes + @(
331-
"head-stylesheet-theme-opentext-cux2-embeded"
331+
"head-stylesheet-theme-opentext-cux2-embedded"
332332
);
333333
IncludePath = $BuildSettings.IncludePath;
334334
IncludeTargets = $BuildSettings.IncludeTargets;

build/beta-cux2/Installer.xml

0 Bytes
Binary file not shown.

build/beta-cux2/_build.creation

571 Bytes
Binary file not shown.

build/beta-cux2/_build.version

112 Bytes
Binary file not shown.
12.9 KB
Binary file not shown.
10.5 KB
Binary file not shown.
1.45 KB
Binary file not shown.

build/beta-cux2/_list-files.txt

103 KB
Binary file not shown.

build/beta-cux2/components/controller/rql.connector.core.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----- ----- ----- ----- ----- ----- ----- -----
2-
Package release 16.0.0.1253
2+
Package release 16.0.0.1259
33
File UUID: 3fbb38e2-b314-4612-9377-db8d2ebc8e8a
44
----- ----- ----- ----- ----- ----- ----- ----- */
55

@@ -12,7 +12,7 @@ class rqlConnector {
1212
* Creates an instance of rqlConnector.
1313
*
1414
* @author Thomas Pollinger
15-
* @version 16.0.0.1253
15+
* @version 16.0.0.1259
1616
*
1717
* @param {uri} _baseHref
1818
* @param {string} _connectorMode
@@ -32,7 +32,7 @@ class rqlConnector {
3232
name: `beta-cux2`,
3333
extensions: `Package-Extensions.xml`,
3434
information: `Package-Information.xml`,
35-
release: `16.0.0.1253`,
35+
release: `16.0.0.1259`,
3636
compatibility: `11.2.2.0`,
3737
uuid: `547a762f-7aa1-466f-9501-99e2089562e7`
3838
},
@@ -62,7 +62,7 @@ class rqlConnector {
6262
*
6363
*
6464
* @author Thomas Pollinger
65-
* @version 16.0.0.1253
65+
* @version 16.0.0.1259
6666
*
6767
* @param {function} callbackFunc
6868
*
@@ -193,7 +193,7 @@ class rqlConnector {
193193
*
194194
*
195195
* @author Thomas Pollinger
196-
* @version 16.0.0.1253
196+
* @version 16.0.0.1259
197197
*
198198
* @param {string} rqlRequestBody
199199
* @param {boolean} isText
@@ -216,7 +216,7 @@ class rqlConnector {
216216
*
217217
*
218218
* @author Thomas Pollinger
219-
* @version 16.0.0.1253
219+
* @version 16.0.0.1259
220220
*
221221
* @param {string} rqlRequestBody
222222
* @param {boolean} isText
@@ -239,7 +239,7 @@ class rqlConnector {
239239
*
240240
*
241241
* @author Thomas Pollinger
242-
* @version 16.0.0.1253
242+
* @version 16.0.0.1259
243243
*
244244
* @param {string} rqlRequestBody
245245
* @param {boolean} isText
@@ -294,7 +294,7 @@ class rqlConnector {
294294
*
295295
*
296296
* @author Thomas Pollinger
297-
* @version 16.0.0.1253
297+
* @version 16.0.0.1259
298298
*
299299
* @param {function} callbackFunc
300300
*
@@ -335,7 +335,7 @@ class rqlConnector {
335335
*
336336
*
337337
* @author Thomas Pollinger
338-
* @version 16.0.0.1253
338+
* @version 16.0.0.1259
339339
*
340340
* @param {function} callbackFunc
341341
*
@@ -376,7 +376,7 @@ class rqlConnector {
376376
* Check for valid XML und add session data
377377
*
378378
* @author Thomas Pollinger
379-
* @version 16.0.0.1253
379+
* @version 16.0.0.1259
380380
*
381381
* @param {string} rqlRequestBody
382382
* @param {boolean} isText
@@ -416,7 +416,7 @@ class rqlConnector {
416416
*
417417
*
418418
* @author Thomas Pollinger
419-
* @version 16.0.0.1253
419+
* @version 16.0.0.1259
420420
*
421421
* @param {object} requestParam
422422
* @param {function} callbackFunc
@@ -448,7 +448,7 @@ function createRqlConnector(requestParam, callbackFunc) {
448448
release: `0.0.0.0`
449449
}
450450
}
451-
if (connectorCookie.release == `16.0.0.1253`) {
451+
if (connectorCookie.release == `16.0.0.1259`) {
452452
rqlConnectorObj = new rqlConnector(thisFunction.BaseHref, thisFunction.ConnectorMode);
453453
rqlConnectorObj.sendInit(
454454
function () {

0 commit comments

Comments
 (0)