mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 05:36:30 +02:00
a45f8f0796d9f11ee88080618ffd29b2f90a7f06
- Update SQL for count of posts - Update search index test - Removed "Pop-up Progress Bar". - For first run display the "Success Message". - Display the Info from "Pop-up Progress Bar" to "Success Message". - Only display "Redirect" & "Rate" of post refreshed "Success Message". - Minor Language Fix. - Use `ORDER BY post_id ASC` for progress stats. - Removed HTML from Lang String. - Moved HTML to PHP file. - Increased the size of Progress-Bar by 2x. PHPBB3-16913
phpBB is a free open-source bulletin board written in PHP.
🧑🏻🤝🏻🧑🏽 Community
Get your copy of phpBB, find support and lots more on phpBB.com. Discuss the development on area51.
👨💻 Contribute
- Create an account on phpBB.com
- Create a ticket (unless there already is one)
- Read our Coding guidelines and Git Contribution Guidelines
- Send us a pull request
🏗️ Setting up a development build of phpBB
To run an installation from the repo (and not from a pre-built package) on a local server, run the following commands:
- Fork phpbb/phpbb to your GitHub account, then create a local clone of it:
git clone https://github.com/your_github_name/phpbb.git
- Install phpBB's dependencies (from the root of your phpbb repo):
cd phpBB php ../composer.phar install
Alternatively, you can read our Vagrant documentation to find out how to use Vagrant to develop and contribute to phpBB.
📓 Documentation
phpBB's Development Documentation contains all the information you'll need to learn about developing for phpBB's core, extensions and automated testing.
🔬 Automated Testing
We have unit and functional tests in order to prevent regressions. You can view the bamboo continuous integration here or check our GitHub Actions below:
Branch | Description | GitHub Actions |
---|---|---|
master | Latest development version | |
3.3.x | Development of version 3.3.x |
📜 License
Description
Languages
PHP
88.1%
HTML
7.2%
JavaScript
2.8%
CSS
1.6%
Shell
0.2%