Rubén Calvo
b43268e8fc
[ticket/15311] Move get_temp_dir to another service
...
PHPBB3-15311
2018-05-30 23:56:56 +02:00
Rubén Calvo
d156bf3757
[ticket/15311] Fix code style
...
PHPBB3-15311
2018-05-23 22:46:22 +02:00
Rubén Calvo
6b6c02aa7f
[ticket/15311] Fix variable
...
PHPBB3-15311
2018-05-16 23:27:56 +02:00
Rubén Calvo
01a8487244
[ticket/15311] Use cache directory if can't use system temp
...
PHPBB3-15311
2018-05-16 23:27:56 +02:00
Rubén Calvo
9ff25b5970
[ticket/15253] Replace realpath with helper
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Rubén Calvo
b1755d9dac
[ticket/15253] Update imports
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Rubén Calvo
603a8c51da
[ticket/15253] Move storage helper to filesystem
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Rubén Calvo
ecb79539f4
[ticket/15253] Use storage helper methods instead of filesystem methods
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
rxu
797234e416
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2017-07-17 16:57:00 +07:00
rxu
0d2c8b5961
[ticket/13814] Prevent phpbb_is_writable() method from truncating files
...
phpbb_is_writable() of filesystem class uses 'w' mode to fopen files
which causes checked files to be truncated. Use the 'c' mode instead.
PHPBB3-13814
2015-05-04 16:53:27 +07: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