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
Oleg Pudeyev 300b420e01 Merge PR #834 branch 'bantu/ticket/10931' into develop
* bantu/ticket/10931:
  [ticket/10931] Apply strtolower() correctly, i.e. not on false.
  [ticket/10931] Also test get_bytes() and get_string() with false.
  [ticket/10931] Make to_numeric function globally available.
  [ticket/10931] Make sure get_bytes() always returns either an int or a float.
  [ticket/10931] Correctly handle inputs such as '-k' as invalid in get_bytes().
  [ticket/10931] Use strict assertSame() instead of assertEquals().
  [ticket/10931] Also test for negative values.
  [ticket/10931] Also test lower case units in test_get_bytes().
  [ticket/10931] Correctly use GNU GPL version 2.
  [ticket/10931] Make it clear that we are mocking the ini_get() function.
  [ticket/10931] Document that false is also returned if value is not well formed
  [ticket/10931] Correct method description of get_string().
  [ticket/10931] Let us try ini_get() without error suppression.
  [ticket/10931] Unit tests for phpbb_php_ini class.
  [ticket/10931] Add wrapper class for ini_get function.
2012-06-11 16:02:11 -04:00
build Merge branch 'develop-olympus' into develop 2012-05-31 23:11:27 +02:00
code_sniffer/phpbb [ticket/9916] Updating license in non-distributed files 2012-01-02 19:10:36 +01:00
git-tools [ticket/10767] Clarify what happens at the end of the hook. 2012-04-17 06:05:33 -04:00
phpBB [ticket/10931] Apply strtolower() correctly, i.e. not on false. 2012-06-11 15:46:03 +02:00
tests [ticket/10931] Also test get_bytes() and get_string() with false. 2012-06-11 15:46:03 +02:00
travis [ticket/10492] Skip functional tests on PHP 5.2 on travis 2012-05-11 15:35:57 +02:00
vendor [feature/functional-tests] Implementing functional test framework with goutte 2011-10-14 17:20:53 +02:00
.gitignore Merge remote-tracking branch 'upstream/develop' into feature/event-dispatcher 2012-03-30 14:05:40 +02:00
.travis.yml Merge branch 'develop-olympus' into develop 2012-05-27 15:42:30 +02:00
phpunit.xml.all [ticket/10492] Backporting functional tests 2012-04-21 04:37:57 -05:00
phpunit.xml.dist [ticket/10492] Backporting functional tests 2012-04-21 04:37:57 -05:00
phpunit.xml.functional [ticket/10492] Backporting functional tests 2012-04-21 04:37:57 -05:00
README.md [feature/event-dispatcher] Add dependencies install information 2012-03-30 14:04:46 +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
curl -s http://getcomposer.org/installer | php
php composer.phar install

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