root / branches / phpBB-3_0_0 / phpBB / includes / functions_content.php

View | Annotate | Download (37.6 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10039 08/21/2009 10:44 AM Andreas Fischer

Allow "0" as censor word and replacement.
Only obtain word censor list if text is not empty.

10008 08/17/2009 03:45 PM Meik Sievertsen

Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset...
This feature does not change anything for those not using the constant and this feature is also quite in-flux. We need to test this with some applications and bridges and there may be other locations able to benefit from it.

9905 08/01/2009 01:28 PM Meik Sievertsen

Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)

9842 07/24/2009 08:56 AM Joas Schilling

Fix bug #31505 - Do not cut post-message in between HTML-Entities on search.php - Patch by leviatan21

Authorised by: AcydBurn

9748 07/11/2009 10:05 AM Andreas Fischer

Fix bug #47775 - Properly convert and show filesize information
Authorised by: naderman

9515 05/13/2009 10:42 AM Meik Sievertsen

late fix for #44845 (phpBB debug notice for some search terms)

9424 04/04/2009 11:05 AM Meik Sievertsen

Fix infinite loop in truncate_string (Bug #43475)

9423 04/04/2009 10:55 AM Meik Sievertsen

Fix infinite loop in truncate_string (Bug #43475)

9384 03/17/2009 02:42 PM Meik Sievertsen

Flash files do not display anymore after update to flash player 10 (Bug #41315)

9373 03/16/2009 03:59 PM Meik Sievertsen

Fix download count increments for image attachments without corresponding thumbnails. (Bug #42505)

9247 01/03/2009 12:20 PM Meik Sievertsen

fix tiny typo... the mode is no_profile instead of noprofile.

9217 12/24/2008 12:06 PM Meik Sievertsen

change get_username_string() again. This time we do not try to "guess" something. We also do not cache the modes. Instead we try to only run required code and pre-compile the URL and TPL. This should give the optimal performance given the circumstances.
Additionally fix a small bug with profile urls if the RokBridge is used.

9184 12/11/2008 02:46 PM Meik Sievertsen

Fix bug #38655
- Since guest_username is only used for anonymous we revert back to user_id being the cache key and not caching anonymous usernames at all
- the code changes are as minimal as possible

9160 12/03/2008 11:15 AM Meik Sievertsen

fix the no_profile one called after another mode with the same user_id and guest_username

9148 12/02/2008 04:19 PM Meik Sievertsen

Performance increase for get_username_string() (Bug #37545 - Patch by BartVB)

9085 11/23/2008 12:17 AM Nils Adermann

better fix for (Bug #37055)

9084 11/22/2008 10:18 PM Nils Adermann

- Properly treat punctuation marks after local urls [Bug #37055]

8970 10/06/2008 07:44 AM Meik Sievertsen

Fix for r8752
(the code removed actually was quite important - this checkin merges this with the new code)

8960 09/30/2008 05:13 PM Meik Sievertsen

Wrong parameter count for preg_replace in get_context() (IMO we need no limit there - nils, you may check this again to be sure) - #34135

8752 08/13/2008 04:37 PM Henry Sudhof

#31185

8667 06/21/2008 06:05 PM Meik Sievertsen

further checks on maximum storage length

8657 06/14/2008 01:15 PM Meik Sievertsen

correctly set flags if text is empty

8561 05/18/2008 08:57 PM Meik Sievertsen

fix for bug #27355

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

Hiding everywhere little buggers, eh?

8462 03/24/2008 01:16 AM Nils Adermann

- [Fix] Do not detect the board URL as a link twice in posts (Bug #19215)

8420 02/28/2008 08:55 PM Meik Sievertsen

#22355

8389 02/23/2008 02:18 PM Meik Sievertsen

some language/style/code fixes (refer to the diff of the changelog)

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

8286 12/26/2007 04:33 PM Meik Sievertsen

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

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

8168 10/12/2007 08:14 PM Meik Sievertsen

some bugfixes

8139 10/04/2007 08:50 PM Meik Sievertsen

#i42
new password hashing mechanism for storing passwords