[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 Service

[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 GitHu

[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 mess

[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 go

[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 go

[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_r568367366 ## 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-02 Thread GitBox
leginee commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r568215534 ## File path: main/sw/inc/shellio.hxx ## @@ -414,18 +410,18 @@ SW_DLLPUBLIC SwRead SwGetReaderXML(); // END source/filter/basflt/fltini.cxx -extern

[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 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[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 go

[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 GitHu

[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 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 go

[GitHub] [openoffice] ardovm opened a new pull request #122: Address bug 128356 and similar ones (duplicated XML attributes)

2021-02-04 Thread GitBox
ardovm opened a new pull request #122: URL: https://github.com/apache/openoffice/pull/122 This is a work-in-progress fix for https://bz.apache.org/ooo/show_bug.cgi?id=128356 Please keep the discussion about the "philosophy" of the patch on Bugzilla. Code style, variable names, ind

[GitHub] [openoffice] jimjag commented on pull request #122: Address bug 128356 and similar ones (duplicated XML attributes)

2021-02-05 Thread GitBox
jimjag commented on pull request #122: URL: https://github.com/apache/openoffice/pull/122#issuecomment-773990932 Is ` if (!!bAutoStyles) ` really the best way to format that logical if for https://github.com/apache/openoffice/pull/122/commits/7af97f4fe332f523912f0174635fb94d8899

[GitHub] [openoffice] ardovm commented on pull request #122: Address bug 128356 and similar ones (duplicated XML attributes)

2021-02-05 Thread GitBox
ardovm commented on pull request #122: URL: https://github.com/apache/openoffice/pull/122#issuecomment-774024441 > Is > `if (!!bAutoStyles)` > really the best way to format that logical if for [7af97f4](https://github.com/apache/openoffice/commit/7af97f4fe332f523912f0174635fb94d88995f

[GitHub] [openoffice] ardovm edited a comment on pull request #122: Address bug 128356 and similar ones (duplicated XML attributes)

2021-02-05 Thread GitBox
ardovm edited a comment on pull request #122: URL: https://github.com/apache/openoffice/pull/122#issuecomment-774024441 > Is > `if (!!bAutoStyles)` > really the best way to format that logical if for [7af97f4](https://github.com/apache/openoffice/commit/7af97f4fe332f523912f0174635fb94

[GitHub] [openoffice] ardovm commented on pull request #122: Address bug 128356 and similar ones (duplicated XML attributes)

2021-02-06 Thread GitBox
ardovm commented on pull request #122: URL: https://github.com/apache/openoffice/pull/122#issuecomment-774448450 Ok, the exception details are shown in non-product builds. Product builds just show an error message "Error saving the document: write error. Error in writing sub-document con

[GitHub] [openoffice] ardovm commented on pull request #122: Address bug 128356 and similar ones (duplicated XML attributes)

2021-02-06 Thread GitBox
ardovm commented on pull request #122: URL: https://github.com/apache/openoffice/pull/122#issuecomment-774489872 Ok, I am done. Reviews welcome! This is an automated message from the Apache Git Service. To respond to the mess

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

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

[GitHub] [openoffice-docs] FJCC opened a new pull request #1: Update CheckOutSheet.ods

2021-02-08 Thread GitBox
FJCC opened a new pull request #1: URL: https://github.com/apache/openoffice-docs/pull/1 Checking out the first three sub-documents of Getting Started. These include Jean's changes and suggestions This is an automated messag

[GitHub] [openoffice-docs] orcmid commented on pull request #1: Update CheckOutSheet.ods

2021-02-08 Thread GitBox
orcmid commented on pull request #1: URL: https://github.com/apache/openoffice-docs/pull/1#issuecomment-775353535 I did manage to synchronize after figuring out that the Review folder is on branch Getting-Started-Guide. I recommend that the CheckOutSheet.ods file be changed to a tabl

[GitHub] [openoffice-docs] knmc commented on pull request #1: Update CheckOutSheet.ods

2021-02-08 Thread GitBox
knmc commented on pull request #1: URL: https://github.com/apache/openoffice-docs/pull/1#issuecomment-775354670 On 2021-02-08 at 12:04, FJCC < notificati...@github.com > wrote: You can download files without a PR. Just bookmark https://github.com/apache/openoffice-docs/

[GitHub] [openoffice-docs] knmc commented on pull request #1: Update CheckOutSheet.ods

2021-02-08 Thread GitBox
knmc commented on pull request #1: URL: https://github.com/apache/openoffice-docs/pull/1#issuecomment-775397120 On 2021-02-08 at 13:33, Dennis E. Hamilton < notificati...@github.com > wrote: I did manage to synchronize after figuring out that the Review folder is on

[GitHub] [openoffice-docs] knmc closed pull request #1: Update CheckOutSheet.ods

2021-02-09 Thread GitBox
knmc closed pull request #1: URL: https://github.com/apache/openoffice-docs/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 to t

[GitHub] [openoffice-docs] knmc commented on pull request #1: Update CheckOutSheet.ods

2021-02-09 Thread GitBox
knmc commented on pull request #1: URL: https://github.com/apache/openoffice-docs/pull/1#issuecomment-776059111 Looks good, merging . This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [openoffice-docs] knmc merged pull request #1: Update CheckOutSheet.ods

2021-02-09 Thread GitBox
knmc merged pull request #1: URL: https://github.com/apache/openoffice-docs/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 to t

[GitHub] [openoffice-docs] knmc opened a new issue #2: Test Issue

2021-02-10 Thread GitBox
knmc opened a new issue #2: URL: https://github.com/apache/openoffice-docs/issues/2 Testing of issues and projects This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [openoffice-docs] orcmid commented on issue #2: Test Issue

2021-02-11 Thread GitBox
orcmid commented on issue #2: URL: https://github.com/apache/openoffice-docs/issues/2#issuecomment-777633559 I confirm that Issues is working here, and that it works for me as a watcher and not a registered contributor. This

[GitHub] [openoffice-docs] orcmid commented on issue #2: Test Issue

2021-02-11 Thread GitBox
orcmid commented on issue #2: URL: https://github.com/apache/openoffice-docs/issues/2#issuecomment-777637672 I confirm that Projects is setup and there is a project board around updates, reviews, and review status. I have not used Projects myself. I suspect as this one is used and there

[GitHub] [openoffice-docs] knmc commented on issue #2: Test Issue

2021-02-11 Thread GitBox
knmc commented on issue #2: URL: https://github.com/apache/openoffice-docs/issues/2#issuecomment-08377 Thank you. for the confirmation Dennis. There seems to be an issue with the project board right now, in that It is not picking up one issue's. The entry you saw was the standard first

[GitHub] [openoffice-docs] knmc opened a new issue #3: Test Issue

2021-02-11 Thread GitBox
knmc opened a new issue #3: URL: https://github.com/apache/openoffice-docs/issues/3 First Issue with test projects setup. This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [openoffice-docs] knmc closed issue #3: Test Issue

2021-02-11 Thread GitBox
knmc closed issue #3: URL: https://github.com/apache/openoffice-docs/issues/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 go to the sp

[GitHub] [openoffice-docs] knmc closed issue #2: Test Issue

2021-02-11 Thread GitBox
knmc closed issue #2: URL: https://github.com/apache/openoffice-docs/issues/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 to the sp

[GitHub] [openoffice-docs] knmc opened a new issue #4: Yet another test

2021-02-11 Thread GitBox
knmc opened a new issue #4: URL: https://github.com/apache/openoffice-docs/issues/4 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-docs] knmc opened a new issue #8: Remove checkout.md

2021-02-14 Thread GitBox
knmc opened a new issue #8: URL: https://github.com/apache/openoffice-docs/issues/8 Remove the chechout.md file from the Getting Started branch as we have moved to use issues and projects for this task. This is an automated

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

2021-02-22 Thread GitBox
ardovm commented on pull request #121: URL: https://github.com/apache/openoffice/pull/121#issuecomment-783566470 Following [Czesław Wolański's insight](https://lists.apache.org/thread.html/1255f11d48954603f29b858f31ec89649446f5afe3267d50e0ca3c0c%40%3Cdev.openoffice.apache.org%3E) on "HTML.

[GitHub] [openoffice] Pilot-Pirx commented on pull request #111: Enable compilation on Linux systems putting libraries in /lib64 instead of /lib

2021-02-25 Thread GitBox
Pilot-Pirx commented on pull request #111: URL: https://github.com/apache/openoffice/pull/111#issuecomment-785837241 I cannot imagine any harm this PR could do. If no one objects I will merge it later in the afternoon. Thi

[GitHub] [openoffice] Pilot-Pirx merged pull request #111: Enable compilation on Linux systems putting libraries in /lib64 instead of /lib

2021-02-25 Thread GitBox
Pilot-Pirx merged pull request #111: URL: https://github.com/apache/openoffice/pull/111 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] leginee commented on a change in pull request #121: translated various comments

2021-02-28 Thread GitBox
leginee commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r584259030 ## 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 pull request #121: translated various comments

2021-02-28 Thread GitBox
leginee commented on pull request #121: URL: https://github.com/apache/openoffice/pull/121#issuecomment-787416406 I have worked in Czesław Wolański's (insighthttps://lists.apache.org/thread.html/1255f11d48954603f29b858f31ec89649446f5afe3267d50e0ca3c0c%40%3Cdev.openoffice.apache.org%3E)

[GitHub] [openoffice] leginee edited a comment on pull request #121: translated various comments

2021-02-28 Thread GitBox
leginee edited a comment on pull request #121: URL: https://github.com/apache/openoffice/pull/121#issuecomment-787416406 I have worked in [Czesław Wolański's insight](https://lists.apache.org/thread.html/1255f11d48954603f29b858f31ec89649446f5afe3267d50e0ca3c0c%40%3Cdev.openoffice.apache

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

2021-02-28 Thread GitBox
ardovm commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r584291878 ## File path: main/sw/inc/shellio.hxx ## @@ -367,32 +364,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-28 Thread GitBox
leginee commented on a change in pull request #121: URL: https://github.com/apache/openoffice/pull/121#discussion_r584328327 ## File path: main/sw/inc/shellio.hxx ## @@ -367,32 +364,32 @@ public: void SetBaseURL( const String& rURL ); sal_Bool IsOld() const;

[GitHub] [openoffice] ardovm merged pull request #117: Changed helptext after resolved problem.

2021-03-01 Thread GitBox
ardovm merged pull request #117: URL: https://github.com/apache/openoffice/pull/117 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] oooforum commented on pull request #12: Title as alt of image tag instead of Desc

2021-03-02 Thread GitBox
oooforum commented on pull request #12: URL: https://github.com/apache/openoffice/pull/12#issuecomment-788739823 > Is there a bugzilla issue this is to? I found this https://bz.apache.org/ooo/show_bug.cgi?id=126768 :) --

[GitHub] [openoffice] Pilot-Pirx commented on pull request #85: Cppuhelper compiler warning fixed

2021-03-02 Thread GitBox
Pilot-Pirx commented on pull request #85: URL: https://github.com/apache/openoffice/pull/85#issuecomment-789096882 Does this PR supersede #84 ? Then we can close it as well, when this is merged. This is an automated messag

[GitHub] [openoffice] ardovm commented on pull request #85: Cppuhelper compiler warning fixed

2021-03-03 Thread GitBox
ardovm commented on pull request #85: URL: https://github.com/apache/openoffice/pull/85#issuecomment-789525594 > Does this PR supersede #84 ? > Then we can close it as well, when this is merged. I think so, because commits be18c4b4c58709f70c68d94437d5aba6ff5893db (#84) and ad38db1

[GitHub] [openoffice] leginee commented on pull request #84: fix unitialized variables in delivery.pl by treat undef as 0

2021-03-03 Thread GitBox
leginee commented on pull request #84: URL: https://github.com/apache/openoffice/pull/84#issuecomment-789719669 Yea I agree. In my work directory I did not separate it I think. This is an automated message from the Apache Gi

[GitHub] [openoffice] ardovm commented on pull request #85: Cppuhelper compiler warning fixed

2021-03-03 Thread GitBox
ardovm commented on pull request #85: URL: https://github.com/apache/openoffice/pull/85#issuecomment-789964901 Rebased and merged This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [openoffice] ardovm closed pull request #85: Cppuhelper compiler warning fixed

2021-03-03 Thread GitBox
ardovm closed pull request #85: URL: https://github.com/apache/openoffice/pull/85 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 th

[GitHub] [openoffice] ardovm closed pull request #84: fix unitialized variables in delivery.pl by treat undef as 0

2021-03-03 Thread GitBox
ardovm closed pull request #84: URL: https://github.com/apache/openoffice/pull/84 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 th

[GitHub] [openoffice] ardovm commented on pull request #84: fix unitialized variables in delivery.pl by treat undef as 0

2021-03-03 Thread GitBox
ardovm commented on pull request #84: URL: https://github.com/apache/openoffice/pull/84#issuecomment-789966237 Changes already merged with #85 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [openoffice] Pilot-Pirx opened a new pull request #123: Update calendar_gregorian.cxx

2021-03-05 Thread GitBox
Pilot-Pirx opened a new pull request #123: URL: https://github.com/apache/openoffice/pull/123 I think this is simply a typo, as Dick reported. This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [openoffice] Pilot-Pirx merged pull request #123: Update calendar_gregorian.cxx

2021-03-05 Thread GitBox
Pilot-Pirx merged pull request #123: URL: https://github.com/apache/openoffice/pull/123 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] leginee merged pull request #121: translated various comments

2021-03-06 Thread GitBox
leginee merged pull request #121: URL: https://github.com/apache/openoffice/pull/121 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] leginee commented on pull request #122: Address bug 128356 and similar ones (duplicated XML attributes)

2021-03-06 Thread GitBox
leginee commented on pull request #122: URL: https://github.com/apache/openoffice/pull/122#issuecomment-792224362 starting with code review. I like that you have added comments. This is an automated message from the Apache

[GitHub] [openoffice] Pilot-Pirx opened a new pull request #124: Delete .hgtags

2021-03-10 Thread GitBox
Pilot-Pirx opened a new pull request #124: URL: https://github.com/apache/openoffice/pull/124 Is this still needed? This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [openoffice] Pilot-Pirx commented on pull request #124: Delete .hgtags

2021-03-10 Thread GitBox
Pilot-Pirx commented on pull request #124: URL: https://github.com/apache/openoffice/pull/124#issuecomment-795728843 The same for .hgignore. And do we really need more than one .gitignore? This is an automated message from

[GitHub] [openoffice-org] dave2wave opened a new pull request #4: Add Apachecon Event Snippet

2021-03-16 Thread GitBox
dave2wave opened a new pull request #4: URL: https://github.com/apache/openoffice-org/pull/4 Changing the templates for new Apachecon event snippet and image selection This is an automated message from the Apache Git Service.

[GitHub] [openoffice-org] dave2wave merged pull request #4: Add Apachecon Event Snippet

2021-03-16 Thread GitBox
dave2wave merged pull request #4: URL: https://github.com/apache/openoffice-org/pull/4 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 opened a new pull request #125: Automated Testing backports from trunk to 4.1.x

2021-03-31 Thread GitBox
cbmarcum opened a new pull request #125: URL: https://github.com/apache/openoffice/pull/125 All these changes are to files under top level test directory and cherry-picked from work done on flaky tests and a few other reasons. Primarily work done by @DamjanJovanovic in trunk that were not

[GitHub] [openoffice] Pilot-Pirx commented on pull request #125: Automated Testing backports from trunk to 4.1.x

2021-04-05 Thread GitBox
Pilot-Pirx commented on pull request #125: URL: https://github.com/apache/openoffice/pull/125#issuecomment-813472934 I will do a Test build for Windows now, just to see if this is successful. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

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

2021-04-11 Thread GitBox
jeanmicoste opened a new pull request #5: URL: https://github.com/apache/openoffice-org/pull/5 changé Charset pour utf-8 pour caractères accentués -- 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-org] Pilot-Pirx commented on pull request #5: Update index.html

2021-04-11 Thread GitBox
Pilot-Pirx commented on pull request #5: URL: https://github.com/apache/openoffice-org/pull/5#issuecomment-817329058 I think some other pages might require that as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

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

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

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

2021-04-11 Thread GitBox
jeanmicoste opened a new pull request #6: URL: https://github.com/apache/openoffice-org/pull/6 Pour les caractères accentués -- 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.

[GitHub] [openoffice-org] jeanmicoste closed pull request #6: Update index.html

2021-04-11 Thread GitBox
jeanmicoste closed pull request #6: URL: https://github.com/apache/openoffice-org/pull/6 -- 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, p

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

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

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

2021-04-11 Thread GitBox
jeanmicoste opened a new pull request #7: URL: https://github.com/apache/openoffice-org/pull/7 Pour caractères accentués -- 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. Fo

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

2021-04-11 Thread GitBox
jeanmicoste opened a new pull request #8: URL: https://github.com/apache/openoffice-org/pull/8 Pour caractères accentués -- 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. Fo

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

2021-04-11 Thread GitBox
jeanmicoste opened a new pull request #9: URL: https://github.com/apache/openoffice-org/pull/9 Pour caractères accentués -- 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. Fo

[GitHub] [openoffice-org] jeanmicoste commented on pull request #5: Update index.html

2021-04-11 Thread GitBox
jeanmicoste commented on pull request #5: URL: https://github.com/apache/openoffice-org/pull/5#issuecomment-817349709 Yes. Bad copy/paste...Jean-Michel CosteLe 11 avr. 2021 18:12, Matthias Seidel ***@***.***> a écrit : @Pilot-Pirx commented on this pull request. One "head" too muc

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

2021-04-11 Thread GitBox
jeanmicoste opened a new pull request #10: URL: https://github.com/apache/openoffice-org/pull/10 -- 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 se

[GitHub] [openoffice-org] dave2wave commented on pull request #10: Update index.html

2021-04-11 Thread GitBox
dave2wave commented on pull request #10: URL: https://github.com/apache/openoffice-org/pull/10#issuecomment-817352230 This is a nice catch on the meta tag. While you likely need to fix the title for UTF-8. We should actually fix the template for the site. See https://github.com/apach

[GitHub] [openoffice-org] dave2wave commented on pull request #10: Update index.html

2021-04-11 Thread GitBox
dave2wave commented on pull request #10: URL: https://github.com/apache/openoffice-org/pull/10#issuecomment-817352354 Also with multiple edits please try to put them all into one PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

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

2021-04-11 Thread GitBox
jeanmicoste opened a new pull request #11: URL: https://github.com/apache/openoffice-org/pull/11 -- 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 se

[GitHub] [openoffice-org] jeanmicoste opened a new pull request #12: Update page.gsp

2021-04-11 Thread GitBox
jeanmicoste opened a new pull request #12: URL: https://github.com/apache/openoffice-org/pull/12 For accented characters in french -- 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 co

[GitHub] [openoffice-org] dave2wave commented on pull request #12: Update page.gsp

2021-04-12 Thread GitBox
dave2wave commented on pull request #12: URL: https://github.com/apache/openoffice-org/pull/12#issuecomment-817956081 Thank you. -- 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 comm

[GitHub] [openoffice-org] dave2wave merged pull request #12: Update page.gsp

2021-04-12 Thread GitBox
dave2wave merged pull request #12: URL: https://github.com/apache/openoffice-org/pull/12 -- 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, p

[GitHub] [openoffice-org] Pilot-Pirx commented on pull request #12: Update page.gsp

2021-04-12 Thread GitBox
Pilot-Pirx commented on pull request #12: URL: https://github.com/apache/openoffice-org/pull/12#issuecomment-817959692 With the template fixed the other PRs should be obsolete now? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [openoffice-org] dave2wave commented on pull request #12: Update page.gsp

2021-04-12 Thread GitBox
dave2wave commented on pull request #12: URL: https://github.com/apache/openoffice-org/pull/12#issuecomment-817961695 No, but they need review and the meta part removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [openoffice-org] dave2wave commented on pull request #7: Update index.html

2021-04-12 Thread GitBox
dave2wave commented on pull request #7: URL: https://github.com/apache/openoffice-org/pull/7#issuecomment-817988981 Not needed PR #11 covered this. -- 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 t

[GitHub] [openoffice-org] dave2wave closed pull request #7: Update index.html

2021-04-12 Thread GitBox
dave2wave closed pull request #7: URL: https://github.com/apache/openoffice-org/pull/7 -- 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, ple

[GitHub] [openoffice-org] dave2wave commented on pull request #8: Update index.html

2021-04-12 Thread GitBox
dave2wave commented on pull request #8: URL: https://github.com/apache/openoffice-org/pull/8#issuecomment-817989393 Not needed PR #11 covers this -- 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-org] dave2wave closed pull request #8: Update index.html

2021-04-12 Thread GitBox
dave2wave closed pull request #8: URL: https://github.com/apache/openoffice-org/pull/8 -- 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, ple

[GitHub] [openoffice-org] dave2wave closed pull request #9: Update index.html

2021-04-12 Thread GitBox
dave2wave closed pull request #9: URL: https://github.com/apache/openoffice-org/pull/9 -- 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, ple

[GitHub] [openoffice-org] dave2wave commented on pull request #9: Update index.html

2021-04-12 Thread GitBox
dave2wave commented on pull request #9: URL: https://github.com/apache/openoffice-org/pull/9#issuecomment-817989903 PR #12 covered this. -- 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 speci

[GitHub] [openoffice-org] dave2wave edited a comment on pull request #7: Update index.html

2021-04-12 Thread GitBox
dave2wave edited a comment on pull request #7: URL: https://github.com/apache/openoffice-org/pull/7#issuecomment-817988981 -- 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. F

[GitHub] [openoffice-org] dave2wave edited a comment on pull request #8: Update index.html

2021-04-12 Thread GitBox
dave2wave edited a comment on pull request #8: URL: https://github.com/apache/openoffice-org/pull/8#issuecomment-817989393 Not needed PR #12 covers this -- 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] dave2wave merged pull request #10: Update index.html

2021-04-12 Thread GitBox
dave2wave merged pull request #10: URL: https://github.com/apache/openoffice-org/pull/10 -- 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, p

[GitHub] [openoffice-org] dave2wave commented on pull request #11: Update index.html

2021-04-12 Thread GitBox
dave2wave commented on pull request #11: URL: https://github.com/apache/openoffice-org/pull/11#issuecomment-817992028 PR #12 covered this. -- 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 spe

[GitHub] [openoffice-org] dave2wave closed pull request #11: Update index.html

2021-04-12 Thread GitBox
dave2wave closed pull request #11: URL: https://github.com/apache/openoffice-org/pull/11 -- 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, p

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

2021-04-12 Thread GitBox
jeanmicoste opened a new pull request #13: URL: https://github.com/apache/openoffice-org/pull/13 Consistency with the home page, replacement of a dead link -- 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

[GitHub] [openoffice-org] jeanmicoste commented on pull request #13: Update index.html

2021-04-13 Thread GitBox
jeanmicoste commented on pull request #13: URL: https://github.com/apache/openoffice-org/pull/13#issuecomment-818587561 Le 13/04/2021 à 07:18, Dave Fisher a écrit : > > ***@***. requested changes on this pull request. > > Math is not Impress. Two different parts of the of

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

2021-04-13 Thread GitBox
jeanmicoste opened a new pull request #14: URL: https://github.com/apache/openoffice-org/pull/14 Add a link to a file -- 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 q

[GitHub] [openoffice] Pilot-Pirx opened a new pull request #126: Quick fix to get the version string right in the About dialog

2021-04-14 Thread GitBox
Pilot-Pirx opened a new pull request #126: URL: https://github.com/apache/openoffice/pull/126 This is not really a good solution. But we can use it until someone else has a better idea. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [openoffice] ardovm commented on pull request #126: Quick fix to get the version string right in the About dialog

2021-04-15 Thread GitBox
ardovm commented on pull request #126: URL: https://github.com/apache/openoffice/pull/126#issuecomment-820674805 I apologize for the forced push. I always have to cherry-pick two commits from trunk in order to build AOO41X on openSUSE and I included them by mistake -- This is an automate

[GitHub] [openoffice] Pilot-Pirx commented on pull request #126: Quick fix to get the version string right in the About dialog

2021-04-15 Thread GitBox
Pilot-Pirx commented on pull request #126: URL: https://github.com/apache/openoffice/pull/126#issuecomment-820675967 Looks good! -- 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 comm

[GitHub] [openoffice] ardovm commented on pull request #126: Quick fix to get the version string right in the About dialog

2021-04-15 Thread GitBox
ardovm commented on pull request #126: URL: https://github.com/apache/openoffice/pull/126#issuecomment-820677389 This code is an attempt to glue two strings together, avoiding to repeat the common part in between. In order not to make a generic algorithm, that would be overkill (such as tr

<    1   2   3   4   5   6   7   8   >