| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10423] Replace foreach with function in viewtopic.php
[ticket/10423] Remove unnecessary include in test
[ticket/10423] Match multiple wildcards
[ticket/10423] Move code into a function and add tests for it
[ticket/10423] Remove * from search or highlight string
|
| |
| |
| |
| |
| |
| |
| |
| | |
Multiple wildcards are removed from the string if there is
no word before or after them. If there is a word before or
after them, they are just replaced with a single one.
PHPBB3-10423
|
| |
| |
| |
| | |
PHPBB3-10423
|
| |
| |
| |
| | |
PHPBB3-11959
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* brunoais/ticket/11663:
[ticket/11663] Add the doc block about the parameters.
[ticket/11663] Add the doc block about the return value.
[ticket/11663] Make generate_text_for_storage return the errors.
|
| | |
| | |
| | |
| | | |
PHPBB3-11663
|
| | |
| | |
| | |
| | |
| | |
| | | |
generate_text_for_storage does not return anything, all returned values are outputted using the parameters so this uses the returned value with the same idea as many C language functions where the returned value is if all went well or not and if it didn't what went wrong.
PHPBB3-11663
|
| | |
| | |
| | |
| | |
| | |
| | | |
generate_text_for_storage does not return anything, all returned values are outputted using the parameters so this uses the returned value with the same idea as many C language functions where the returned value is if all went well or not and if it didn't what went wrong.
PHPBB3-11663
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Only the regular expression for MAGIC_URL_LOCAL has three capturing groups. As
a result $matches[3] is only set in this case. Prior to PHPBB3-11606 an empty
string was passed to make_clickable_callback() as a replacement in case of less
than three capturing groups. This patch reintroduces the empty string.
Regression from 49c12ef4be229bf2223139298766ef441b075fbc.
PHPBB3-11901
|
| | |
| | |
| | |
| | | |
PHPBB3-11852
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* fredsa/ticket/11606:
[ticket/11606] remove preg_replace() /e modifier in make_clickable()
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11606
|
| |/ /
|/| |
| | |
| | | |
PHPBB3-11832
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| | |
* develop-olympus:
[ticket/11762] Added call to test class's parent::setUp().
[ticket/11762] Fixed test's filename
[ticket/11762] Use the === operator to distinguish "0" from ""
|
| |
| |
| |
| | |
PHPBB3-11762
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* brunoais/ticket/10845:
[ticket/10845] Removed one empty line that wasn't supposed to be there
[ticket/10845] Two of the three colouns were missing in the DB update file
[ticket/10845] Remove censor from text
[ticket/10845] Now it shows the preview post parsed
[ticket/10845] Changed the report system. Now it saves posts with the bbcode
Conflicts:
phpBB/includes/functions_content.php
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In order to remove the censor, I added a new parameter to
generate_text_for_display(), that new parameter is used to tell if the text
should be censored or not. Defaults to true.
PHPBB3-10845
|
| | |
| | |
| | |
| | | |
PHPBB3-9550
|
| | |
| | |
| | |
| | |
| | |
| | | |
Upon testing it was discovered that these did not work as originally intended.
PHPBB3-9550
|
| | |
| | |
| | |
| | | |
PHPBB3-9550
|
| | |
| | |
| | |
| | | |
PHPBB3-9550
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The events allow you to perform extra functions on the text before nad/or
after it has been parsed for BBCode and Smilies.
PHPBB3-9550
|
| | |
| | |
| | |
| | | |
PHPBB3-9550
|
| | |
| | |
| | |
| | | |
PHPBB3-9550
|
|/ /
| |
| |
| | |
PHPBB3-9550
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Changed the styling of smilies to appear at the same level as
text, by adding vertical-align: text-bottom css property to all
smilies. Edited functions_content.php to add class="smilies"
to all parsed smilies.
PHPBB3-10438
|
| |
| |
| |
| | |
PHPBB3-10510
|
| |
| |
| |
| | |
PHPBB3-10510
|
| |
| |
| |
| | |
PHPBB3-10510
|
| |
| |
| |
| | |
PHPBB3-9916
|
| |
| |
| |
| | |
PHPBB3-10345
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10240] Reverted a commit which added buggy code.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit f9dbe33fa7917b6220a85a01ed9f395f3f1bb888.
The code which was added also removed new lines and tabs.
PHPBB3-10240
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10240] Added code to strip control characters from messages.
|
| |\
| | |
| | |
| | |
| | | |
* callumacrae/ticket/10240:
[ticket/10240] Added code to strip control characters from messages.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It is possible to evade the word filter using control characters.
Seeing as control characters have no practical application in a bulletin
board software, it doesn't do any harm to remove them entirely. That is
what this commit does.
PHPBB3-10240
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10299] Fix typo in comment about $max_store_length in truncate_string()
|
| |/
| |
| |
| | |
PHPBB3-10299
|
|/
|
|
|
|
|
|
|
|
|
|
| |
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .
Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;
Extensions: php, css, html, js, xml.
PHPBB3-9556
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10442 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
Only obtain word censor list if text is not empty.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10039 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
|
|
| |
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.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10008 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9905 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
|
|
|
| |
search.php - Patch by leviatan21
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9842 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9748 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9515 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9424 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9423 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9384 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
thumbnails. (Bug #42505)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9373 89ea8834-ac86-4346-8a33-228a782c2dd0
|