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
Nils Adermann 99a3adfba7 [feature/request-class] Instantiate a global request class instance.
It should at all cost be avoided to rely on this global variable.
Instead either use the request_var method (deprecated) or pass the
instance to your function as a parameter or to your object as a
contructor argument or through a setter function.

PHPBB3-9716
2010-09-17 13:50:36 +02:00
build [task/restore-subsilver2] Revert removing subsilver2 for Ascraeus development. 2010-08-20 22:55:25 +02:00
code_sniffer/phpbb Update code_sniffer build.xml file to be executable on our system 2009-10-04 14:26:29 +00:00
git-tools/hooks Merge branch 'task/cs278/git-tools' into develop-olympus 2010-09-09 00:20:38 +02:00
phpBB [feature/request-class] Instantiate a global request class instance. 2010-09-17 13:50:36 +02:00
tests [feature/request-class] New request class supports recursive arrays. 2010-09-17 13:50:25 +02:00
.gitignore [ticket/9825] Add unit test config and db to gitignore 2010-09-16 23:16:30 +02:00