Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / includes / functions_content.php

functions_content.php

View | Annotate | Download (35.8 KB)

# Date Author Comment
8972 View | Annotate 10/06/2008 07:52 AM acydburn

merge r8970 and r8971

8961 View | Annotate 09/30/2008 05:18 PM acydburn

merge r8956, r8957 and r8960

8753 View | Annotate 08/13/2008 04:43 PM Kellanved

merge

8672 View | Annotate 06/23/2008 08:22 PM acydburn

merge? merge.

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.

8562 View | Annotate 05/18/2008 08:58 PM acydburn

merge fix for bug #27355

8477 View | Annotate 03/29/2008 01:08 AM naderman

Go away evil carriage returns\!

8463 View | Annotate 03/24/2008 01:22 AM naderman

- merging r8462 from 3.0 branch

8421 View | Annotate 02/28/2008 08:57 PM acydburn

#22355 and #22365

8391 View | Annotate 02/23/2008 03:23 PM acydburn

merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390

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

merge with revision #r8350

8295 View | Annotate 01/03/2008 06:00 PM davidmj

oh boy…
- Migrate code base to PHP 5.1+

8286 View | Annotate 12/26/2007 04:33 PM acydburn

re-allow disabling of word censors (we somehow forgot to commit this, i really do not know why :/)

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]

8168 View | Annotate 10/12/2007 08:14 PM acydburn

some bugfixes

8139 View | Annotate 10/04/2007 08:50 PM acydburn

#i42
new password hashing mechanism for storing passwords