Breeze, https://missallsunday.com
The software is being license under MPL 2.0 license.
Breeze is a social mod for your users. It enables a dynamic wall where they can post status and comments. Comes with the following features:
- SMF 2.1.x
- PHP 8.3
- No file edits, works with all themes.
- Users individual settings, each user defines her/his own settings.
- Mentions for status and comments.
- Notifications for several features.
- General wall page for displaying your buddies latest activity.
The mod uses the following scripts:
# Run all tests (PHP + UI + E2E)
make all
# Run individually
make test # PHP (PHPUnit + PHPStan)
make ui-test # UI components (Vitest)
make e2e # E2E (Playwright + Docker)chmod +x generate_zip.sh && ./generate_zip.shFeel free to fork this repository and make your desired changes.
Please see the Developer's Certificate of Origin in the repository: by signing off your contributions, you acknowledge that you can and do license your submissions under the license of the project.
- develop - Main branch, releases are tagged from here