aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services.yml
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11327] Move UCP remind functionality to a controller for password resetMarc Alexander2019-08-081-0/+1
| | | | PHPBB3-11327
* [ticket/15886] Clean up servicesmrgoldy2018-12-291-2/+0
| | | | PHPBB3-15886
* [ticket/15886] Enhance group helpermrgoldy2018-11-291-0/+8
| | | | PHPBB3-15886
* [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-1/+1
| | | | PHPBB3-12610
* [ticket/14523] Replace prototype definition with shared servicesMarc Alexander2016-03-101-1/+1
| | | | PHPBB3-14523
* [ticket/14247] Use quotes around @ and % strings in YAMLMatt Friedman2015-12-071-61/+61
| | | | PHPBB3-14247
* [ticket/14039] Revamp updaterMate Bartus2015-10-171-0/+2
| | | | PHPBB3-14039
* [ticket/14168] Add services_attachment.yml to services.ymlMarc Alexander2015-10-091-0/+1
| | | | PHPBB3-14168
* [ticket/14220] Move route loading to servicesTristan Darricau2015-10-081-0/+6
| | | | PHPBB3-14220
* [ticket/14150] Update fast-image-size to newest versionMarc Alexander2015-09-081-1/+1
| | | | PHPBB3-14150
* Merge pull request #3470 from Nicofuma/ticket/13645Máté Bartus2015-08-281-4/+1
|\ | | | | [ticket/13645] Move the feeds to controllers
| * [ticket/13645] Move the feeds to controllersNicofuma2015-08-231-4/+1
| | | | | | | | PHPBB3-13645
* | [ticket/12143] Add group helper class to translate groupnamesOliver Schramm2015-08-051-0/+5
|/ | | | | | We can translate groupnames now even though these groups aren't special PHPBB3-12143
* [ticket/13740] Core file workaroundsMateBartus2015-07-081-29/+3
| | | | | | [ci skip] PHPBB3-13740
* Merge pull request #3579 from s9e/ticket/13803Tristan Darricau2015-06-241-0/+1
|\ | | | | | | [ticket/13803] Implement a generic and scalable way to reparse rich text
| * [ticket/13803] Updated services.yml [ci skip]JoshyPHP2015-05-301-0/+1
| | | | | | | | PHPBB3-13803
* | [ticket/13777] Deduplicate migration service definitionsMateBartus2015-05-311-0/+1
| | | | | | | | PHPBB3-13777
* | [ticket/13777] Move module management into serviceMateBartus2015-05-311-0/+1
|/ | | | PHPBB3-13777
* Merge pull request #3581 from MateBartus/ticket/13804Nicofuma2015-05-141-15/+0
|\ | | | | | | [ticket/13804] Make template's user dependency optional
| * [ticket/13804] Make template's user dependency optionalMateBartus2015-05-051-15/+0
| | | | | | | | PHPBB3-13804
* | [ticket/13800] Make router's extension manager dependency optionalMateBartus2015-05-021-19/+1
|/ | | | PHPBB3-13800
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-0/+1
| | | | PHPBB3-13762
* [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-011-2/+0
| | | | PHPBB3-13793
* [ticket/8672] Use fastImageSize in classesMarc Alexander2015-04-241-1/+1
| | | | PHPBB3-8672
* [ticket/8672] Add class for retrieving imagesize without downloadMarc Alexander2015-04-241-0/+3
| | | | | | | | getimagesize() always downloads the complete file before checking the actual image dimensions. This class will be able to do the same without having to download possibly large files. PHPBB3-8672
* Merge pull request #3446 from MateBartus/ticket/13654Tristan Darricau2015-04-161-0/+1
|\ | | | | | | [ticket/13654] Moving reporting into controller
| * [ticket/13654] Moving reporting into controllerMateBartus2015-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving report.php's content into different services and controllers to better comply with the MVC model. Also implementing: * Replacement for reasons_display() * Adding assign_meta_refresh_var() to \controller\helper * Adding separate routes for easy configuration * Updating unit tests to expect to correct results * Add BC tests PHPBB3-13654
* | Merge pull request #3487 from MateBartus/ticket/13697Tristan Darricau2015-04-161-1/+2
|\ \ | |/ |/| | | [ticket/13697] Moving filesystem related functions to filesystem service
| * [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/11768] Restored blank line from develops9e2015-04-021-0/+1
| | | | | | | | PHPBB3-11768
* | [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-1/+1
|/ | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768
* [ticket/13647] Move FAQ page to a controllerJoas Schilling2015-02-221-0/+1
| | | | PHPBB3-13647
* [ticket/13407] Bump minimal version to php 5.3.9Nicofuma2015-02-041-3/+3
| | | | PHPBB3-13407
* [ticket/13407] Introduce a request_stack serviceNicofuma2015-02-041-0/+7
| | | | PHPBB3-13407
* Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-221-0/+4
|
* [ticket/12620] Fix rebaseTristan Darricau2014-11-201-0/+1
| | | | PHPBB3-12620
* [ticket/12620] Adds a yaml config fileTristan Darricau2014-11-201-0/+196
PHPBB3-12620