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
Vjacheslav Trushkin 398a6c8045 Merge branch 'develop' into feature/merging-style-components
* develop: (175 commits)
  [feature/ajax] Remove strange non-breaking spaces from approve button
  [feature/ajax] Add entirely unrelated but nice newlines
  [feature/ajax] Unify phpbb_json_response instantiation
  [feature/ajax] Fix acp_styles activate_deactivate ajax callback name
  [feature/ajax] Send correct activate/deactivate JSON response in acp_profile
  [ticket/10270] Alter background colors for posts
  [feature/ajax] Remove not working module enable/disable ajax code
  [feature/ajax] Replace static call to phpbb_request with OO
  [feature/ajax] Remove quick-reply AJAX handling until we have something good
  [ticket/10270] Changing close button for ajax popups
  [ticket/10270] Disabling links in disappearing content
  [ticket/10291] Fixed an AJAX bug on quick reply form submit.
  [ticket/10273] Fixed accepting / denying posts AJAX.
  [ticket/10272] Removed code that was prevent event propogation in AJAX.
  [ticket/10291] Fixed a bug in the quick reply AJAX.
  [feature/ajax] Handle acp_modules error cases with JSON response
  [feature/ajax] Fix filter check, quick mod tools data-attribute
  [feature/ajax] Use the error handler
  [feature/ajax] Generic error handling with a phpbb.alert box
  [feature/ajax] Change filter semantics, some minor adjustments
  ...

Conflicts:
	phpBB/adm/style/acp_styles.html
	phpBB/includes/acp/acp_styles.php
2012-03-31 10:43:06 +03:00
build Merge branch 'develop-olympus' into develop 2012-01-02 17:36:21 +01: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 Merge branch 'develop' into feature/merging-style-components 2012-03-31 10:43:06 +03:00
tests Merge branch 'develop' into feature/merging-style-components 2012-03-31 10:43:06 +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 [feature/event-dispatcher] Add composer install to travis 2012-03-24 11:03:54 +00: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