| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/11768] Added support for creating unsafe BBCodes | JoshyPHP | 2015-04-02 | 1 | -1/+2 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Replaced extract() calls | JoshyPHP | 2015-04-02 | 3 | -4/+7 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Replaced some references | JoshyPHP | 2015-04-02 | 1 | -5/+3 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Removed the cached renderer | JoshyPHP | 2015-04-02 | 2 | -8/+3 |
| | | | | | | | | We don't need to cache an instance of the renderer, we can just instantiate it every time we need one. PHPBB3-11768 | ||||
| * | [ticket/11768] Replaced FQNs in annotations | JoshyPHP | 2015-04-02 | 3 | -5/+5 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Renamed property | JoshyPHP | 2015-04-02 | 1 | -8/+8 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Replaced class names in annotations with their FQN | JoshyPHP | 2015-04-02 | 3 | -10/+10 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Removed comments | JoshyPHP | 2015-04-02 | 1 | -3/+0 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Updated renderer annotation | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Replaced \phpbb\textformatter\parser with an interface | JoshyPHP | 2015-04-02 | 2 | -22/+27 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Renamed get_words() to get_censored_words() | JoshyPHP | 2015-04-02 | 2 | -2/+2 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Removed unused annotations | JoshyPHP | 2015-04-02 | 9 | -26/+0 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Updated censor to apply to XML values | JoshyPHP | 2015-04-02 | 1 | -3/+4 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Fixed censored words being escaped twice | JoshyPHP | 2015-04-02 | 1 | -1/+2 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Added methods to access the library's parser/renderer | JoshyPHP | 2015-04-02 | 2 | -0/+20 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Allowed text in places where text is not valid HTML | JoshyPHP | 2015-04-02 | 1 | -0/+3 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Replaced the Censor plugin | JoshyPHP | 2015-04-02 | 2 | -19/+40 |
| | | | | | | | ...with something that is run at rendering time. PHPBB3-11768 | ||||
| * | [ticket/11768] Added limited support for [url] in [quote] author | JoshyPHP | 2015-04-02 | 1 | -2/+21 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate() | JoshyPHP | 2015-04-02 | 3 | -4/+4 |
| | | | | | | | | 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 | 1 | -1/+1 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Removed unused use statements | s9e | 2015-04-02 | 2 | -3/+0 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Updated constructors with explicit dependencies | s9e | 2015-04-02 | 2 | -9/+9 |
| | | | | | | | | | | 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] This commit integrates s9e\TextFormatter | s9e | 2015-04-02 | 9 | -0/+1712 |
| | | | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768 | ||||
| * | 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 remote-tracking branch 's9e/ticket/13718' | Cesar G | 2015-03-23 | 1 | -1/+1 |
| |\ \ | |/ |/| | | | | | * s9e/ticket/13718: [ticket/13718] Added missing global declaration | ||||
| | * | [ticket/13718] Added missing global declaration | JoshyPHP | 2015-03-23 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-13718 | ||||
| * | | Merge branch '3.1.x' | Marc Alexander | 2015-03-16 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | [ticket/13550] Check that the Plupload temp directory is writable before moving | Cesar G | 2015-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | This prevents a PHP warning from being issued that results in an invalid JSON response being returned to the user. PHPBB3-13550 | ||||
| * | | | Merge branch '3.1.x' | Dhruv | 2015-03-14 | 1 | -11/+8 |
| |\ \ \ | |/ / | | / | |/ |/| | Conflicts: phpBB/phpbb/search/fulltext_native.php | ||||
| | * | [ticket/13674] Missing space after "if" | brunoais | 2015-03-07 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-13674 | ||||
| | * | [ticket/13674] Change MySQL native total search results calculation | brunoais | 2015-03-06 | 1 | -11/+8 |
| | | | | | | | | | | | | | | | | | | | This changes how the native FULLTEXT search calculates the total match number for MySQL. This should improve performance as there is one less query being made and it is being searched using the technique mentioned in the manual PHPBB3-13674 | ||||
| * | | [ticket/13132] Twig: Add loops content to the root context | Tristan Darricau | 2015-03-05 | 1 | -0/+6 |
| | | | | | | | | | PHPBB3-13132 | ||||
| * | | Merge branch '3.1.x' | Marc Alexander | 2015-03-05 | 1 | -0/+14 |
| |\ \ | |/ | |||||
| | * | Merge pull request #3453 from RMcGirr83/ticket/13477 | Marc Alexander | 2015-03-05 | 1 | -0/+14 |
| | |\ | | | | | | | | | | [ticket/13477] Update file cache driver for extension paths | ||||
| | | * | [ticket/13477] rename function and fix doc blocks | RMcGirr83 | 2015-03-04 | 1 | -7/+7 |
| | | | | | | | | | | | | | PHPBB3-13477 | ||||
| | | * | [ticket/13477] Update file cache driver for filenames | RMcGirr83 | 2015-03-03 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | Replace slashes on file name PHPBB3-13477 | ||||
| * | | | Merge pull request #3434 from nickvergessen/ticket/13647 | Marc Alexander | 2015-03-05 | 1 | -0/+160 |
| |\ \ \ | | | | | | | | | | | | | [ticket/13647] Move FAQ page to a controller | ||||
| | * | | | [ticket/13647] Use the Symfony way for redirecting | Joas Schilling | 2015-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-13647 | ||||
| | * | | | [ticket/13647] Move FAQ page to a controller | Joas Schilling | 2015-02-22 | 1 | -0/+160 |
| | | | | | | | | | | | | | | | | | PHPBB3-13647 | ||||
| * | | | | Merge branch '3.1.x' | Joas Schilling | 2015-02-27 | 1 | -1/+5 |
| |\ \ \ \ | | |/ / | |/| | | | | | | | | | | Conflicts: phpBB/phpbb/session.php | ||||
| | * | | | Merge pull request #3444 from naderman/ticket/13617-ascraeus | Joas Schilling | 2015-02-27 | 1 | -1/+5 |
| | |\ \ \ | | | | | | | | | | | | | | | | [ticket/13617] Enforce column size limit for session_forum_id | ||||
| | | * | | | [ticket/13617] Document magic number for forum_id | Nils Adermann | 2015-02-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13617 | ||||
| | | * | | | [ticket/13617] Use request->variable instead of request_var | Nils Adermann | 2015-02-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13617 | ||||
| | | * | | | Merge branch 'ticket/13617' into ticket/13617-ascraeus | Nils Adermann | 2015-02-25 | 1 | -1/+4 |
| | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/13617: [ticket/13617] Enforce column size limit for session_forum_id Conflicts: phpBB/phpbb/session.php | ||||
| * | | | | Merge branch '3.1.x' | Marc Alexander | 2015-02-27 | 1 | -2/+33 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge pull request #3384 from brunoais/ticket/13592 | Marc Alexander | 2015-02-27 | 1 | -2/+33 |
| | |\ \ \ | | |/ / | |/| | | | | | | [ticket/13592] Allow changing get_visibility_sql's result | ||||
