1e0340b0cf
[ticket/14306] Improves Error display
...
PHPBB3-14306
2016-01-09 18:03:21 +01:00
6594ef8b1e
[ticket/14306] CS and correctly handle exception loop
...
PHPBB3-14306
2016-01-09 15:35:17 +01:00
7f8b6c02c6
[ticket/14306] Update the error message
...
PHPBB3-14306
2016-01-09 15:35:17 +01:00
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
78349ed80f
[ticket/14306] Automatically enable a safe mode when container building fails
...
PHPBB3-14306
2016-01-09 15:35:17 +01:00
f6524f4902
Merge branch '3.1.x'
2016-01-08 18:22:40 +01:00
1f16421782
Merge pull request #4114 from marc1706/ticket/14396
...
[ticket/14396] Use VCHAR_UNI and correct depends_on() version
2016-01-08 18:22:00 +01:00
c6c7730e04
Merge branch '3.1.x'
2016-01-08 17:57:05 +01:00
a7648b0eaa
[ticket/14397] Fix @since tag in event 'core.ucp_prefs_view_after'
...
PHPBB3-14397
2016-01-08 17:04:18 +01:00
9fe8d05d5b
[ticket/14396] Use VCHAR_UNI and correct depends_on() version
...
PHPBB3-14396
2016-01-08 16:55:40 +01:00
0028ed3e95
Merge branch '3.1.x'
...
Conflicts:
phpBB/styles/subsilver2/template/ucp_prefs_personal.html
2016-01-08 16:39:33 +01:00
2ab7b12419
Merge pull request #4112 from marc1706/ticket/13180
...
[ticket/13180] Increase dateformat field size
2016-01-08 16:39:03 +01:00
b6fee9f536
Merge branch '3.1.x'
2016-01-08 16:06:46 +01:00
ae18f8b27c
Merge pull request #3924 from Senky/ticket/14190
...
[ticket/14190] Add core.ucp_prefs_view_after event
2016-01-08 15:51:53 +01:00
a339b9e84f
[ticket/13180] Increase dateformat field size
...
remove empty line as marc1706 guided
PHPBB3-13180
2016-01-07 20:03:35 +01:00
678ca5dcdc
[ticket/13180] Increase dateformat field size
...
[ticket/13180] Increase dateformat field size
change field size to 64 in these files
add new migration file to update the database schema
PHPBB3-13180
2016-01-07 17:36:02 +01:00
d3ca327f2c
Merge branch '3.1.x'
...
Conflicts:
phpBB/styles/prosilver/template/viewtopic_body.html
phpBB/styles/subsilver2/template/viewtopic_body.html
2016-01-07 16:28:44 +01:00
a7058d968f
Merge pull request #4079 from rxu/ticket/14356
...
[ticket/14356] Add template events to viewtopic around back2top link
2016-01-07 16:26:16 +01:00
ca04f61b8a
Merge pull request #4000 from Elsensee/ticket/14250
...
[ticket/14250] Review/bump dependencies
2016-01-07 13:56:42 +01:00
529880f911
[ticket/14250] Added symfony/debug as requirement
...
PHPBB3-14250
2016-01-06 16:06:27 +01:00
d0adbe94d5
Merge branch '3.1.x'
...
Conflicts:
phpBB/includes/mcp/mcp_main.php
2016-01-06 13:31:15 +01:00
e75c04f02a
Merge pull request #4109 from marc1706/ticket/14343
...
[ticket/14343] Added missing $phpbb_dispatcher
2016-01-06 13:30:20 +01:00
ea6bcdff52
Merge branch '3.1.x'
2016-01-06 13:26:23 +01:00
11b79fec4d
Merge pull request #4105 from marc1706/ticket/14387
...
[ticket/14387] Allow extending avatars by extensions in ACP
2016-01-06 13:26:19 +01:00
59481da9da
[ticket/14386] Use of sys_get_temp_dir()
...
PHPBB3-14386
2016-01-06 13:16:03 +01:00
a021956644
[ticket/14343] Added missing $phpbb_dispatcher
...
PHPBB3-14343
2016-01-06 11:38:22 +01:00
e45ba44754
[ticket/14250] Update symfony dev-requirements to stable
...
PHPBB3-14250
2016-01-05 19:12:18 +01:00
d90509bb31
[ticket/14250] Replace abandoned guzzle packages
...
PHPBB3-14250
2016-01-04 03:55:18 +01:00
b9acf83653
[ticket/14250] Track version numbers instead of commit id
...
PHPBB3-14250
2016-01-04 03:47:38 +01:00
0e94693089
[ticket/14250] Fix composer.json
...
Symfony dependencies that aren't required by phpBB itself but by
one of its dependencies are now forced to be 2.8 LTS again.
PHPBB3-14250
2016-01-04 03:44:33 +01:00
8ed59fb82a
[ticket/14250] Change token_storage class to fit changed interface
...
PHPBB3-14250
2016-01-04 03:38:28 +01:00
e738dad729
[ticket/14250] Review/bump dependencies
...
PHPBB3-14250
2016-01-04 03:33:42 +01:00
73ca420029
[ticket/14386] Use of sys_get_temp_dir()
...
PHPBB3-14386
2016-01-03 10:01:00 +01:00
917c864bbf
[ticket/14387] Extend avatar-driver by extension in ACP not possible
...
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them directly when required.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension. Simplified manager
interface by reducing unneeded methods.
PHPBB3-14387
2016-01-02 17:16:23 +01:00
06f4b6926b
[ticket/14387] Extend avatar-driver by extension in ACP not possible
...
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them within the manager method.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension.
PHPBB3-14387
2016-01-02 17:16:14 +01:00
14dc274e9e
[ticket/14387] Extend avatar-driver by extension in ACP not possible
...
Create a driver method to provide the driver config name, and use it
within the manager method. Default driver config name is the same as now.
But new drivers are able to override the config name with their own.
PHPBB3-14387
2016-01-02 17:16:03 +01:00
0efbb78afa
Merge branch '3.1.x'
2015-12-26 22:10:41 +01:00
bb5a171674
[ticket/14303] Use UTF8 quotes in app.php lang file
...
PHPBB3-14303
2015-12-26 08:14:33 +01:00
5e8105a1cd
[ticket/14371] Small fix for the quick links alignment
...
PHPBB3-14371
2015-12-24 14:00:34 +01:00
b1e4a3e1b7
Merge pull request #4094 from Nicofuma/ticket/14377
...
[ticket/14377] Allow extensions to register compiler pass
2015-12-23 19:27:19 +01:00
6a4e296c43
Merge branch '3.1.x'
...
Conflicts:
phpBB/styles/subsilver2/template/memberlist_im.html
2015-12-23 13:32:44 +01:00
84ed888cb9
Merge pull request #4084 from exussum12/ticket/14046
...
[ticket/14046] Jabber message incorrect
2015-12-23 13:32:23 +01:00
84171c5776
[ticket/14380] Maintain consistent template var paths in 3.2 installer
...
PHPBB3-14380
2015-12-22 21:52:05 +01:00
c02fc0f63f
[ticket/14378] Use consistent template variable paths
...
PHPBB3-14378
2015-12-22 20:02:44 +01:00
d033597c5d
Merge branch '3.1.x'
...
Conflicts:
phpBB/adm/style/installer_footer.html
2015-12-22 19:51:21 +01:00
d44e34aa14
[ticket/14377] Allow extensions to register compiler pass
...
PHPBB3-14377
2015-12-22 18:48:49 +01:00
1654caf34b
[ticket/14374] Update dynamic fallback jquery CDN script tag
...
PHPBB3-14374
2015-12-22 09:29:29 -08:00
2fe81c1ccb
[ticket/14373] Do not pass arrays to strpos()
...
PHPBB3-14373
2015-12-20 22:20:56 +01:00
c2a5411dcb
Merge pull request #4076 from Nicofuma/ticket/14177
...
[ticket/14177] Uses Symfony's Debug ErrorHandler in development environment
2015-12-20 12:59:23 +01:00
96bd531701
Merge pull request #4087 from VSEphpbb/ticket/14368
...
[ticket/14368] Fix color of post editor input boxes
2015-12-20 11:03:44 +01:00