Raruto
Raruto
In order to automatically handle inactive issues: - add a label "stale" on issues and pull requests after 30 days of inactivity and comment on them - close the stale...
Restore changelog file for the **next** branch. **Related Issues:** - [Versions](https://github.com/agentejo/cockpit/issues/633) - [Adding changelog](https://github.com/agentejo/cockpit/issues/859) - [Which cockpit version introduces webhook?](https://github.com/agentejo/cockpit/issues/945) - [Please add changelog and update docs](https://github.com/agentejo/cockpit/issues/1258) - [How can...
The actual script has some limitations due to the built-in php server implementation: ```bash php -S localhost:8080 index.php ``` (eg. opening http://localhost:8080/install causes a 404 error or similar) --- For...
Reorganization of the code within the [`Forms::submit`](https://github.com/agentejo/cockpit/blob/efb8944051d7f347a4114cd21d8f01ecab373a00/modules/Forms/bootstrap.php#L254) function to allow finer extensibility by other developers. All changes are backward compatible. --- **List of changes:** - added `'forms.submit.email'` event to allow...
### Preamble This pull request doesn't alter current forms submission behavior (in essence it ensures that the [`"forms.submit.before"`](https://github.com/agentejo/cockpit/blob/efb8944051d7f347a4114cd21d8f01ecab373a00/modules/Forms/bootstrap.php#L267) event is always triggered for each form submission). A borderline example is...
**List of changes** - added section comments - added deny rules for the following files: - `composer\.(json|lock)` - `package\.json` - `(README|CONTRIBUTING)\.md` - `Dockerfile` - `LICENSE` - "hidden" files and directories...
Honestly, I can't say how much this feature is still in use nowdays.. Overall it might be safer to just listen for this event in order to alter the `$options['subject']`...
I'm not sure if this is intentional, but inside the aforementioned class it appears to be never unused: https://github.com/agentejo/cockpit/blob/722393b31921d5b3ee5992ade63ee9589f5b52a8/lib/Mailer.php#L16 _Have a nice day, Raruto_
I have created some really simple tests for the [Forms](https://github.com/agentejo/cockpit/blob/722393b31921d5b3ee5992ade63ee9589f5b52a8/modules/Forms/bootstrap.php) module (hoping this can serve as a starting point for other critical parts as well...) --- **List of changes:** -...
Adds the aforementioned templates based on the following: [open source templates](https://www.talater.com/open-source-templates/) --- **Useful links:** - [About issue and pull request templates](https://docs.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates) - [Creating a pull request template for your repository](https://docs.github.com/en/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository)...