You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to facilitate more efficient testing of patches for the Scribus community we suggest an automated script that will streamline sending a PR request to the repo to test the patch.
The script should:
accept input of a Scribus MantisBT issue url (example url)
grab the .patch file (not sure this is even possible)
implement patch locally
submit as a PR to scribusproject/scribus for testing
The text was updated successfully, but these errors were encountered:
i think it's easier to get the first tester to make a pull request to github after having applied the patch... and the other ones will profit from it...
the problem with patches coming from different sources is that they don't always cleanly apply at the first try...
A client side solution could be implemented by using the Mantis SOAP API or by direct access of the database (if attachments are stored in database) or by any client that sends HTTP requests and interprets the answers. A server side solution could be implemented in PHP using the internal Mantis API or by direct access of the database and the filesystem (if attachments are stored on disk)
In order to facilitate more efficient testing of patches for the Scribus community we suggest an automated script that will streamline sending a PR request to the repo to test the patch.
The script should:
The text was updated successfully, but these errors were encountered: