aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/extension/base.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14434] Refactored to check migrations when setting themMatt Friedman2016-01-281-14/+3
| | | | PHPBB3-14434
* [ticket/14434] Fix whitespace mistakesMatt Friedman2016-01-271-3/+3
| | | | PHPBB3-14434
* [ticket/14434] Remove recursion to simplify is_migration methodMatt Friedman2016-01-271-3/+10
| | | | PHPBB3-14434
* [ticket/14434] Extract migration check to a reusable methodMatt Friedman2016-01-271-13/+1
| | | | PHPBB3-14434
* [ticket/13733] Remove validate_classes method argumentMarc Alexander2016-01-241-16/+10
| | | | PHPBB3-13733
* [ticket/13733] Use interface for migratinosMarc Alexander2016-01-181-2/+2
| | | | PHPBB3-13733
* [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/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/12847] Allow the extensions to say if they can be enabledTristan Darricau2014-07-131-0/+9
| | | | PHPBB3-12847
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-101-3/+3
| | | | PHPBB3-12508
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
| | | | PHPBB3-12594
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-5/+7
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+135
PHPBB3-11698