[GitHub] [openoffice-org] jeanmicoste closed pull request #14: Add a line with "Découvrir Draw"

2021-05-04 Thread GitBox


jeanmicoste closed pull request #14:
URL: https://github.com/apache/openoffice-org/pull/14


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [openoffice-org] branch main updated: Reworked the entries for 'brand.html' to use the general English text when no translation is available, to lower the effort for updating the website for new r

2021-05-04 Thread Marcus

Am 04.05.21 um 21:49 schrieb Dave Fisher:

We would likely split the announce off from the brand.

type=brand
home=home
search=buscar
selectedlang=ast
language=Llingua
name=Apache OpenOffice
tagline=La suite de productividá abierta y llibre
logo=AOO_logos/AOO4_website_logo.png
domain=https://www.openoffice.org
divid=bannera
~~

type=annouce
announce=Espublizada Apache OpenOffice 4.1.10
announceurl=https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.10+Release+Notes
announcetip=Espublizada Apache OpenOffice 4.1.10
~~

announce.gsp:
${content.announce}

In page.gsp:
Follow
With: 

Re: [openoffice-org] branch main updated: Reworked the entries for 'brand.html' to use the general English text when no translation is available, to lower the effort for updating the website for new r

2021-05-04 Thread Dave Fisher
We would likely split the announce off from the brand.

type=brand
home=home
search=buscar
selectedlang=ast
language=Llingua
name=Apache OpenOffice
tagline=La suite de productividá abierta y llibre
logo=AOO_logos/AOO4_website_logo.png
domain=https://www.openoffice.org
divid=bannera
~~

type=annouce
announce=Espublizada Apache OpenOffice 4.1.10
announceurl=https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.10+Release+Notes
announcetip=Espublizada Apache OpenOffice 4.1.10
~~

announce.gsp:
${content.announce}

In page.gsp:
Follow
With: >> templates/ssi_paths.gsp | 15 +++
>>> 1 file changed, 11 insertions(+), 4 deletions(-)
>>> 
>>> diff --git a/templates/ssi_paths.gsp b/templates/ssi_paths.gsp
>>> index 819a499..9a2b2da 100644
>>> --- a/templates/ssi_paths.gsp
>>> +++ b/templates/ssi_paths.gsp
>>> @@ -5,12 +5,19 @@
>>>   content.leftnav=null;
>>>   content.rightnav=null;
>>> 
>>> +// As long as we have no translation for a specific language, we will use 
>>> the general English text to keep the website updates as low as possible for 
>>> new releases.
>>> +// Therefore some of the following languages are commented out and in the 
>>> next line the general "brand.html" will be used.
>>> +
>>>   def brand = [:]
>>> brand["/"] = "/brand.html"
>>> -   brand["/af/"] = "/af/brand.html"
>>> -   brand["/am/"] = "/am/brand.html"
>>> -   brand["/ar/"] = "/ar/brand.html"
>>> -   brand["/ast/"] = "/ast/brand.html"
>>> +// brand["/af/"] = "/af/brand.html"
>>> +   brand["/af/"] = "/brand.html"
>>> +// brand["/am/"] = "/am/brand.html"
>>> +   brand["/am/"] = "/brand.html"
>>> +// brand["/ar/"] = "/ar/brand.html"
>>> +   brand["/ar/"] = "/brand.html"
>>> +// brand["/ast/"] = "/ast/brand.html"
>>> +   brand["/ast/"] = "/brand.html"
>>> brand["/bg/"] = "/bg/brand.html"
>>> brand["/ca/"] = "/ca/brand.html"
>>> brand["/cs/"] = "/cs/brand.html"
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [openoffice-org] branch main updated: Reworked the entries for 'brand.html' to use the general English text when no translation is available, to lower the effort for updating the website for new r

2021-05-04 Thread Marcus

Am 04.05.21 um 19:47 schrieb Dave Fisher:

+1 !


great that you like this change. :-)
It could be better but I don't know how and if it is possible.

There are some languages that have translated link texts but refer to 
the English release notes. Example for .../ast/brand.md:


type=brand
home=home
search=buscar
selectedlang=ast
language=Llingua
name=Apache OpenOffice
tagline=La suite de productividá abierta y llibre
logo=AOO_logos/AOO4_website_logo.png
domain=https://www.openoffice.org
divid=bannera
announce=Espublizada Apache OpenOffice 4.1.10
announceurl=https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.10+Release+Notes
announcetip=Espublizada Apache OpenOffice 4.1.10
~~

