Upstream merge conflict - #1
Draft
shahmoradi wants to merge 6231 commits into
Draft
Conversation
These are some small XSS weaknesses noticed by Gemini. - harden mailto: handling against injection - harden UI state processing: coerce external state processing through int conversion to stop DOM-based injection - v3: For the inheritence toggle ID, don't depend on any systemic ID naming other than "pick the class not called 'inherit_header' Assisted-by: Gemini Pro 3.1 Signed-off-by: Andy Green <andy@warmcat.com>
Consistent usage of newlines between generated documentation elements. Preventing superfluous white lines e.g. at end of documentation.
…DFILE_AS_MAINPAGE
…th aaa and bbb
Minor fix for XHTML output and to avoid warnings in non-interactive SVGs
Consistent usage of newlines between generated documentation elements.
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@030e881...80c7e94) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@4907a6d...650006c) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…er/metadata-action-6.1.0 Bump docker/metadata-action from 6.0.0 to 6.1.0
…er/login-action-4.2.0 Bump docker/login-action from 4.1.0 to 4.2.0
# Conflicts: # addon/doxywizard/expert.cpp
… comments like:
```
#define c_function_symbol(F) T_Sym(c_function_data(F)->sam.c_sym) /* f is c_function or c_macro, but not c_function* -- doesn't fit current checks */
```
There is a chance of getting an error like:
```
input buffer overflow, can't enlarge buffer because scanner uses REJECT
lexical analyzer: .../doxygen/src/pre.l (for: .../s7.c)
```
this type of comment is of no interest to the `#define` / doxygen and should not be copied into the "define" buffer.
Error due to insufficient internal buffer size
Move "generator" part to the logical part in `config....xml`
…> field for @RetVal command
Small corrections doxywizard generator translations
- correction to `<code>` tag
- order of statements
- German translation correction (`{0}` now inside code)
Small corrections doxywizard generator translations
…> field for @RetVal command
Small update of the doxywizard documentation in respect to the new possibilities - updating existing images - adding new images for the new features - adjusting / adding documentation
With issue #9236 (and resulting PR #9526) the possibility to have a "system dependent value" through the attribute `altdefval` has been removed from the configuration file, though in the coded references still existed as well as (now) in the translation files. The possibility has been removed completely now.
Some more obsolete references to `altdefval`
When having an example like: ``` # [](https://www.vim.org) ## sect ## sect ### sub sect ### sub sect ``` the text of the sections will be , in the treeview, left panel, mixed with the image whilst in the right panel (the local table of contents) it will be properly displayed (as it will also be properly displayed in the main window). The limiting factor here is the setting of the "height" for the image and this looks like not topo be necessary. The "height was introduced with: ``` Commit: b5d08f6 [b5d08f6] Commit Date: Wednesday, March 19, 2025 9:35:42 PM Modernize HTML look and feel for dir/section arrows ```
…tion Doxywizard documentation update
Remove obsolete attribute `altdefval` from configuration settings
…n-configs Add translated doxywizard header section to i18n config files
In the header part of the configuration files we see `\" \"` and the backslashes (`\`) remain present in the resulting Doxyfile which is not intended. Removed the superfluous backslashes.
…anslations Adding report facility to internal documentation for configuration translations
Adding dependencies for report on the translated configuration files. The used technique is based on InsightSoftwareConsortium/ITK#6550
…guration files. Adding checks and auto-correction for header part of translated configuration files.
…guration files. Added some safeguards in case an element does not exist at all
Before adding the numbers and plus sign in a "language name" (`CODEID`) it was possible to have a minus sign as well, this has been readded.
Also adding underscore.
issue #12270 `@code{.shell-session}` is broken since 1.14.0
Notable changes int s.find -> size_t s.find int s.findRev -> size_t s.rfind bool s.isEmpty -> bool s.empty
- Doxygen's QCString implementation's relation to Qt's QCString has become more distant over time, so it is now renamed to a DString (Doxygen's internal string)
…ader Adding checks and auto-correction for header part of translated configuration files.
…t_dependencies Adding dependencies for report on the translated configuration files
Remove superfluous `\` from header part of configuration files
Small correction about the name of the guard at the closing `#endif`
Correct comment in `dstring.h`
…b/doxygen into albert-github-feature/issue_12268
… of member's in Data Fields table and Field Documentation
Spelling correction
Spelling correction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upstream merge conflict with the fork by @shahmoradi