Re: [PR] linter.yml: bump `actions/cache` and `actions/checkout` [openoffice]

2025-09-03 Thread via GitHub
Pilot-Pirx merged PR #408: URL: https://github.com/apache/openoffice/pull/408 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

[PR] linter.yml: bump `actions/cache` and `actions/checkout` [openoffice]

2025-09-03 Thread via GitHub
jbampton opened a new pull request, #408: URL: https://github.com/apache/openoffice/pull/408 Both actions moved up one version https://github.com/actions/checkout https://github.com/actions/cache -- This is an automated message from the Apache Git Service. To respond to the m

[PR] Fix typos [openoffice]

2025-09-03 Thread via GitHub
jbampton opened a new pull request, #407: URL: https://github.com/apache/openoffice/pull/407 depricated -> deprecated -- 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. To uns

[PR] pre-commit whitespace clean up for cpp files [openoffice]

2025-09-03 Thread via GitHub
jbampton opened a new pull request, #406: URL: https://github.com/apache/openoffice/pull/406 For `cpp` files enforced three hooks - end-of-file-fixer - mixed-line-ending - trailing-whitespace -- This is an automated message from the Apache Git Service. To respond to the messag

[PR] pre-commit auto clean up whitespace in JS files [openoffice]

2025-09-03 Thread via GitHub
jbampton opened a new pull request, #405: URL: https://github.com/apache/openoffice/pull/405 For `JS` files enforced three hooks - end-of-file-fixer - mixed-line-ending - trailing-whitespace -- This is an automated message from the Apache Git Service. To respond to the message

Re: [PR] pre-commit autoupdate [openoffice]

2025-09-03 Thread via GitHub
Pilot-Pirx merged PR #404: URL: https://github.com/apache/openoffice/pull/404 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

Re: [PR] pre-commit trailing whitespace clean up for `cmd` files [openoffice]

2025-09-03 Thread via GitHub
Pilot-Pirx merged PR #403: URL: https://github.com/apache/openoffice/pull/403 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

[PR] pre-commit autoupdate [openoffice]

2025-09-03 Thread via GitHub
jbampton opened a new pull request, #404: URL: https://github.com/apache/openoffice/pull/404 https://pre-commit.com/#pre-commit-autoupdate Updated the hooks to the latest versions -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[PR] pre-commit trailing whitespace clean up for `cmd` files [openoffice]

2025-09-03 Thread via GitHub
jbampton opened a new pull request, #403: URL: https://github.com/apache/openoffice/pull/403 For `cmd` files enforced three hooks - end-of-file-fixer - mixed-line-ending - trailing-whitespace -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] Address bug #126768 [openoffice]

2025-08-30 Thread via GitHub
Pilot-Pirx commented on PR #402: URL: https://github.com/apache/openoffice/pull/402#issuecomment-3239590886 Looks great! Maybe we can get it into 4.1.16-RC1? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[PR] Address bug #126768 [openoffice]

2025-08-30 Thread via GitHub
ardovm opened a new pull request, #402: URL: https://github.com/apache/openoffice/pull/402 Bug report: https://bz.apache.org/ooo/show_bug.cgi?id=126768 Applying values of the `` and `` elements was failing due to the type of the `SwXFrame`'s `SwModify::pRegisteredIn` attribute. A `

Re: [PR] Remove leftover from Mozilla address book [openoffice]

2025-08-22 Thread via GitHub
Pilot-Pirx merged PR #401: URL: https://github.com/apache/openoffice/pull/401 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

Re: [PR] Remove leftover from Mozilla address book [openoffice]

2025-08-22 Thread via GitHub
Pilot-Pirx commented on PR #401: URL: https://github.com/apache/openoffice/pull/401#issuecomment-3214585813 We should at least add code for Thunderbird address book. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[PR] Remove leftover from Mozilla address book [openoffice]

2025-08-22 Thread via GitHub
Pilot-Pirx opened a new pull request, #401: URL: https://github.com/apache/openoffice/pull/401 (no comment) -- 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. To unsubscribe,

Re: [PR] pre-commit auto whitespace cleanup for cfg files [openoffice]

