phpbb/phpBB/phpbb
Andreas Fischer b2a883d504 Merge pull request #2671 from Nicofuma/ticket/12775
[ticket/12775] Replace functions_container with a container_builder class.

* Nicofuma/ticket/12775: (34 commits)
  [ticket/12775] Set dbal.conn.driver as synthetic during installation
  [ticket/12775] Add the definition of dbal.conn in fixtures/config/services.yml
  [ticket/12775] Inject the connection when created in the container
  [ticket/12775] Extract the vars later in install/install_update.php
  [ticket/12775] Rename config_php_handler to config_php_file container_builder
  [ticket/12775] Set defined_vars as a property of config_php_file
  [ticket/12775] Fix doc blocks in the container builder
  [ticket/12775] Remove useless includes of config.php
  [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file class
  [ticket/12775] Fix comments
  [ticket/12775] Update doc blocks
  [ticket/12775] Fix container_builder
  [ticket/12775] Rename config_php to config_php_file
  [ticket/12775] Renamed to \phpbb\di\container_builder
  [ticket/12775] Remove the last include of functions_container
  [ticket/12775] Fix unit tests
  [ticket/12775] Add tests for \phpbb\config_php
  [ticket/12775] Add tests for the container factory
  [ticket/12775] Use a field instead of a local var in load_config_var()
  [ticket/12775] Update container and config in install/
  ...
2014-07-11 11:49:51 +02:00
..
auth Merge remote-tracking branch 'github-nicofuma/ticket/12446' into develop-ascraeus 2014-07-04 21:08:20 +02:00
avatar [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy 2014-06-16 22:35:41 +02:00
cache [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts 2014-06-26 21:09:19 +02:00
config [ticket/12711] Cast values to string such that they are quoted in SQL queries. 2014-06-15 00:21:11 +02:00
console Merge pull request #2669 from Nicofuma/ticket/12777 2014-06-29 23:33:47 +02:00
controller [ticket/12787] Add controller_helper::get_current_url() 2014-07-08 00:04:11 +02:00
cron [ticket/12790] Use \phpbb\db\driver\driver_interface in prune_shadow_topics 2014-07-01 19:46:19 +02:00
db Merge pull request #2711 from n-aleha/ticket/12829 2014-07-11 10:17:03 +02:00
di [ticket/12775] Add the definition of dbal.conn in fixtures/config/services.yml 2014-07-07 01:02:50 +02:00
event [ticket/12782] Add doc block 2014-06-28 14:35:40 +02:00
extension Merge pull request #2673 from nickvergessen/ticket/12783 2014-07-03 14:23:49 +02:00
feed [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset 2014-06-16 19:05:09 +02:00
groupposition [ticket/12715] Cleanup comments in \phpbb\groupposition\* 2014-06-15 19:14:44 +02:00
hook [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
lock [ticket/12715] Cleanup comments in \phpbb\lock\* 2014-06-15 19:14:47 +02:00
log Merge pull request #2672 from Nicofuma/ticket/12782 2014-07-07 20:23:10 +02:00
message [ticket/12723] Add Sniff ensuring PHP files use the correct file header 2014-06-22 00:45:34 +02:00
mimetype [ticket/12715] Cleanup comments in \phpbb\mimetype\* 2014-06-15 19:14:54 +02:00
notification Merge remote-tracking branch 'PayBas/ticket/12608' into develop-ascraeus 2014-06-22 15:44:06 -07:00
passwords [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy 2014-06-16 22:35:41 +02:00
php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
plupload [ticket/12715] Cleanup comments in \phpbb\plupload\* 2014-06-15 19:15:04 +02:00
profilefields Merge pull request #2672 from Nicofuma/ticket/12782 2014-07-07 20:23:10 +02:00
request [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
search [ticket/12515] Remove check for PostgreSQL 8.3+ 2014-07-06 19:31:46 +02:00
template [ticket/12781] Template regex for IF catch too many things 2014-06-27 16:04:56 +02:00
tree [ticket/12715] Cleanup comments in \phpbb\tree\* 2014-06-15 19:15:09 +02:00
class_loader.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
config_php_file.php [ticket/12775] Set defined_vars as a property of config_php_file 2014-07-07 01:02:44 +02:00
content_visibility.php [ticket/12715] Cleanup comments in \phpbb\content_visibility 2014-06-15 19:15:11 +02:00
datetime.php [ticket/12715] Cleanup comments in \phpbb\datetime 2014-06-15 19:15:13 +02:00
error_collector.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
filesystem.php [ticket/12099] Fix clean_path() ".." stripping when previous directory was "." 2014-05-29 23:44:10 +02:00
finder.php [ticket/12508] Fix doc block 2014-06-10 11:47:43 +02:00
json_response.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
pagination.php [ticket/12715] Cleanup comments in \phpbb\pagination 2014-06-15 19:15:16 +02:00
path_helper.php [ticket/12787] Remove one app.php when it's both in $path and $web_root_path 2014-07-05 14:01:14 +02:00
permissions.php [ticket/12782] Use an interface for the phpbb event_dispatcher 2014-06-28 13:19:55 +02:00
recursive_dot_prefix_filter_iterator.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
session.php Merge remote-tracking branch 'github-marc1706/ticket/12352' into develop-ascraeus 2014-06-11 14:27:57 +02:00
symfony_request.php [ticket/12715] Cleanup comments in \phpbb\symfony_request 2014-06-15 19:15:23 +02:00
user.php [ticket/10073] Make contact page available when board is disabled 2014-05-29 02:14:44 +02:00
user_loader.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
version_helper.php [ticket/11366] Force the use of the cache on the list page 2014-05-28 22:18:54 +02:00
viewonline_helper.php [ticket/12834] Correctly match directories in session page 2014-07-08 17:53:32 +02:00