phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / docs / hook_system.html

History | View | Annotate | Download (24.9 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
  • svn:mime-type: text/html
# Date Author Comment
10932 01/16/2011 09:30 pm Git Gatekeeper

commit ba5c7d8e63d97650989c2866c20c11f16f4c1128
Merge: e9c584a 60eff4e
Author: Nils Adermann <>
Date: Sun Jan 16 22:25:49 2011 +0100

Merge branch 'ticket/bantu/9859' into develop-olympus
  • ticket/bantu/9859:
    [ticket/9859] Remove the years from the copyright statements in docs files....
10891 12/13/2010 04:30 pm Git Gatekeeper

commit 5e258a0a9021da3f9d830326f697fa05e86be877
Merge: 5d8ddc7 053cf79
Author: Nils Adermann <>
Date: Mon Dec 13 17:21:57 2010 +0100

Merge branch 'ticket/igorw/9924' into develop-olympus
  • ticket/igorw/9924:
    [ticket/9924] Pass template instance into $template->display hook
10823 10/19/2010 01:15 pm Git Gatekeeper

commit d503272645d0f14daa2c2664e04dbdc33da9379e
Merge: 5f0f8c2 b27b69c
Author: Igor Wiedler <>
Date: Tue Oct 19 14:03:44 2010 +0200

Merge branch 'ticket/bantu/9857' into develop-olympus
  • ticket/bantu/9857:
    [ticket/9857] Remove visible $Id$ from phpBB/docs files.
10007 08/17/2009 03:42 pm Meik Sievertsen

Added section about special constants able to be used.

8887 09/19/2008 12:25 pm Meik Sievertsen

mine type property working in rep view?

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8350 01/30/2008 05:01 pm Meik Sievertsen

One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.)
Although i somehow mistakingly got #20445 and #15249 into it. :/

Removing s_watching_img from watch_topic_forum() function (Bug #20445)
Changing order for post review if more than one post affected (Bug #15249)...

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8246 11/18/2007 04:37 pm Nils Adermann

- 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]...

8106 09/23/2007 04:14 pm Meik Sievertsen

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

8104 09/23/2007 03:14 pm Meik Sievertsen

PHP4 compatibility

8100 09/22/2007 09:18 pm Meik Sievertsen

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