[GitHub] [openoffice] cbmarcum opened a new pull request #115: Flaky tests

2021-01-03 Thread GitBox
cbmarcum opened a new pull request #115: URL: https://github.com/apache/openoffice/pull/115 This work is for flaky BVT tests that randomly pass or fail during multiple runs against the same build. Basically I'm adding a thread sleep prior to the test assertion check. So far this has

[GitHub] [openoffice-org] Pilot-Pirx commented on pull request #3: Characters with accent are missing

2021-01-03 Thread GitBox
Pilot-Pirx commented on pull request #3: URL: https://github.com/apache/openoffice-org/pull/3#issuecomment-753690953 You could do that for the other pages as well... This is an automated message from the Apache Git Service.

[GitHub] [openoffice] jimjag merged pull request #116: [writerfilter] Add checks for non-empty stacks

2021-01-08 Thread GitBox
jimjag merged pull request #116: URL: https://github.com/apache/openoffice/pull/116 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

[GitHub] [openoffice] cbmarcum merged pull request #115: Flaky tests

2021-01-08 Thread GitBox
cbmarcum merged pull request #115: URL: https://github.com/apache/openoffice/pull/115 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

[GitHub] [openoffice] cbmarcum merged pull request #115: Flaky tests

2021-01-09 Thread GitBox
cbmarcum merged pull request #115: URL: https://github.com/apache/openoffice/pull/115 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

[GitHub] [openoffice] jimjag merged pull request #116: [writerfilter] Add checks for non-empty stacks

2021-01-09 Thread GitBox
jimjag merged pull request #116: URL: https://github.com/apache/openoffice/pull/116 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

[GitHub] [openoffice] DiGro opened a new pull request #117: Changed helptext after resolved problem.

2021-01-09 Thread GitBox
DiGro opened a new pull request #117: URL: https://github.com/apache/openoffice/pull/117 [:space:] should represent any whitespace character in regular expressions. However, in the older, before OOo 3.4, it did not find the tab \t. Now it does due to changing the regexp engine

[GitHub] [openoffice] cbmarcum commented on pull request #115: Flaky tests

2021-01-10 Thread GitBox
cbmarcum commented on pull request #115: URL: https://github.com/apache/openoffice/pull/115#issuecomment-757522715 The reason was technical. My belief is the tests were passing and failing randomly either from threading issues or processor speeds that didn't exist when they were created.

[GitHub] [openoffice] leginee commented on pull request #115: Flaky tests

2021-01-10 Thread GitBox
leginee commented on pull request #115: URL: https://github.com/apache/openoffice/pull/115#issuecomment-757465959 I checked through the code and for me it is fine. I have a question thought. The assert call had always a parameter as a implicit nested Function. and you broke that up, by

[GitHub] [openoffice] ardovm opened a new pull request #119: Clean $OUTPATH directories as well as $INPATH

2021-01-21 Thread GitBox
ardovm opened a new pull request #119: URL: https://github.com/apache/openoffice/pull/119 It is possible that `$OUTPATH` directories are left by previous compilation attempts. A proof that `$OUTPATH` directories are used is the Perl script

[GitHub] [openoffice-project] DiGro opened a new pull request #1: Typo corrected

2021-01-16 Thread GitBox
DiGro opened a new pull request #1: URL: https://github.com/apache/openoffice-project/pull/1 Line 223 ; "contributers" should be spelled with an "o" : Changed to "contributors" This is an automated message from the Apache

[GitHub] [openoffice-project] DiGro closed pull request #1: Typo corrected

2021-01-16 Thread GitBox
DiGro closed pull request #1: URL: https://github.com/apache/openoffice-project/pull/1 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

[GitHub] [openoffice-project] Pilot-Pirx commented on pull request #1: Typo corrected

2021-01-17 Thread GitBox
Pilot-Pirx commented on pull request #1: URL: https://github.com/apache/openoffice-project/pull/1#issuecomment-761868165 Has this ever been merged? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [openoffice] JuanJ67m opened a new pull request #120: Visual Programming for OpenOffice

2021-01-25 Thread GitBox
JuanJ67m opened a new pull request #120: URL: https://github.com/apache/openoffice/pull/120 Actually, Excel is the main worksheet for and construction and I think OpenOffice could same, creating nodes for Dynamo BIM nodes to interconnect with Privative software, Pyflow nodes to