2025-08-20 Thread via GitHub
Pilot-Pirx commented on PR #390: URL: https://github.com/apache/openoffice/pull/390#issuecomment-3207379836 The question is, why are the two .cfg files here technically a ZIP? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] pre-commit whitespace cleanup for `.component` files [openoffice]

2025-08-19 Thread via GitHub
Pilot-Pirx merged PR #398: URL: https://github.com/apache/openoffice/pull/398 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

Re: [PR] pre-commit fix mixed line endings in Java files [openoffice]

2025-08-17 Thread via GitHub
Pilot-Pirx merged PR #400: URL: https://github.com/apache/openoffice/pull/400 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

[PR] pre-commit fix mixed line endings in Java files [openoffice]

2025-08-16 Thread via GitHub
jbampton opened a new pull request, #400: URL: https://github.com/apache/openoffice/pull/400 Enforce the mixed-line-ending hook for all cxx, hxx and java files Auto cleaned up the Java files -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] pre-commit auto whitespace cleanup for `.pmk` files [openoffice]

2025-08-16 Thread via GitHub
Pilot-Pirx merged PR #399: URL: https://github.com/apache/openoffice/pull/399 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

Re: [PR] Add pre-commit hook oxipng for lossless compression of PNGs [openoffice]

2025-08-16 Thread via GitHub
jbampton commented on PR #393: URL: https://github.com/apache/openoffice/pull/393#issuecomment-3193698768 I used the following commands from "Google" and if correct it makes it about 2 megabytes smaller ``` openoffice$ git branch add-basic-editorconfig add-license-hook-y

Re: [PR] Add pre-commit hook oxipng for lossless compression of PNGs [openoffice]

2025-08-16 Thread via GitHub
Pilot-Pirx commented on PR #393: URL: https://github.com/apache/openoffice/pull/393#issuecomment-3193684703 Reducing the size of AOO is always a good idea! Can you estimate how much smaller it would get? -- This is an automated message from the Apache Git Service. To respond to the mess

[PR] pre-commit auto whitespace cleanup for `.pmk` files [openoffice]

2025-08-16 Thread via GitHub
jbampton opened a new pull request, #399: URL: https://github.com/apache/openoffice/pull/399 Enforced 3 hooks for `.pmk` files: - end-of-file-fixer - mixed-line-ending - trailing-whitespace -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] pre-commit whitespace clean up for `.rng` files [openoffice]

2025-08-16 Thread via GitHub
Pilot-Pirx merged PR #397: URL: https://github.com/apache/openoffice/pull/397 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

[PR] pre-commit whitespace cleanup for `.component` files [openoffice]

2025-08-16 Thread via GitHub
jbampton opened a new pull request, #398: URL: https://github.com/apache/openoffice/pull/398 Enforced 3 hooks for `.component` files: - end-of-file-fixer - mixed-line-ending - trailing-whitespace -- This is an automated message from the Apache Git Service. To respond to the me

[PR] pre-commit whitespace clean up for `.rng` files [openoffice]

2025-08-16 Thread via GitHub
jbampton opened a new pull request, #397: URL: https://github.com/apache/openoffice/pull/397 Enforced 3 hooks for `.rng` files: - end-of-file-fixer - mixed-line-ending - trailing-whitespace -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] pre-commit whitespace clean up for `.m4` files [openoffice]

2025-08-16 Thread via GitHub
Pilot-Pirx merged PR #396: URL: https://github.com/apache/openoffice/pull/396 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

[PR] pre-commit whitespace clean up for `.m4` files [openoffice]

2025-08-16 Thread via GitHub
jbampton opened a new pull request, #396: URL: https://github.com/apache/openoffice/pull/396 Enforced 3 hooks for `.m4` files: - end-of-file-fixer - mixed-line-ending - trailing-whitespace -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Add pre-commit hook to auto insert license headers for YAML [openoffice]

2025-08-04 Thread via GitHub
dave2wave commented on PR #395: URL: https://github.com/apache/openoffice/pull/395#issuecomment-3152227411 No please - this is not necessary. -- 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 s

