Tristan Darricau
f077b72d0d
Merge pull request #3487 from MateBartus/ticket/13697
...
[ticket/13697] Moving filesystem related functions to filesystem service
2015-04-16 20:44:02 +02: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
Kevin Roy
a875802c06
[ticket/13703] Use correct avatar path for PHPBB_USE_BOARD_URL_PATH
...
This change makes the uploaded avatars use the PHPBB_USE_BOARD_URL_PATH
constant, which is needed when trying to use the get_user_avatar()
function in a listener for index changes.
PHPBB3-13703
2015-04-03 23:04:52 +02:00
Nils Adermann
bad90dafbf
Merge remote-tracking branch 'github-marc1706/ticket/12822' into develop-ascraeus
...
* github-marc1706/ticket/12822:
[ticket/12822] Fix test runs of avatar manager_test
[ticket/12822] Add method for deleting avatars and use confirm_box
[ticket/12822] Remove "None" option from avatar select boxes
2014-08-11 17:37:56 +02:00
Andreas Fischer
076d4ddd7f
[ticket/12941] Fix remaining Sami complaints.
...
PHPBB3-12941
2014-08-09 18:08:49 +02:00
Marc Alexander
4f23bb711c
[ticket/12822] Remove "None" option from avatar select boxes
...
This option is just used for deleting avatars for which we already have
a checkbox.
PHPBB3-12822
2014-08-07 17:28:21 +02:00
Marc Alexander
c22983cbdb
[ticket/11148] Use mimetype guesser for uploaded avatars
...
PHPBB3-11148
2014-06-23 21:39:24 +02:00
Tristan Darricau
09fc008e62
[ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy
...
PHPBB3-12721
2014-06-16 22:35:41 +02:00
Tristan Darricau
569ebd1592
[ticket/12715] Cleanup comments in \phpbb\avatar\driver\*
...
PHPBB3-12715
2014-06-15 16:39:30 +02:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Marc Alexander
0679a403d5
Merge branch 'ticket/8960-olympus' into ticket/8960
...
Conflicts:
phpBB/includes/acp/acp_board.php
2014-04-16 10:11:09 +02:00
Marc Alexander
6618f0ea24
[ticket/11859] Make avatar drivers return template filename
...
The service name might not follow the expected naming scheme which would
cause abnormally long filenames and confusion for authors that might add
more avatar drivers.
PHPBB3-11859
2013-11-27 15:18:42 +01:00
Andreas Fischer
7aa8f6461f
[task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.
...
PHPBB3-11980
2013-10-30 13:05:28 +01:00
Marc Alexander
e1fc008d15
[ticket/11930] Use \phpbb\path_helper for avatar URLs
...
This will ensure that avatars still properly display on extension pages
supplied via app.php.
PHPBB3-11930
2013-10-17 14:20:59 +02:00
Nils Adermann
b95fdacdd3
[ticket/11700] Move all recent code to namespaces
...
PHPBB3-11700
2013-09-16 00:25:27 +02:00
Nils Adermann
7030578bbe
[ticket/11698] Moving all autoloadable files to phpbb/
...
PHPBB3-11698
2013-07-14 01:32:34 -04:00