[GitHub] [openoffice] ardovm edited a comment on pull request #32: Fix for issue #127897

2021-01-13 Thread GitBox
ardovm edited a comment on pull request #32: URL: https://github.com/apache/openoffice/pull/32#issuecomment-759661243 @oooforum if you could follow the discussion on the BugZilla report, this "exchange" of auto-grow height and auto-grow size may be intentional. If it was so, then this

[GitHub] [openoffice] ardovm commented on pull request #32: Fix for issue #127897

2021-01-13 Thread GitBox
ardovm commented on pull request #32: URL: https://github.com/apache/openoffice/pull/32#issuecomment-759661243 @oooforum if you could follow the discussion on the BugZilla report, this "crossing" of auto-grow height and auto-grow size may be intentional. If it was so, then this PR

[GitHub] [openoffice-project] DiGro opened a new pull request #2: Typo corrected ("contributors")

2021-01-17 Thread GitBox
DiGro opened a new pull request #2: URL: https://github.com/apache/openoffice-project/pull/2 Line 223 : "contributers" should be "contributors". Changed. This is an automated message from the Apache Git Service. To respond

[GitHub] [openoffice-project] DiGro closed pull request #2: Typo corrected ("contributors")

2021-01-17 Thread GitBox
DiGro closed pull request #2: URL: https://github.com/apache/openoffice-project/pull/2 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

[GitHub] [openoffice-project] DiGro commented on pull request #1: Typo corrected

2021-01-18 Thread GitBox
DiGro commented on pull request #1: URL: https://github.com/apache/openoffice-project/pull/1#issuecomment-762174709 @Pilot-Pirx, Matthias, I'm still struggling with Git. Didn't get the change merged. Dave has however made the change for me, so all is well

[GitHub] [openoffice-org] Pilot-Pirx merged pull request #2: Basic logo picture missing

2021-01-01 Thread GitBox
Pilot-Pirx merged pull request #2: URL: https://github.com/apache/openoffice-org/pull/2 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

[GitHub] [openoffice-org] oooforum opened a new pull request #2: Basic logo picture missing

2021-01-01 Thread GitBox
oooforum opened a new pull request #2: URL: https://github.com/apache/openoffice-org/pull/2 Change URL to restore the Basic picture This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [openoffice-org] oooforum opened a new pull request #3: Characters with accent are missing

2021-01-01 Thread GitBox
oooforum opened a new pull request #3: URL: https://github.com/apache/openoffice-org/pull/3 Add charset to show these characters This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [openoffice-org] Pilot-Pirx merged pull request #3: Characters with accent are missing

2021-01-01 Thread GitBox
Pilot-Pirx merged pull request #3: URL: https://github.com/apache/openoffice-org/pull/3 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

[GitHub] [openoffice] ne-oss opened a new pull request #114: Create README.md

2021-01-02 Thread GitBox
ne-oss opened a new pull request #114: URL: https://github.com/apache/openoffice/pull/114 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

[GitHub] [openoffice] knmc closed pull request #114: Create README.md

2021-01-02 Thread GitBox
knmc closed pull request #114: URL: https://github.com/apache/openoffice/pull/114 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

[GitHub] [openoffice] Pilot-Pirx commented on pull request #114: Create README.md

2021-01-02 Thread GitBox
Pilot-Pirx commented on pull request #114: URL: https://github.com/apache/openoffice/pull/114#issuecomment-753512206 This one does not look like a reasonable PR... This is an automated message from the Apache Git Service. To

[GitHub] [openoffice] Grosskopf commented on pull request #112: updated handling of repating groupheaders

2020-12-16 Thread GitBox
Grosskopf commented on pull request #112: URL: https://github.com/apache/openoffice/pull/112#issuecomment-746000980 > If not needed I would would opt that the dead code is removed. :) Can you remove it? or should I check how I can incorporate this wish? I think I did remove it, is

[GitHub] [openoffice] Pilot-Pirx commented on pull request #89: Use std::vector instead of fixed-size array of cffLocal objects

2021-02-01 Thread GitBox
Pilot-Pirx commented on pull request #89: URL: https://github.com/apache/openoffice/pull/89#issuecomment-770998849 Any objections against merging this PR? This is an automated message from the Apache Git Service. To respond

[GitHub] [openoffice] ardovm commented on a change in pull request #121: translated various comments

