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
Nathaniel Guse f08330f762 Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twig
# By Dhruv (7) and others
# Via Andreas Fischer (7) and others
* 'develop' of https://github.com/phpbb/phpbb3:
  [ticket/11593] initialize $is_expr as null before being passed to get_varref
  [ticket/9341] Assert that page doesnt contain next or prev page posts
  [ticket/9341] Follow the Next/Prev link in tests follow the next/prev link and then assert if the page contains its last post or not
  [ticket/9341] remove PREV_PAGE tpl var used for backward compatability
  [ticket/11618] Replace glob() with scandir() and string matching
  [ticket/9341] Add tests for checking Next and Previous template vars
  [ticket/9341] Move create_topic and post into functional test case
  [ticket/11615] Fix typo in creation_test
  [ticket/11615] Remove magic number in creation_test
  [ticket/11615] Rename class in file to match
  [ticket/11615] Rename init_test to creation_test for clarity
  [ticket/9341] Use U_PREVIOUS and U_NEXT in template files
  [ticket/9341] Correctly named template vars

Conflicts:
	tests/template/template_test_case.php
2013-07-01 12:03:24 -05:00
build Merge branch 'develop-olympus' into develop 2013-05-09 19:42:13 +02:00
code_sniffer/phpbb [ticket/11227] @return void -> @return null in code sniffer. 2012-11-30 23:03:48 -05:00
git-tools [ticket/11603] Fix out dated comment 2013-06-20 10:59:43 +02:00
phpBB Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twig 2013-07-01 12:03:24 -05:00
tests Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twig 2013-07-01 12:03:24 -05:00
travis Merge PR #1201 branch 'develop-olympus' into develop 2013-01-24 01:16:56 -05:00
.gitignore [feature/twig] Some additional operators, more stuff for IF 2013-06-12 12:48:37 -05:00
.travis.yml Merge branch 'develop-olympus' into develop 2013-05-28 01:17:32 +02:00
composer.phar [ticket/11527] Upgrade composer.phar to 1.0.0-alpha7. 2013-05-09 02:38:27 +02:00
phpunit.xml.all [ticket/11466] Remove old database driver files from PHPUnit exclude 2013-03-26 17:21:35 -04:00
phpunit.xml.dist [ticket/11466] Remove old database driver files from PHPUnit exclude 2013-03-26 17:21:35 -04:00
phpunit.xml.functional [ticket/11466] Remove old database driver files from PHPUnit exclude 2013-03-26 17:21:35 -04:00
README.md Merge remote-tracking branch 'igorw/ticket/11061' into develop 2012-08-19 23:50:56 +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-olympus - Build Status

LICENSE

GNU General Public License v2