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
Igor Wiedler 0ae491c5fa Merge remote-tracking branch 'cyberalien/feature/merging-style-components' into develop
* cyberalien/feature/merging-style-components: (31 commits)
  [feature/merging-style-components] Fix back link on install page
  [feature/merging-style-components] Fix for unit tests
  [feature/merging-style-components] Moving template initialization out of style
  [feature/merging-style-components] Renaming "delete" to "uninstall" for styles
  [feature/merging-style-components] Initializing locator and provider separately
  [feature/merging-style-components] Fixing few errors in acp_styles
  [feature/merging-style-components] Fix notices in acp_styles
  [feature/merging-style-components] Updating styles in coding guidelines
  [feature/merging-style-components] Changing acp_styles text
  [feature/merging-style-components] Updating test cases
  [feature/merging-style-components] Updating style initialization
  [feature/merging-style-components] Changing style class
  [feature/merging-style-components] Changing template class
  [feature/merging-style-components] Changing resource locator
  [feature/merging-style-components] Changing path provider
  [feature/merging-style-components] Renaming style locator
  [feature/merging-style-components] Changing $style to $style_id
  [feature/merging-style-components] Creating style class
  [feature/merging-style-components] New acp_styles template
  [feature/merging-style-components] New acp_styles
  ...
2012-03-31 17:22:54 +02:00
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/9916] Changing header in non-distributed files 2012-01-02 16:20:30 +00:00
phpBB [feature/merging-style-components] Fix back link on install page 2012-03-31 18:20:49 +03:00
tests [feature/merging-style-components] Fix for unit tests 2012-03-31 18:16:53 +03: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 remote-tracking branch 'upstream/develop' into feature/event-dispatcher 2012-03-30 14:05:40 +02:00
.travis.yml [ticket/10736] Changing travis so it installs composer.phar to phpBB/ 2012-03-31 09:38:58 +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 [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