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 / branches / old_trunk / tests

Name Size Revision Age Author Comment
  bbcode 9106 about 3 years Nils Adermann - updating all tests to use new framework
  request 9105 about 3 years Nils Adermann - adding tests for the new request class and ex...
  security 9106 about 3 years Nils Adermann - updating all tests to use new framework
  template 9588 over 2 years Chris Smith Fix most of the template test suite :)
  test_framework 9112 about 3 years Nils Adermann - added a PHPUnit version check
  text_processing 9106 about 3 years Nils Adermann - updating all tests to use new framework
  utf 9106 about 3 years Nils Adermann - updating all tests to use new framework
all_tests.php 1.3 kB 9106 about 3 years Nils Adermann - updating all tests to use new framework

Latest revisions

# Date Author Comment
10206 10/04/2009 02:44 pm Meik Sievertsen

Copy trunk to old_trunk (old phpBB 3.1.x) to make room for the new trunk

9588 06/13/2009 08:23 pm Chris Smith

Fix most of the template test suite :)

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

9142 12/01/2008 05:37 pm Chris Smith

Fixed :D

9119 11/25/2008 01:50 am Chris Smith

Test empty filename and invalid handle

9118 11/25/2008 01:46 am Chris Smith

Test empty filename

9117 11/25/2008 01:42 am Chris Smith

Test missing files

9116 11/25/2008 01:31 am Chris Smith

- Add template variable S_BLOCK_NAME
- Modify template::alter_block_array() so it supports modification of nested blocks
- Add (incomplete) tests for template::alter_block_array()

9115 11/24/2008 10:59 pm Chris Smith

- Make a start on completing the phpDoc comments for the template engine
- Tidy template engine code, mainly PHP5 stuff, made some methods void instead of just returning true
- Add tests for the remaining untested compilation code

View revisions

Also available in: Atom