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
erangamapa 72b92f70f1 [ticket/11271] Displaying in-line attached images in ATOM feed.
In-line attached images are not displaying as they are not parsing.
Included 'parse_attachments' column name for data fetching queries
in feed.php. Checked weather feeds have in-line attachments and
parsed them by using parse_attachments() method.

PHPBB3-11271
2013-09-15 15:41:36 +05:30
build Merge branch 'prep-release-3.0.12' into develop-olympus 2013-09-05 00:37:40 +02:00
git-tools [ticket/11630] Improvements to the PHP lint pre-commit hook 2013-07-06 12:16:59 -05:00
phpBB [ticket/11271] Displaying in-line attached images in ATOM feed. 2013-09-15 15:41:36 +05:30
tests [ticket/11831] getAttribute was replaced with attr 2013-09-06 12:36:40 -05:00
travis [ticket/11823] Set up nginx server to match PHP files with characters after .php 2013-09-02 14:36:40 -07: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