Fork of phpBB for the development discussion board on area51.phpbb.com.
PHP HTML CSS JavaScript Shell ApacheConf
Latest commit a560a78 Jun 28, 2016 @Nicofuma Nicofuma Merge remote-tracking branch 'phpbb/master'
* phpbb/master: (99 commits)
  [Release 3.2.0-RC1] Restore versions in master
  [Release 3.2.0-RC1] Update version to 3.2.0-RC2-dev
  [ticket/14696] Be perfect
  [ticket/14696] Fix email template test for '0' username
  [ticket/14690] Create email queue cache file in the current env cache folder
  [ticket/14660] Remove redundant empty line in ucp_profile.php
  [ticket/14683] Fix typos in email templates.
  [ticket/14547] Fix Docs and increase PHP memory limit
  [ticket/14660] Add test case.
  [ticket/14660] Fix typos in email templates.
  [prep-release-3.2.0-RC1] Update changelog
  [prep-release-3.2.0-RC1] Add migration
  [prep-release-3.2.0-RC1] Update schema.json
  [prep-release-3.2.0-RC1] Update version to 3.2.0-RC1
  [ticket/14660] Fix parsing board email messages through template engine.
  [ticket/14680] Fix wrong function name being checked in mcp_queue.
  [ticket/14626] Event core.make_jumpbox_modify_tpl_ary
  [ticket/14626] Event core.make_jumpbox_modify_tpl_ary
  [ticket/14626] Event core.make_jumpbox_modify_tpl_ary
  [ticket/14672] Change event name add to events.md
  ...

README.md

phpBB

ABOUT

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.

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

CONTRIBUTE

  1. Create an account on phpBB.com
  2. Create a ticket (unless there already is one)
  3. Read our Coding guidelines and Git Contribution Guidelines
  4. Send us a pull request

VAGRANT

Read our Vagrant documentation to find out how to use Vagrant to develop and contribute to phpBB.

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 builds below:

  • Build Status master - Latest development version
  • Build Status 3.2.x - Development of version 3.2.x
  • Build Status 3.1.x - Development of version 3.1.x

LICENSE

GNU General Public License v2