[PR] Add pre-commit hook to auto insert license headers for YAML [openoffice]

2025-08-04 Thread via GitHub
jbampton opened a new pull request, #395: URL: https://github.com/apache/openoffice/pull/395 Ran the hook the first time and it auto inserted a license header into one YAML file and the hook failed. Second time ran the hook it passed and no files were modified -- This is an automat

Re: [PR] Add pre-commit hook to auto insert license headers for Markdown [openoffice]

2025-08-04 Thread via GitHub
dave2wave commented on PR #394: URL: https://github.com/apache/openoffice/pull/394#issuecomment-3152219776 It is not required to add ASF License files to Markdown. In fact it may get in the way of rendering. What is acceptable is to include metadata that points to the license. Please

Re: [PR] Add pre-commit hook to auto insert license headers for Markdown [openoffice]

2025-08-04 Thread via GitHub
jbampton merged PR #394: URL: https://github.com/apache/openoffice/pull/394 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice.a

Re: [PR] Add pre-commit hook to auto insert license headers for Markdown [openoffice]

2025-08-04 Thread via GitHub
jbampton commented on PR #394: URL: https://github.com/apache/openoffice/pull/394#issuecomment-3152199388 All checks pass. Only Markdown files modified adding license headers. Good to merge. Thanks -- This is an automated message from the Apache Git Service. To respond to the messag

[PR] Add pre-commit hook to auto insert license headers for Markdown [openoffice]

2025-08-04 Thread via GitHub
jbampton opened a new pull request, #394: URL: https://github.com/apache/openoffice/pull/394 Ran the hook the first time it auto inserted the license headers and failed. Second time ran the hook it passed and no files were changed. The Lucas-C hooks are used on both Airflow and

[PR] Add pre-commit hook oxipng for lossless compression of PNGs [openoffice]

2025-08-04 Thread via GitHub
jbampton opened a new pull request, #393: URL: https://github.com/apache/openoffice/pull/393 This hook is very CPU intensive so we don't want to add it to the CI. So I set the hook stage to manual and you can do a full repository clean up locally from the repo root by running:

Re: [PR] Add pre-commit hook gitleaks to check for secrets [openoffice]

2025-08-04 Thread via GitHub
jbampton merged PR #392: URL: https://github.com/apache/openoffice/pull/392 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice.a

Re: [PR] Add pre-commit hook gitleaks to check for secrets [openoffice]

2025-08-04 Thread via GitHub
jbampton commented on PR #392: URL: https://github.com/apache/openoffice/pull/392#issuecomment-3152100082 All checks pass. Merging -- 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 com

[PR] Add pre-commit hook gitleaks to check for secrets [openoffice]

2025-08-04 Thread via GitHub
jbampton opened a new pull request, #392: URL: https://github.com/apache/openoffice/pull/392 Gitleaks is a tool for detecting secrets like passwords, API keys, and tokens in git repos, files, and more https://github.com/gitleaks/gitleaks https://github.com/gitleaks/gitleaks?tab

Re: [PR] Add Makefile & Python requirements file for convenience [openoffice]

2025-08-04 Thread via GitHub
jbampton merged PR #293: URL: https://github.com/apache/openoffice/pull/293 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice.a

Re: [PR] Add Makefile & Python requirements file for convenience [openoffice]

2025-08-04 Thread via GitHub
jbampton commented on PR #293: URL: https://github.com/apache/openoffice/pull/293#issuecomment-3152062399 All checks pass. No changes to existing code just adding a `Makefile` and a Python requirements file. Good to merge. -- This is an automated message from the Apache Git Service

Re: [PR] Add Makefile & Python requirements file for convenience [openoffice]

2025-08-04 Thread via GitHub
jbampton commented on code in PR #293: URL: https://github.com/apache/openoffice/pull/293#discussion_r2252382566 ## Makefile: ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# dist

Re: [PR] pre-commit: add markdownlint and standardize Markdown files [openoffice]

2025-08-04 Thread via GitHub
jbampton merged PR #338: URL: https://github.com/apache/openoffice/pull/338 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice.a

