phpbb/phpBB
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
..
adm [ticket/8935] Prevent setting maximum avatar dimensions less than the minimums. 2010-09-09 23:42:20 +01:00
cache Copy 3.0.x branch to trunk 2009-10-04 18:14:59 +00:00
develop Merge branch 'develop-olympus' into develop 2010-08-21 23:35:43 +02:00
docs Merge branch 'develop-olympus' into develop 2010-09-14 16:58:35 +02:00
download [ticket/9609] Change header() calls setting HTTP status to send_status_line(). 2010-09-11 22:01:31 +02:00
files [ticket/9520] Removed per directory web.config files. 2010-05-03 19:31:40 +02:00
images [ticket/9520] Removed per directory web.config files. 2010-05-03 19:31:40 +02:00
includes [feature/request-class] Refactored request class and wrapper functions. 2010-09-17 14:00:01 +02:00
install [feature/request-class] Use the request class in the installer & updater. 2010-09-17 13:59:57 +02:00
language [ticket/9613] Slightly update language strings. 2010-08-29 16:50:57 +02:00
store [ticket/9520] Removed per directory web.config files. 2010-05-03 19:31:40 +02:00
styles Merge branch 'develop-olympus' into develop 2010-09-16 22:42:32 +02:00
.htaccess [Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET parameter auth=http 2010-01-19 19:08:51 +00:00
common.php [feature/request-class] Instantiate a global request class instance. 2010-09-17 13:50:36 +02:00
config.php Copy 3.0.x branch to trunk 2009-10-04 18:14:59 +00:00
cron.php Copy 3.0.x branch to trunk 2009-10-04 18:14:59 +00:00
faq.php Copy 3.0.x branch to trunk 2009-10-04 18:14:59 +00:00
feed.php [ticket/9727] Smiley Path replacement in feeds is too generic 2010-07-18 11:51:13 -05:00
index.php [ticket/7720] Fix alternative image-description for unread posts. 2010-07-14 20:55:07 +02:00
mcp.php Copy 3.0.x branch to trunk 2009-10-04 18:14:59 +00:00
memberlist.php [ticket/9772] Unify permissions for sending email when board_email_form is off 2010-08-28 15:49:47 -05:00
posting.php Merge branch 'ticket/nickvergessen/9162' into develop-olympus 2010-09-14 16:47:46 +02:00
report.php merge changes from 3.0.x branch 2009-12-16 15:48:23 +00:00
search.php Merge branch 'ticket/bantu/9613' into develop-olympus 2010-09-16 22:34:48 +02:00
style.php [ticket/9629] Allow style.php to retrieve its session ID from cookies 2010-07-11 01:35:01 +02:00
ucp.php [ticket/9785] Allow users to request new passwords when board is disabled. 2010-08-22 20:26:18 +02:00
viewforum.php Merge branch 'ticket/nickvergessen/7720' into develop-olympus 2010-07-14 20:55:49 +02:00
viewonline.php Copy 3.0.x branch to trunk 2009-10-04 18:14:59 +00:00
viewtopic.php [feature/request-class] Replace direct use of GET/REQUEST with request_var. 2010-09-17 14:00:01 +02:00
web.config [ticket/9520] Additionally filter requests for {common,config}.php 2010-05-03 19:32:29 +02:00