mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 15:17:16 +01:00
Nils Adermann
e2654b34c8
Merge remote-tracking branch 'github-nickvergessen/ticket/12286' into develop-ascraeus
* github-nickvergessen/ticket/12286: [ticket/12286] Reword section about plurals [ticket/12286] Fix spelling of elephant(s) in the sample [ticket/12286] Correctly capitalize PHP [ticket/12286] Fix nesting of ul inside li element [ticket/12286] Add note that goto should not be used [ticket/12286] Add section about plurals to the coding guidelines [ticket/12286] Classes must use the name space [ticket/12286] Remove section about utf8_normalize_nfc() [ticket/12286] Use $request->variable() instead of request_var() [ticket/12286] Function names should be prefixed with phpbb_ [ticket/12286] Add "Since" to template event docs [ticket/12286] style.php and imagesets dont exist anymore [ticket/12286] Styles have a phpbb_version and a style_version in 3.1 [ticket/12286] Use UTF8 (c) in style.cfg samples
ABOUT
phpBB is a free bulletin board written in PHP.
COMMUNITY
Find support and lots more on phpBB.com! Discuss the development on area51.
INSTALLING DEPENDENCIES
To be able to run an installation from the repo (and not from a pre-built package) you need to run the following commands to install phpBB's dependencies.
cd phpBB
php ../composer.phar install --dev
CONTRIBUTE
- Create an account on phpBB.com
- Create a ticket (unless there already is one)
- Read our Git Contribution Guidelines; if you're new to git, also read the introduction guide
- Send us a pull request
AUTOMATED TESTING
We have unit and functional tests in order to prevent regressions. You can view the bamboo continuous integration here or check our travis build below:
LICENSE
Description
Languages
PHP
86.9%
HTML
8.5%
JavaScript
2.7%
CSS
1.6%
Shell
0.2%