I would like to separate the translated text with the release data and 
combine both again in the build process. Example:


type=brand
home=home
search=buscar
selectedlang=ast
language=Llingua
name=Apache OpenOffice
tagline=La suite de productividá abierta y llibre
logo=AOO_logos/AOO4_website_logo.png
domain=https://www.openoffice.org
divid=bannera
announce=Espublizada Apache OpenOffice ${release number}
announceurl=customized value is existing>

announcetip=Espublizada Apache OpenOffice ${release number}

Is it possible to take the release number fom a separate file and 
include it here as variable?


Can the value for "announceurl" come from the general brand.md file and 
only overwritten when a customized one is existing in the localized 
brand.md?


However, I've not the knowledge to do this.
Do you have an idea how to do?

Thanks

Marcus




On May 4, 2021, at 10:37 AM, mar...@apache.org wrote:

This is an automated email from the ASF dual-hosted git repository.

marcus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/main by this push:
 new b870537  Reworked the entries for 'brand.html' to use the general 
English text when no translation is available, to lower the effort for updating 
the website for new releases
b870537 is described below

commit b870537b21d465b27d692e7cd7ebb67867349e8d
Author: Marcus 
AuthorDate: Tue May 4 19:37:04 2021 +0200

Reworked the entries for 'brand.html' to use the general English text when 
no translation is available, to lower the effort for updating the website for 
new releases
---
templates/ssi_paths.gsp | 15 +++
1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/templates/ssi_paths.gsp b/templates/ssi_paths.gsp
index 819a499..9a2b2da 100644
--- a/templates/ssi_paths.gsp
+++ b/templates/ssi_paths.gsp
@@ -5,12 +5,19 @@
   content.leftnav=null;
   content.rightnav=null;

+// As long as we have no translation for a specific language, we will use the 
general English text to keep the website updates as low as possible for new 
releases.
+// Therefore some of the following languages are commented out and in the next line the 
general "brand.html" will be used.
+
   def brand = [:]
brand["/"] = "/brand.html"
-   brand["/af/"] = "/af/brand.html"
-   brand["/am/"] = "/am/brand.html"
-   brand["/ar/"] = "/ar/brand.html"
-   brand["/ast/"] = "/ast/brand.html"
+// brand["/af/"] = "/af/brand.html"
+   brand["/af/"] = "/brand.html"
+// brand["/am/"] = "/am/brand.html"
+   brand["/am/"] = "/brand.html"
+// brand["/ar/"] = "/ar/brand.html"
+   brand["/ar/"] = "/brand.html"
+// brand["/ast/"] = "/ast/brand.html"
+   brand["/ast/"] = "/brand.html"
brand["/bg/"] = "/bg/brand.html"
brand["/ca/"] = "/ca/brand.html"
brand["/cs/"] = "/cs/brand.html"


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [openoffice-org] branch main updated: Reworked the entries for 'brand.html' to use the general English text when no translation is available, to lower the effort for updating the website for new r

2021-05-04 Thread Dave Fisher
+1 !

> On May 4, 2021, at 10:37 AM, mar...@apache.org wrote:
> 
> This is an automated email from the ASF dual-hosted git repository.
> 
> marcus pushed a commit to branch main
> in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
> 
> 
> The following commit(s) were added to refs/heads/main by this push:
> new b870537  Reworked the entries for 'brand.html' to use the general 
> English text when no translation is available, to lower the effort for 
> updating the website for new releases
> b870537 is described below
> 
> commit b870537b21d465b27d692e7cd7ebb67867349e8d
> Author: Marcus 
> AuthorDate: Tue May 4 19:37:04 2021 +0200
> 
>Reworked the entries for 'brand.html' to use the general English text when 
> no translation is available, to lower the effort for updating the website for 
> new releases
> ---
> templates/ssi_paths.gsp | 15 +++
> 1 file changed, 11 insertions(+), 4 deletions(-)
> 
> diff --git a/templates/ssi_paths.gsp b/templates/ssi_paths.gsp
> index 819a499..9a2b2da 100644
> --- a/templates/ssi_paths.gsp
> +++ b/templates/ssi_paths.gsp
> @@ -5,12 +5,19 @@
>   content.leftnav=null;
>   content.rightnav=null;
> 
> +// As long as we have no translation for a specific language, we will use 
> the general English text to keep the website updates as low as possible for 
> new releases.
> +// Therefore some of the following languages are commented out and in the 
> next line the general "brand.html" will be used.
> +
>   def brand = [:]
>   brand["/"] = "/brand.html"
> - brand["/af/"] = "/af/brand.html"
> - brand["/am/"] = "/am/brand.html"
> - brand["/ar/"] = "/ar/brand.html"
> - brand["/ast/"] = "/ast/brand.html"
> +//   brand["/af/"] = "/af/brand.html"
> + brand["/af/"] = "/brand.html"
> +//   brand["/am/"] = "/am/brand.html"
> + brand["/am/"] = "/brand.html"
> +//   brand["/ar/"] = "/ar/brand.html"
> + brand["/ar/"] = "/brand.html"
> +//   brand["/ast/"] = "/ast/brand.html"
> + brand["/ast/"] = "/brand.html"
>   brand["/bg/"] = "/bg/brand.html"
>   brand["/ca/"] = "/ca/brand.html"
>   brand["/cs/"] = "/cs/brand.html"


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Hyperlink Warning Message

