Damien Regad

Results 76 issues of Damien Regad

At the moment, [the code just calls `die`](https://github.com/mantisbt-plugins/source-integration/blob/master/Source/pages/repo_update_mappings.php#L83) with an error message when validation fails. Proper errors should be triggered instead.

enhancement
core

Following discussion with @obmsch in #215. The general idea is to refactor existing labels for the repository update form, such as ``` $s_plugin_SourceGithub_master_branch = 'Primary Branches(comma-separated list or "*" for...

In my local repository, I often have multiple remotes (e.g. Github forks of other developers), which I use when reviewing / merging code, and of course each of them has...

Fixes [#30835](https://mantisbt.org/bugs/view.php?id=30835)

It does not make sense to copy the global categories, if they are wanted in the target project, it should inherit them. Fixes [#30812](https://mantisbt.org/bugs/view.php?id=30812)

This is an alternative, possibly better approach to fixing [#30812](https://mantisbt.org/bugs/view.php?id=30812), than the initial PR #1839. Add a new checkbox next to the Copy to/from buttons on Manage Project Page, allowing...

$g_html_make_links now accepts 2 new contants, LINKS_NOOPENER and LINKS_NOREFERRER, allowing the admin to set the corresponding type for the URL links that are generated when the MantisCoreFormatting plugin's URL Processing...

I started working on a branch targeted at fixing the various rendering issues following the enabling of Parsedown safe mode ([#24186](https://www.mantisbt.org/bugs/view.php?id=24186)). The work item covers refactoring of the following MantisCoreFormatting...

This is @tgulacsi's original patch, as submitted in [#28669](https://mantisbt.org/bugs/view.php?id=28669). PR submitted as-is, without testing (yet).

waiting-on-author

Verifies if the directory is accessible by retrieving the HTTP headers via a HEAD request and checking the HTTP status code instead of checking if it can be read at...