View | Annotate | Download (37.6 KB)
Copy 3.0.x branch to trunk
Allow "0" as censor word and replacement. Only obtain word censor list if text is not empty.
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.
Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
Fix bug #31505 - Do not cut post-message in between HTML-Entities on search.php - Patch by leviatan21
Authorised by: AcydBurn
Fix bug #47775 - Properly convert and show filesize information Authorised by: naderman
late fix for #44845 (phpBB debug notice for some search terms)
Fix infinite loop in truncate_string (Bug #43475)
Flash files do not display anymore after update to flash player 10 (Bug #41315)
Fix download count increments for image attachments without corresponding thumbnails. (Bug #42505)
fix tiny typo... the mode is no_profile instead of noprofile.
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.
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
fix the no_profile one called after another mode with the same user_id and guest_username
Performance increase for get_username_string() (Bug #37545 - Patch by BartVB)
better fix for (Bug #37055)
- Properly treat punctuation marks after local urls [Bug #37055]
Fix for r8752 (the code removed actually was quite important - this checkin merges this with the new code)
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
#31185
further checks on maximum storage length
correctly set flags if text is empty
fix for bug #27355
Hiding everywhere little buggers, eh?
- [Fix] Do not detect the board URL as a link twice in posts (Bug #19215)
#22355
some language/style/code fixes (refer to the diff of the changelog)
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)...
re-allow disabling of word censors (we somehow forgot to commit this, i really do not know why :/)
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
- 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]...
some bugfixes
#i42 new password hashing mechanism for storing passwords