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
Joas Schilling fd40e841cb [ticket/11004] Always update suggestion button in timezone_preselect_select
Suggestion must also be updated when the suggestion is selected at first,
so we can display a correct button, when the suggestion is not selected anymore.

PHPBB3-11004
2012-07-24 17:09:26 +02:00
build [ticket/10932] Use included composer.phar in build process 2012-06-11 15:40:32 +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/11004] Always update suggestion button in timezone_preselect_select 2012-07-24 17:09:26 +02:00
tests Merge pull request #843 from nickvergessen/feature/new-tz-handling 2012-07-19 08:46:25 -07:00
travis [ticket/10492] Skip functional tests on PHP 5.2 on travis 2012-05-11 15:35:57 +02:00
.gitignore Merge pull request #668 from unknownbliss/feature/events-dispatcher-olympus 2012-03-30 11:15:54 -07:00
.travis.yml Merge branch 'develop-olympus' into develop 2012-07-19 16:59:45 +02:00
composer.phar [ticket/10981] Added goutte via composer 2012-07-16 17:52:03 +01:00
phpunit.xml.all [ticket/10719] Revert "Skip functional tests on PHP 5.2" 2012-03-22 15:32:18 +00:00
phpunit.xml.dist [ticket/10719] Revert "Skip functional tests on PHP 5.2" 2012-03-22 15:32:18 +00:00
phpunit.xml.functional [ticket/10719] Revert "Skip functional tests on PHP 5.2" 2012-03-22 15:32:18 +00:00
README.md [ticket/10993] Use composer.phar from our repository in README.md 2012-07-17 02:28:04 +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

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