Laurent Mignon (ACSONE)

Results 64 issues of Laurent Mignon (ACSONE)

## Expected Behavior Allow the user to change the authentication method from their profile page. ## Current Behavior Once a user has chosen an authentication method, it is not possible...

enhancement
pull request welcome

At startup, output deprecation message for methods not explicitely declared with the new api decorator To help adapt the code, the decorator to add to the method not declared with...

In the same time, this change allows to preserve the original name of the scanned file.

approved
ready to merge

![mettler](https://user-images.githubusercontent.com/544090/121041313-ee3ccc00-c7b2-11eb-8e00-135edcc8c235.gif)

Need Fixing
Driver-Scale

The recipe always assumes that sources of libraries declared by `vcs-extends-develop` are located at the root of the buildout. This assumption is true only if the develop-dir option is not...

Input: ``` ini addons = ... pr_fakevcs http://repo2.example stdln rev2 group=stdl pr_fakevcs http://repo2.example stdln2 rev2 group=stdl ``` Expected output in the generated release.cfg: ``` ini addons = ... local stdl...

The extract-downloads-to is a useful option that allows to aggregate sources into a self-contained archive. However, its current implementation does not allows to use it with the merge option. This...