phpBB
Statistics
| Revision:
This repository is a mirror of the phpBB Git repository which is located at http://github.com/phpbb/phpbb3

Checking out phpBB from the subversion repository

In order to download the latest code from this project you need a subversion client. The URL for this repository is http://code.phpbb.com/svn/phpbb/. You will probably want to checkout the 3.0.x branch directory which contains the latest stable code using svn checkout http://code.phpbb.com/svn/phpbb/branches/phpBB-3_0_0/phpBB.

Please note that the trunk directory contains unfinished and unstable code. We highly recommend not using it, unless you know what you are doing. The code in trunk will not work most of the time.

If you want to learn more about how to use subversion then you should take a look at the Subversion Book which covers every part of subversion in great detail.

Repository (Subversion)

root / tags / merge_point_20082412

Name Size Revision Age Author Comment
  code_sniffer 8548 almost 4 years Nils Adermann Moving code sniffer stuff into subfolder so dir...
  phpBB 9218 about 3 years Meik Sievertsen merge #r9217
  tests 9181 about 3 years Chris Smith Remove cache files after each test, ensure they...

Latest revisions

# Date Author Comment
9220 12/24/2008 01:11 pm Meik Sievertsen

Tag Trunk before we change it to a state where merges from the 3.0.x branch are no longer possible

9218 12/24/2008 12:11 pm Meik Sievertsen

merge #r9217

9214 12/23/2008 01:53 pm Chris Smith

merge in r9090, r9170, r9174, r9179

9181 12/07/2008 02:26 am Chris Smith

Remove cache files after each test, ensure they are not included in the coverage report

9180 12/07/2008 02:11 am Chris Smith

Should not be needed, unlink() should clear sthe cache and this was never the problem anyway

9176 12/05/2008 11:21 am Meik Sievertsen

fix postcount resync for situations where low and high post ids are higher than step value, resulting in users having 0 posts. (Bug #38195)
Enforce a requirement for some DBMS (Oracle, PostgreSQL, MSSQL) where the table order is quite important in some situations. ;) Since this does not affect the operation of the other DBMS the code is placed into dbal.php.

9169 12/03/2008 04:48 pm Meik Sievertsen

every second commit an pre/post-commit error... :/
Ask for forum password if post within passworded forum quoted in private message (Reported by nickvergessen)

9167 12/03/2008 04:43 pm Meik Sievertsen

correctly update last topic/forum information if changing guest usernames through editing posts - Bug #38095
(Changelog follows)

9163 12/03/2008 11:19 am Meik Sievertsen

Use "less than a minute ago" instead of "0 minutes ago"
Use "Sent: {DATE}" in pm's, instead of "Sent at: {DATE}"

9161 12/03/2008 11:17 am Meik Sievertsen

fix the no_profile one called after another mode with the same user_id and guest_username

View revisions

Also available in: Atom