Re: [PR] pre-commit: add markdownlint and standardize Markdown files [openoffice]

2025-08-04 Thread via GitHub
jbampton commented on PR #338: URL: https://github.com/apache/openoffice/pull/338#issuecomment-3152045741 All checks have passed. Merging -- 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

Re: [PR] pre-commit auto remove trailing whitespace from cxx files [openoffice]

2025-07-30 Thread via GitHub
Pilot-Pirx merged PR #383: URL: https://github.com/apache/openoffice/pull/383 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

Re: [PR] pre-commit auto whitespace cleanup for xcu files [openoffice]

2025-07-27 Thread via GitHub
Pilot-Pirx merged PR #389: URL: https://github.com/apache/openoffice/pull/389 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

Re: [PR] pre-commit auto whitespace cleanup for cfg files [openoffice]

2025-07-26 Thread via GitHub
Pilot-Pirx commented on code in PR #390: URL: https://github.com/apache/openoffice/pull/390#discussion_r2233131800 ## main/qadevOOo/testdocs/delete.cfg: ## Review Comment: Same here... -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] pre-commit auto whitespace cleanup for cfg files [openoffice]

2025-07-26 Thread via GitHub
jbampton commented on code in PR #390: URL: https://github.com/apache/openoffice/pull/390#discussion_r2233130447 ## main/framework/qa/unoapi/testdocuments/delete.cfg: ## Review Comment: I must have missed that. Seems to have a "zip icon" when I download the file -- Thi

Re: [PR] pre-commit auto whitespace cleanup for cfg files [openoffice]

2025-07-26 Thread via GitHub
Pilot-Pirx commented on code in PR #390: URL: https://github.com/apache/openoffice/pull/390#discussion_r2233129261 ## main/framework/qa/unoapi/testdocuments/delete.cfg: ## Review Comment: I am not sure here: It looks like a ZIP file? -- This is an automated message f

Re: [PR] pre-commit auto remove trailing whitespace from XML files [openoffice]

2025-07-24 Thread via GitHub
Pilot-Pirx merged PR #384: URL: https://github.com/apache/openoffice/pull/384 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

Re: [PR] part2: fix spelling in HTML files [openoffice-org]

2025-07-24 Thread via GitHub
dave2wave merged PR #103: URL: https://github.com/apache/openoffice-org/pull/103 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoff

[PR] part2: fix spelling in HTML files [openoffice-org]

2025-07-24 Thread via GitHub
jbampton opened a new pull request, #103: URL: https://github.com/apache/openoffice-org/pull/103 General typo clean up -- 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. To un

Re: [PR] CVE in MarkDown format [openoffice-org]

2025-07-24 Thread via GitHub
dave2wave merged PR #91: URL: https://github.com/apache/openoffice-org/pull/91 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffic

Re: [PR] CVE in MarkDown format [openoffice-org]

2025-07-24 Thread via GitHub
dave2wave commented on PR #91: URL: https://github.com/apache/openoffice-org/pull/91#issuecomment-3114061882 @ardovm Sorry this was ignore until now. -- 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

Re: [PR] Add pre-commit with Actions with 3 hooks [openoffice-org]

2025-07-24 Thread via GitHub
dave2wave merged PR #102: URL: https://github.com/apache/openoffice-org/pull/102 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoff

Re: [PR] Add pre-commit with Actions with 3 hooks [openoffice-org]

2025-07-24 Thread via GitHub
jbampton commented on PR #102: URL: https://github.com/apache/openoffice-org/pull/102#issuecomment-3114029840 @dave2wave here is an example from the pre-commit site https://pre-commit.com/#github-actions-example Same as the AOO main repo -- This is an automated message from t

Re: [PR] pre-commit auto whitespace cleanup for xlb files [openoffice]

2025-07-24 Thread via GitHub
Pilot-Pirx merged PR #391: URL: https://github.com/apache/openoffice/pull/391 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

Re: [PR] Add pre-commit with Actions with 3 hooks [openoffice-org]

