core
core copied to clipboard
This module is the core of phpList 4. Join discussion at the community forum: https://discuss.phplist.org/
After reading this blog article, I think we should rework our documentation: https://www.divio.com/en/blog/documentation/ And this article about good READMEs: https://dbader.org/blog/write-a-great-readme-for-your-github-project
I think it might be a good idea to change all output/print/echo calls to use the [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) [interface](https://github.com/php-fig/log) Since we want the core to be without a GUI, I think...
- [ ] memoize/cache the results of the ApplicationStructure methods - [ ] superfast requests: TurboLinks - [ ] document that XHProf is recommended for profiling - [ ] use...
- [x] set up the usual stuff to have a clean and friendly open source project on GitHub (i.e., the usual best practices): - [x] #23 add a LICENSE and...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Last week I started to send out a new issue of our newsletter, and I could see unsubscriptions pouring in in droves a minute later. So I suspended the queue...
### Summary Added translation using Weblate (Russian) ### Unit test Are your changes covered with unit tests, and do they not break anything? You can run the existing unit tests...