Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12747] Drop support for Firebird | Joas Schilling | 2014-06-20 | 1 | -6/+0 |
| | | | | PHPBB3-12747 | ||||
* | [ticket/11711] Improve coding and comments of character check | Marc Alexander | 2014-06-10 | 1 | -1/+1 |
| | | | | PHPBB3-11711 | ||||
* | [ticket/11711] Improve checks for unsupported characters and check subject | Marc Alexander | 2014-06-09 | 1 | -7/+3 |
| | | | | PHPBB3-11711 | ||||
* | [ticket/11711] Inform user of unsupported characters while posting | Marc Alexander | 2014-06-09 | 1 | -0/+13 |
| | | | | PHPBB3-11711 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -5/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12433] Use a different message when nesting of quotes is not allowed | Joas Schilling | 2014-05-15 | 1 | -2/+10 |
| | | | | PHPBB3-12433 | ||||
* | [ticket/12451] Remove duplicated lang var | Oliver Schramm | 2014-05-03 | 1 | -2/+2 |
| | | | | PHPBB3-12451 | ||||
* | [ticket/12451] Use new line to concatenate strings | Oliver Schramm | 2014-05-03 | 1 | -2/+2 |
| | | | | PHPBB3-12451 | ||||
* | [ticket/12451] Split TOO_MANY_CHARS vars for plurals | Oliver Schramm | 2014-05-03 | 1 | -1/+1 |
| | | | | PHPBB3-12451 | ||||
* | [ticket/12451] Split TOO_FEW_CHARS_LIMIT for plurals | Oliver Schramm | 2014-05-03 | 1 | -1/+1 |
| | | | | PHPBB3-12451 | ||||
* | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code. | Andreas Fischer | 2014-04-29 | 1 | -1/+1 |
| | | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458 | ||||
* | [ticket/11915] Provide the URL to the attachment when it's uploaded. | Cesar G | 2014-01-17 | 1 | -1/+3 |
| | | | | PHPBB3-11915 | ||||
* | [ticket/11915] Provide the attachment file size to the template. | Cesar G | 2014-01-17 | 1 | -2/+4 |
| | | | | PHPBB3-11915 | ||||
* | [ticket/12060] A little less verbose cleanup of event docblocks | Matt Friedman | 2013-12-17 | 1 | -4/+4 |
| | | | | PHPBB3-12060 | ||||
* | [ticket/12060] Further clarifying new event docblocks as much as possible | Matt Friedman | 2013-12-16 | 1 | -6/+7 |
| | | | | PHPBB3-12060 | ||||
* | [ticket/12060] Remove whitespaces | Matt Friedman | 2013-12-16 | 1 | -1/+1 |
| | | | | PHPBB3-12060 | ||||
* | [ticket/12060] Rename event in message parser to ↵ | Matt Friedman | 2013-12-13 | 1 | -2/+2 |
| | | | | | | modify_format_display_text_after PHPBB3-12060 | ||||
* | [ticket/12060] Correctly label alpha versions in event docblocks | Matt Friedman | 2013-12-13 | 1 | -2/+2 |
| | | | | PHPBB3-12060 | ||||
* | [ticket/12060] Change @since in event docblocks | Matt Friedman | 2013-12-12 | 1 | -2/+2 |
| | | | | PHPBB3-12060 | ||||
* | [ticket/12060] Update docblock for core event due to addition of another var | Matt Friedman | 2013-12-12 | 1 | -5/+6 |
| | | | | PHPBB3-12060 | ||||
* | [ticket/12060] Add $update_this_message var to the core event | Matt Friedman | 2013-12-12 | 1 | -1/+1 |
| | | | | PHPBB3-12060 | ||||
* | [ticket/12060] Add event core.modify_text_for_format_display_after | Matt Friedman | 2013-12-04 | 1 | -0/+22 |
| | | | | | | Use this event to modify the text after it is parsed PHPBB3-12060 | ||||
* | [ticket/12060] Add event core.modify_bbcode_init | Matt Friedman | 2013-12-04 | 1 | -0/+17 |
| | | | | | | Use this event to modify the bbcode data for later parsing PHPBB3-12060 | ||||
* | [feature/plupload/integration] Integration of Plupload | Andreas Fischer | 2013-10-11 | 1 | -1/+48 |
| | | | | | | | | This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -1/+1 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Modify all code to use the new interface names | Nils Adermann | 2013-07-14 | 1 | -1/+1 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11250] Move quote special cases from class to unit tests | Joas Schilling | 2012-12-14 | 1 | -11/+0 |
| | | | | PHPBB3-11250 | ||||
* | [ticket/10939] Modified message_parser.php to not use $_FILES | Fyorl | 2012-08-15 | 1 | -2/+3 |
| | | | | PHPBB3-10939 | ||||
* | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -2/+1 |
| | | | | PHPBB3-9916 | ||||
* | [ticket/10345] Use the plural function in some more places. | Joas Schilling | 2011-11-25 | 1 | -9/+9 |
| | | | | | | | I added two function avatar_explanation_string() and avatar_error_wrong_size() for easier handling of the "pixels"-languages, as they are used quite often. PHPBB3-10345 | ||||
* | [ticket/10345] Make use of the plural function in some basic places | Joas Schilling | 2011-11-25 | 1 | -1/+1 |
| | | | | PHPBB3-10345 | ||||
* | Merge branch 'develop-olympus' into develop | Nils Adermann | 2011-06-09 | 1 | -2/+9 |
|\ | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/217] Use positive assertions in tests. [ticket/217] Silence errors in tests, not code. [ticket/217] Use positive parameter statement for bbcode_init() [ticket/217] Adjust patch, add tests [ticket/217] Multiline [url] not converted | ||||
| * | [ticket/217] Silence errors in tests, not code. | Oleg Pudeyev | 2011-06-06 | 1 | -1/+1 |
| | | | | | | | | | | | | Use a mock user object for testing bbcode. PHPBB3-217 | ||||
| * | [ticket/217] Use positive parameter statement for bbcode_init() | rxu | 2011-06-06 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-217 | ||||
| * | [ticket/217] Adjust patch, add tests | rxu | 2011-06-06 | 1 | -3/+8 |
| | | | | | | | | PHPBB3-217 | ||||
| * | [ticket/217] Multiline [url] not converted | rxu | 2011-06-06 | 1 | -1/+3 |
| | | | | | | | | | | | | This is the second attempt parse multiline URL text, see the ticket comments. PHPBB3-217 | ||||
* | | Merge branch 'develop-olympus' into develop | Oleg Pudeyev | 2007-01-03 | 1 | -15/+20 |
|\ \ | |/ | | | | | | | | | | | | | * develop-olympus: [ticket/10117] Add one more missed 'u' modifier, add code comment [ticket/10115] Switch UTF-8 mode on for the rest of BBCodes [ticket/10117] Make smilies to be correctly parsed within unicode text. [ticket/10115] Make some text oriented BBCodes to properly handle unicode. | ||||
| * | Merge branch 'ticket/rxu/10117' into develop-olympus | Oleg Pudeyev | 2011-04-17 | 1 | -2/+7 |
| |\ | | | | | | | | | | | | | | | | * ticket/rxu/10117: [ticket/10117] Add one more missed 'u' modifier, add code comment [ticket/10117] Make smilies to be correctly parsed within unicode text. | ||||
| | * | [ticket/10117] Add one more missed 'u' modifier, add code comment | rxu | 2011-04-03 | 1 | -1/+6 |
| | | | | | | | | | | | | PHPBB3-10117 | ||||
| | * | [ticket/10117] Make smilies to be correctly parsed within unicode text. | rxu | 2011-04-03 | 1 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-10117 | ||||
| * | | [ticket/10115] Switch UTF-8 mode on for the rest of BBCodes | rxu | 2011-04-03 | 1 | -6/+6 |
| | | | | | | | | | | | | PHPBB3-10115 | ||||
| * | | [ticket/10115] Make some text oriented BBCodes to properly handle unicode. | rxu | 2011-04-02 | 1 | -7/+7 |
| |/ | | | | | | | | | | | [quote], [b], [i], [size], [color], [u], [list] are affected. PHPBB3-10115 | ||||
* | | Merge branch 'ticket/igorw/9556' into develop | Nils Adermann | 2010-12-13 | 1 | -2/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | * ticket/igorw/9556: [ticket/9556] Drop php closing tags, add trailing newline Conflicts: phpBB/includes/constants.php | ||||
| * | | [ticket/9556] Drop php closing tags, add trailing newline | Igor Wiedler | 2010-11-11 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2010-11-20 | 1 | -0/+9 |
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | * develop-olympus: [prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelog [ticket/9903] Script for detecting potentially malicious flash bbcodes [ticket/9904] Update WebPI Parameters.xml to work with WebMatrix. [ticket/9903] Fix XSS in BBcode-parser's Flash-BBcode. | ||||
| * | [ticket/9903] Fix XSS in BBcode-parser's Flash-BBcode. | Ruslan Uzdenov | 2010-11-18 | 1 | -0/+9 |
| | | | | | | | | | | | | Fix XSS in Flash-BBcode by validating that the supplied argument is a URL. PHPBB3-9903 | ||||
* | | [feature/request-class] Convert any direct access to $_* to use $request | Igor Wiedler | 2010-09-25 | 1 | -3/+4 |
|/ | | | | PHPBB3-9716 | ||||
* | [ticket/9170] Unable to get image size in img bbcode when URL has multiple ↵ | Andreas Fischer | 2010-05-02 | 1 | -1/+1 |
| | | | | | | | | parameters. Since we htmlspecialchars() all input we have to htmlspecialchars_decode() before passing the URL along to getimagesize(). PHPBB3-9170 | ||||
* | Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris ↵ | Nils Adermann | 2010-02-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | Pucci at Microsoft [Bug #57055] If you are using SQL Server, please try to test this new dbal so we can safely include it in 3.0.8. If you want to try it on a current phpBB version you can apply the latest version of the patch to your board which you can find attached to the bug tracker ticket (look in the comments for the latest version, the one in the ticket itself is outdated): http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=57055 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10489 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
* | check for additional empty config variables... | Meik Sievertsen | 2009-11-01 | 1 | -10/+5 |
| | | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10249 89ea8834-ac86-4346-8a33-228a782c2dd0 |