phpBB
Statistics
| Revision:

root / trunk / phpBB / docs / hook_system.html

History | View | Annotate | Download (24.4 kB)

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

commit cde423591e90e58361b17f29f6841887573a0fa8
Merge: 656f18d ba5c7d8
Author: Nils Adermann <>
Date: Sun Jan 16 22:26:27 2011 +0100

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

commit 8b9b1f118726e9fb088737129a02e9959ac1adc4
Merge: 18f74a7 5e258a0
Author: Nils Adermann <>
Date: Mon Dec 13 17:22:05 2010 +0100

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

commit 6bba2794342553a81c2427d6db3e3dfc715c9550
Merge: 2264f88 d503272
Author: Igor Wiedler <>
Date: Tue Oct 19 14:04:22 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [ticket/9857] Remove visible $Id$ from phpBB/docs files.
10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

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