Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12762] Make ext.php optional for extensions | Tristan Darricau | 2014-06-23 | 1 | -1/+1 |
| | | | | PHPBB3-12762 | ||||
* | [ticket/12715] Cleanup comments in \phpbb\extension\* | Tristan Darricau | 2014-06-15 | 3 | -43/+46 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12508] Only take a list of names for set_extensions() | Joas Schilling | 2014-06-10 | 1 | -2/+2 |
| | | | | PHPBB3-12508 | ||||
* | [ticket/12508] Move \phpbb\extension\finder to \phpbb\finder | Joas Schilling | 2014-06-10 | 3 | -542/+6 |
| | | | | PHPBB3-12508 | ||||
* | [ticket/12508] Fix usages of the finder | Joas Schilling | 2014-06-10 | 1 | -2/+12 |
| | | | | PHPBB3-12508 | ||||
* | [ticket/12508] Remove extension manager from finder | Joas Schilling | 2014-06-10 | 1 | -36/+25 |
| | | | | PHPBB3-12508 | ||||
* | Merge pull request #2494 from Nicofuma/ticket/12589 | Joas Schilling | 2014-05-31 | 1 | -33/+48 |
|\ | | | | | | | | | | | | | | | | | [ticket/12589] Search directly in $directory if it's an absolute sub-path * Nicofuma/ticket/12589: [ticket/12589] Add test searching in a non absolute directory [ticket/12589] Fix tests [ticket/12589] Search directly in $directory if it's an absolute sub-path | ||||
| * | [ticket/12589] Fix tests | Tristan Darricau | 2014-05-24 | 1 | -43/+45 |
| | | | | | | | | PHPBB3-12589 | ||||
| * | [ticket/12589] Search directly in $directory if it's an absolute sub-path | Tristan Darricau | 2014-05-24 | 1 | -1/+14 |
| | | | | | | | | PHPBB3-12589 | ||||
* | | [ticket/11467] Add user object to extension manager for tests | n-aleha | 2014-05-29 | 2 | -8/+8 |
| | | | | | | | | PHPBB3-11467 | ||||
* | | [ticket/11467] Add language variables for extension exception messages | n-aleha | 2014-05-29 | 2 | -18/+29 |
| | | | | | | | | | | | | | | Remove hard-coded messages and add language variables for extension exception messages. PHPBB3-11467 | ||||
* | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 7 | -33/+49 |
|/ | | | | PHPBB3-12594 | ||||
* | [ticket/12586] Limit depth to 2, we require vendor/extension/ext.php | Joas Schilling | 2014-05-22 | 1 | -0/+1 |
| | | | | PHPBB3-12586 | ||||
* | [ticket/12586] Use dot filter when trying to find available extensions | Joas Schilling | 2014-05-22 | 1 | -2/+6 |
| | | | | PHPBB3-12586 | ||||
* | [ticket/12282] Use interface for type hinting | Joas Schilling | 2014-04-01 | 1 | -2/+2 |
| | | | | PHPBB3-12282 | ||||
* | [ticket/12311] Use valid composer schema - license - for extensions | Matt Friedman | 2014-03-27 | 1 | -2/+2 |
| | | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311 | ||||
* | Merge remote-tracking branch 'nickvergessen/ticket/12268' into develop-ascraeus | Dhruv | 2014-03-23 | 1 | -5/+10 |
|\ | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * nickvergessen/ticket/12268: [ticket/12268] Do not use substr but just compare the character [ticket/12268] Rename class file to recursive_dot_prefix_filter_iterator.php [ticket/12268] Move class out of extension namespace and rename it [ticket/12268] Do not search in folders starting with a dot [ticket/12268] Use FilesystemIterator::SKIP_DOTS [ticket/12268] Extension finder should not crawl through .git/ of extensions | ||||
| * | [ticket/12268] Move class out of extension namespace and rename it | Joas Schilling | 2014-03-14 | 2 | -28/+1 |
| | | | | | | | | PHPBB3-12268 | ||||
| * | [ticket/12268] Do not search in folders starting with a dot | Joas Schilling | 2014-03-14 | 1 | -7/+2 |
| | | | | | | | | PHPBB3-12268 | ||||
| * | [ticket/12268] Use FilesystemIterator::SKIP_DOTS | Joas Schilling | 2014-03-14 | 1 | -6/+10 |
| | | | | | | | | PHPBB3-12268 | ||||
| * | [ticket/12268] Extension finder should not crawl through .git/ of extensions | Joas Schilling | 2014-03-13 | 2 | -1/+34 |
| | | | | | | | | | | | | | | | | This new filter ignores .svn and .git directories. When searching for php classes and template files of extensions we don't need to look inside these directories. PHPBB3-12268 | ||||
* | | [ticket/11429] Increment asset version on Ext enable | Matt Friedman | 2014-03-13 | 1 | -0/+5 |
|/ | | | | PHPBB3-11429 | ||||
* | [ticket/12180] Add "Each file MUST end with exactly one newline character" rule | Andreas Fischer | 2014-02-10 | 1 | -1/+1 |
| | | | | PHPBB3-12180 | ||||
* | [ticket/12009] Prevent user from enabling invalid extension through direct URL | Cesar G | 2013-12-12 | 1 | -2/+12 |
| | | | | PHPBB3-12009 | ||||
* | [ticket/12009] Do not allow incorrectly structured extensions to be installed. | Cesar G | 2013-12-11 | 1 | -0/+15 |
| | | | | PHPBB3-12009 | ||||
* | [task/code-sniffer] Replace spaces with tabs. | Andreas Fischer | 2013-10-30 | 1 | -31/+31 |
| | | | | PHPBB3-11980 | ||||
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 7 | -56/+0 |
| | | | | PHPBB3-11980 | ||||
* | [ticket/11981] Fix code sniffer complaints | Marc Alexander | 2013-10-28 | 2 | -1/+7 |
| | | | | PHPBB3-11981 | ||||
* | [ticket/11840] Fix regex | Nathan Guse | 2013-09-30 | 1 | -1/+1 |
| | | | | PHPBB3-11840 | ||||
* | [task/composer-compatibility] Minor changes that will break extension BC | MichaelC | 2013-10-01 | 1 | -7/+7 |
| | | | | PHPBB3-11840 | ||||
* | [ticket/11700] Use spaces, not tabs | Nils Adermann | 2013-09-25 | 1 | -2/+2 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Return class names with leading backslash in finder | Nils Adermann | 2013-09-25 | 1 | -1/+1 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Correctly load extensions with nonprefixed namespaces | Nils Adermann | 2013-09-17 | 2 | -7/+8 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Fix leftover backslashes in comments | Nils Adermann | 2013-09-16 | 1 | -1/+1 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Get the installer to run with namespaces | Nils Adermann | 2013-09-16 | 1 | -3/+10 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 7 | -63/+77 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Modify all code to use the new interface names | Nils Adermann | 2013-07-14 | 3 | -6/+6 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] With namespaces interface will no longer be a valid classname | Nils Adermann | 2013-07-14 | 1 | -1/+1 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 7 | -0/+1712 |
PHPBB3-11698 |