2021-02-02 Thread GitBox
ardovm commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r568450657 ## File path: main/sw/inc/shellio.hxx ## @@ -414,18 +410,18 @@ SW_DLLPUBLIC SwRead SwGetReaderXML(); // END source/filter/basflt/fltini.cxx -extern

[GitHub] [openoffice] leginee commented on a change in pull request #121: translated various comments

2021-02-01 Thread GitBox
leginee commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r568383955 ## File path: main/sw/inc/shellio.hxx ## @@ -414,18 +410,18 @@ SW_DLLPUBLIC SwRead SwGetReaderXML(); // END source/filter/basflt/fltini.cxx -extern

[GitHub] [openoffice] leginee commented on a change in pull request #121: translated various comments

2021-02-01 Thread GitBox
leginee commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r568382378 ## File path: main/sw/inc/shellio.hxx ## @@ -367,32 +363,32 @@ public: void SetBaseURL( const String& rURL ); sal_Bool IsOld() const;

[GitHub] [openoffice] leginee commented on a change in pull request #121: translated various comments

2021-02-01 Thread GitBox
leginee commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r568382378 ## File path: main/sw/inc/shellio.hxx ## @@ -367,32 +363,32 @@ public: void SetBaseURL( const String& rURL ); sal_Bool IsOld() const;

[GitHub] [openoffice] ardovm commented on a change in pull request #121: translated various comments

2021-02-01 Thread GitBox
ardovm commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r568367773 ## File path: main/sw/inc/shellio.hxx ## @@ -414,18 +410,18 @@ SW_DLLPUBLIC SwRead SwGetReaderXML(); // END source/filter/basflt/fltini.cxx -extern

[GitHub] [openoffice] ardovm commented on a change in pull request #121: translated various comments

2021-02-01 Thread GitBox
ardovm commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r568367366 ## File path: main/sw/inc/shellio.hxx ## @@ -367,32 +363,32 @@ public: void SetBaseURL( const String& rURL ); sal_Bool IsOld() const;

[GitHub] [openoffice] Pilot-Pirx commented on pull request #118: Tentative solution of bug #125129

2021-01-26 Thread GitBox
Pilot-Pirx commented on pull request #118: URL: https://github.com/apache/openoffice/pull/118#issuecomment-767530852 If there are no objections I will merge this code later this day. This is an automated message from the

[GitHub] [openoffice] ardovm commented on a change in pull request #121: translated various comments

2021-01-27 Thread GitBox
ardovm commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r565566978 ## File path: main/sw/inc/shellio.hxx ## @@ -106,11 +105,11 @@ public: }; / SwReader/Reader / -// Basisklasse

[GitHub] [openoffice] JuanJ67m commented on pull request #120: Visual Programming for OpenOffice

2021-01-26 Thread GitBox
JuanJ67m commented on pull request #120: URL: https://github.com/apache/openoffice/pull/120#issuecomment-767781863 > > > What should this PR do?! > The same was opened in LO and is now closed. > I don't see any value here. was reopened

[GitHub] [openoffice] JuanJ67m commented on pull request #120: Visual Programming for OpenOffice

2021-01-26 Thread GitBox
JuanJ67m commented on pull request #120: URL: https://github.com/apache/openoffice/pull/120#issuecomment-767782309 > > > I think it is a feature request, but I am unsure what to do with it. create nodes to allow connect to others FOSS.

[GitHub] [openoffice] Pilot-Pirx commented on pull request #120: Visual Programming for OpenOffice

2021-01-26 Thread GitBox
Pilot-Pirx commented on pull request #120: URL: https://github.com/apache/openoffice/pull/120#issuecomment-767800130 > > What should this PR do?! > > The same was opened in LO and is now closed. > > I don't see any value here. > > was reopened Yes, from you! I am sure

[GitHub] [openoffice] Pilot-Pirx commented on pull request #120: Visual Programming for OpenOffice

2021-01-26 Thread GitBox
Pilot-Pirx commented on pull request #120: URL: https://github.com/apache/openoffice/pull/120#issuecomment-767659572 What should this PR do?! The same was opened in LO and is now closed. I don't see any value here.

[GitHub] [openoffice] Pilot-Pirx merged pull request #118: Tentative solution of bug #125129

2021-01-26 Thread GitBox
Pilot-Pirx merged pull request #118: URL: https://github.com/apache/openoffice/pull/118 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

