aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/extension
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'EXreaction/ticket/11415' into developDavid King2013-05-183-94/+113
|\
| * [ticket/11415] Send the extension base the finder rather than the managerNathan Guse2013-05-102-10/+9
| * [ticket/11415] Create function in finder find_from_extensionNathan Guse2013-05-102-13/+30
| * [ticket/11415] Make migrator/ext.manager dependencies of the base ext classNathaniel Guse2013-05-012-13/+23
| * [ticket/11415] Remove migrator dependency from extension managerNathaniel Guse2013-05-011-4/+1
| * [ticket/11415] Move migrator to base extension class from ext.managerNathaniel Guse2013-05-012-75/+86
| * [ticket/11415] Move while loop from ext manager to acp_extensions.phpNathaniel Guse2013-05-011-18/+3
* | [ticket/11450] Fix all instances of phpbb_extension_metadata_managerJoas Schilling2013-05-081-1/+1
* | [ticket/11450] Fix doc blocks and add missing class var $configJoas Schilling2013-05-081-3/+41
* | [ticket/11450] Sort parameters alphabeticallyJoas Schilling2013-05-081-3/+4
* | [ticket/11450] Remove unused $db and $phpEx from metadata_manager construct()Joas Schilling2013-05-081-7/+1
|/
* [ticket/11335] (extension manager/finder) Make php_ext 'php' not '.php'Nathan Guse2013-04-243-7/+7
* [ticket/11362] Extension manager depends on filesystemJoas Schilling2013-04-171-2/+4
* [ticket/11362] Use new filesystem class in finderJoas Schilling2013-04-171-2/+5
* [ticket/11362] Correctly sanitise the directory pathJoas Schilling2013-03-121-1/+1
* [ticket/11386] Send list of migrations instead of using load_migrationsNathaniel Guse2013-03-031-12/+20
* [ticket/11386] Fix circular reference error & serialize errorNathaniel Guse2013-03-021-1/+0
* [ticket/11386] Use finder to find migration filesNathaniel Guse2013-03-022-19/+83
* [feature/migrations] Call revert correctly when purging an extensionNathaniel Guse2013-02-091-8/+13
* [feature/migrations] Inject Migrator instead of using the container to fetchNathaniel Guse2013-02-091-7/+8
* [feature/migrations] Fix path to extension migrationsNathaniel Guse2013-02-061-1/+1
* [feature/migrations] Automatically install/revert migrations for extensionsNathan Guse2013-02-061-0/+62
* [feature/migrations] Make the container available to extension installersNathan Guse2013-02-062-3/+25
* [ticket/11309] phpbb_extension_interface::disable_step correct docblock.Erik Frèrejean2013-01-041-1/+3
* [ticket/11283] Extension manager follow symlinks.Erik Frèrejean2012-12-231-1/+1
* [ticket/11015] Change more docblocks.Oleg Pudeyev2012-12-042-2/+2
* Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-123-120/+5
|\
| * [feature/compiled-dic] Purge cache to make ext services available right awayDavid King2012-11-101-5/+5
| * [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-102-115/+0
* | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-125-13/+419
|\ \ | |/
| * [ticket/11154] Do not try to load any extensions when installing.Oleg Pudeyev2012-11-071-1/+11
| * [ticket/10933] Expanded prose documentation for phpbb_extension_provider.Oleg Pudeyev2012-11-021-2/+10
| * [ticket/10631] Removing un-needed TODOs that are no longer needed.Unknown Bliss2012-09-011-4/+0
| * [ticket/10631] Fixing a few extension admin issuesUnknown Bliss2012-09-011-3/+0
| * [ticket/10631] Adjust prefixes to be easier to understandUnknown Bliss2012-09-011-13/+13
| * [ticket/10631] Make failure to meet ext enable requirements clearerNathan Guse2012-09-011-2/+7
| * [ticket/10631] Metadata manager testsNathan Guse2012-09-011-29/+30
| * [ticket/10631] get_extension_metadata_manager -> create_extension_metadata_ma...Nathan Guse2012-09-011-1/+1
| * [ticket/10631] Simplify exceptionsNathan Guse2012-09-012-8/+35
| * [ticket/10631] Use exceptions for errors. Build action list dynamically.Nathan Guse2012-09-011-36/+36
| * [ticket/10631] Fix some issues as noted in github comments, significantly sim...Nathan Guse2012-09-012-102/+44
| * [ticket/10631] Additional validationNathan Guse2012-09-011-51/+25
| * [ticket/10631] Remove code duplicationNathan Guse2012-09-011-13/+20
| * [ticket/10631] Validation for extensionsNathan Guse2012-09-012-121/+184
| * [ticket/10631] Use display name if availableNathan Guse2012-09-011-11/+8
| * [ticket/10631] Fixing some more issuesNathan Guse2012-09-011-17/+18
| * [ticket/10631] Various tidbits and cleanup on the acp extensions managerNathan Guse2012-09-012-21/+56
| * [ticket/10631] Template shouldn't be requiredMichael Cullum2012-09-011-7/+5
| * [ticket/10631] Fixing and finishing the extension metadata class.Michael Cullum2012-09-011-24/+43
| * [ticket/10631] Some tidying upMichael Cullum2012-09-012-60/+12