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
06a8affd66
[ticket/12629] Rename errors_show to show_errors
...
PHPBB3-12629
2018-09-13 14:40:47 +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
Jakub Senko
0f10c6ff6f
[ticket/15716] Remove OAuth data upon user deletion
...
PHPBB3-15716
2018-09-06 21:34:19 +02:00
Jakub Senko
4a30818e12
[ticket/15420] Only update quote notification with original author
...
PHPBB3-15420
2018-09-04 14:30:19 +02:00
Rubén Calvo
43141a0d92
[ticket/12629] Add debug.errors_show
...
PHPBB3-12629
2018-09-01 01:47:10 +02:00
Rubén Calvo
9719d5a3d5
[ticket/15762] Update type for forum_topics_per_page in acp_forums
...
PHPBB3-15762
2018-08-30 19:05:12 +02: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
Rubén Calvo
ced8599e30
[ticket/15723] Rewrite unique_id too
...
PHPBB3-15723
2018-08-08 20:36:16 +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
Jakub Senko
204f798f76
[ticket/12628] Introduce debug.memory
...
Also fix one debug.sql_explain missing from the previous PR
PHPBB3-12628
2018-08-02 09:21:25 +02:00
MikelAlejoBR
ada8bc9da2
[ticket/15622] Refactor message link concatenation
...
PHPBB3-15622
2018-08-01 18:01:37 +02:00
MikelAlejoBR
521aec5923
[ticket/15622] Correct code style
...
PHPBB3-15622
2018-08-01 17:37:21 +02:00
MikelAlejoBR
ce2196517b
[ticket/15622] Fix message link generation
...
Now the message link is generated in different formats depending on whether
BBCodes are allowed or not in the site.
PHPBB3-15622
2018-08-01 16:19:30 +02:00
MikelAlejoBR
184d24bb16
[ticket/15622] Extract duplicated code
...
PHPBB3-15622
2018-07-31 16:06:49 +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
MikelAlejoBR
12fdfe145a
[ticket/15622] Fix quoting in PMs when BBCodes are disabled
...
Before parsing the private message to be loaded a simple BBCode status
check is done to verify that BBCodes are enabled. Depending on that
option the quote will be formated as BBCode or as plain text, similarly
to what is done in posting.php.
PHPBB3-15622
2018-07-22 17:09:09 +02:00
Rubén Calvo
ffcfec044b
[ticket/15723] Rewrite gen_rand_string() and gen_rand_string_friendly()
...
PHPBB3-15723
2018-07-14 11:42:32 +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