Damien Regad

Results 63 issues of Damien Regad

We had a case where a complex URL (generated by Kibana) was not properly parsed: Here is the original URL, as reported [downstream](https://mantisbt.org/bugs/view.php?id=22901): > http://elk.canda.biz/app/kibana#/discover?_g=()&_a=(columns:!(_source),index:'deve-*',interval:auto,query:(query_string:(analyze_wildcard:!t,query:'*')),sort:!('@timestamp',desc)) This is how Parsedown handles...

bug

FYI, Pat Padgett seems to have surfaced again, I stumbled upon this: https://github.com/patpadgett/corkscrew

- $fields and $thanks parameters are passed by reference in bureaucracy_handler_interface::handleData() and helper_plugin_bureaucracy_action::run() methods (including descendants). - helper_plugin_bureaucracy_field::setVal() method is now public This allows "chaining" of several actions in a...

After playing around with the _script_ action introduced in the 2017-07-27 release, I thought it would be nice if I could combine the power of the fully custom handlers that...

Hello, I just upgraded to Ubunbu 20.04. I updated the apt sources list as documented at https://goaccess.io/download#distro ``` deb https://deb.goaccess.io/ focal main ``` When updating packages, I get the following...

documentation
build
debian-repo

Fixes a regression introduced by #499, causing the browser to scroll to the top of the page when the pagination buttons are clicked.

**Describe the bug** In the Configuration dialog, the _Enable Legacy Oauth 2.0 Credentials_ section is present under both the _Sync Authorization_ and _Options and Defaults_ tab **To Reproduce** Steps to...

Current use of print_small_button() generates a complex GET URL showing the form security token. It would be better to use print_form_button() so the token is handled as hidden form parameter....

enhancement
core
upstream

The Webhook delivery results in an HTTP 200 return code, but the response is actually a MantisBT error page: INTERNAL APPLICATION ERROR Delivering the payload with `$g_show_detailed_errors = ON;` yields...

bug
GitHub