Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / docs / hook_system.html

hook_system.html

View | Annotate | Download (23.4 KB)

# Date Author Comment
8572 View | Annotate 05/29/2008 02:25 PM acydburn

ok… i hope i haven’t messed too much with the code and everything is still working.
Changes:
- Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed.
- A second change implemented here is an additional short-hand-notation for append_sid(). It is allowed to omit the root path and extension now (for example calling append_sid(‘memberlist’)) – in this case the root path and extension get added automatically. The hook is called after these are added.

8478 View | Annotate 03/29/2008 01:10 AM naderman

I mean it. Really. Go away.

8351 View | Annotate 01/30/2008 05:14 PM acydburn

merge with revision #r8350

8246 View | Annotate 11/18/2007 04:37 PM naderman

- Constant PHPBB_DB_NEW_LINK introduced which can be used to force phpBB to create a new database connection instead of reusing an existing one if the dbms supports it [Bug #14927]
- Automatic URL parsing no longer allows dots in the schema but can parse URLs starting after a dot [Bug #15110]
- Dynamic width for birthday select boxes [Bug #15149]

8106 View | Annotate 09/23/2007 04:14 PM acydburn

ok… i seem to have overlooked the handy CLASS constant. ;)

8104 View | Annotate 09/23/2007 03:14 PM acydburn

PHP4 compatibility

8100 View | Annotate 09/22/2007 09:18 PM acydburn

new hook system (do not get it confused with events or plugins please)
- introducing two new hookable functions too