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 ea919ad8b2 [feature/request-class] Refactored request class and wrapper functions.
The request class
- now makes use of the new type cast helper (dependency injection)
- has no static methods anymore.
- now has a constructor argument to leave super globals turned on

Brought back the set_var function in functions.php. It is now a wrapper
around the type cast helper. It creates an instance on the fly.

The request_var wrapper function now has an optional last argument to
inject the request class instance, rather than abusing the $var_name.

PHPBB3-9716
2010-09-17 14:00:01 +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] Refactored request class and wrapper functions. 2010-09-17 14:00:01 +02:00
tests [feature/request-class] Refactored request class and wrapper functions. 2010-09-17 14:00:01 +02:00
.gitignore [ticket/9825] Add unit test config and db to gitignore 2010-09-16 23:16:30 +02:00