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 57eb50812f Merge remote-tracking branch 'rxu/ticket/10684' into develop-olympus
* rxu/ticket/10684:
  [ticket/10684] Adjust function and parameter name, minor changes.
  [ticket/10684] Rename function phpbb_get_banned_users_ids() parameter
  [ticket/10684] Remove intval mapping for array keys
  [ticket/10684] Adjust pm_notifications() to handle stale bans
  [ticket/10684] Cast user_id to integer
  [ticket/10684] Refactor $sql_ignore_users array update
  [ticket/10684] Remove isset() for $sql_ignore_users update
  [ticket/10684] Fix 2 typos in comment lines.
  [ticket/10684] Send notifications for users with stale bans
2012-03-22 18:14:13 +01:00
build Merge remote-tracking branch 'unknownbliss/ticket/9916-olympus' into develop-olympus 2012-01-02 17:35:49 +01:00
git-tools [ticket/9916] Changing header in non-distributed files 2012-01-02 16:20:30 +00:00
phpBB Merge remote-tracking branch 'rxu/ticket/10684' into develop-olympus 2012-03-22 18:14:13 +01:00
tests [ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1. 2012-03-04 22:11:45 +01:00
travis [task/travis] Exclude functional and slow tests 2012-03-22 16:00:10 +00:00
.gitignore [ticket/10697] Updating gitignore to match develop branch 2012-03-11 09:42:56 +00:00
.travis.yml [task/travis] Refactor php version check for dbunit install 2012-03-22 16:09:58 +00:00
phpunit.xml.all [ticket/9990] Add docs for running slow tests 2011-01-12 02:22:37 +01:00
phpunit.xml.dist [ticket/9990] Integrate utf normalizer tests into test suite 2011-01-11 01:06:01 +01:00
README.md [task/travis] Fixing some travis issues 2012-03-22 13:32:58 +00: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