Statistics
| Revision:

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)

Name Size Revision Age Author Comment
  branches 10256 23 minutes Henry Sudhof #53655
  tags 10250 5 days Meik Sievertsen Tag phpBB Release Candidate 4
  trunk 10215 32 days Meik Sievertsen (a little test for later merges) reintegrate br...

Latest revisions

# Date Author Comment
10256 11/07/2009 01:33 PM Henry Sudhof

#53655

10255 11/06/2009 02:59 PM Meik Sievertsen

simplify the js code a bit and also detect up arrow key for auto completion

10254 11/05/2009 02:58 PM Meik Sievertsen

update to r10069 (try to detect auto completion on input fields and do not submit form if user uses enter key for auto completion instead of right arrow key)

10253 11/03/2009 03:03 PM Meik Sievertsen

This is not perfect... i know, but at least it gives out more information than a simple "this topic/post does not exist". ;)
Related to r9971

10252 11/03/2009 02:51 PM Meik Sievertsen

Fix Bug #53545 - javascript error in template

10251 11/03/2009 02:40 PM Meik Sievertsen

Fix Bug #53505 (related to Bug #52515 and r10208) - i fixed this the "do not break other things" way, usually the fix would be using !$submit here

10250 11/01/2009 07:19 PM Meik Sievertsen

Tag phpBB Release Candidate 4

10249 11/01/2009 03:33 PM Meik Sievertsen

check for additional empty config variables...

10248 10/30/2009 07:19 PM Meik Sievertsen

Several fixes:
Fix Bug #53335
Fix wrong unique index fetch for oracle and sqlite
Fix alter column definition for firebird (although the query will fail in these circumstances [primary key] because firebird (again) does not support simple things... although... mssql/oracle having the same "problems", but there you are able to do more advanced queries)

10247 10/30/2009 05:21 PM Meik Sievertsen

Fix another bug in WHERE statement rewrite for oracle. The bug(s) actually consist of not detecting correct parameters and then resulting in partial WHERE statements, where non-detected strings are simply removed. grrrrrr

View revisions

Also available in: Atom