Victor Boctor
Victor Boctor
Thanks @atrol for checking it out.
See #1524 for refactoring of how pages like issue view should be rendered and separation of business logic from view.
We can even have a single plugin event to verify password and provision if necessary. The event can take the username and password and return false in case of failure...
I was thinking about HTML emails, and one thing came to mind is that we will need to convert issue markdown to HTML to include in such emails. Often use...
> @cproensa However, note that currently, attachments added at report time also don't have a related note and can't be made private, only delete. This is by design since the...
@cproensa sorry for the delay. Had another look. - I'm OK we the UI update to have notes collapsed by default, but let's see how users find it. - Can...
@cproensa any chance of finalizing this PR to merge it?
> I'm not familiar with the new Commands scenario, but does it really need a Command for something that does not make changes? @cproensa I haven't been doing it partially...
> I had the impression that commands would be some common, atomic, operation that would be common to web UI, rest api, etc. > As far as i can see,...
Good point @cproensa I think we shouldn't list disabled projects. This will also avoid cases where a disabled project has children that are enabled and showing up in the results...