2021-05-04 Thread Marcus

Am 04.05.21 um 16:05 schrieb k...@kshelton.plus.com:

For some years I've had a Reload button in my Calc document to avoid having to 
use the File menu. Just updated to 4.1.10 and now I get a message when pressing 
Reload button:

This hyperlink is going to open “.uno:Reload”. Do you want to proceed?

Is there a way of switching off this message please?


unfortunately, there is no option to turn it off.

And I think that the use case you have reported happens very often, so a 
solution would be very helpful. ;-)


Marcus


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Fwd: [ANNOUNCE] Apache OpenOffice 4.1.10 released

2021-05-04 Thread Carl Marcum

Hello OpenOffice community,

We want to thank everyone who helped make this release happen.

Best regards,
Carl
(on behalf of the Apache OpenOffice PMC)


 Forwarded Message 
Subject:[ANNOUNCE] Apache OpenOffice 4.1.10 released
Date:   Tue, 4 May 2021 09:59:21 -0400
From:   Carl Marcum 
Organization:   Apache Software Foundation
To: annou...@openoffice.apache.org



04 May 2021 - The Apache OpenOffice project is pleased to announce the
release of Apache OpenOffice 4.1.10.

Apache OpenOffice is a popular Open Source office document productivity 
suite

available in 41 languages on Windows, macOS and Linux.

Apache OpenOffice 4.1.10 is a security release aimed at correcting an issue
with opening non-HTTP(S) links in a document.
This release also includes the latest dictionaries.
All users of Apache OpenOffice 4.1.9 or earlier are advised to upgrade.

For the complete overview see the list in Bugzilla:
https://s.apache.org/AOO-4110changes

Full version of this announcement:
https://s.apache.org/AOO-4110announcement

Apache OpenOffice 4.1.10 Release Notes:
https://s.apache.org/AOO-4110releasenotes

Download the source:
https://openoffice.apache.org/downloads.html

Download Apache OpenOffice 4.1.10 from the original source only:
https://www.openoffice.org/download/

Follow Apache OpenOffice:
Twitter   https://twitter.com/apacheoo
Facebook  https://www.facebook.com/ApacheOO
YouTube   https://www.youtube.com/openoffice
Mail  https://openoffice.apache.org/mailing-lists.html


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Sourceforge project activity feedback

2021-05-04 Thread Matthias Seidel
Hi Pedro,

Am 04.05.21 um 16:51 schrieb Pedro Lino:
> Hi all
>
> The Sourceforge activity is now up-to-date with version 4.1.10 ;)
> Small victories on May the Fourth!

Yes!

And thank you for using the 4th...

Matthias

>
> All the best,
> Pedro
>
>
>> On 03/30/2021 5:19 PM Marcus  wrote:
>>
>>  
>> Am 30.03.21 um 15:33 schrieb Matthias Seidel:
>>> Am 30.03.21 um 11:29 schrieb Pedro Lino:
 Following up on the issue I raised about the Project Activity at
 https://sourceforge.net/projects/openofficeorg.mirror/
 (that shows version 4.1.4 from 3 years ago)

 the answer from the Sourceforge staff was

> On 03/24/2021 4:15 PM SourceForge.net Support & Ops 
>  wrote:
> Your activity feed has been fixed for any releases you make going 
> forward, but unfortunately, we're not able to backfill the previous 
> releases.
>>> Thanks for the heads up!
>> yes, thanks
>>
 This is not what I expected but hopefully it will be fixed with the next 
 release.
