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
Andreas Fischer 21e55ea6d2 Merge branch 'prep-release-3.0.12'
* prep-release-3.0.12: (443 commits)
  [prep-release-3.0.12] Update changelog for 3.0.12 release.
  [ticket/11873] Add unit test for large password input.
  [ticket/11873] Do not hash very large passwords in order to safe resources.
  [prep-release-3.0.12] Bumping version number for 3.0.12 final.
  [prep-release-3.0.12] Remove changelog entry for ticket that was not resolved.
  [prep-release-3.0.12] Update Changelog for 3.0.12-RC3 release.
  [prep-release-3.0.12] Bumping version number for 3.0.12-RC3.
  [ticket/11769] Allow using 0 as poster name
  [ticket/11769] Allow '0' as username
  [ticket/11769] Allow '0' as username in notification mails
  [ticket/11769] Fix language issues in the doc blocks
  [ticket/11769] Correctly supply the post author's username in posting.php
  [ticket/11802] replace $browser with $user->browser
  [ticket/11775] Fix doc blocks syntax
  [ticket/11775] Remove spaces at line ends
  [ticket/11775] Split test into multiple steps
  [ticket/11775] Add functional test for moving the last post
  [ticket/11775] Backport moving of the posting functions to 3.0
  [ticket/11775] Fix error when moving the last post to another topic
  [prep-release-3.0.12] Update Changelog for 3.0.12-RC2 release.
  ...
2013-09-28 15:40:10 +02:00
build [prep-release-3.0.12] Bumping version number for 3.0.12 final. 2013-09-27 01:26:31 +02:00
git-tools [ticket/11630] Improvements to the PHP lint pre-commit hook 2013-07-06 12:16:59 -05:00
phpBB [prep-release-3.0.12] Update changelog for 3.0.12 release. 2013-09-28 03:20:51 +02:00
tests [ticket/11873] Add unit test for large password input. 2013-09-28 03:14:18 +02:00
travis [ticket/11337] Abort setup-webserver.sh script when an error occurs. 2013-01-23 15:48:44 +01:00
.gitignore [ticket/11262] Add .lock in cache directory to .gitignore 2012-12-13 16:15:49 -06:00
.travis.yml [ticket/11580] Enable prefer-source option (should error way less) 2013-05-27 23:48:04 +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/11668] Run lint test at the end of the test suite 2013-07-12 14:42:26 -04:00
phpunit.xml.dist [ticket/11668] Run lint test at the end of the test suite 2013-07-12 14:42:26 -04:00
phpunit.xml.functional [ticket/11668] Run lint test at the end of the test suite 2013-07-12 14:42:26 -04:00
README.md [ticket/11059] Use https for the README logo 2012-08-19 02:20:58 +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.

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