2025-07-24 Thread via GitHub
jbampton commented on PR #102: URL: https://github.com/apache/openoffice-org/pull/102#issuecomment-3114008682 > Please identify what hooks are included. Done now @dave2wave I updated the first original comment -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] Add pre-commit with Actions with 3 hooks [openoffice-org]

2025-07-24 Thread via GitHub
dave2wave commented on PR #102: URL: https://github.com/apache/openoffice-org/pull/102#issuecomment-3114000416 Please identify what hooks are included. -- 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 g

[PR] Add pre-commit with Actions with 3 hooks [openoffice-org]

2025-07-24 Thread via GitHub
jbampton opened a new pull request, #102: URL: https://github.com/apache/openoffice-org/pull/102 Adding pre-commit with config similar to the main AOO repo. Three basic hooks added -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Add pre-commit with Actions with 3 hooks [openoffice-org]

2025-07-24 Thread via GitHub
jbampton commented on PR #102: URL: https://github.com/apache/openoffice-org/pull/102#issuecomment-3113996404 When a new GitHub Actions workflow is added, it won't automatically run until it's triggered by an event, such as a push to a specific branch or a manual trigger. The workflow needs

Re: [PR] Remove unneeded trailing whitespace from XML files [openoffice-org]

2025-07-24 Thread via GitHub
dave2wave merged PR #101: URL: https://github.com/apache/openoffice-org/pull/101 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoff

Re: [PR] content: fix spelling in HTML and Markdown files [openoffice-org]

2025-07-24 Thread via GitHub
dave2wave merged PR #100: URL: https://github.com/apache/openoffice-org/pull/100 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoff

[PR] pre-commit auto whitespace cleanup for xlb files [openoffice]

2025-07-24 Thread via GitHub
jbampton opened a new pull request, #391: URL: https://github.com/apache/openoffice/pull/391 Enforce 3 hooks for xlb files -- 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. T

[PR] pre-commit auto whitespace cleanup for cfg files [openoffice]

2025-07-24 Thread via GitHub
jbampton opened a new pull request, #390: URL: https://github.com/apache/openoffice/pull/390 Enforce 3 hooks for cfg files -- 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. T

[PR] pre-commit auto whitespace cleanup for xcu files [openoffice]

2025-07-24 Thread via GitHub
jbampton opened a new pull request, #389: URL: https://github.com/apache/openoffice/pull/389 Enforced 3 hooks for xcu files -- 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.

[PR] Remove unneeded trailing whitespace from XML files [openoffice-org]

2025-07-24 Thread via GitHub
jbampton opened a new pull request, #101: URL: https://github.com/apache/openoffice-org/pull/101 Extra whitespace is extra data. General clean up -- 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

Re: [PR] pre-commit auto remove trailing whitespace from h files [openoffice]

2025-07-24 Thread via GitHub
Pilot-Pirx merged PR #385: URL: https://github.com/apache/openoffice/pull/385 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

[PR] content: fix spelling in HTML and Markdown files [openoffice-org]

2025-07-24 Thread via GitHub
jbampton opened a new pull request, #100: URL: https://github.com/apache/openoffice-org/pull/100 Big typo clean up -- 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. To unsubs

Re: [PR] Fix more typos [openoffice-org]

2025-07-22 Thread via GitHub
dave2wave merged PR #99: URL: https://github.com/apache/openoffice-org/pull/99 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffic

[PR] Fix more typos [openoffice-org]

2025-07-22 Thread via GitHub
jbampton opened a new pull request, #99: URL: https://github.com/apache/openoffice-org/pull/99 General typo clean up -- 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. To unsu

Re: [PR] Fix typos [openoffice-org]

2025-07-21 Thread via GitHub
dave2wave merged PR #98: URL: https://github.com/apache/openoffice-org/pull/98 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffic

Re: [PR] pre-commit auto remove trailing whitespace from java files [openoffice]

2025-07-21 Thread via GitHub
Pilot-Pirx merged PR #382: URL: https://github.com/apache/openoffice/pull/382 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

[PR] Fix typos [openoffice-org]