[GitHub] [openoffice] leginee commented on pull request #120: Visual Programming for OpenOffice

2021-01-26 Thread GitBox
leginee commented on pull request #120: URL: https://github.com/apache/openoffice/pull/120#issuecomment-767680908 I think it is a feature request, but I am unsure what to do with it. This is an automated message from the

[GitHub] [openoffice] leginee commented on a change in pull request #121: translated various comments

2021-01-27 Thread GitBox
leginee commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r565603678 ## File path: main/sw/inc/shellio.hxx ## @@ -367,32 +363,32 @@ public: void SetBaseURL( const String& rURL ); sal_Bool IsOld() const;

[GitHub] [openoffice] leginee commented on a change in pull request #121: translated various comments

2021-01-27 Thread GitBox
leginee commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r565603037 ## File path: main/sw/inc/shellio.hxx ## @@ -161,32 +160,32 @@ class SwReader: public SwDocFac SvStream* pStrm; SotStorageRef pStg;

[GitHub] [openoffice] leginee commented on a change in pull request #121: translated various comments

2021-01-27 Thread GitBox
leginee commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r565606170 ## File path: main/sw/inc/shellio.hxx ## @@ -414,18 +410,18 @@ SW_DLLPUBLIC SwRead SwGetReaderXML(); // END source/filter/basflt/fltini.cxx -extern

[GitHub] [openoffice] leginee commented on a change in pull request #121: translated various comments

2021-01-27 Thread GitBox
leginee commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r565602584 ## File path: main/sw/inc/shellio.hxx ## @@ -106,11 +105,11 @@ public: }; / SwReader/Reader / -//

[GitHub] [openoffice] leginee commented on a change in pull request #121: translated various comments

2021-01-27 Thread GitBox
leginee commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r565607126 ## File path: main/sw/inc/shellio.hxx ## @@ -501,32 +497,32 @@ public: const String& GetBaseURL() const { return sBaseURL;} -// suche

[GitHub] [openoffice] leginee commented on a change in pull request #121: translated various comments

2021-01-27 Thread GitBox
leginee commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r565606703 ## File path: main/sw/inc/shellio.hxx ## @@ -501,32 +497,32 @@ public: const String& GetBaseURL() const { return sBaseURL;} -// suche

[GitHub] [openoffice] leginee commented on pull request #121: translated various comments

2021-01-27 Thread GitBox
leginee commented on pull request #121: URL: https://github.com/apache/openoffice/pull/121#issuecomment-768553149 Thank you for the quick review. I have some really bad mistakes there. This is an automated message from the

[GitHub] [openoffice] leginee opened a new pull request #121: translated various comments

2021-01-26 Thread GitBox
leginee opened a new pull request #121: URL: https://github.com/apache/openoffice/pull/121 Translation of some german comments of the interface. Please review and see if you understand those and check for spelling errors. Thanks. I hope this will help to improve the way we read

[GitHub] [openoffice] ardovm merged pull request #119: Clean $OUTPATH directories as well as $INPATH

2021-01-30 Thread GitBox
ardovm merged pull request #119: URL: https://github.com/apache/openoffice/pull/119 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

[GitHub] [openoffice] Pilot-Pirx merged pull request #109: Allow boost::tr1 to build with Gcc version >= 7

2021-02-02 Thread GitBox
Pilot-Pirx merged pull request #109: URL: https://github.com/apache/openoffice/pull/109 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

[GitHub] [openoffice] Pilot-Pirx merged pull request #109: Allow boost::tr1 to build with Gcc version >= 7

2021-02-02 Thread GitBox
Pilot-Pirx merged pull request #109: URL: https://github.com/apache/openoffice/pull/109 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

[GitHub] [openoffice] jimjag commented on pull request #109: Allow boost::tr1 to build with Gcc version >= 7

2021-02-02 Thread GitBox
jimjag commented on pull request #109: URL: https://github.com/apache/openoffice/pull/109#issuecomment-771795889 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [openoffice] Pilot-Pirx commented on pull request #109: Allow boost::tr1 to build with Gcc version >= 7

2021-02-02 Thread GitBox
Pilot-Pirx commented on pull request #109: URL: https://github.com/apache/openoffice/pull/109#issuecomment-771809139 I will merge it then... ;-) This is an automated message from the Apache Git Service. To respond to the

[GitHub] [openoffice] Pilot-Pirx commented on pull request #109: Allow boost::tr1 to build with Gcc version >= 7

