| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/11768] Added limited support for [url] in [quote] author | JoshyPHP | 2015-04-02 | 2 | -2/+33 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Updated s9e\TextFormatter | JoshyPHP | 2015-04-02 | 1 | -4/+4 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate() | JoshyPHP | 2015-04-02 | 6 | -8/+8 |
| | | | | | | | | Returns an associative array rather than a numerically-indexed array. Feels cleaner and more extensible. PHPBB3-11768 | ||||
| * | [ticket/11768] Added support for magic links that start with "www." | JoshyPHP | 2015-04-02 | 3 | -5/+14 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Uncommented disabled test | JoshyPHP | 2015-04-02 | 1 | -2/+0 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Added test files | JoshyPHP | 2015-04-02 | 2 | -0/+2 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Re-added the code that got lost in rebase | JoshyPHP | 2015-04-02 | 4 | -7/+10 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Removed unused use statements | s9e | 2015-04-02 | 2 | -3/+0 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Updated tests to use the new constructor signature | s9e | 2015-04-02 | 2 | -16/+30 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Updated test case helper with new signature | s9e | 2015-04-02 | 1 | -2/+2 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Updated constructors with explicit dependencies | s9e | 2015-04-02 | 3 | -11/+11 |
| | | | | | | | | | | The trade-off is that an instance of phpbb\textformatter\s9e\factory and phpbb\textformatter\data_access is created on any page that uses the parser or the renderer, even when neither need to be regenerated. It has no measureable impact on performance and costs ~20KB of RAM. PHPBB3-11768 | ||||
| * | [ticket/11768] Reorganized code for readability | s9e | 2015-04-02 | 1 | -2/+3 |
| | | | | | | | No functional change intended PHPBB3-11768 | ||||
| * | [ticket/11768] Toggled Unicode modifier in relative URL filter | s9e | 2015-04-02 | 1 | -4/+2 |
| | | | | | | | get_preg_expression('relative_url') returns an expression that requires it PHPBB3-11768 | ||||
| * | [ticket/11768] Updated annotations to pass sniff | s9e | 2015-04-02 | 3 | -9/+9 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Restored blank line from develop | s9e | 2015-04-02 | 1 | -0/+1 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Updated s9e\TextFormatter | s9e | 2015-04-02 | 1 | -4/+4 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Updated composer.lock | s9e | 2015-04-02 | 1 | -22/+18 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] This commit integrates s9e\TextFormatter | s9e | 2015-04-02 | 75 | -156/+5962 |
| | | | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768 | ||||
| * | Merge branch '3.1.x' | Andreas Fischer | 2015-04-02 | 1 | -4/+4 |
| |\ | | | | | | | | | * 3.1.x: [ticket/13736] Missing four colon in Contact us page | ||||
| | * | Merge pull request #3513 from bantu/ticket/13736 | Andreas Fischer | 2015-04-02 | 1 | -4/+4 |
| | |\ | | | | | | | | | | | | | | | | | | | [ticket/13736] Missing four colon in Contact us page * bantu/ticket/13736: [ticket/13736] Missing four colon in Contact us page | ||||
| | | * | [ticket/13736] Missing four colon in Contact us page | Raphaƫl M | 2015-04-02 | 1 | -4/+4 |
| | |/ | | | | | | | | | | | Replacing of four ```:``` with four {L_COLON} in Contact us page. PHPBB3-13736 | ||||
| * | | Merge pull request #3507 from VSEphpbb/ticket/13725 | Andreas Fischer | 2015-04-02 | 21 | -34/+34 |
| |\ \ | | | | | | | | | | | | | | | | | | | [ticket/13725] Coding guidelines: static public * VSEphpbb/ticket/13725: [ticket/13725] Coding guidelines: static public | ||||
| | * | | [ticket/13725] Coding guidelines: static public | Matt Friedman | 2015-03-27 | 21 | -34/+34 |
| | | | | | | | | | | | | | PHPBB3-13725 | ||||
| * | | | Merge branch '3.1.x' | Marc Alexander | 2015-04-01 | 1 | -0/+0 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Merge pull request #3510 from Nicofuma/ticket/13732 | Marc Alexander | 2015-04-01 | 1 | -0/+0 |
| | |\ \ | | | | | | | | | | | | | [ticket/13732] Update composer to be php7 compliant | ||||
| | | * | | [ticket/13732] Update composer to be php7 compliant | Tristan Darricau | 2015-03-30 | 1 | -0/+0 |
| | |/ / | | | | | | | | | | | | | | | | | | | Updated to Composer version 1.0-dev (f10c71475167a4661225b14560ca0a400d730829) 2015-03-29 14:37:42 PHPBB3-13732 | ||||
| * | | | Merge branch '3.1.x' | Nicofuma | 2015-03-29 | 4 | -5/+175 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch '3.0.x' into 3.1.x | Nicofuma | 2015-03-29 | 0 | -0/+0 |
| | |\ \ | |||||
| | | * \ | Merge pull request #3359 from marc1706/ticket/13568 | Nicofuma | 2015-03-29 | 3 | -5/+88 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13568] Validate imagick path as readable absolute path closes #3359 | ||||
| | * | \ \ | Merge pull request #3376 from marc1706/ticket/13568-asc | Nicofuma | 2015-03-29 | 4 | -5/+175 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13568] Validate imagick path as readable absolute path closes #3376 | ||||
| | | * | | | | [ticket/13568] Add unit tests for validating absolute path | Marc Alexander | 2015-02-06 | 1 | -0/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568 | ||||
| | | * | | | | Merge branch 'ticket/13568' into ticket/13568-asc | Marc Alexander | 2015-02-06 | 3 | -5/+88 |
| | | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/index.php phpBB/includes/acp/acp_attachments.php | ||||
| | | | * | | | [ticket/13568] Also check if absolute_path_writable is writable | Marc Alexander | 2015-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568 | ||||
| | | | * | | | [ticket/13568] Use correct data provider on windows | Marc Alexander | 2015-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568 | ||||
| | | | * | | | [ticket/13568] Add imagick tests for windows | Marc Alexander | 2015-02-02 | 1 | -8/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568 | ||||
| | | | * | | | [ticket/13568] Correctly check rpath and rwpath validation options | Marc Alexander | 2015-02-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568 | ||||
| | | | * | | | [ticket/13568] Add more test cases for imagick path | Marc Alexander | 2015-02-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568 | ||||
| | | | * | | | [ticket/13568] Use more descriptive validation names and merge with path block | Marc Alexander | 2015-02-02 | 2 | -40/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568 | ||||
| | | | * | | | [ticket/13568] Add functional test for imagick path setting | Marc Alexander | 2015-02-02 | 1 | -0/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568 | ||||
| | | | * | | | [ticket/13568] Validate imagick path as readable absolute path | Marc Alexander | 2015-02-02 | 2 | -1/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568 | ||||
| * | | | | | | Merge branch '3.1.x' | Andreas Fischer | 2015-03-26 | 1 | -3/+7 |
| |\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13555] Render poll options separately when previewing. | ||||
| | * | | | | | Merge branch '3.0.x' into 3.1.x | Andreas Fischer | 2015-03-26 | 1 | -3/+7 |
| | |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | | * 3.0.x: [ticket/13555] Render poll options separately when previewing. | ||||
| | | * | | | | Merge pull request #3493 from prototech/ticket/13555 | Andreas Fischer | 2015-03-26 | 1 | -3/+7 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13555] Render poll options separately when previewing. * prototech/ticket/13555: [ticket/13555] Render poll options separately when previewing. | ||||
| | | | * | | | | [ticket/13555] Render poll options separately when previewing. | JoshyPHP | 2015-03-19 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents an option from being split into two when a line break is present inside of it. PHPBB3-13555 | ||||
| * | | | | | | | Merge branch '3.1.x' | Oliver Schramm | 2015-03-25 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ | |/ / / / / / | |||||
| | * | | | | | | Merge branch '3.0.x' into 3.1.x | Oliver Schramm | 2015-03-25 | 0 | -0/+0 |
| | |\ \ \ \ \ \ | | |/ / / / / | |||||
| | | * | | | | | Merge pull request #3505 from Nicofuma/ticket/13723 | Oliver Schramm | 2015-03-25 | 1 | -1/+2 |
| | | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | [ticket/13723] Add Elsensee to authors list | ||||
| | * | | | | | | Merge pull request #3506 from Nicofuma/ticket/13723-31x | Oliver Schramm | 2015-03-25 | 1 | -1/+2 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13723-Ascraeus] Add Elsensee to authors list | ||||
| | | * \ \ \ \ \ | [ticket/13723] Merge branch 'ticket/13723' into ticket/13723-31x | Nicofuma | 2015-03-25 | 1 | -1/+2 |
| | | |\ \ \ \ \ \ | |/ / / / / / / | | | | _ / / / | | | | / / / | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/docs/AUTHORS PHPBB3-13723 | ||||
| | | * | | | | | [ticket/13723] Add Elsensee to authors list | Nicofuma | 2015-03-25 | 1 | -1/+2 |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | PHPBB3-13723 | ||||