2025-07-21 Thread via GitHub
jbampton opened a new pull request, #98: URL: https://github.com/apache/openoffice-org/pull/98 Another big typo clean up in HTML files -- 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

Re: [PR] Fix more typos [openoffice-org]

2025-07-21 Thread via GitHub
dave2wave merged PR #97: URL: https://github.com/apache/openoffice-org/pull/97 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffic

[PR] Fix more typos [openoffice-org]

2025-07-21 Thread via GitHub
jbampton opened a new pull request, #97: URL: https://github.com/apache/openoffice-org/pull/97 Typo clean up in HTML files -- 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. T

Re: [PR] Fix spelling [openoffice-org]

2025-07-21 Thread via GitHub
dave2wave merged PR #96: URL: https://github.com/apache/openoffice-org/pull/96 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffic

[PR] Fix spelling [openoffice-org]

2025-07-21 Thread via GitHub
jbampton opened a new pull request, #96: URL: https://github.com/apache/openoffice-org/pull/96 General typo clean up -- 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. To unsu

Re: [PR] pre-commit auto remove trailing whitespace from java files [openoffice]

2025-07-20 Thread via GitHub
Pilot-Pirx commented on PR #382: URL: https://github.com/apache/openoffice/pull/382#issuecomment-3094550843 I wanted to do some smaller PR first, now we can merge the remaining ones. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] pre-commit auto whitespace clean up for vbs files [openoffice]

2025-07-18 Thread via GitHub
Pilot-Pirx merged PR #388: URL: https://github.com/apache/openoffice/pull/388 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

[PR] pre-commit auto whitespace clean up for vbs files [openoffice]

2025-07-18 Thread via GitHub
jbampton opened a new pull request, #388: URL: https://github.com/apache/openoffice/pull/388 Enforce 2 hooks for vbs files -- 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. T

Re: [PR] pre-commit auto remove trailing whitespace in rdf files [openoffice]

2025-07-18 Thread via GitHub
Pilot-Pirx merged PR #387: URL: https://github.com/apache/openoffice/pull/387 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

[PR] pre-commit auto remove trailing whitespace in rdf files [openoffice]

2025-07-18 Thread via GitHub
jbampton opened a new pull request, #387: URL: https://github.com/apache/openoffice/pull/387 Found another file type RDF and auto cleaned it Enforced 3 hooks for RDF -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] pre-commit auto remove trailing whitespace from C files [openoffice]

2025-07-18 Thread via GitHub
Pilot-Pirx merged PR #386: URL: https://github.com/apache/openoffice/pull/386 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

Re: [PR] pre-commit auto remove trailing whitespace from C files [openoffice]

2025-07-18 Thread via GitHub
Pilot-Pirx commented on PR #386: URL: https://github.com/apache/openoffice/pull/386#issuecomment-3089240249 Yes, most of them are the License Headers which were added automatically at some time. And all the others are "historical" since the code in parts is 30 years old. ;-) -- This i

[PR] pre-commit auto remove trailing whitespace from C files [openoffice]

2025-07-18 Thread via GitHub
jbampton opened a new pull request, #386: URL: https://github.com/apache/openoffice/pull/386 Another big whitespace clean up -- 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.

Re: [PR] pre-commit auto clean trailing whitespace in dxp and hxx files [openoffice]

2025-07-16 Thread via GitHub
Pilot-Pirx merged PR #381: URL: https://github.com/apache/openoffice/pull/381 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

Re: [PR] pre-commit auto remove unneeded whitespace in idl files [openoffice]

2025-07-14 Thread via GitHub
Pilot-Pirx merged PR #380: URL: https://github.com/apache/openoffice/pull/380 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

Re: [PR] pre-commit auto remove trailing whitespace from xhp files [openoffice]

2025-07-10 Thread via GitHub
Pilot-Pirx merged PR #379: URL: https://github.com/apache/openoffice/pull/379 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

[PR] pre-commit auto remove trailing whitespace from h files [openoffice]

2025-07-09 Thread via GitHub
jbampton opened a new pull request, #385: URL: https://github.com/apache/openoffice/pull/385 Another big auto clean up by pre-commit similar to the others -- 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 t