>>> I am OK with that, given that we are already planning on the next version.
>> If this will still not work like we would expect it, I suggest to delete 
>> it completely as IMHO the value add for the user is really low.
>>
>> Marcus
>>
>>
>>
> On 03/02/2021 11:33 PM Matthias Seidel  wrote:
>
> Am 03.03.21 um 00:24 schrieb Pedro Lino:
>>> On 03/02/2021 11:05 PM Matthias Seidel  
>>> wrote:
>>> Am 14.02.21 um 17:35 schrieb Pedro Lino:
> On 02/14/2021 3:36 PM Marcus  wrote:
>> One question: does someone have the permissions to update the 
>> Sourceforge page?
> I don't know how to edit this. I don't find any hint for it - even as
> admin. Must be a thing of SF.net.
 Can we ask them? I volunteer to do that on behalf of AOO if you don't 
 have the time.
>>> Do you have a SourceForge account?
>> I have an old one but not associated to OpenOffice
> No problem, I only thought about giving you administrative rights.
>> In any case I wrote to support and they answered that they are 
>> investigating the issue. It has been a week since they answered. I will 
>> give them a few more days before asking for progress.
> Thanks, I did not find any possibility to change it.
>
> It seems to be a generated RSS feed that stopped working years ago...
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Sourceforge project activity feedback

2021-05-04 Thread Pedro Lino
Hi all

The Sourceforge activity is now up-to-date with version 4.1.10 ;)
Small victories on May the Fourth!

All the best,
Pedro


> On 03/30/2021 5:19 PM Marcus  wrote:
> 
>  
> Am 30.03.21 um 15:33 schrieb Matthias Seidel:
> > Am 30.03.21 um 11:29 schrieb Pedro Lino:
> >>
> >> Following up on the issue I raised about the Project Activity at
> >> https://sourceforge.net/projects/openofficeorg.mirror/
> >> (that shows version 4.1.4 from 3 years ago)
> >>
> >> the answer from the Sourceforge staff was
> >>
> >>> On 03/24/2021 4:15 PM SourceForge.net Support & Ops 
> >>>  wrote:
> >>> Your activity feed has been fixed for any releases you make going 
> >>> forward, but unfortunately, we're not able to backfill the previous 
> >>> releases.
> > Thanks for the heads up!
> 
> yes, thanks
> 
> >> This is not what I expected but hopefully it will be fixed with the next 
> >> release.
> > 
> > I am OK with that, given that we are already planning on the next version.
> 
> If this will still not work like we would expect it, I suggest to delete 
> it completely as IMHO the value add for the user is really low.
> 
> Marcus
> 
> 
> 
> >>> On 03/02/2021 11:33 PM Matthias Seidel  wrote:
> >>>
> >>> Am 03.03.21 um 00:24 schrieb Pedro Lino:
> 
> > On 03/02/2021 11:05 PM Matthias Seidel  
> > wrote:
> > Am 14.02.21 um 17:35 schrieb Pedro Lino:
> >>
> >>> On 02/14/2021 3:36 PM Marcus  wrote:
>  One question: does someone have the permissions to update the 
>  Sourceforge page?
> >>> I don't know how to edit this. I don't find any hint for it - even as
> >>> admin. Must be a thing of SF.net.
> >> Can we ask them? I volunteer to do that on behalf of AOO if you don't 
> >> have the time.
> > Do you have a SourceForge account?
>  I have an old one but not associated to OpenOffice
> >>> No problem, I only thought about giving you administrative rights.
>  In any case I wrote to support and they answered that they are 
>  investigating the issue. It has been a week since they answered. I will 
>  give them a few more days before asking for progress.
> >>> Thanks, I did not find any possibility to change it.
> >>>
> >>> It seems to be a generated RSS feed that stopped working years ago...
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Hyperlink Warning Message

2021-05-04 Thread ken
For some years I've had a Reload button in my Calc document to avoid having to 
use the File menu. Just updated to 4.1.10 and now I get a message when pressing 
Reload button: 

This hyperlink is going to open “.uno:Reload”. Do you want to proceed?

Is there a way of switching off this message please?

Thanks.

Regards
Keith Shelton



Re: [DISCUSS] 4.1.10 Security Warning (resolved fixed BZ Issue 128451)

2021-05-04 Thread Matthias Seidel
Hi Czesław,

Am 04.05.21 um 14:06 schrieb Czesław Wolański:
> Hi Matthias, David,
>
> Am 04.05.21 um 13:46 schrieb Matthias Seidel
>> Looks like we should have an exeption for uno: links...
> And that's why I didn't provide the exact quote from the forum.

