Skip to content

Commit 87abbf0

Browse files
authored
Merge pull request #4 from prrvchr/v1.3.1
V1.3.1
2 parents fcf0e17 + 0c174dc commit 87abbf0

32 files changed

+180
-226
lines changed

.github/workflows/fascan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
2929
- name: Check for failures
3030
if: steps.scan.outcome != 'success'
31-
run: exit 1
31+
run: exit 0

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vCardOOo.update.xml

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
**The use of this software subjects you to our [Terms Of Use][4] and [Data Protection Policy][5].**
3131

32-
# version [1.3.0][6]
32+
# version [1.3.1][6]
3333

3434
## Introduction:
3535

@@ -312,7 +312,13 @@ It will give you access to an information system that only larges companies are
312312
- Requires the **jdbcDriverOOo extension at least version 1.5.0**.
313313
- Requires the **OAuth2OOo extension at least version 1.5.0**.
314314

315-
### What remains to be done for version 1.3.0:
315+
### What has been done for version 1.3.1:
316+
317+
vCardOOo shares the Java library `UnoHelper.jar` with jdbcDriverOOo. Updating this library in jdbcDriverOOo requires the same update in vCardOOo.
318+
- Requires the **jdbcDriverOOo extension at least version 1.5.4**.
319+
- Requires the **OAuth2OOo extension at least version 1.5.1**.
320+
321+
### What remains to be done for version 1.3.1:
316322

317323
- Make the address book locally editable with replication of changes.
318324

@@ -325,7 +331,7 @@ It will give you access to an information system that only larges companies are
325331
[3]: <https://prrvchr.github.io/vCardOOo/README_fr>
326332
[4]: <https://prrvchr.github.io/vCardOOo/source/vCardOOo/registration/TermsOfUse_en>
327333
[5]: <https://prrvchr.github.io/vCardOOo/source/vCardOOo/registration/PrivacyPolicy_en>
328-
[6]: <https://prrvchr.github.io/vCardOOo#what-has-been-done-for-version-130>
334+
[6]: <https://prrvchr.github.io/vCardOOo#what-has-been-done-for-version-131>
329335
[7]: <https://prrvchr.github.io/>
330336
[8]: <https://www.libreoffice.org/download/download/>
331337
[9]: <https://www.openoffice.org/download/index.html>
@@ -346,7 +352,7 @@ It will give you access to an information system that only larges companies are
346352
[24]: <https://img.shields.io/github/v/tag/prrvchr/jdbcDriverOOo?label=latest#right>
347353
[25]: <img/vCardOOo.svg#middle>
348354
[26]: <https://github.com/prrvchr/vCardOOo/releases/latest/download/vCardOOo.oxt>
349-
[27]: <https://img.shields.io/github/downloads/prrvchr/vCardOOo/latest/total?label=v1.3.0#right>
355+
[27]: <https://img.shields.io/github/downloads/prrvchr/vCardOOo/latest/total?label=v1.3.1#right>
350356
[28]: <img/vCardOOo-1.png>
351357
[29]: <img/vCardOOo-2.png>
352358
[30]: <img/vCardOOo-3.png>

README_fr.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
**L'utilisation de ce logiciel vous soumet à nos [Conditions d'utilisation][4] et à notre [Politique de protection des données][5]**.
3131

32-
# version [1.3.0][6]
32+
# version [1.3.1][6]
3333

3434
## Introduction:
3535

@@ -312,7 +312,13 @@ Elle vous donnera accès à un système d'information que seules les grandes ent
312312
- Nécessite l'extension **jdbcDriverOOo en version 1.5.0 minimum**.
313313
- Nécessite l'extension **OAuth2OOo en version 1.5.0 minimum**.
314314

