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
Dhruv Goel 9f4219b1c7 [feature/postgresql-fulltext-search] minor changes
Some changes in code to get it work against current develop.
PosgreSQL Fulltext search works for new install now.

PHPBB3-9730
2012-07-05 21:11:20 +05:30
build [ticket/10736] Run composer in phing builds 2012-03-31 15:18:49 +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 [feature/postgresql-fulltext-search] minor changes 2012-07-05 21:11:20 +05:30
tests Merge branch 'develop-olympus' into develop 2012-05-09 12:55:58 +02:00
travis [ticket/10723] Stop Travis running all tests on sqlite 2012-03-23 06:40:15 +00:00
vendor [feature/functional-tests] Implementing functional test framework with goutte 2011-10-14 17:20:53 +02:00
.gitignore Merge pull request #668 from unknownbliss/feature/events-dispatcher-olympus 2012-03-30 11:15:54 -07:00
.travis.yml [task/10869] Remove PHP 5.2 check from .travis.yml 2012-05-04 00:13:27 +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.fulltext_postgres [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 1. 2012-06-08 21:28:23 +05:30
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