Marc Alexander
|
a4d67c55d9
|
[ticket/14957] Make sure config_php_file is set before injecting
PHPBB3-14957
|
2017-01-03 22:53:18 +01:00 |
|
Marc Alexander
|
9f149e345b
|
Merge branch 'ticket/14957' into ticket/14957-rhea
|
2017-01-03 22:22:46 +01:00 |
|
Marc Alexander
|
ff411ee81b
|
[ticket/14957] Do not use method return in write context
Fix for PHP 5.3.x compatibility.
PHPBB3-14957
|
2017-01-03 21:53:14 +01:00 |
|
Marc Alexander
|
072bf470fc
|
Merge branch 'ticket/14957' into ticket/14957-rhea
|
2017-01-03 21:41:36 +01:00 |
|
Marc Alexander
|
14fd750b08
|
[ticket/14957] Do not cache database config entries
PHPBB3-14957
|
2017-01-03 21:29:30 +01:00 |
|
Marc Alexander
|
5f56e9025b
|
[ticket/14891] Remove unused use statements
PHPBB3-14891
|
2016-12-09 09:33:21 +01:00 |
|
Marc Alexander
|
7fedc19cc4
|
[ticket/14891] Use own proxy instantiator for open_basedir compatibility
Also reverted random_compat lib to 1.4.x.
PHPBB3-14891
|
2016-12-09 08:17:51 +01:00 |
|
Máté Bartus
|
4c257d47a6
|
Merge pull request #4236 from Nicofuma/ticket/13616
[ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexer
|
2016-04-13 10:11:24 +02:00 |
|
Tristan Darricau
|
7bf8006b67
|
[ticket/14198] Use the build option to calculate the container cache filename
PHPBB3-14198
|
2016-04-04 21:32:46 +02:00 |
|
Tristan Darricau
|
5cdbef860d
|
[ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexer
PHPBB3-13616
|
2016-04-03 16:22:07 +02:00 |
|
Tristan Darricau
|
56c2caf6c0
|
[ticket/14555] Uniformize cache directory usages
PHPBB3-14555
|
2016-03-24 09:15:34 +01:00 |
|
Mark Shaw
|
632418ad6e
|
[ticket/14489] Fix bug where extension custom compiler pass cannot be found.
This is returning an extra / on my machine which throws off the next code block, and then the class can't be found.
PHPBB3-14489
|
2016-02-18 23:56:53 -05:00 |
|
Tristan Darricau
|
cc38bf550b
|
[ticket/14129] Caches extensions autoloaders
PHPBB3-14129
|
2016-01-26 22:13:26 +01:00 |
|
Tristan Darricau
|
6594ef8b1e
|
[ticket/14306] CS and correctly handle exception loop
PHPBB3-14306
|
2016-01-09 15:35:17 +01:00 |
|
Tristan Darricau
|
7f8b6c02c6
|
[ticket/14306] Update the error message
PHPBB3-14306
|
2016-01-09 15:35:17 +01:00 |
|
Tristan Darricau
|
761fa9da52
|
[ticket/14306] Doesn't try to build a "safe" container in the dev env
PHPBB3-14306
|
2016-01-09 15:35:17 +01:00 |
|
Tristan Darricau
|
78349ed80f
|
[ticket/14306] Automatically enable a safe mode when container building fails
PHPBB3-14306
|
2016-01-09 15:35:17 +01:00 |
|
Tristan Darricau
|
d44e34aa14
|
[ticket/14377] Allow extensions to register compiler pass
PHPBB3-14377
|
2015-12-22 18:48:49 +01:00 |
|
Mate Bartus
|
8f5a0ad6f7
|
[ticket/14039] Revamp updater
PHPBB3-14039
|
2015-10-17 23:05:57 +02:00 |
|
Nicofuma
|
8e5e954438
|
[ticket/13645] Move the feeds to controllers
PHPBB3-13645
|
2015-08-23 22:36:10 +02:00 |
|
Andreas Fischer
|
9296c75738
|
Merge branch '3.1.x'
* 3.1.x:
[ticket/13903] Replacing regexp path naming for container by md5.
Conflicts:
phpBB/phpbb/di/container_builder.php
|
2015-06-16 20:06:28 +02:00 |
|
Wardormeur
|
08a6f663de
|
[ticket/13903] Replacing regexp path naming for container by md5.
Replacement of the path creation based on a blacklist by a md5 filename to
support broader configurations
PHPBB3-13903
|
2015-06-16 18:29:41 +02:00 |
|
Nicofuma
|
2b25c5bd35
|
[ticket/13770] Use dummy cache driver
PHPBB3-13770
|
2015-05-14 23:04:27 +02:00 |
|
Nicofuma
|
02af9385a1
|
[ticket/13770] Fix tests
PHPBB3-13770
|
2015-05-14 23:04:23 +02:00 |
|
Tristan Darricau
|
549fe66d90
|
[ticket/13770] Update tests
PHPBB3-13770
|
2015-05-14 23:04:18 +02:00 |
|
Tristan Darricau
|
c96e7ef171
|
[ticket/13770] Wither interface for container_builder
PHPBB3-13770
|
2015-05-14 23:04:03 +02:00 |
|
Tristan Darricau
|
de5a5c41f8
|
[ticket/13768] Fix deprecations
PHPBB3-13768
|
2015-04-19 17:41:29 +02:00 |
|
MateBartus
|
4bdef6fd21
|
[ticket/13697] Moving filesystem related functions to filesystem service
* 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
|
2015-04-16 13:24:10 +02:00 |
|
Tristan Darricau
|
677b5b2cd4
|
[ticket/12620] Fix rebase
PHPBB3-12620
|
2014-11-20 23:15:49 +01:00 |
|
Tristan Darricau
|
0a1db77ea8
|
[ticket/12620] Add a test using a custom DI extension in an extension
PHPBB3-12620
|
2014-11-20 21:01:03 +01:00 |
|
Tristan Darricau
|
acc91a2bbf
|
[ticket/12620] Use the container to get the environment name
PHPBB3-12620
|
2014-11-20 21:01:01 +01:00 |
|
Tristan Darricau
|
0b61e3540d
|
[ticket/12620] Fix tests
PHPBB3-12620
|
2014-11-20 20:59:55 +01:00 |
|
Tristan Darricau
|
3a167aa0c3
|
[ticket/12620] Creates one di extension per phpBB extension
PHPBB3-12620
|
2014-11-20 20:59:51 +01:00 |
|
Tristan Darricau
|
6cbb60d13f
|
[ticket/12620] Adds a yaml config file
PHPBB3-12620
|
2014-11-20 20:59:48 +01:00 |
|
Tristan Darricau
|
aa061aa7c9
|
[ticket/12620] Uses a cache directory per environment
PHPBB3-12620
|
2014-11-20 20:59:34 +01:00 |
|
Tristan Darricau
|
c988b98ac6
|
[ticket/13061] Replace the service event.subscriber_loader by a compiler pass
PHPBB3-13061
|
2014-09-13 14:34:18 +02:00 |
|
Oliver Schramm
|
1ee7df57ae
|
[ticket/12855] Dump the container based on DEBUG_CONTAINER instead of DEBUG
PHPBB3-12855
|
2014-07-15 22:58:28 +02:00 |
|
Tristan Darricau
|
e2cbaf4f1a
|
[ticket/12775] Add the definition of dbal.conn in fixtures/config/services.yml
PHPBB3-12775
|
2014-07-07 01:02:50 +02:00 |
|
Tristan Darricau
|
5b11ee8c97
|
[ticket/12775] Inject the connection when created in the container
PHPBB3-12775
|
2014-07-07 01:02:49 +02:00 |
|
Tristan Darricau
|
6c57fbecac
|
[ticket/12775] Rename config_php_handler to config_php_file container_builder
PHPBB3-12775
|
2014-07-07 01:02:46 +02:00 |
|
Tristan Darricau
|
35c0b6d77a
|
[ticket/12775] Fix doc blocks in the container builder
PHPBB3-12775
|
2014-07-07 01:02:43 +02:00 |
|
Tristan Darricau
|
ed812a9dfb
|
[ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file class
PHPBB3-12775
|
2014-07-07 01:02:40 +02:00 |
|
Tristan Darricau
|
98e8be966b
|
[ticket/12775] Fix comments
PHPBB3-12775
|
2014-07-07 01:02:39 +02:00 |
|
Tristan Darricau
|
f2e8e928c0
|
[ticket/12775] Fix container_builder
PHPBB3-12775
|
2014-07-07 01:02:36 +02:00 |
|
Tristan Darricau
|
2db160ff87
|
[ticket/12775] Rename config_php to config_php_file
PHPBB3-12775
|
2014-07-07 01:02:34 +02:00 |
|
Tristan Darricau
|
40937e21c5
|
[ticket/12775] Renamed to \phpbb\di\container_builder
PHPBB3-12775
|
2014-07-07 01:02:33 +02:00 |
|