phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
Find a file
Marc Alexander c1dedabdfb [ticket/11488] Use correct base class in email notification method
In ticket/11451 this was not correctly changed to reflect the new class
phpbb_notifcation_method_messenger_base. Additionally, an undefined
variable error has been fixed in messenger_base.php (change should be
confirmed by bantu though).

PHPBB3-11488
2013-04-15 12:50:21 +02:00
build Merge PR #1162 branch 'develop-olympus' into develop 2012-12-29 07:47:23 -05:00
code_sniffer/phpbb [ticket/11227] @return void -> @return null in code sniffer. 2012-11-30 23:03:48 -05:00
git-tools [ticket/10767] Clarify what happens at the end of the hook. 2012-04-17 06:05:33 -04:00
phpBB [ticket/11488] Use correct base class in email notification method 2013-04-15 12:50:21 +02:00
tests [ticket/11494] Filter crawler in first place 2013-04-15 03:37:03 +02:00
travis Merge PR #1201 branch 'develop-olympus' into develop 2013-01-24 01:16:56 -05:00
.gitignore [ticket/11262] Add .lock in cache directory to .gitignore 2012-12-13 16:15:49 -06:00
.travis.yml Merge PR #1201 branch 'develop-olympus' into develop 2013-01-24 01:16:56 -05:00
composer.phar [ticket/11164] Update composer.phar 2012-11-04 20:34:31 +00:00
phpunit.xml.all [ticket/11466] Remove old database driver files from PHPUnit exclude 2013-03-26 17:21:35 -04:00
phpunit.xml.dist [ticket/11466] Remove old database driver files from PHPUnit exclude 2013-03-26 17:21:35 -04:00
phpunit.xml.functional [ticket/11466] Remove old database driver files from PHPUnit exclude 2013-03-26 17:21:35 -04:00
README.md Merge remote-tracking branch 'igorw/ticket/11061' into develop 2012-08-19 23:50:56 +02:00

phpBB

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

  1. Create an account on phpBB.com
  2. Create a ticket (unless there already is one)
  3. Read our Git Contribution Guidelines; if you're new to git, also read the introduction guide
  4. 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. develop - Build Status develop-olympus - Build Status

LICENSE

GNU General Public License v2