That was indeed a missing information...

Regards,

   Matthias

>
>
> Am 04.05.21 um 13:14 wrote David Robley:
>> The error message reported was
>> "This hyperlink is going to open “.uno:Reload”. Do you want to proceed?"
>>
>> Which seems a little uninformative, or cryptic to the casual user.
> What about even more - as you put it - cryptic message (Windows 7)?
>
> "This hyperlink is going to open "C:\Program Files (x86)\OpenOffice
> 4\share\template\en-US\internal\url_transfer.htm""
>
> Regards,
> Czesław
>
>
>
> Am Di., 4. Mai 2021 um 13:46 Uhr schrieb Matthias Seidel <
> matthias.sei...@hamburg.de>:
>
>> Hi,
>>
>> Am 04.05.21 um 13:14 schrieb David Robley:
>>> The error message reported was
>>> "This hyperlink is going to open “.uno:Reload”. Do you want to proceed?"
>> Looks like we should have an exeption for uno: links...
>>
>> Matthias
>>
>>> Which seems a little uninformative, or cryptic to the casual user.
>>>
>>> On 4/5/21 7:21 pm, Czesław Wolański wrote:
 Hi all,

 In today's post on English forum: "Hyperlink Warning Message"  [1]
 a _question_ was asked about the possibility of turning off the security
 message
 "This hyperlink is going to open (...) Do you want to proceed?"

 This is the kind of _question_ one would expect from users.

 So I have a few questions:

 - is / will ever be there a way to switch off this message? (at one's
 own
 risk...)
 - is there a need to amend the 4.1.10 Release Notes?
(maybe additional information e.g. in the "Security" section)
 - should contextual Help topic "Security Warning" be amended?
(it deals with macro security)

 Regards,
 Czesław

 [1]
 "Hyperlink Warning Message"

>> https://forum.openoffice.org/en/forum/viewtopic.php?f=9&p=510337&sid=6bf3e8aba6189198055535c18672b01c#p510337

 [2]
 Issue 128451 - Applications forward non-http(s) hyperlinks to the OS
 without a warning
 https://bz.apache.org/ooo/show_bug.cgi?id=128451

>>> Cheers
>>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [DISCUSS] 4.1.10 Security Warning (resolved fixed BZ Issue 128451)

2021-05-04 Thread Czesław Wolański
Hi Matthias, David,

Am 04.05.21 um 13:46 schrieb Matthias Seidel
>Looks like we should have an exeption for uno: links...

And that's why I didn't provide the exact quote from the forum.


Am 04.05.21 um 13:14 wrote David Robley:
>The error message reported was
>"This hyperlink is going to open “.uno:Reload”. Do you want to proceed?"
>
>Which seems a little uninformative, or cryptic to the casual user.

What about even more - as you put it - cryptic message (Windows 7)?

"This hyperlink is going to open "C:\Program Files (x86)\OpenOffice
4\share\template\en-US\internal\url_transfer.htm""

Regards,
Czesław



Am Di., 4. Mai 2021 um 13:46 Uhr schrieb Matthias Seidel <
matthias.sei...@hamburg.de>:

> Hi,
>
> Am 04.05.21 um 13:14 schrieb David Robley:
> > The error message reported was
> > "This hyperlink is going to open “.uno:Reload”. Do you want to proceed?"
>
> Looks like we should have an exeption for uno: links...
>
> Matthias
>
> >
> > Which seems a little uninformative, or cryptic to the casual user.
> >
> > On 4/5/21 7:21 pm, Czesław Wolański wrote:
> >> Hi all,
> >>
> >> In today's post on English forum: "Hyperlink Warning Message"  [1]
> >> a _question_ was asked about the possibility of turning off the security
> >> message
> >> "This hyperlink is going to open (...) Do you want to proceed?"
> >>
> >> This is the kind of _question_ one would expect from users.
> >>
> >> So I have a few questions:
> >>
> >> - is / will ever be there a way to switch off this message? (at one's
> >> own
> >> risk...)
> >> - is there a need to amend the 4.1.10 Release Notes?
> >>(maybe additional information e.g. in the "Security" section)
> >> - should contextual Help topic "Security Warning" be amended?
> >>(it deals with macro security)
> >>
> >> Regards,
> >> Czesław
> >>
> >> [1]
> >> "Hyperlink Warning Message"
> >>
> https://forum.openoffice.org/en/forum/viewtopic.php?f=9&p=510337&sid=6bf3e8aba6189198055535c18672b01c#p510337
> >>
> >>
> >> [2]
> >> Issue 128451 - Applications forward non-http(s) hyperlinks to the OS
> >> without a warning
> >> https://bz.apache.org/ooo/show_bug.cgi?id=128451
> >>
> >
> > Cheers
>
>


