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 d7e52ee0f8 [feature/request-class] Adding a request class based on ascraeus-experiment.
The well known request_var function is now a wrapper that calls a method
on a phpbb_request object. The class provides additional functionality.
It can replace all super globals with special objects that throw errors
when being accessed. They still allow isset operations to keep backward
compatibility with isset($_POST['var']) checks. The phpbb_request class
implements the phpbb_request_interface which is available for easy mocking
of input in tests.

PHPBB3-9716
2010-09-17 13:50:09 +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] Adding a request class based on ascraeus-experiment. 2010-09-17 13:50:09 +02:00
tests [feature/request-class] Adding a request class based on ascraeus-experiment. 2010-09-17 13:50:09 +02:00
.gitignore [ticket/9825] Add unit test config and db to gitignore 2010-09-16 23:16:30 +02:00