2021-02-02 Thread GitBox
Pilot-Pirx commented on pull request #109: URL: https://github.com/apache/openoffice/pull/109#issuecomment-771791487 Did anyone have the time to have a look at this PR? This is an automated message from the Apache Git

[GitHub] [openoffice] Pilot-Pirx commented on pull request #120: Visual Programming for OpenOffice

2021-02-02 Thread GitBox
Pilot-Pirx commented on pull request #120: URL: https://github.com/apache/openoffice/pull/120#issuecomment-771823586 Merging AOO42X into trunk does not sound like a good idea... However, if you have a feature request, feel free to discuss it on dev@openoffice.apache.org.

[GitHub] [openoffice] Pilot-Pirx closed pull request #120: Visual Programming for OpenOffice

2021-02-02 Thread GitBox
Pilot-Pirx closed pull request #120: URL: https://github.com/apache/openoffice/pull/120 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

[GitHub] [openoffice] DonLewisFreeBSD commented on pull request #100: Nssupgrade - Upgrade bundled nss to nss-3.39-with-nspr-4.20

2021-06-15 Thread GitBox
DonLewisFreeBSD commented on pull request #100: URL: https://github.com/apache/openoffice/pull/100#issuecomment-862048099 > So basically, we are waiting for someone to do a build for macOS? Pretty much, although I think someone reported problems with signature verification on MacOS

[GitHub] [openoffice] Pilot-Pirx merged pull request #15: Issue 97058 - Add Fontwork into Insert menu

2021-06-19 Thread GitBox
Pilot-Pirx merged pull request #15: URL: https://github.com/apache/openoffice/pull/15 -- 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,

[GitHub] [openoffice] ardovm opened a new pull request #133: graphite: remove the -Werror option from debug builds

2021-06-19 Thread GitBox
ardovm opened a new pull request #133: URL: https://github.com/apache/openoffice/pull/133 The flag is set by default by the graphite configure script, but it lets the compilation fail with gcc 7.5 The compilation of the graphite module is consistently failing on openSUSE Leap 15.2

[GitHub] [openoffice] leginee commented on pull request #133: graphite: remove the -Werror option from debug builds

2021-06-19 Thread GitBox
leginee commented on pull request #133: URL: https://github.com/apache/openoffice/pull/133#issuecomment-864492889 The meaing of the Flag is -Werror: every warning is treated as an error. Since Grafite is a dependency it is fine to build without. However Imho we should strife for

[GitHub] [openoffice] leginee commented on pull request #133: graphite: remove the -Werror option from debug builds

2021-06-20 Thread GitBox
leginee commented on pull request #133: URL: https://github.com/apache/openoffice/pull/133#issuecomment-864513194 Then we have 2 choices. Fix the Issues or prepare the switch to a replacement. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [openoffice] DonLewisFreeBSD commented on pull request #133: graphite: remove the -Werror option from debug builds

2021-06-20 Thread GitBox
DonLewisFreeBSD commented on pull request #133: URL: https://github.com/apache/openoffice/pull/133#issuecomment-864508440 > The meaing of the Flag is > -Werror: every warning is treated as an error. > > Since Grafite is a dependency it is fine to build without. However Imho we

[GitHub] [openoffice] ardovm edited a comment on pull request #133: graphite: remove the -Werror option from debug builds

2021-06-20 Thread GitBox
ardovm edited a comment on pull request #133: URL: https://github.com/apache/openoffice/pull/133#issuecomment-864605285 The first two warnings are IMHO bugs. The first one is a function parameter type `bool` instead of `bool&` and the second is a mixup of return values in a `switch`

[GitHub] [openoffice] ardovm commented on pull request #133: graphite: remove the -Werror option from debug builds

2021-06-20 Thread GitBox
ardovm commented on pull request #133: URL: https://github.com/apache/openoffice/pull/133#issuecomment-864605285 The first two warnings are IMHO bugs. The first one is a function parameter type `bool` instead of `bool&` and the second is a mixup of return values in a `switch` statement.

[GitHub] [openoffice-org] Pilot-Pirx merged pull request #48: Update leftnav.md

2021-06-21 Thread GitBox
Pilot-Pirx merged pull request #48: URL: https://github.com/apache/openoffice-org/pull/48 -- 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,

[GitHub] [openoffice-org] tigran54 opened a new pull request #56: Update math.md

