aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/extension
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13733] Update comment explaining migration class validationMarc Alexander2016-01-151-6/+2
| | | | PHPBB3-13733
* [ticket/13733] Add isInstantiable() check.David King2015-05-241-1/+1
| | | | PHPBB3-13733
* [ticket/13733] Braces on their own linesDavid King2015-05-231-2/+4
| | | | PHPBB3-13733
* [ticket/13733] Allow tests the skip class validationDavid King2015-05-231-14/+19
| | | | PHPBB3-13733
* [ticket/13733] Properly handle nonexistent classes as wellDavid King2015-05-231-4/+14
| | | | PHPBB3-13733
* [ticket/13733] Handle nonexistent classes as wellDavid King2015-05-231-2/+3
| | | | PHPBB3-13733
* [ticket/13733] Only use migration classes that extension the base migration ↵David King2015-05-231-0/+8
| | | | | | class. PHPBB3-13733
* [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-013-27/+12
| | | | PHPBB3-13793
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-162-3/+4
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* [ticket/13513] Use paths relative to the phpBB root in the routerTristan Darricau2015-01-171-6/+11
| | | | PHPBB3-13513
* Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-221-11/+23
|\
| * [ticket/security-171] Sanitize data from composer.jsonMarc Alexander2014-11-211-11/+23
| | | | | | | | SECURITY-171
* | [ticket/12620] Fix rebaseTristan Darricau2014-11-201-2/+2
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Creates one di extension per phpBB extensionTristan Darricau2014-11-201-0/+137
|/ | | | PHPBB3-12620
* [ticket/12963] Revert back to "migrations" folder name for extensionsJoas Schilling2014-09-181-10/+1
| | | | | | The issues that can be created with the name change are just too much PHPBB3-12963
* [ticket/12963] Edit deprecation messageTristan Darricau2014-09-161-1/+1
| | | | PHPBB3-12963
* [ticket/12963] Load extensions migrations from /migrationTristan Darricau2014-09-101-1/+11
| | | | PHPBB3-12963
* [ticket/12963] Don't use static var in \extension\base\get_migration_file_listTristan Darricau2014-09-101-4/+5
| | | | | | | | The static var was global to all instance of \phpbb\base and so if two different instances (for two different extensions) were created by the same script they shared the same migrations list. PHPBB3-12963
* [ticket/12903] Remove dead phpbb\extension\metadata_manager::_validate_versionjeroendedauw2014-08-071-21/+0
| | | | PHPBB3-12903
* Merge pull request #2729 from Nicofuma/ticket/12847Joas Schilling2014-08-073-0/+21
|\ | | | | | | | | | | | | [ticket/12847] Allow the extensions to say if they can be enabled * Nicofuma/ticket/12847: [ticket/12847] Allow the extensions to say if they can be enabled
| * [ticket/12847] Allow the extensions to say if they can be enabledTristan Darricau2014-07-133-0/+22
| | | | | | | | PHPBB3-12847
* | [ticket/12557] Fix doc block in extension base classn-aleha2014-08-061-0/+1
| | | | | | | | PHPBB3-12557
* | [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-2/+5
| | | | | | | | PHPBB3-12870
* | [ticket/12870] Create the migrations table in db:migrateTristan Darricau2014-07-261-5/+3
|/ | | | PHPBB3-12870
* Merge pull request #2673 from nickvergessen/ticket/12783Tristan Darricau2014-07-031-2/+2
|\ | | | | | | | | | | | | | | | | Ticket/12783 Move require:phpbb/phpbb to extra:phpbb/phpbb in Extensions composer.json files * nickvergessen/ticket/12783: [ticket/12783] Move phpbb requirement to extra->soft-require [ticket/12783] Correctly use dataProviders and mark tests as incomplete [ticket/12783] Move phpbb/phpbb require version to extra
| * [ticket/12783] Move phpbb requirement to extra->soft-requireJoas Schilling2014-07-021-2/+2
| | | | | | | | PHPBB3-12783
| * [ticket/12783] Move phpbb/phpbb require version to extraJoas Schilling2014-06-281-2/+2
| | | | | | | | PHPBB3-12783
* | [ticket/12777] Add is_purged()Tristan Darricau2014-06-271-0/+13
| | | | | | | | PHPBB3-12777
* | [ticket/12777] Update doc block of is_configured()Tristan Darricau2014-06-271-1/+3
| | | | | | | | PHPBB3-12777
* | [ticket/12777] Rename extension status functions and add is_configured()Tristan Darricau2014-06-271-2/+25
|/ | | | PHPBB3-12777
* [ticket/12762] Make ext.php optional for extensionsTristan Darricau2014-06-231-1/+1
| | | | PHPBB3-12762
* [ticket/12715] Cleanup comments in \phpbb\extension\*Tristan Darricau2014-06-153-43/+46
| | | | PHPBB3-12715
* [ticket/12508] Only take a list of names for set_extensions()Joas Schilling2014-06-101-2/+2
| | | | PHPBB3-12508
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-103-542/+6
| | | | PHPBB3-12508
* [ticket/12508] Fix usages of the finderJoas Schilling2014-06-101-2/+12
| | | | PHPBB3-12508
* [ticket/12508] Remove extension manager from finderJoas Schilling2014-06-101-36/+25
| | | | PHPBB3-12508
* Merge pull request #2494 from Nicofuma/ticket/12589Joas Schilling2014-05-311-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 testsTristan Darricau2014-05-241-43/+45
| | | | | | | | PHPBB3-12589
| * [ticket/12589] Search directly in $directory if it's an absolute sub-pathTristan Darricau2014-05-241-1/+14
| | | | | | | | PHPBB3-12589
* | [ticket/11467] Add user object to extension manager for testsn-aleha2014-05-292-8/+8
| | | | | | | | PHPBB3-11467
* | [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-292-18/+29
| | | | | | | | | | | | | | Remove hard-coded messages and add language variables for extension exception messages. PHPBB3-11467
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-277-33/+49
|/ | | | PHPBB3-12594
* [ticket/12586] Limit depth to 2, we require vendor/extension/ext.phpJoas Schilling2014-05-221-0/+1
| | | | PHPBB3-12586
* [ticket/12586] Use dot filter when trying to find available extensionsJoas Schilling2014-05-221-2/+6
| | | | PHPBB3-12586
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-2/+2
| | | | PHPBB3-12282
* [ticket/12311] Use valid composer schema - license - for extensionsMatt Friedman2014-03-271-2/+2
| | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311
* Merge remote-tracking branch 'nickvergessen/ticket/12268' into develop-ascraeusDhruv2014-03-231-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 itJoas Schilling2014-03-142-28/+1
| | | | | | | | PHPBB3-12268
| * [ticket/12268] Do not search in folders starting with a dotJoas Schilling2014-03-141-7/+2
| | | | | | | | PHPBB3-12268
| * [ticket/12268] Use FilesystemIterator::SKIP_DOTSJoas Schilling2014-03-141-6/+10
| | | | | | | | PHPBB3-12268