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 1d53383481 Merge pull request #2973 from marc1706/ticket/13073-develop
Ticket/13073 develop

* marc1706/ticket/13073-develop:
  [ticket/13073] Remove _test suffix from common test class
  [ticket/13073] Switch $input with $expected and add paths with letters
  [ticket/13073] Use abstract class for controller helper route tests
  [ticket/13073] Add path regex to get_preg_expression() and add unit tests
  [ticket/13073] Use just one regex in helper route()
  [ticket/13073] Properly place comments in helper
  [ticket/13073] Use correct class names in test files
  [ticket/13073] Rework route tests and add tests for more directory types
  [ticket/13073] Test that routes from subfolders like /adm work
  [ticket/13073] Add tests for routes from adm pages
  [ticket/13073] Add phpbb root path with mod rewrite enabled for proper routes
2014-09-19 18:59:09 +02:00
build [ticket/12974] Update nightly build version to 3.2.0-a1-dev 2014-08-12 10:56:20 +02:00
git-tools Merge branch 'develop-olympus' into develop-ascraeus 2014-06-16 15:28:26 +02:00
phpBB Merge branch 'ticket/13073' into ticket/13073-develop 2014-09-19 18:48:24 +02:00
tests Merge branch 'ticket/13073' into ticket/13073-develop 2014-09-19 18:48:24 +02:00
travis Merge pull request #2849 from bantu/ticket/12941 2014-08-10 01:02:27 +02:00
.editorconfig [ticket/12951] Made editorconfig file comments better 2014-08-10 15:55:02 +02:00
.gitignore [ticket/12958] Remove more references of subsilver2 2014-08-10 12:17:03 +02:00
.travis.yml [ticket/12941] Check for Sami parse errors on Travis CI. 2014-08-09 15:58:04 +02:00
composer.phar [ticket/12302] Updated composer.phar to 1.0.0-alpha8 2014-03-25 17:09:00 +01:00
phpunit.xml.dist [ticket/10839] Remove version compare as the php minimum requirement is 5.3.3 2014-05-09 11:22:58 +02:00
README.md Merge branch 'develop-olympus' into develop-ascraeus 2014-03-30 15:40:42 +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-ascraeus Build Status
  • develop-olympus Build Status

LICENSE

GNU General Public License v2