2021-06-21 Thread GitBox
tigran54 opened a new pull request #56: URL: https://github.com/apache/openoffice-org/pull/56 -- 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

[GitHub] [openoffice-org] Pilot-Pirx closed pull request #55: Update index.md

2021-06-21 Thread GitBox
Pilot-Pirx closed pull request #55: URL: https://github.com/apache/openoffice-org/pull/55 -- 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,

[GitHub] [openoffice-org] Pilot-Pirx commented on pull request #56: Update math.md

2021-06-21 Thread GitBox
Pilot-Pirx commented on pull request #56: URL: https://github.com/apache/openoffice-org/pull/56#issuecomment-865162469 Again, a new pull request is not needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [openoffice-org] tigran54 opened a new pull request #55: Update index.md

2021-06-21 Thread GitBox
tigran54 opened a new pull request #55: URL: https://github.com/apache/openoffice-org/pull/55 -- 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

[GitHub] [openoffice-org] Pilot-Pirx closed pull request #56: Update math.md

2021-06-21 Thread GitBox
Pilot-Pirx closed pull request #56: URL: https://github.com/apache/openoffice-org/pull/56 -- 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,

[GitHub] [openoffice-org] Pilot-Pirx merged pull request #49: Update index.md

2021-06-21 Thread GitBox
Pilot-Pirx merged pull request #49: URL: https://github.com/apache/openoffice-org/pull/49 -- 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,

[GitHub] [openoffice-org] Pilot-Pirx commented on pull request #56: Update math.md

2021-06-22 Thread GitBox
Pilot-Pirx commented on pull request #56: URL: https://github.com/apache/openoffice-org/pull/56#issuecomment-865162469 Again, a new pull request is not needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [openoffice-org] Pilot-Pirx closed pull request #55: Update index.md

2021-06-22 Thread GitBox
Pilot-Pirx closed pull request #55: URL: https://github.com/apache/openoffice-org/pull/55 -- 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,

[GitHub] [openoffice-org] Pilot-Pirx merged pull request #49: Update index.md

2021-06-22 Thread GitBox
Pilot-Pirx merged pull request #49: URL: https://github.com/apache/openoffice-org/pull/49 -- 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,

[GitHub] [openoffice-org] Pilot-Pirx closed pull request #56: Update math.md

2021-06-22 Thread GitBox
Pilot-Pirx closed pull request #56: URL: https://github.com/apache/openoffice-org/pull/56 -- 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,

[GitHub] [openoffice-org] Pilot-Pirx merged pull request #48: Update leftnav.md

2021-06-22 Thread GitBox
Pilot-Pirx merged pull request #48: URL: https://github.com/apache/openoffice-org/pull/48 -- 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,

[GitHub] [openoffice-org] tigran54 opened a new pull request #48: Update leftnav.md

2021-06-21 Thread GitBox
tigran54 opened a new pull request #48: URL: https://github.com/apache/openoffice-org/pull/48 -- 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

[GitHub] [openoffice-org] tigran54 opened a new pull request #49: Update index.md

2021-06-21 Thread GitBox
tigran54 opened a new pull request #49: URL: https://github.com/apache/openoffice-org/pull/49 -- 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

[GitHub] [openoffice-org] tigran54 opened a new pull request #50: Update calc.md

2021-06-21 Thread GitBox
tigran54 opened a new pull request #50: URL: https://github.com/apache/openoffice-org/pull/50 -- 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

[GitHub] [openoffice-org] tigran54 opened a new pull request #51: Update draw.md

2021-06-21 Thread GitBox
tigran54 opened a new pull request #51: URL: https://github.com/apache/openoffice-org/pull/51 -- 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

[GitHub] [openoffice-org] tigran54 opened a new pull request #52: Update impress.md

2021-06-21 Thread GitBox
tigran54 opened a new pull request #52: URL: https://github.com/apache/openoffice-org/pull/52 -- 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

[GitHub] [openoffice-org] tigran54 opened a new pull request #53: Update math.md

2021-06-21 Thread GitBox
tigran54 opened a new pull request #53: URL: https://github.com/apache/openoffice-org/pull/53 -- 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

[GitHub] [openoffice-org] tigran54 opened a new pull request #54: Update writer.md

2021-06-21 Thread GitBox
tigran54 opened a new pull request #54: URL: https://github.com/apache/openoffice-org/pull/54 -- 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