Re: [PR] pre-commit: auto remove unneeded trailing whitespace from Makefiles [openoffice]

2025-07-09 Thread via GitHub
Pilot-Pirx merged PR #378: URL: https://github.com/apache/openoffice/pull/378 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice

[PR] pre-commit auto remove trailing whitespace from XML files [openoffice]

2025-07-09 Thread via GitHub
jbampton opened a new pull request, #384: URL: https://github.com/apache/openoffice/pull/384 Auto cleaned up all the XML files for unneeded trailing whitespace. Around 8k lines changed a smaller whitespace PR this time -- This is an automated message from the Apache Git Service. To

[PR] pre-commit auto remove trailing whitespace from cxx files [openoffice]

2025-07-09 Thread via GitHub
jbampton opened a new pull request, #383: URL: https://github.com/apache/openoffice/pull/383 Another big auto clean up. So many lines !! Another one bites the dust https://www.youtube.com/watch?v=rY0WxgSXdEE -- This is an automated message from the Apache Git Service. To resp

[PR] pre-commit auto remove trailing whitespace from java files [openoffice]

2025-07-09 Thread via GitHub
jbampton opened a new pull request, #382: URL: https://github.com/apache/openoffice/pull/382 A another big huge auto white space clean up. -- 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 spec

[PR] pre-commit auto clean trailing whitespace in dxp and hxx files [openoffice]

2025-07-09 Thread via GitHub
jbampton opened a new pull request, #381: URL: https://github.com/apache/openoffice/pull/381 A huge auto clean up by pre-commit and I can make smaller PRs if needed. Seems we have a lot of extra whitespace junk in our code base The NeverEnding Story was a great film back in the

[PR] pre-commit auto remove unneeded whitespace in idl files [openoffice]

2025-07-09 Thread via GitHub
jbampton opened a new pull request, #380: URL: https://github.com/apache/openoffice/pull/380 I know way to many files and changes for a standard pull request. I can make a smaller PR if needed. Ran pre-commit here locally to auto clean up all this trailing whitespace Up f

[PR] pre-commit auto remove trailing whitespace from xhp files [openoffice]

2025-07-09 Thread via GitHub
jbampton opened a new pull request, #379: URL: https://github.com/apache/openoffice/pull/379 General clean up of whitespace -- 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.

[PR] pre-commit: auto remove unneeded trailing whitespace from Makefiles [openoffice]

2025-07-09 Thread via GitHub
jbampton opened a new pull request, #378: URL: https://github.com/apache/openoffice/pull/378 Cleaned up some whitespace in the Makefiles -- 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 specif

Re: [PR] pre-commit auto remove trailing whitespace from `.mk` files [openoffice]

2025-07-03 Thread via GitHub
leginee merged PR #377: URL: https://github.com/apache/openoffice/pull/377 -- 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. To unsubscribe, e-mail: dev-unsubscr...@openoffice.ap

Re: [PR] pre-commit auto remove trailing whitespace from `.mk` files [openoffice]

2025-07-01 Thread via GitHub
leginee commented on PR #377: URL: https://github.com/apache/openoffice/pull/377#issuecomment-3026553658 great! Thanks a lot for the detailed info. I like this a lot. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] pre-commit auto remove trailing whitespace from `.mk` files [openoffice]

2025-07-01 Thread via GitHub
jbampton commented on PR #377: URL: https://github.com/apache/openoffice/pull/377#issuecomment-3026431537 > Hi John, > > i do a review and then get this PR closed. Can you provide me some context? You did this automated somehow? Thanks. all the best Hello @leginee So th

Re: [PR] pre-commit auto remove trailing whitespace from `.mk` files [openoffice]

2025-07-01 Thread via GitHub
Pilot-Pirx commented on PR #377: URL: https://github.com/apache/openoffice/pull/377#issuecomment-3024052233 Trailing whitespace is almost a "non brainer" A lot of them are the License headers... ;-) -- This is an automated message from the Apache Git Service. To respond to the message,

  1   2   3   4   5   6   7   8   9   10   >