Re: [DISCUSS] 4.1.10 Security Warning (resolved fixed BZ Issue 128451)

2021-05-04 Thread Matthias Seidel
Hi,

Am 04.05.21 um 13:14 schrieb David Robley:
> The error message reported was
> "This hyperlink is going to open “.uno:Reload”. Do you want to proceed?"

Looks like we should have an exeption for uno: links...

Matthias

>
> Which seems a little uninformative, or cryptic to the casual user.
>
> On 4/5/21 7:21 pm, Czesław Wolański wrote:
>> Hi all,
>>
>> In today's post on English forum: "Hyperlink Warning Message"  [1]
>> a _question_ was asked about the possibility of turning off the security
>> message
>> "This hyperlink is going to open (...) Do you want to proceed?"
>>
>> This is the kind of _question_ one would expect from users.
>>
>> So I have a few questions:
>>
>> - is / will ever be there a way to switch off this message? (at one's
>> own
>> risk...)
>> - is there a need to amend the 4.1.10 Release Notes?
>>    (maybe additional information e.g. in the "Security" section)
>> - should contextual Help topic "Security Warning" be amended?
>>    (it deals with macro security)
>>
>> Regards,
>> Czesław
>>
>> [1]
>> "Hyperlink Warning Message"
>> https://forum.openoffice.org/en/forum/viewtopic.php?f=9&p=510337&sid=6bf3e8aba6189198055535c18672b01c#p510337
>>
>>
>> [2]
>> Issue 128451 - Applications forward non-http(s) hyperlinks to the OS
>> without a warning
>> https://bz.apache.org/ooo/show_bug.cgi?id=128451
>>
>
> Cheers



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [DISCUSS] 4.1.10 Security Warning (resolved fixed BZ Issue 128451)

2021-05-04 Thread David Robley

The error message reported was
"This hyperlink is going to open “.uno:Reload”. Do you want to proceed?"

Which seems a little uninformative, or cryptic to the casual user.

On 4/5/21 7:21 pm, Czesław Wolański wrote:

Hi all,

In today's post on English forum: "Hyperlink Warning Message"  [1]
a _question_ was asked about the possibility of turning off the security
message
"This hyperlink is going to open (...) Do you want to proceed?"

This is the kind of _question_ one would expect from users.

So I have a few questions:

- is / will ever be there a way to switch off this message? (at one's own
risk...)
- is there a need to amend the 4.1.10 Release Notes?
   (maybe additional information e.g. in the "Security" section)
- should contextual Help topic "Security Warning" be amended?
   (it deals with macro security)

Regards,
Czesław

[1]
"Hyperlink Warning Message"
https://forum.openoffice.org/en/forum/viewtopic.php?f=9&p=510337&sid=6bf3e8aba6189198055535c18672b01c#p510337

[2]
Issue 128451 - Applications forward non-http(s) hyperlinks to the OS
without a warning
https://bz.apache.org/ooo/show_bug.cgi?id=128451



Cheers
--
David Robley

I am, therefore I am (I don't draw conclusions).
 



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



[DISCUSS] 4.1.10 Security Warning (resolved fixed BZ Issue 128451)

2021-05-04 Thread Czesław Wolański
Hi all,

In today's post on English forum: "Hyperlink Warning Message"  [1]
a _question_ was asked about the possibility of turning off the security
message
"This hyperlink is going to open (...) Do you want to proceed?"

This is the kind of _question_ one would expect from users.

So I have a few questions:

- is / will ever be there a way to switch off this message? (at one's own
risk...)
- is there a need to amend the 4.1.10 Release Notes?
  (maybe additional information e.g. in the "Security" section)
- should contextual Help topic "Security Warning" be amended?
  (it deals with macro security)

Regards,
Czesław

[1]
"Hyperlink Warning Message"
https://forum.openoffice.org/en/forum/viewtopic.php?f=9&p=510337&sid=6bf3e8aba6189198055535c18672b01c#p510337

[2]
Issue 128451 - Applications forward non-http(s) hyperlinks to the OS
without a warning
https://bz.apache.org/ooo/show_bug.cgi?id=128451