[GitHub] [openoffice-org] Pilot-Pirx merged pull request #51: Update draw.md

2021-06-24 Thread GitBox
Pilot-Pirx merged pull request #51: URL: https://github.com/apache/openoffice-org/pull/51 -- 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,

[GitHub] [openoffice] ardovm opened a new pull request #132: Bug128453

2021-06-14 Thread GitBox
ardovm opened a new pull request #132: URL: https://github.com/apache/openoffice/pull/132 This PR aims to solve bug 128453: a new security warning is being displayed also when it is not necessary. This PR is against branch AOO41X because I started from there. After we merge it I

[GitHub] [openoffice] Pilot-Pirx commented on pull request #100: Nssupgrade - Upgrade bundled nss to nss-3.39-with-nspr-4.20

2021-06-15 Thread GitBox
Pilot-Pirx commented on pull request #100: URL: https://github.com/apache/openoffice/pull/100#issuecomment-861586442 If a signed document is needed to verify, feel free to take this one: https://home.apache.org/~mseidel/Signiert.odt -- This is an automated message from the Apache Git

[GitHub] [openoffice] Pilot-Pirx commented on pull request #100: Nssupgrade - Upgrade bundled nss to nss-3.39-with-nspr-4.20

2021-06-15 Thread GitBox
Pilot-Pirx commented on pull request #100: URL: https://github.com/apache/openoffice/pull/100#issuecomment-861551203 So basically, we are waiting for someone to do a build for macOS? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [openoffice] cbmarcum commented on pull request #132: Bug128453

2021-06-14 Thread GitBox
cbmarcum commented on pull request #132: URL: https://github.com/apache/openoffice/pull/132#issuecomment-860107186 Based on the positive test results on the dev@ list I'm going to merge this in. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [openoffice] cbmarcum merged pull request #132: Bug128453

2021-06-14 Thread GitBox
cbmarcum merged pull request #132: URL: https://github.com/apache/openoffice/pull/132 -- 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,

[GitHub] [openoffice-org] Pilot-Pirx merged pull request #19: Update index.html

2021-05-13 Thread GitBox
Pilot-Pirx merged pull request #19: URL: https://github.com/apache/openoffice-org/pull/19 -- 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,

[GitHub] [openoffice-org] tigran54 opened a new pull request #20: Update brand.md

2021-05-13 Thread GitBox
tigran54 opened a new pull request #20: URL: https://github.com/apache/openoffice-org/pull/20 -- 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

[GitHub] [openoffice-org] tigran54 closed pull request #22: Update index.html

2021-05-13 Thread GitBox
tigran54 closed pull request #22: URL: https://github.com/apache/openoffice-org/pull/22 -- 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,

[GitHub] [openoffice-org] Pilot-Pirx closed pull request #20: Update brand.md

2021-05-13 Thread GitBox
Pilot-Pirx closed pull request #20: URL: https://github.com/apache/openoffice-org/pull/20 -- 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,

[GitHub] [openoffice-org] Pilot-Pirx merged pull request #23: Update brand.md

2021-05-13 Thread GitBox
Pilot-Pirx merged pull request #23: URL: https://github.com/apache/openoffice-org/pull/23 -- 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,

[GitHub] [openoffice-org] Pilot-Pirx commented on pull request #20: Update brand.md

2021-05-13 Thread GitBox
Pilot-Pirx commented on pull request #20: URL: https://github.com/apache/openoffice-org/pull/20#issuecomment-840658367 Closing this one as obsolete. -- 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

[GitHub] [openoffice-org] tigran54 opened a new pull request #22: Update index.html

2021-05-13 Thread GitBox
tigran54 opened a new pull request #22: URL: https://github.com/apache/openoffice-org/pull/22 -- 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

[GitHub] [openoffice-org] Pilot-Pirx commented on pull request #21: Update brand.md

2021-05-13 Thread GitBox
Pilot-Pirx commented on pull request #21: URL: https://github.com/apache/openoffice-org/pull/21#issuecomment-840644628 No need to open a second pull request, just work on the first one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [openoffice-org] Pilot-Pirx closed pull request #21: Update brand.md

2021-05-13 Thread GitBox
Pilot-Pirx closed pull request #21: URL: https://github.com/apache/openoffice-org/pull/21 -- 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,

<    1   2   3   4   5   6   7   8   >