aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/extension
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-201-1/+2
|\
| * [ticket/14918] Simplify access to extension version metadata informationjaviexin2016-12-161-1/+2
* | [ticket/12610] CSTristan Darricau2016-12-031-1/+1
* | [ticket/12610] Use exception_interfaceTristan Darricau2016-12-031-3/+5
* | [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-032-18/+38
* | [ticket/14434] Refactored to check migrations when setting themMatt Friedman2016-01-281-14/+3
* | [ticket/14434] Fix whitespace mistakesMatt Friedman2016-01-271-3/+3
* | [ticket/14434] Remove recursion to simplify is_migration methodMatt Friedman2016-01-271-3/+10
* | [ticket/14434] Extract migration check to a reusable methodMatt Friedman2016-01-271-13/+1
* | [ticket/13733] Remove validate_classes method argumentMarc Alexander2016-01-241-16/+10
* | [ticket/13733] Use interface for migratinosMarc Alexander2016-01-181-2/+2
* | [ticket/13733] Update comment explaining migration class validationMarc Alexander2016-01-151-6/+2
* | [ticket/13733] Add isInstantiable() check.David King2015-05-241-1/+1
* | [ticket/13733] Braces on their own linesDavid King2015-05-231-2/+4
* | [ticket/13733] Allow tests the skip class validationDavid King2015-05-231-14/+19
* | [ticket/13733] Properly handle nonexistent classes as wellDavid King2015-05-231-4/+14
* | [ticket/13733] Handle nonexistent classes as wellDavid King2015-05-231-2/+3
* | [ticket/13733] Only use migration classes that extension the base migration c...David King2015-05-231-0/+8
* | [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-013-27/+12
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-162-3/+4
* | [ticket/13513] Use paths relative to the phpBB root in the routerTristan Darricau2015-01-171-6/+11
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-221-11/+23
|\ \ | |/
| * [ticket/security-171] Sanitize data from composer.jsonMarc Alexander2014-11-211-11/+23
* | [ticket/12620] Fix rebaseTristan Darricau2014-11-201-2/+2
* | [ticket/12620] Creates one di extension per phpBB extensionTristan Darricau2014-11-201-0/+137
|/
* [ticket/12963] Revert back to "migrations" folder name for extensionsJoas Schilling2014-09-181-10/+1
* [ticket/12963] Edit deprecation messageTristan Darricau2014-09-161-1/+1
* [ticket/12963] Load extensions migrations from /migrationTristan Darricau2014-09-101-1/+11
* [ticket/12963] Don't use static var in \extension\base\get_migration_file_listTristan Darricau2014-09-101-4/+5
* [ticket/12903] Remove dead phpbb\extension\metadata_manager::_validate_versionjeroendedauw2014-08-071-21/+0
* Merge pull request #2729 from Nicofuma/ticket/12847Joas Schilling2014-08-073-0/+21
|\
| * [ticket/12847] Allow the extensions to say if they can be enabledTristan Darricau2014-07-133-0/+22
* | [ticket/12557] Fix doc block in extension base classn-aleha2014-08-061-0/+1
* | [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-2/+5
* | [ticket/12870] Create the migrations table in db:migrateTristan Darricau2014-07-261-5/+3
|/
* Merge pull request #2673 from nickvergessen/ticket/12783Tristan Darricau2014-07-031-2/+2
|\
| * [ticket/12783] Move phpbb requirement to extra->soft-requireJoas Schilling2014-07-021-2/+2
| * [ticket/12783] Move phpbb/phpbb require version to extraJoas Schilling2014-06-281-2/+2
* | [ticket/12777] Add is_purged()Tristan Darricau2014-06-271-0/+13
* | [ticket/12777] Update doc block of is_configured()Tristan Darricau2014-06-271-1/+3
* | [ticket/12777] Rename extension status functions and add is_configured()Tristan Darricau2014-06-271-2/+25
|/
* [ticket/12762] Make ext.php optional for extensionsTristan Darricau2014-06-231-1/+1
* [ticket/12715] Cleanup comments in \phpbb\extension\*Tristan Darricau2014-06-153-43/+46
* [ticket/12508] Only take a list of names for set_extensions()Joas Schilling2014-06-101-2/+2
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-103-542/+6
* [ticket/12508] Fix usages of the finderJoas Schilling2014-06-101-2/+12
* [ticket/12508] Remove extension manager from finderJoas Schilling2014-06-101-36/+25
* Merge pull request #2494 from Nicofuma/ticket/12589Joas Schilling2014-05-311-33/+48
|\
| * [ticket/12589] Fix testsTristan Darricau2014-05-241-43/+45
| * [ticket/12589] Search directly in $directory if it's an absolute sub-pathTristan Darricau2014-05-241-1/+14