This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a change to branch Pilot-Pirx-iconset
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from 40a8f8b8fa Merge branch 'trunk' into Pilot-Pirx-iconset
add fdfb09fd6e Updated Mongolian dictionary
add c6493f9198 Fix Extended tooltip
add 6a6091f5c4 Updated Mongolian dictionary
add ce10fab9d5 Enhance Extended Tooltip
add a7f3bf48e9 pre-commit: add markdownlint and standardize Markdown files
(#338)
add cc42a290e6 Add Makefile & Python requirements file for convenience
(#293)
add 670f140bcc Add pre-commit hook gitleaks to check for secrets (#392)
add 2ab0ece23c Add pre-commit hook to auto insert license headers for
Markdown (#394)
add a3b8a73edb Small change to Help file
add ddf7196b5c Small updates for Help
new febf6048a2 Merge branch 'trunk' into Pilot-Pirx-iconset
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/linters/.markdown-lint.yml | 13 +++++
.github/workflows/license-templates/LICENSE.txt | 16 ++++++
.pre-commit-config.yaml | 29 +++++++++-
extras/l10n/Module_l10n.mk => Makefile | 30 +++++++++--
README.md | 23 ++++++++
main/extensions.lst | 2 +-
.../source/text/sbasic/shared/03020404.xhp | 2 +-
.../source/text/swriter/01/04020100.xhp | 2 +-
main/helpcontent2/source/text/swriter/main0208.xhp | 4 +-
main/sc/README.md | 19 +++++++
main/sd/README.md | 19 +++++++
main/starmath/README.md | 19 +++++++
main/sw/README.md | 19 +++++++
main/swext/README.md | 19 +++++++
requirements-dev.txt | 1 +
test/README.md | 63 ++++++++++++++++++++--
16 files changed, 265 insertions(+), 15 deletions(-)
create mode 100644 .github/linters/.markdown-lint.yml
create mode 100644 .github/workflows/license-templates/LICENSE.txt
copy extras/l10n/Module_l10n.mk => Makefile (53%)
create mode 100644 requirements-dev.txt