Tristan Darricau
1bf9d4815d
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15340] Update plupload to version 2.3.3
2017-09-07 14:19:26 +02:00
Tristan Darricau
c1b00896b4
Merge pull request #4922 from DavidIQ/ticket/15340
...
[ticket/15340] Update plupload to version 2.3.3
* github.com:phpbb/phpbb:
[ticket/15340] Update plupload to version 2.3.3
2017-09-07 14:19:24 +02:00
Tristan Darricau
d4f56b7409
Merge pull request #4923 from hanakin/ticket/15344
...
[ticket/15344] update and fix stylelint
* github.com:phpbb/phpbb:
[ticket/15344] update stylelint and fix issues
2017-09-07 14:16:32 +02:00
Máté Bartus
60dba82e1d
Merge branch '3.2.x'
2017-09-07 14:13:58 +02:00
Máté Bartus
384ece3621
Merge pull request #4924 from rubencm/ticket/15346
...
[ticket/15346] Check if extension is enableable during install
2017-09-07 14:12:18 +02:00
Máté Bartus
9c0bb4afb5
Merge pull request #4927 from rubencm/ticket/15349
...
[ticket/15349] Check if an extension if enableable before enable with CLI
2017-09-07 14:08:14 +02:00
Máté Bartus
6459bcf98f
Merge branch '3.2.x'
2017-09-07 14:07:26 +02:00
Rubén Calvo
bf289de26f
[ticket/15349] Return 1 instead of 2 in case of error
...
PHPBB3-15346
2017-09-07 12:56:39 +02:00
Rubén Calvo
aa23af38d4
[ticket/15349] Check if extension is enableable before enable
...
PHPBB3-15346
2017-09-07 12:56:29 +02:00
Marc Alexander
a6fb569fa9
Merge branch '3.2.x'
2017-09-06 19:07:35 +02:00
Marc Alexander
1084b91b66
Merge pull request #4926 from JoshyPHP/ticket/15348
...
[ticket/15348] Ignore smilies that are immediately followed by a word
2017-09-06 19:07:25 +02:00
JoshyPHP
837dc9b3a7
[ticket/15348] Ignore smilies that are immediately followed by a word
...
PHPBB3-15348
2017-09-06 03:35:26 +02:00
Rubén Calvo
d99dbf1f0e
[ticket/15346] Add log message if extension is not enableable
...
PHPBB3-15346
2017-09-05 18:48:02 +02:00
Rubén Calvo
e854e5b71f
[ticket/15346] Check if extension is enableable during install
...
PHPBB3-15346
2017-09-03 17:53:10 +02:00
Michael Miday
30fa0c9474
[ticket/15344] update stylelint and fix issues
...
PHPBB3-15344
2017-09-02 15:44:47 -04:00
David Colón
638f0ff248
[ticket/15340] Update plupload to version 2.3.3
2017-08-31 10:16:03 -04:00
Tristan Darricau
d8fb94245f
Merge pull request #4893 from rubencm/ticket/15305
...
[ticket/15305] Add streams for storage
* github.com:phpbb/phpbb:
[ticket/15305] Update phpdoc
[ticket/15305] Remove not_implemented exception
[ticket/15305] Close stream before throwing an exception
[ticket/15305] Update annotations
[ticket/15305] Remove not_implemented exception in streams
[ticket/15305] Use streams in filespec
[ticket/15305] Throw exception if stream_copy_to_stream() fail
[ticket/15305] Use php://temp stream instead of tmpfile()
[ticket/15305] Revert open in w+b mode
[ticket/15305] Fix typo
[ticket/15305] Open file in w+b mode
[ticket/15305] Open file in binary mode
[ticket/15305] Simulate streams if they are not implemented
[ticket/15305] Use an aditional interface for streams
[ticket/15305] Fix streams
[ticket/15305] Add tests
[ticket/15305] Update PHPDoc
[ticket/15305] Add streams
2017-08-25 15:28:37 +02:00
Rubén Calvo
89bb359361
[ticket/15305] Update phpdoc
...
PHPBB3-15305
2017-08-25 15:11:21 +02:00
Rubén Calvo
6c3756a1b3
[ticket/15305] Remove not_implemented exception
...
PHPBB3-15305
2017-08-24 17:42:31 +02:00
Rubén Calvo
0ec50e9055
[ticket/15305] Close stream before throwing an exception
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
b311bb6411
[ticket/15305] Update annotations
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
dbd80a950a
[ticket/15305] Remove not_implemented exception in streams
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
55f3452e2d
[ticket/15305] Use streams in filespec
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
d89df35959
[ticket/15305] Throw exception if stream_copy_to_stream() fail
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
98ad1e4971
[ticket/15305] Use php://temp stream instead of tmpfile()
...
The tmpfile() return a file resource, but is not in binary mode.
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
4a4e5d13b1
[ticket/15305] Revert open in w+b mode
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
e87daeb952
[ticket/15305] Fix typo
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
9d8e0080b9
[ticket/15305] Open file in w+b mode
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
c28100be1c
[ticket/15305] Open file in binary mode
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
b9e22b4da4
[ticket/15305] Simulate streams if they are not implemented
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
c93c2d4007
[ticket/15305] Use an aditional interface for streams
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
cd2bae63cb
[ticket/15305] Fix streams
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
9b7a5fc2a5
[ticket/15305] Add tests
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
dedd7648cd
[ticket/15305] Update PHPDoc
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Rubén Calvo
8ffb14b305
[ticket/15305] Add streams
...
PHPBB3-15305
2017-08-23 17:18:53 +02:00
Tristan Darricau
c17db782f8
Merge pull request #4917 from vinny/ticket/15336
...
[ticket/15336] Fix travis fail in bidi.css
* github.com:phpbb/phpbb:
[ticket/15336] Fix travis fail in bidi.css
2017-08-23 14:52:04 +02:00
Vinny
9fc4052697
[ticket/15336] Fix travis fail in bidi.css
...
PHPBB3-15336
2017-08-23 04:17:33 -03:00
Marc Alexander
52d356da88
Merge branch '3.2.x'
2017-08-13 16:15:43 +02:00
Marc Alexander
1e605efaf1
Merge pull request #4877 from JoshyPHP/ticket/15291
...
[ticket/15291] Allow short array notation in event declarations
2017-08-13 16:15:39 +02:00
Marc Alexander
5519bf05f1
Merge branch '3.2.x'
2017-08-13 16:10:30 +02:00
Marc Alexander
46684228d5
Merge pull request #4898 from rxu/ticket/15314
...
[ticket/15314] Fix convert class constructor
2017-08-13 16:10:26 +02:00
Marc Alexander
53a0c8a4e0
Merge branch '3.2.x'
2017-08-13 16:06:03 +02:00
Marc Alexander
7747d79e31
Merge pull request #4901 from id-tarzanych/ticket/15319
...
[ticket/15319] Add IF EXISTS to Postgres DROP SEQUENCE query
2017-08-13 16:05:59 +02:00
Marc Alexander
cdd58d997b
Merge branch '3.2.x'
2017-08-13 15:59:46 +02:00
Marc Alexander
d676ca12ab
Merge pull request #4884 from hubaishan/ticket/15297
...
[ticket/15297] Fix current date broken lines
2017-08-13 15:59:40 +02:00
Serge Skripchuk
3aac61cfa7
[ticket/15319] Add IF EXISTS to Postgres DROP SEQUENCE query
2017-08-13 15:33:04 +03:00
rxu
f7249f8839
[ticket/15314] Fix convert class constructor
...
PHPBB3-15314
2017-08-11 01:44:59 +07:00
Tristan Darricau
5e97463651
Merge branch '3.2.x'
...
* 3.2.x:
[PHPBB3-15247] Add support for php v7 APCu cache API
2017-08-06 12:07:53 +02:00
Tristan Darricau
d9a5c8e918
Merge pull request #4861 from v12mike/PHPBB3-15247
...
[PHPBB3-15247] Add support for php v7 APCu cache API
* github.com:phpbb/phpbb:
[PHPBB3-15247] Add support for php v7 APCu cache API
2017-08-06 12:07:52 +02:00
Tristan Darricau
6cdf94197f
Merge pull request #4871 from javiexin/ticket/15274
...
[ticket/15274] Allow "custom" migrations to use parameters
* github.com:phpbb/phpbb:
[ticket/15274] Allow "custom" migrations to use parameters
[ticket/15274] Allow "custom" migrations to use parameters
2017-08-06 12:04:07 +02:00