hubaishan
c7631635fa
[ticket/15791] php 7.2 count() bug in memory cache driver
...
function `_read` in classes inherted from `memory`
may returns `false` but `$vars` must be an array
PHPBB3-15791
2018-09-16 06:38:58 +03:00
Marc Alexander
b0d55a69c7
Merge pull request #5325 from hubaishan/ticket/15612
...
[ticket/15612] Fix PHP7.2 count() bug in MSSQL driver
2018-09-15 17:22:37 +02:00
Tristan Darricau
88f897bc86
Merge pull request #5350 from Elsensee/ticket/15767
...
[ticket/15767] Fix effictively_installed condition for oauth_tokens
2018-09-15 17:05:09 +02:00
Derky
bb20a88748
Merge pull request #5352 from senky/ticket/15744-2
...
[ticket/15744] Remove useless sql_freeresults
2018-09-15 12:59:57 +02:00
Jakub Senko
271c9d34dc
[ticket/15744] Remove useless sql_freeresults
...
PHPBB3-15744
2018-09-13 17:49:24 +02:00
Oliver Schramm
9090ddcfb6
[ticket/15767] Fix effictively_installed condition for oauth_tokens
...
PHPBB3-15767
2018-09-13 15:19:11 +02:00
Marc Alexander
2c9d49bf09
Merge branch 'prep-release-3.2.3' into 3.2.x
2018-09-09 12:00:28 +01:00
Marc Alexander
ecfd067f37
[prep-release-3.2.3] Add 3.2.3 migration
2018-08-26 14:47:24 +02:00
hubaishan
b0b70589a2
[ticket/15612] Fix PHP7.2 count() bug in MSSQL driver
...
sqlsrv_fetch_array() function returns an array when data found,
null when no data or false on error. So we need to change null to false only.
PHPBB3-15612
2018-08-25 16:17:55 +03:00
Marc Alexander
1810688d0c
Merge branch 'prep-release-3.2.3' into 3.2.x
2018-08-02 21:40:42 +02:00
Marc Alexander
75c082e605
[prep-release-3.2.3] Add migration for 3.2.3-RC2
2018-07-30 21:29:19 +02:00
Marc Alexander
1e6a37431b
Merge branch 'prep-release-3.2.3' into 3.2.x
2018-07-30 13:57:02 +02:00
Jakub Senko
8276b3d337
[ticket/11847] Add depends_on() to auth_provider_oauth
...
PHPBB3-11847
2018-07-30 11:37:37 +02:00
Tristan Darricau
3d9ae6186f
Merge pull request #5244 from OxCom/ticket/15678
...
[ticket/15678] Fix build and cache flow for container
* github.com:/phpbb/phpbb:
[ticket/15678] Fix build and cache flow for container
2018-07-08 18:46:33 +02:00
Tristan Darricau
7f76d91128
Merge pull request #5249 from senky/ticket/15659
...
[ticket/15659] Fix retrieve_block_vars()
* github.com:/phpbb/phpbb:
[ticket/15659] Fix retrieve_block_vars()
2018-07-08 18:43:16 +02:00
Tristan Darricau
71905e50e8
Merge pull request #5250 from senky/ticket/15666
...
[ticket/15666] Language system is not fully supported in Twig
* github.com:/phpbb/phpbb:
[ticket/15666] Fix array key in twig lang() call
2018-07-08 18:42:26 +02:00
Tristan Darricau
bdd384aa37
Merge pull request #5254 from senky/ticket/15620
...
[ticket/15620] Use separate local avatar cache file for every lang
* github.com:/phpbb/phpbb:
[ticket/15620] Use separate local avatar cache file for every lang
2018-07-08 18:40:22 +02:00
Tristan Darricau
e7ad97de3a
Merge pull request #5257 from senky/ticket/15651
...
[ticket/15651] Remove unnecessary condition
* github.com:/phpbb/phpbb:
[ticket/15651] Remove unnecessary condition
2018-07-08 18:38:13 +02:00
Tristan Darricau
e680d46865
Merge pull request #5260 from senky/ticket/15696
...
[ticket/15696] 'if' module tool should support calling other tools
* github.com:/phpbb/phpbb:
[ticket/15696] Add tests
[ticket/15696] Add support of other tools to 'if'
2018-07-08 18:36:10 +02:00
Tristan Darricau
5542070169
Merge pull request #5198 from kasimi/ticket/15637
...
[ticket/15637] Extract multi-line PHP event descriptions
* github.com:/phpbb/phpbb:
[ticket/15637] Remove trailing space from description
[ticket/15637] Preserve line breaks in event descriptions
[ticket/15637] Updated test fixture to include complete event description
[ticket/15637] Remove trailing space from description
[ticket/15637] Fixed removing white-spaces from description line
[ticket/15637] Extract all lines before the first @tag
[ticket/15637] Extract multi-line PHP event descriptions
2018-07-08 18:14:20 +02:00
Tristan Darricau
777443d95c
Merge pull request #5157 from kasimi/ticket/15583
...
[ticket/15583] Update session time in AJAX request only once a minute
* github.com:/phpbb/phpbb:
[ticket/15583] Update session time in AJAX request only once a minute
[ticket/15583] Update session time in AJAX request only once a minute
2018-07-08 18:06:16 +02:00
kasimi
eedcb3bbe1
[ticket/15637] Remove trailing space from description
...
PHPBB3-15637
2018-07-07 22:41:40 +02:00
kasimi
245f4df47c
[ticket/15637] Preserve line breaks in event descriptions
...
PHPBB3-15637
2018-07-07 21:25:43 +02:00
kasimi
83a8280554
[ticket/15637] Remove trailing space from description
...
PHPBB3-15637
2018-07-07 20:12:35 +02:00
kasimi
1c8570d0f5
[ticket/15637] Fixed removing white-spaces from description line
...
PHPBB3-15637
2018-07-07 16:10:23 +02:00
kasimi
21faf69d31
[ticket/15637] Extract all lines before the first @tag
...
PHPBB3-15637
2018-07-07 16:09:29 +02:00
Jakub Senko
b5daa91650
[ticket/15659] Fix retrieve_block_vars()
...
PHPBB3-15659
2018-07-07 15:46:24 +02:00
Marc Alexander
0925a22062
Merge pull request #5233 from rxu/ticket/15678
...
[ticket/15678] Fix PHP warning in filesystem.php
2018-06-20 22:08:37 +02:00
Jakub Senko
1afc0673dd
[ticket/15696] Add support of other tools to 'if'
...
PHPBB3-15696
2018-06-19 07:49:21 +02:00
Jakub Senko
6fdb7486ad
[ticket/15651] Remove unnecessary condition
...
module.remove internally check if the module exists
PHPBB3-15651
2018-06-18 17:31:10 +02:00
Jakub Senko
4544f5212c
[ticket/15620] Use separate local avatar cache file for every lang
...
PHPBB3-15620
2018-06-18 13:10:19 +02:00
Jakub Senko
52f5e54d8a
[ticket/15666] Fix array key in twig lang() call
...
PHPBB3-15666
2018-06-18 11:56:05 +02:00
Marc Alexander
ff171f3a3b
Merge pull request #5158 from kasimi/ticket/15586
...
[ticket/15586] Fixed adding module the automatic way without specifying modes
2018-06-17 11:35:08 +02:00
Andrii Afanasiev
7b44e2c791
[ticket/15678] Fix build and cache flow for container
...
1. During procedure of building container we have to check both required files
in cache: container_* and autoload_*. This files should be "fresh" and if one
of the does not exist then we have to build it and put into a cache one more
time.
2. Fix typo 'posic_getuid' does not exist, so $php_uid is alwasy was false.
PHPBB3-15678
2018-06-15 09:09:07 +02:00
kasimi
8283f2393a
[ticket/15583] Update session time in AJAX request only once a minute
...
PHPBB3-15583
2018-06-06 10:40:29 +02:00
rxu
bd91b6be87
[ticket/15678] Fix PHP warning in filesystem.php
...
PHPBB3-15678
2018-06-01 22:51:53 +07:00
Rubén Calvo
cc4a68f32a
[ticket/15504] Fix warning message
...
PHPBB3-15504
2018-05-25 00:34:31 +02:00
kasimi
0aea8ecd83
[ticket/15637] Extract multi-line PHP event descriptions
...
PHPBB3-15637
2018-04-15 18:46:44 +02:00
Marc Alexander
364407ab59
Merge pull request #5163 from VSEphpbb/ticket/15595
...
[ticket/15595] Fix module exists tool when ignoring parent check
2018-03-26 20:22:16 +02:00
Matt Friedman
d7db5d366b
[ticket/15595] Fix module exists tool when parent is false
...
PHPBB3-15595
2018-03-19 16:45:44 -07:00
kasimi
2d5fe90ed5
[ticket/15586] Fixed adding module the automatic way without specifying modes
...
PHPBB3-15586
2018-03-11 15:28:49 +01:00
kasimi
85eceeccbe
[ticket/15583] Update session time in AJAX request only once a minute
...
PHPBB3-15583
2018-03-09 23:51:06 +01:00
Marc Alexander
747ed95678
[prep-release-3.2.3] Add migration for 3.2.3-RC1
2018-02-28 21:32:52 +01:00
Marc Alexander
5cdefdde2e
Merge pull request #5146 from kasimi/ticket/15570
...
[ticket/15570] Allow file downloader to use TLS greater than 1.0
2018-02-28 21:02:58 +01:00
kasimi
488de11493
[ticket/15570] Allow file downloader to use TLS greater than 1.0
...
PHPBB3-15570
2018-02-25 10:25:33 +01:00
Marc Alexander
50cf6443b9
Merge pull request #5131 from kasimi/ticket/15561
...
[ticket/15561] Add events for adding columns to search index
2018-02-22 20:34:24 +01:00
Marc Alexander
cf517509c8
Merge pull request #5133 from rubencm/ticket/15563
...
[ticket/15563] Check if database file is writable only if exists
2018-02-22 20:06:49 +01:00
Marc Alexander
4b0a04b109
Merge pull request #5138 from senky/ticket/15559
...
[ticket/15559] Fix wrongly assigned uid and bitfield
2018-02-22 19:49:00 +01:00
Marc Alexander
f17bd9e1e0
Merge pull request #5094 from JoshyPHP/ticket/15518
...
[ticket/15518] Add a setting to toggle permission checks for pms in viewtopic
2018-02-21 21:14:00 +01:00
Marc Alexander
89e29bb846
Merge pull request #5118 from FH3095/patch-1
...
[ticket/15520] sql_build_query build subquery
2018-02-21 19:05:56 +01:00