Marc Alexander
d2c5c65682
Merge branch '3.2.x'
2018-09-16 17:15:29 +02:00
Marc Alexander
a505a3adf9
Merge pull request #5309 from Zoddo/ticket/15737
...
[ticket/15737] Add $user_rows to core.delete_user_before
2018-09-16 17:15:24 +02:00
Marc Alexander
d80b208a4b
Merge pull request #5303 from senky/ticket/11838
...
[ticket/11838] OAuth registration from ucp_register
2018-09-16 13:26:19 +02:00
Marc Alexander
ca408a899c
Merge branch '3.2.x'
2018-09-16 13:15:05 +02:00
Marc Alexander
3e85190798
Merge pull request #5305 from MikelAlejoBR/ticket/15733
...
[ticket/15733] Remove unused code related to deprecated flood control
2018-09-16 13:14:59 +02:00
Marc Alexander
e7b7c66c77
Merge pull request #5248 from rubencm/ticket/15692
...
[ticket/15692] Move checks if file exists from adapter to storage
2018-09-16 13:05:35 +02:00
Marc Alexander
9ab4e3b958
Merge pull request #5288 from rubencm/ticket/15413
...
[ticket/15413] Login redirect to previous page
2018-09-16 11:36:51 +02:00
Marc Alexander
62e191826d
Merge branch '3.2.x'
2018-09-16 11:27:11 +02:00
Marc Alexander
eb5d61044c
Merge pull request #5160 from kasimi/ticket/15590
...
[ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
2018-09-16 11:27:03 +02:00
Derky
5367c09ec0
Merge branch '3.2.x'
2018-09-14 14:43:48 +02:00
Derky
1991df9519
Merge pull request #5349 from rubencm/ticket/15566
...
[ticket/15566] Set category to none if extension don't exist
2018-09-14 14:40:46 +02:00
rubencm
af5a2c4a20
[ticket/15566] Add missing variable sign
...
PHPBB3-15566
2018-09-13 15:26:17 +00:00
rubencm
0898c4c1cc
[ticket/15566] Set category to none if extension don't exist
...
PHPBB3-15566
2018-09-13 11:55:05 +00:00
Rubén Calvo
00938c2589
[ticket/15760] Fix write_stream
...
PHPBB3-15760
2018-08-21 03:49:12 +02:00
Rubén Calvo
5934bdaaf1
[ticket/15692] Close db connection after use storage
...
PHPBB3-15692
2018-08-20 12:05:29 +02:00
Marc Alexander
1c406c70e0
Merge pull request #5221 from rubencm/ticket/15663
...
[ticket/15663] Remove flash support in attachments
2018-08-05 13:19:33 +02:00
Marc Alexander
d0b1a201a3
Merge pull request #5310 from rubencm/ticket/15738
...
[ticket/15738] Remove code related with safe_mode
2018-08-03 09:14:45 +02:00
Marc Alexander
bd90a53589
[3.2.x] Update verions for 3.2.4-dev
2018-08-02 21:42:05 +02:00
Marc Alexander
1810688d0c
Merge branch 'prep-release-3.2.3' into 3.2.x
2018-08-02 21:40:42 +02:00
Rubén Calvo
6742f3e6bf
[ticket/15738] Remove deprecated variables from questionnaire
...
PHPBB3-15738
2018-08-02 16:19:08 +02:00
Marc Alexander
7fbfd7300e
[prep-release-3.2.3] Update version numbers for 3.2.3-RC2
2018-07-30 21:27:09 +02:00
Rubén Calvo
aaa98248d6
[ticket/15738] Remove code related with safe_mode
...
PHPBB3-15738
2018-07-30 13:58:52 +02:00
Marc Alexander
7a91766caa
Merge branch '3.2.x'
2018-07-30 13:46:50 +02:00
Marc Alexander
2bac84c51f
Merge branch 'prep-release-3.2.3' into 3.2.x
2018-07-30 13:45:50 +02:00
Zoddo
70c28aace5
[ticket/15737] Add $user_rows to core.delete_user_before
...
It was added to core.delete_user_after in GH-4905
PHPBB3-15737
2018-07-30 13:02:06 +02:00
Rubén Calvo
a6a3899aea
[ticket/15731] Fix language string parameters
...
PHPBB3-15731
2018-07-30 11:20:42 +02:00
MikelAlejoBR
5be990e959
[ticket/15733] Fix undeclared variable concatenation
...
PHPBB3-15733
2018-07-29 13:34:59 +02:00
MikelAlejoBR
740006ba60
[ticket/15697] Remove unused variable and corresponding input field
...
PHPBB3-15697
2018-07-28 13:15:31 +02:00
Jakub Senko
e398008624
[ticket/11838] OAuth registration from ucp_register
...
PHPBB3-11838
2018-07-27 20:50:48 +02:00
Rubén Calvo
7ccecf6f77
[ticket/15413] Login redirect to previous page
...
PHPBB3-15413
2018-07-25 22:02:50 +02:00
MikelAlejoBR
210c5f5a59
[ticket/15697] Remove hard coded time check when sending PMs
...
PHPBB3-15697
2018-07-23 17:45:48 +02:00
Rubén Calvo
451c60f9cf
[ticket/15663] Move constant to compatibility_globals
...
PHPBB3-15663
2018-07-12 22:02:48 +02:00
Rubén Calvo
3966440008
[ticket/15663] Remove flash attachments support
...
PHPBB3-15663
2018-07-12 22:02:48 +02:00
Rubén Calvo
f8423600b1
[ticket/15689] Handle storage stats outside template
...
PHPBB3-15689
2018-07-12 21:57:26 +02:00
Rubén Calvo
0cc77d2c99
[ticket/15342] Check if is resource before close it
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
944432d382
[ticket/15342] Remove comment since they are a little diferent things
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
cc7178a6e0
[ticket/15342] Small improvements to storage
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
5a1b4f559d
[ticket/15342] Add avatar storage size to acp_main
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
a02fa1170b
[ticket/15342] Track storage files
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
kasimi
1785b9eb47
[ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
...
PHPBB3-15590
2018-07-08 20:04:26 +02:00
Tristan Darricau
72ce0ec309
Merge pull request #5271 from rubencm/ticket/15286-2
...
[ticket/15286] Download remote attachments properly
* github.com:/phpbb/phpbb:
[ticket/15286] Download remote attachments properly
2018-07-08 18:58:08 +02:00
Tristan Darricau
e247a0f6ea
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15618] Display The team link only to users with permission
2018-07-08 18:41:04 +02:00
Tristan Darricau
078d076526
Merge pull request #5253 from senky/ticket/15618
...
[ticket/15618] Display The team link only to users with permission
* github.com:/phpbb/phpbb:
[ticket/15618] Display The team link only to users with permission
2018-07-08 18:41:04 +02:00
Tristan Darricau
52f77f113a
Merge pull request #5263 from senky/ticket/12591-2
...
[ticket/12591] Improve breadcrumb naming and extend it's usage
* github.com:/phpbb/phpbb:
[ticket/12591] Introduce a BC fallback
[ticket/12591] Improve breadcrumb naming and extend it's usage
2018-07-08 18:33:35 +02:00
Tristan Darricau
f6301ea85a
Merge pull request #5266 from senky/ticket/12624
...
[ticket/12624] Add debug.load_time parameter
* github.com:/phpbb/phpbb:
[ticket/12624] Add debug.load_time parameter
2018-07-08 18:32:45 +02:00
Tristan Darricau
7cf35eafb5
Merge pull request #5267 from senky/ticket/12627
...
[ticket/12627] Add debug.sql_explain parameter
* github.com:/phpbb/phpbb:
[ticket/12627] Add debug.sql_explain parameter
2018-07-08 18:26:52 +02:00
Tristan Darricau
4028c92c9d
Merge pull request #5272 from rubencm/ticket/15714
...
[ticket/15714] Auto login after registration
* github.com:/phpbb/phpbb:
[ticket/15714] Edit language string
[ticket/15714] Auto login after registration
2018-07-08 18:23:33 +02:00
Tristan Darricau
187e598236
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15717] Using correct variable for log entry
2018-07-08 18:21:46 +02:00
Tristan Darricau
b0df5e31cf
Merge pull request #5277 from ghostal/ticket/15717
...
[ticket/15717] Using correct variable for log entry
* github.com:/phpbb/phpbb:
[ticket/15717] Using correct variable for log entry
2018-07-08 18:21:45 +02:00
Tristan Darricau
1c61e85425
Merge pull request #5156 from 3D-I/ticket/15580_
...
[ticket/15580] Remove redundant code from ACP
2018-07-08 18:09:51 +02:00