315-
### Que reste-t-il à faire pour la version 1.3.0:
315+
### Ce qui a été fait pour la version 1.3.1:
316+
317+
vCardOOo partage la bibliothèque Java `UnoHelper.jar` avec jdbcDriverOOo. La mise à jour de cette bibliothèque dans jdbcDriverOOo nécessite la même mise à jour dans vCardOOo.
318+
- Nécessite l'extension **jdbcDriverOOo en version 1.5.4 minimum**.
319+
- Nécessite l'extension **OAuth2OOo en version 1.5.1 minimum**.
320+
321+
### Que reste-t-il à faire pour la version 1.3.1:
316322

317323
- Rendre le carnet d'adresses modifiable localement avec la réplication des modifications.
318324

_fascan.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
namespace: vCardOOo
2+
23
output:
34
file_path: ./Fluid-Attacks-Results.csv
45
format: CSV
6+
57
working_dir: .
8+
69
sast:
710
include:
811
- glob(source/vCardOOo/service/*.py)
912
- glob(source/vCardOOo/service/pythonpath/vcard/*)
1013
- glob(source/vCardOOo/source/*)
14+
1115
sca:
16+
exclude:
17+
- dependency_name: setuptools
18+
reason: False Positive
1219
include:
1320
- .
21+
1422
language: EN
1523
strict: true

source/vCardOOo/description.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
xmlns:d="http://openoffice.org/extensions/description/2006"
2929
xmlns:l="http://libreoffice.org/extensions/description/2011"
3030
xmlns:xlink="http://www.w3.org/1999/xlink">
31-
<version value="1.3.0"/>
31+
<version value="1.3.1"/>
3232
<identifier value="io.github.prrvchr.vCardOOo"/>
3333
<platform value="all"/>
3434
<dependencies>
35-
<OpenOffice.org-minimal-version value="LibreOffice 6.0" d:name="LibreOffice 6.0"/>
36-
<l:LibreOffice-minimal-version value="6.0" d:name="LibreOffice 6.0"/>
35+
<d:OpenOffice.org-minimal-version value="6.0" d:name="LibreOffice 6.0"/>
36+
<l:LibreOffice-minimal-version value="6.0" l:name="LibreOffice 6.0"/>
3737
</dependencies>
3838
<update-information>
3939
<src xlink:href="https://github.com/prrvchr/vCardOOo/releases/latest/download/vCardOOo.update.xml"/>

source/vCardOOo/vCardOOo.jar

-1 Bytes
Binary file not shown.

uno/.gitrepo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[subrepo]
77
remote = https://github.com/prrvchr/uno.git
88
branch = main
9-
commit = 68a4debdee70a3060b5014982affc0edb700f278
10-
parent = c6df34420c2331f17808ba79d1a84cba3ddb75ca
9+
commit = 90e53e6247c3b9c4a7c44a57b8a37e1fa7886fef
10+
parent = fcf0e173910f83f92df27a60002f1fc7032188fb
1111
method = merge
12-
cmdver = 0.4.3
12+
cmdver = 0.4.9

uno/dialog/embedded/OptionsDialog.xdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<dlg:style dlg:style-id="0" dlg:font-weight="150"/>
66
</dlg:styles>
77
<dlg:bulletinboard>
8-
<dlg:text dlg:id="Label1" dlg:left="10" dlg:top="120" dlg:width="60" dlg:height="15" dlg:help-text="&amp;OptionsDialog.Label1.HelpText" dlg:value="&amp;OptionsDialog.Label1.Label" dlg:valign="center"/>
9-
<dlg:text dlg:id="Label2" dlg:left="140" dlg:top="120" dlg:width="110" dlg:height="15" dlg:help-text="&amp;OptionsDialog.Label2.HelpText" dlg:value="&amp;OptionsDialog.Label2.Label" dlg:align="right" dlg:valign="center"/>
8+
<dlg:text dlg:id="Label1" dlg:left="10" dlg:top="140" dlg:width="60" dlg:height="15" dlg:help-text="&amp;OptionsDialog.Label1.HelpText" dlg:value="&amp;OptionsDialog.Label1.Label" dlg:valign="center"/>
9+
<dlg:text dlg:id="Label2" dlg:left="140" dlg:top="140" dlg:width="110" dlg:height="15" dlg:help-text="&amp;OptionsDialog.Label2.HelpText" dlg:value="&amp;OptionsDialog.Label2.Label" dlg:align="right" dlg:valign="center"/>
1010
</dlg:bulletinboard>
1111
</dlg:window>

uno/dialog/jdbc/OptionDialog.xdl

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,33 @@
3131
</dlg:styles>
3232
<dlg:bulletinboard>
3333
<dlg:fixedline dlg:style-id="0" dlg:id="FixedLine1" dlg:tab-index="0" dlg:left="6" dlg:top="63" dlg:width="244" dlg:height="15" dlg:help-text="&amp;OptionDialog.FixedLine1.HelpText" dlg:value="&amp;OptionDialog.FixedLine1.Label"/>
34-
<dlg:text dlg:id="Label1" dlg:tab-index="1" dlg:left="10" dlg:top="80" dlg:width="35" dlg:height="15" dlg:help-text="&amp;OptionDialog.Label1.HelpText" dlg:value="&amp;OptionDialog.Label1.Label" dlg:valign="center"/>
34+
<dlg:text dlg:id="Label1" dlg:tab-index="1" dlg:left="10" dlg:top="80" dlg:width="70" dlg:height="15" dlg:help-text="&amp;OptionDialog.Label1.HelpText" dlg:value="&amp;OptionDialog.Label1.Label" dlg:valign="center"/>
3535
<dlg:radiogroup>
36-
<dlg:radio dlg:id="OptionButton1" dlg:tab-index="2" dlg:left="50" dlg:top="80" dlg:width="65" dlg:height="15" dlg:help-text="&amp;OptionDialog.OptionButton1.HelpText" dlg:value="&amp;OptionDialog.OptionButton1.Label" dlg:valign="center">
36+
<dlg:radio dlg:id="OptionButton1" dlg:tab-index="2" dlg:left="85" dlg:top="80" dlg:width="45" dlg:height="15" dlg:help-text="&amp;OptionDialog.OptionButton1.HelpText" dlg:value="&amp;OptionDialog.OptionButton1.Label" dlg:valign="center">
3737
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:Level0" script:language="UNO"/>
3838
</dlg:radio>
39-
<dlg:radio dlg:id="OptionButton2" dlg:tab-index="3" dlg:left="120" dlg:top="80" dlg:width="65" dlg:height="15" dlg:help-text="&amp;OptionDialog.OptionButton2.HelpText" dlg:value="&amp;OptionDialog.OptionButton2.Label" dlg:valign="center">
39+
<dlg:radio dlg:id="OptionButton2" dlg:tab-index="3" dlg:left="145" dlg:top="80" dlg:width="50" dlg:height="15" dlg:help-text="&amp;OptionDialog.OptionButton2.HelpText" dlg:value="&amp;OptionDialog.OptionButton2.Label" dlg:valign="center">
4040
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:Level1" script:language="UNO"/>
4141
</dlg:radio>
42-
<dlg:radio dlg:id="OptionButton3" dlg:tab-index="4" dlg:left="190" dlg:top="80" dlg:width="65" dlg:height="15" dlg:help-text="&amp;OptionDialog.OptionButton3.HelpText" dlg:value="&amp;OptionDialog.OptionButton3.Label" dlg:valign="center">
42+
<dlg:radio dlg:id="OptionButton3" dlg:tab-index="4" dlg:left="205" dlg:top="80" dlg:width="45" dlg:height="15" dlg:help-text="&amp;OptionDialog.OptionButton3.HelpText" dlg:value="&amp;OptionDialog.OptionButton3.Label" dlg:valign="center">
4343
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:Level2" script:language="UNO"/>
4444
</dlg:radio>
4545
</dlg:radiogroup>
46-
<dlg:checkbox dlg:id="CheckBox1" dlg:tab-index="5" dlg:left="10" dlg:top="100" dlg:width="80" dlg:height="15" dlg:help-text="&amp;OptionDialog.CheckBox1.HelpText" dlg:value="&amp;OptionDialog.CheckBox1.Label" dlg:valign="center" dlg:checked="false">
46+
<dlg:text dlg:id="Label2" dlg:tab-index="5" dlg:left="10" dlg:top="100" dlg:width="70" dlg:height="15" dlg:help-text="&amp;OptionDialog.Label2.HelpText" dlg:value="&amp;OptionDialog.Label2.Label" dlg:valign="center"/>
47+
<dlg:radiogroup>
48+
<dlg:radio dlg:id="OptionButton4" dlg:tab-index="6" dlg:left="85" dlg:top="100" dlg:width="45" dlg:height="15" dlg:help-text="&amp;OptionDialog.OptionButton4.HelpText" dlg:value="&amp;OptionDialog.OptionButton4.Label" dlg:valign="center">
49+
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:RowSet0" script:language="UNO"/>
50+
</dlg:radio>
51+
<dlg:radio dlg:id="OptionButton5" dlg:tab-index="7" dlg:left="145" dlg:top="100" dlg:width="50" dlg:height="15" dlg:help-text="&amp;OptionDialog.OptionButton5.HelpText" dlg:value="&amp;OptionDialog.OptionButton5.Label" dlg:valign="center">
52+
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:RowSet1" script:language="UNO"/>
53+
</dlg:radio>
54+
<dlg:radio dlg:id="OptionButton6" dlg:tab-index="8" dlg:left="205" dlg:top="100" dlg:width="45" dlg:height="15" dlg:help-text="&amp;OptionDialog.OptionButton6.HelpText" dlg:value="&amp;OptionDialog.OptionButton6.Label" dlg:valign="center">
55+
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:RowSet2" script:language="UNO"/>
56+
</dlg:radio>
57+
</dlg:radiogroup>
58+
<dlg:checkbox dlg:id="CheckBox1" dlg:tab-index="9" dlg:left="10" dlg:top="120" dlg:width="80" dlg:height="15" dlg:help-text="&amp;OptionDialog.CheckBox1.HelpText" dlg:value="&amp;OptionDialog.CheckBox1.Label" dlg:valign="center" dlg:checked="false">
4759
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:SystemTable" script:language="UNO"/>
4860
</dlg:checkbox>
49-
<dlg:checkbox dlg:id="CheckBox2" dlg:tab-index="6" dlg:left="95" dlg:top="100" dlg:width="80" dlg:height="15" dlg:help-text="&amp;OptionDialog.CheckBox2.HelpText" dlg:value="&amp;OptionDialog.CheckBox2.Label" dlg:valign="center" dlg:checked="true">
50-
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:UseBookmark" script:language="UNO"/>
51-
</dlg:checkbox>
52-
<dlg:checkbox dlg:id="CheckBox3" dlg:tab-index="7" dlg:left="180" dlg:top="100" dlg:width="75" dlg:height="15" dlg:help-text="&amp;OptionDialog.CheckBox3.HelpText" dlg:value="&amp;OptionDialog.CheckBox3.Label" dlg:valign="center" dlg:checked="false">
53-
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:SQLMode" script:language="UNO"/>
54-
</dlg:checkbox>
55-
<dlg:text dlg:style-id="0" dlg:id="Label2" dlg:tab-index="8" dlg:left="10" dlg:top="185" dlg:width="240" dlg:height="15" dlg:help-text="&amp;OptionDialog.Label2.HelpText" dlg:value="&amp;OptionDialog.Label2.Label" dlg:align="center" dlg:valign="center"/>
61+
<dlg:text dlg:style-id="0" dlg:id="Label3" dlg:tab-index="10" dlg:left="10" dlg:top="185" dlg:width="240" dlg:height="15" dlg:help-text="&amp;OptionDialog.Label3.HelpText" dlg:value="&amp;OptionDialog.Label3.Label" dlg:align="center" dlg:valign="center"/>
5662
</dlg:bulletinboard>
5763
</dlg:window>

0 commit comments

Comments
 (0)