Marc Alexander
840173a21e
[prep-release-3.3.2] Update Changelog for 3.3.2-RC1
2020-10-19 21:20:20 +02:00
Marc Alexander
66e9832f5e
[prep-release-3.3.2] Add migration for 3.3.2-RC1
2020-10-19 20:48:53 +02:00
Marc Alexander
67ad602041
[prep-release-3.3.2] Update version numbers to 3.3.2
2020-10-18 13:54:44 +02:00
Marc Alexander
7716961f07
[prep-release-3.3.2] Update version number to 3.3.2-RC1
2020-10-18 13:54:02 +02:00
Marc Alexander
6876559ceb
[prep-release-3.3.2] Add 2020 to CREDITS.txt
2020-10-18 13:53:00 +02:00
Marc Alexander
16d8698e1b
Merge pull request #6062 from marc1706/ticket/16616
...
[ticket/16616] Update composer dependencies to latest versions
2020-10-17 16:59:39 +02:00
Marc Alexander
d8ae6cea75
[ticket/16616] Update composer to 1.10.6
...
PHPBB3-16616
2020-10-17 10:59:18 +02:00
Marc Alexander
dc40572312
[ticket/16616] Do not use latest polyfill-intl-idn
...
It has a declaration conflict with patchwork/utf8.
PHPBB3-16616
2020-10-17 10:57:42 +02:00
Marc Alexander
3c014ccb2b
Merge pull request #6058 from Crizz0/ticket/16612
...
[ticket/16612] Restructure HTML of Terms PP COPPA
2020-10-14 21:21:19 +02:00
Christian Schnegelberger
bd22a92d68
[ticket/16612] Add <br> to ToU and PP
...
PHPBB3-16612
2020-10-13 20:00:29 +02:00
Christian Schnegelberger
40c2fa7e5e
[ticket/16612] Remove html from lang key instead of 1 br per paragraph
...
PHPBB3-16612
2020-10-13 19:20:48 +02:00
Christian Schnegelberger
604b3f49b7
[ticket/16612] Change class names from agreement text
...
PHPBB3-16612
2020-10-09 19:13:24 +02:00
Marc Alexander
f6cbc7e80b
[ticket/16616] Update composer dependencies to latest versions
...
PHPBB3-16616
2020-10-08 21:38:03 +02:00
Marc Alexander
0417599344
Merge pull request #6002 from rxu/ticket/16512
...
[ticket/16512] Fix make_clickable() to make use of custom link classes
2020-10-08 21:26:10 +02:00
Marc Alexander
c694e86422
Merge pull request #6054 from senky/ticket/16593
...
[ticket/16593] Define params in the constructor
2020-10-08 21:18:47 +02:00
Christian Schnegelberger
794ad66896
[ticket/16612] Get back to <br> and add <p> for coppa in template
...
PHPBB3-16612
2020-10-08 09:07:26 +02:00
Marc Alexander
857cec0509
Merge pull request #6053 from senky/ticket/16562
...
[ticket/16562] Add password requirements to reset
2020-10-07 21:30:55 +02:00
Christian Schnegelberger
d3472cd4a1
[ticket/16612] Use px instead of em for css properties
...
PHPBB3-16612
2020-10-07 19:23:51 +02:00
rxu
d6078821c5
[ticket/16512] Minor code adjustments
...
PHPBB3-16512
2020-10-06 07:31:29 +07:00
Marc Alexander
1f98477c22
Merge pull request #6049 from rxu/ticket/16604
...
[ticket/16604] Display warning messages on avatar upload setting issues
2020-10-05 18:12:38 +02:00
Marc Alexander
c8351d6d20
Merge pull request #6051 from rxu/ticket/16605
...
[ticket/16605] Fix possible SQL error on user registration
2020-10-05 18:08:48 +02:00
Marc Alexander
54eef1153f
Merge pull request #6055 from senky/ticket/16532
...
[ticket/16532] Store example post in XML
2020-10-04 21:15:42 +02:00
Marc Alexander
88d257f04b
Merge pull request #6057 from iMattPro/ticket/16608
...
[ticket/16608] Modernize readme
2020-10-04 21:11:46 +02:00
Christian Schnegelberger
14d96d0086
[ticket/16612] Restructure HTML of Terms PP COPPA
...
PHPBB3-16612
2020-10-03 23:36:16 +02:00
Matt Friedman
8ad14af39c
[ticket/16608] Add documentation info
...
PHPBB3-16608
2020-10-02 09:42:07 -07:00
Matt Friedman
52217bd4e4
[ticket/16608] Cosmic Logo
...
PHPBB3-16608
2020-10-02 00:15:22 -07:00
Matt Friedman
dfdb92d3ab
[ticket/16608] Update images again
...
PHPBB3-16608
2020-10-02 00:00:13 -07:00
Matt Friedman
358a5d8b46
[ticket/16608] Adjust the blueness of the logo
...
PHPBB3-16608
2020-10-01 23:36:25 -07:00
Matt Friedman
dcfddb8445
[ticket/16608] Modernize readme
...
PHPBB3-16608
2020-10-01 17:57:12 -07:00
Jakub Senko
fa14375a65
[ticket/16562] Add password requirements to reset
...
Credits to thecoalman:
https://www.phpbb.com/community/viewtopic.php?p=15560491#p15560491
PHPBB3-16562
2020-09-30 13:35:15 +02:00
Jakub Senko
b494e6b043
[ticket/16593] Define params in the constructor
...
PHPBB3-16593
2020-09-30 13:17:16 +02:00
rxu
00849941c3
[ticket/16605] Fix possible SQL error on user registration
...
mysqli_insert_id() returns 0 if there was no previous query on the connection
or if the query did not update an AUTO_INCREMENT value for some reason.
PHPBB3-16605
2020-09-29 21:10:06 +07:00
rxu
36554f3ce8
[ticket/16604] Adjust code logic
...
PHPBB3-16604
2020-09-25 22:08:18 +07:00
Jakub Senko
2cb7e510dc
[ticket/16532] Store example post in XML
...
PHPBB3-16532
2020-09-25 15:03:10 +02:00
rxu
d80367c5fc
[ticket/16604] Adjust filesystem service dependency injection placement
...
PHPBB3-16604
2020-09-24 23:48:57 +07:00
Marc Alexander
6b92f23c81
Merge pull request #5944 from mrgoldy/ticket/16436
...
[ticket/16436] Display correct "no topics" message when filtering by time
2020-09-23 18:53:38 +02:00
rxu
4698d20fb4
[ticket/16604] Do not test avatar upload directory permissions on Windows
...
PHPBB3-16604
2020-09-22 18:59:04 +07:00
rxu
f4287e1f56
[ticket/16604] Add test
...
PHPBB3-16604
2020-09-22 01:27:28 +07:00
rxu
0d68cebea8
[ticket/16604] Improve code readability
...
PHPBB3-16604
2020-09-21 22:30:42 +07:00
rxu
5e351dad53
[ticket/16604] Display warning messages on avatar upload setting issues
...
PHPBB3-16604
2020-09-20 23:29:58 +07:00
Marc Alexander
2db4dc8c96
Merge pull request #6020 from rxu/ticket/16208
...
[ticket/16208] Fix posts/PM report notifications
2020-09-19 13:48:11 +02:00
rxu
856fcf7554
[ticket/16208] Code adjustments
...
PHPBB3-16208
2020-09-19 18:15:13 +07:00
rxu
242476c290
[ticket/16208] Fix closed post report notifications
...
PHPBB3-16208
2020-09-19 18:12:12 +07:00
rxu
3caa31bf58
[ticket/16208] Fix posts/PM report notifications
...
PHPBB3-16208
2020-09-19 18:11:59 +07:00
Marc Alexander
9c5f338d3c
Merge pull request #6037 from kasimi/ticket/16565
...
[ticket/16565] Lazy-load cron.task_collection
2020-09-19 11:12:41 +02:00
Marc Alexander
43eeb008fa
Merge pull request #6048 from JoshyPHP/ticket/16602
...
[ticket/16602] Check for mbstring extension support on install
2020-09-19 10:50:07 +02:00
Marc Alexander
0be63a81c7
Merge pull request #6046 from 3D-I/ticket/16569
...
[ticket/16569] Fix massive margin between zoomed posts
2020-09-17 22:06:16 +02:00
JoshyPHP
5b0406cfdc
[ticket/16602] Added mbstring to Composer requirements
...
PHPBB3-16602
2020-09-16 00:42:34 +02:00
JoshyPHP
ca62538ce3
[ticket/16602] Check for mbstring extension support on install
...
PHPBB3-16602
2020-09-16 00:21:17 +02:00
3D-I
fb3f811cf3
[ticket/16569] Fix massive margin between zoomed posts
...
PHPBB3-16569
2020-09-15 02:34:46 +02:00
Marc Alexander
192c1d81b8
Merge branch '3.2.x' into 3.3.x
2020-09-13 20:34:59 +02:00
Marc Alexander
d451f4180e
Merge pull request #6044 from marc1706/ticket/16597
...
[ticket/16597] Remove not supported branches from doctum-all.conf.php
2020-09-13 20:34:55 +02:00
Marc Alexander
5df37895d8
Merge pull request #6045 from marc1706/ticket/16597-3.2
...
[ticket/16597] Stop building docs with sami for 3.3 and above
2020-09-13 20:34:04 +02:00
Marc Alexander
d83eefaf14
Merge branch 'ticket/16597-3.2' into ticket/16597
2020-09-11 19:33:15 +02:00
Marc Alexander
0d2e9455aa
[ticket/16597] Stop building docs with sami for 3.3 and above
...
PHPBB3-16597
2020-09-11 19:31:43 +02:00
Marc Alexander
8bd35d47ad
[ticket/16597] Remove not supported branches from doctum-all.conf.php
...
PHPBB3-16597
2020-09-11 10:43:57 +02:00
Marc Alexander
c728889e0e
Merge pull request #5168 from juanse254/ticket/15594
...
[ticket/15594] Removed references to AOL and AIM as it is discontinued.
2020-09-11 10:10:20 +02:00
Marc Alexander
4de62a3712
[ticket/15594] Use correct v33x namespace for migration
...
PHPBB3-15594
2020-09-10 12:52:11 +02:00
Marc Alexander
c141962dc8
Merge pull request #6018 from rxu/ticket/16544
...
[ticket/16544] Use forum_notify.txt for forum subscription email notifications
2020-09-10 12:43:40 +02:00
Marc Alexander
93796bb474
Merge pull request #5327 from rubencm/ticket/15300
...
[ticket/15300] Show maximum attachment filesize
2020-09-09 09:24:25 +02:00
Marc Alexander
619820a059
Merge pull request #6043 from code-lts/3.3.x
...
[ticket/16587] Replace Sami by Doctum
2020-09-08 20:33:58 +02:00
William Desportes
3be5ab3a5c
[ticket/16587] Restore the Doctum config script and document the process
...
PHPBB3-16587
2020-09-08 11:08:35 +02:00
William Desportes
7f29daf0d4
[ticket/16587] Improve the wording of the update script
...
PHPBB3-16587
2020-09-08 11:00:46 +02:00
Marc Alexander
9a23f187ce
[ticket/16587] Adjust composer.lock to reflect all changes for sami removal
...
PHPBB3-16587
2020-09-08 10:40:35 +02:00
William Desportes
8b21096919
[ticket/16587] Add Doctum phar file
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
William Desportes
4dada87d32
[ticket/16587] Clean the TravisCI Doctum script and update build file
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
William Desportes
322f8eabd6
[ticket/16587] Replace Sami by Doctum
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
William Desportes
2b17ecf196
[ticket/16587] Use Doctum phar
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
William Desportes
1484f8ce91
[ticket/16587] Replace Sami by Doctum
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
Marc Alexander
52cb565eef
[ticket/16587] Remove Doctum from composer.json
...
PHPBB3-16587
[ticket/16587] Adjust composer.lock changes to only removal of sami
PHPBB3-16587
2020-09-07 12:11:31 +02:00
William Desportes
a755103350
[ticket/16587] Clean the TravisCI Doctum script
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
William Desportes
414e17a089
[ticket/16587] Fix phpdoc errors reported by Doctum on @todo blocks
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
William Desportes
fedfc330ef
[ticket/16587] Fix phpdoc errors reported by Doctum
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
Marc Alexander
8a8a05e31c
Merge pull request #6029 from MichaIng/ticket/16556
...
[ticket/16556] Remove purposeless <Files "*"> from .htaccess
2020-09-07 11:51:05 +02:00
rxu
8e2dd65c6e
[ticket/16544] Correctly mark notification read
...
PHPBB3-16544
2020-09-02 22:11:52 +07:00
rxu
02f54ef219
[ticket/16544] Fix notifications tests
...
PHPBB3-16544
2020-09-02 22:11:51 +07:00
rxu
aa76f6b9f2
[ticket/16544] Use forum_notify.txt for forum subscription email notifications
...
PHPBB3-16544
2020-09-02 22:11:51 +07:00
MichaIng
eff277a872
[ticket/16556] Remove purposeless <Files "*"> from .htaccess
...
Wrapping access permissions into <Files "*"> at best has zero effect
and implies unnecessary code and parsing for the web server. At least
it does not block access to files only, but still denies auto indexing
and access to sub directories effectively as well. But removing this
directive is still the cleaner and safer way to deny access to any
kind of resource that is provided within the directory in question.
To deny access to migration data, a single .htaccess file can be used.
This reduces the effort for future changes and it is not required
anymore to create new .htaccess files for every new migration
directory.
Additionally this corrects the fact the "Require" is part of
"mod_authz_core", not "mod_authz_host".
PHPBB3-16556
Signed-off-by: MichaIng <micha@dietpi.com >
2020-09-01 18:19:13 +02:00
Marc Alexander
e56088f921
[ticket/15594] Adjust depends_on and add effectively_installed check
...
PHPBB3-15594
2020-08-30 22:14:56 +02:00
Marc Alexander
269f9251a2
[ticket/15594] Convert to short array syntax
...
PHPBB3-15594
2020-08-30 22:12:16 +02:00
Marc Alexander
ca2a380d03
[ticket/15594] Move remove_profilefield_aol migration to v33x
...
PHPBB3-15594
2020-08-30 22:08:44 +02:00
juanse254
a2ab14d9d5
[ticket/15594] Removed references to AOL and AIM as it is discontinued.
...
Since AIM is not available anymore,
AOL fields must be removed and redirected to profile.
Also, a migration file was created for current users
updating to 3.2.x.
PHPBB3-15594
2020-08-30 22:08:24 +02:00
Marc Alexander
0d3dd61ad4
Merge pull request #6007 from rxu/ticket/16526
...
[ticket/16526] Correctly handle ACP CSV settings
2020-08-30 14:47:20 +02:00
rxu
13aa1ff760
[ticket/16526] Get rid of goto operator
...
PHPBB3-16526
2020-08-30 18:04:04 +07:00
Marc Alexander
7870c48ced
[ticket/15300] Only display max filesize if it's not zero
...
PHPBB3-15300
2020-08-29 13:56:25 +02:00
Marc Alexander
5d0f7229e3
Merge pull request #6019 from rxu/ticket/16488
...
[ticket/16488] Fix not displaying min input element attribute when 0
2020-08-28 21:14:12 +02:00
Marc Alexander
bd407fd866
[ticket/16488] Add test for min value 0 as min number
...
PHPBB3-16488
2020-08-27 20:41:38 +02:00
Marc Alexander
98515e7c7d
Merge pull request #6041 from Crizz0/ticket/16588
...
[ticket/16588] Updates link to plural rules from 3.2.x to 3.3.x
2020-08-25 21:04:49 +02:00
Christian Schnegelberger
34d415a6b3
[ticket/16588] Updates link to plural rules from 3.2.x to 3.3.x
...
PHPBB3-16588
2020-08-25 12:11:56 +02:00
Marc Alexander
c1ce0153ea
Merge pull request #5981 from ansavin/ticket/16366
...
[ticket/16366] Make viewtopic lang vars available in feed pages
2020-08-23 16:49:36 +02:00
Marc Alexander
9de41ce44c
Merge pull request #6038 from JoshyPHP/ticket/16580
...
[ticket/16580] Update rendering tests to match actual Prosilver
2020-08-23 16:46:40 +02:00
JoshyPHP
9efa7c1a8c
[ticket/16580] Fixed email template in bbcode.html
...
Relates to #4976
PHPBB3-16580
2020-08-20 14:36:29 +02:00
JoshyPHP
762d9fcf7b
[ticket/16580] Updated email-related test
...
This ensures that re-activating email fields does not introduce any exploit
PHPBB3-16580
2020-08-20 14:35:38 +02:00
JoshyPHP
62333f0ca2
[ticket/16580] Updated regression tests
...
PHPBB3-16580
2020-08-20 14:35:38 +02:00
JoshyPHP
1ac142347e
[ticket/16580] Update rendering tests to match actual Prosilver
...
PHPBB3-16580
2020-08-20 14:35:38 +02:00
Marc Alexander
1d54d60f04
Merge pull request #6039 from rubencm/ticket/16583
...
[ticket/16583] Fix cancel button
2020-08-19 21:08:45 +02:00
rubencm
fef1996b3d
[ticket/16583] Fix cancel button
...
PHPBB3-16583
2020-08-19 05:04:28 +00:00
rxu
6cd54639b5
[ticket/16526] Adjust test to use better assertions
...
PHPBB3-16526
2020-08-14 04:30:20 +07:00
rxu
7ef87e3fbd
[ticket/16512] Adjust test to use better assertions
...
PHPBB3-16512
2020-08-14 04:24:57 +07:00
rxu
68122fca27
[ticket/16512] Add user_ipwhois() test which internally uses make_clickable()
...
PHPBB3-16512
2020-08-14 04:24:55 +07:00
rxu
f340e8ca04
[ticket/16512] Docblock and code adjustments
...
PHPBB3-16512
2020-08-14 04:24:52 +07:00
rxu
da4b446ac6
[ticket/16512] Fix make_clickable() to make use of custom link classes
...
PHPBB3-16512
2020-08-14 04:24:49 +07:00
Marc Alexander
7d18ecd1bf
Merge pull request #6012 from rxu/ticket/16533
...
[ticket/16533] Add autologin keys management UCP module events
2020-08-13 21:15:59 +02:00
ansavin
b3199265a2
[ticket/16366] Make viewtopic lang vars available in feed pages
...
We call add_lang('viewtopic') in feed controller and configure_user(...)
in generate_content() in order to make viewtopic language constants
avaliable for message parser when it is called from feed controller
PHPBB3-16366
2020-08-13 16:46:23 +02:00
Marc Alexander
05a58e8942
Merge pull request #6005 from AlfredoRamos/ticket/16525
...
[ticket/16525] Remove usage of pg_constraint.consrc for PostgreSQL 12
2020-08-12 22:00:16 +02:00
Marc Alexander
1c724d0860
Merge pull request #6009 from iMattPro/ticket/16527
...
[ticket/16527] Add a role_exists method to permissions migrator tool
2020-08-12 21:46:50 +02:00
kasimi
76f2305b84
[ticket/16565] Inject service container
...
PHPBB3-16565
2020-08-12 13:03:23 +02:00
kasimi
0daf6ccbcb
[ticket/16565] Fixed cron.manager tests
...
PHPBB3-16565
2020-08-12 12:51:59 +02:00
kasimi
fe97d19c66
[ticket/16565] Lazy-load cron.task_collection
...
PHPBB3-16565
2020-08-11 07:59:10 +02:00
Marc Alexander
d7ccd22383
Merge pull request #6034 from 3D-I/ticket/16559
...
[ticket/16569] Fix massive margin between zoomed posts
2020-08-10 20:51:32 +02:00
Marc Alexander
bda6b55047
Merge pull request #6033 from 3D-I/ticket/16568
...
[ticket/16568] Fix responsive tabs
2020-08-10 20:41:59 +02:00
Marc Alexander
15e1d87527
Merge pull request #6035 from Crizz0/ticket/16571
...
[ticket/16571] Update s9e/text-formatter to 2.7.3
2020-08-10 17:33:44 +02:00
Marc Alexander
922f75b004
Merge pull request #6030 from marc1706/ticket/16557
...
[ticket/16557] Support piping tracker XML to build_changelog.php
2020-08-10 17:31:14 +02:00
Marc Alexander
f729887320
Merge pull request #5969 from mrgoldy/ticket/16472
...
[ticket/16472] [3.3.x] Remove UI tests
2020-08-10 17:27:27 +02:00
Christian Schnegelberger
fc75ca40c3
[ticket/16571] Update s9e/text-formatter to 2.7.3
...
PHPBB3-16571
2020-08-10 09:31:24 +02:00
3D-I
3e97ed915a
[ticket/16569] Fix massive margin between zoomed posts
...
PHPBB3-16569
2020-08-10 01:36:40 +02:00
3D-I
ecfd198c3f
[ticket/16568] Fix responsive tabs
...
PHPBB3-16568
2020-08-09 21:46:39 +02:00
Marc Alexander
7a1231a32f
Merge pull request #5938 from mrgoldy/ticket/16430
...
[ticket/16430] Sort permissions
2020-08-09 14:16:12 +02:00
Marc Alexander
e10ea1fcf3
Merge branch 'prep-release-3.3.1' into 3.3.x
2020-08-06 17:26:47 +02:00
Marc Alexander
2a8239075e
Merge branch '3.2.x' into 3.3.x
2020-08-06 17:21:58 +02:00
Marc Alexander
f28b1fd178
Merge branch 'prep-release-3.2.10' into 3.2.x
2020-08-06 17:19:21 +02:00
Marc Alexander
800bd98ae6
[prep-release-3.3.1] Update changelog for 3.3.1
2020-08-02 18:04:28 +02:00
Marc Alexander
c45df4e820
Merge pull request #6032 from marc1706/ticket/16559
...
[ticket/16559] Ensure event variables are defined in mcp_queue
2020-08-02 17:18:50 +02:00
Marc Alexander
fa636e35e0
[ticket/16559] Ensure event variables are defined in mcp_queue
...
PHPBB3-16559
2020-08-02 13:55:06 +02:00
Marc Alexander
02e6e6cf48
[prep-release-3.3.1] Add migration for 3.3.1
2020-07-29 21:49:25 +02:00
Marc Alexander
bcbe6339ec
[prep-release-3.3.1] Update version numbers to 3.3.1
2020-07-29 21:44:55 +02:00
Marc Alexander
eb4186add4
Merge branch 'prep-release-3.2.10' into prep-release-3.3.1
2020-07-29 21:42:16 +02:00
Marc Alexander
fdc827e066
[prep-release-3.2.10] Update Changelog for 3.2.10
2020-07-27 22:46:48 +02:00
Marc Alexander
58ef28e914
[ticket/16557] Generate https instead of http links to tracker
...
PHPBB3-16557
2020-07-27 21:12:20 +02:00
Marc Alexander
40027e054c
[prep-release-3.2.10] Fix incorrect version constrainst for packaging
2020-07-27 20:41:29 +02:00
Marc Alexander
1a029a71e5
[ticket/16557] Support piping tracker XML to build_changelog.php
...
PHPBB3-16557
2020-07-27 20:35:12 +02:00
Marc Alexander
0766a10ad3
[prep-release-3.2.10] Add migration for 3.2.10
2020-07-25 11:27:02 +02:00
Marc Alexander
ad43169065
[prep-release-3.2.10] Update version numbers to 3.2.10
2020-07-25 11:25:39 +02:00
Marc Alexander
3be435561a
Merge branch 'prep-release-3.2.10' into prep-release-3.3.1
2020-07-25 11:18:09 +02:00
Marc Alexander
93f3323074
Merge pull request #6027 from marc1706/ticket/16555
...
[ticket/16555] Update jQuery to 3.5.1
2020-07-25 11:17:33 +02:00
Marc Alexander
a378e0eb0c
Merge pull request #61 from phpbb/ticket/security-259
...
[ticket/security-259] Stop checking image size of images in img BBCode
2020-07-25 11:16:07 +02:00
Marc Alexander
8e5a635bfb
Merge pull request #60 from phpbb/ticket/security/257
...
[ticket/security/257] Enforce http(s) for URLs in image BBCode
2020-07-25 11:16:04 +02:00
Marc Alexander
50177914a8
Merge pull request #6028 from marc1706/ticket/16417
...
[ticket/16417] Fix CLI database migration for phpBB 3.0.x
2020-07-25 11:14:07 +02:00
rxu
f3093a3740
[ticket/16417] Fix CLI database migration for phpBB 3.0.x
...
PHPBB3-16417
2020-07-24 10:50:56 +02:00
Marc Alexander
9a753a269f
[ticket/16555] Fix incorrect font awesome URL in schema_data
...
PHPBB3-16555
2020-07-24 10:47:20 +02:00
Marc Alexander
69bf5a8403
[ticket/16555] Add migration for updating jQuery to 3.5.1
...
PHPBB3-16555
2020-07-24 10:45:26 +02:00
Marc Alexander
1dd6d583d0
[ticket/16555] Update jQuery to 3.5.1
...
PHPBB3-16555
2020-07-24 10:43:56 +02:00
Marc Alexander
2c04ce7a61
Merge branch 'prep-release-3.2.10' into prep-release-3.3.1
2020-07-22 10:08:47 +02:00
Marc Alexander
df49e0e993
Merge pull request #6006 from rxu/ticket/16524
...
[ticket/16524] Fix using out-of-bounds UTF8 characters in profile fields
2020-07-22 10:08:00 +02:00
Marc Alexander
f269ddacce
Merge pull request #6026 from 3D-I/ticket/16552
...
[ticket/16552] Roll back to FontAwesome 4.7
2020-07-22 10:07:10 +02:00
Marc Alexander
4d9118447b
Merge pull request #6023 from MichaIng/patch-1
...
[ticket/16554] Align all .htaccess files to support Apache 2.4 directives
2020-07-21 11:59:57 +02:00
Marc Alexander
114ed8bec1
[ticket/16552] Update stylesheet hashes
...
PHPBB3-16552
2020-07-21 11:58:53 +02:00
3D-I
96bc21aa6b
[ticket/16552] Roll back to FontAwesome 4.7
...
Add missing content
PHPBB3-16552
2020-07-21 11:58:29 +02:00
3D-I
034feb87cd
[ticket/16552] Roll back to FontAwesome 4.7
...
Restore assets for FA 4.7
PHPBB3-16552
2020-07-21 11:58:29 +02:00
3D-I
193d54c4eb
[ticket/16552] Roll back to FontAwesome 4.7
...
Add migration font_awesome_5_rollback
PHPBB3-16552
2020-07-21 11:58:28 +02:00
3D-I
4aa3a80558
[ticket/16552] Roll back to FontAwesome 4.7
...
PHPBB3-16552
2020-07-21 11:58:28 +02:00
Marc Alexander
2060f00f95
Merge pull request #6021 from 3D-I/ticket/16550
...
[ticket/16550] Fix undefined variable url in PMs
2020-07-21 11:56:22 +02:00
Marc Alexander
05cf78b589
Merge pull request #6016 from hubaishan/ticket/16540
...
[ticket/16540] Fix wrong postbody margin RTL
2020-07-21 11:55:57 +02:00
Marc Alexander
361e97d097
Merge pull request #6025 from 3D-I/ticket/16550-3.2.x
...
[ticket/16550] Fix undefined variable url in PMs [3.2.x]
2020-07-21 11:55:19 +02:00
Marc Alexander
9da3adeda9
Merge pull request #6015 from rxu/ticket/16539
...
[ticket/16539] Fix general SQL error for smilies mode on posting
2020-07-21 11:53:09 +02:00
MichaIng
bd4887f660
[ticket/16554] Align all .htaccess files to support Apache 2.4 directives
...
While the main .htaccess as well as the ones in phpbb/db/migration/data/vXYZ/
do already support the Apache 2.4 mod_authz_core directive "Require all denied",
all others still use only the deprecated "Deny from All". To not force modern
system to use the mod_access_compat module, the modern directives should be
supported in every case.
For this, the method of phpbb/db/migration/data/vXYZ/.htaccess is copied to
update and align all .htaccess files across the source code.
PHPBB3-16554
Signed-off-by: MichaIng <micha@dietpi.com >
2020-07-21 11:21:29 +02:00
rxu
befab4f3c1
[ticket/16524] Remove u_emoji permission checks
...
PHPBB3-16524
2020-07-21 11:00:41 +02:00
rxu
b1c6b3bc94
[ticket/16524] Minor code adjustments
...
PHPBB3-16524
2020-07-21 11:00:17 +02:00
rxu
0ba0a9cbd3
[ticket/16524] Adjust u_emoji permission language entry
...
PHPBB3-16524
2020-07-21 11:00:16 +02:00
rxu
ab3d8ade72
[ticket/16524] Add test
...
PHPBB3-16524
2020-07-21 11:00:16 +02:00
rxu
acd824d432
[ticket/16524] Filter out-of-bounds UTF8 characters for profile fields
...
PHPBB3-16524
2020-07-21 11:00:15 +02:00
rxu
d0197a94fb
[ticket/16539] Fix general SQL error for smilies mode on posting
...
PHPBB3-16539
2020-07-21 10:11:32 +02:00
hubaishan
f59246ea25
[ticket/16540] Fix wrong postbody margin RTL
...
Adding new rule in bidi.css to handle changes caused by [ticket/16319]
PHPBB3-16540
2020-07-21 10:08:36 +02:00
Marc Alexander
55c4fd644c
Merge pull request #6017 from 3D-I/ticket/16543
...
[ticket/16543] Update query-string in stylesheet.css to hashes
2020-07-21 10:05:22 +02:00
3D-I
ecbb37e0ba
[ticket/16550] Fix undefined variable url in PMs
...
PHPBB3-16550
2020-07-21 10:03:00 +02:00
3D-I
70c289fef0
[ticket/16550] Fix undefined variable url in PMs [3.2.x]
...
PHPBB3-16550
2020-07-21 10:01:31 +02:00
3D-I
80a6a58a84
[ticket/16543] Add script for automate it on builds
...
PHPBB3-16543
2020-07-20 10:20:05 +02:00
3D-I
87dfa9a061
[ticket/16543] Use hashes in query-strings
...
PHPBB3-16543
2020-07-20 10:20:04 +02:00
3D-I
39d700b87a
[ticket/16543] Rename script
...
PHPBB3-16543
2020-07-20 10:20:04 +02:00
3D-I
b2affdff5b
[ticket/16543] Add script for automate it on builds
...
PHPBB3-16543
2020-07-20 10:20:03 +02:00
3D-I
3ce8510f88
[ticket/16543] Add script for automate it on builds
...
PHPBB3-16543
2020-07-20 10:20:03 +02:00
3D-I
bc869f8ec3
[ticket/16543] Add script for automate it on builds
...
PHPBB3-16543
2020-07-20 10:20:03 +02:00
3D-I
39b3db9e27
[ticket/16543] Update query-string in stylesheet.css to 3.3.1
...
PHPBB3-16543
2020-07-20 10:20:02 +02:00
rxu
fabb5bc7e6
[ticket/16488] Fix not displaying min input element attribute when 0
...
PHPBB3-16488
2020-07-02 13:21:01 +07:00
Marc Alexander
b0b78ee144
[ticket/security-259] Adjust wording of setting in ACP
...
SECURITY-259
2020-06-25 22:28:03 +02:00
Marc Alexander
d0e2023a63
[ticket/security-259] Stop checking image size of images in img bbcode
...
SECURITY-259
2020-06-25 22:20:58 +02:00
Marc Alexander
65065bf315
[3.3.x] Update version numbers to 3.3.2-dev
2020-06-21 21:29:51 +02:00
Marc Alexander
868c5bd114
Merge branch 'prep-release-3.3.1' into 3.3.x
2020-06-21 21:28:26 +02:00
Marc Alexander
3905227758
[prep-release-3.3.1] Update changelog for 3.3.1-RC1
2020-06-21 14:43:00 +02:00
Marc Alexander
cfea05c2b4
[prep-release-3.3.1] Add migration for 3.3.1-RC1
2020-06-21 14:41:39 +02:00
Marc Alexander
0951e204c9
[prep-release-3.3.1] Patch version update of symfony dependencies
2020-06-21 14:41:39 +02:00
Marc Alexander
a91b1d2f26
[prep-release-3.3.1] Update version numbers to 3.3.1
2020-06-21 14:41:38 +02:00
Marc Alexander
e8f5e62c44
[prep-release-3.3.1] Update version numbers to 3.3.1-RC1
2020-06-21 14:41:38 +02:00
Marc Alexander
fb94245943
Merge branch '3.2.x' into 3.3.x
2020-06-21 14:36:12 +02:00
Marc Alexander
d3224c420a
Merge branch 'prep-release-3.2.10' into 3.2.x
2020-06-21 14:35:44 +02:00
Marc Alexander
2afa989500
Merge pull request #6013 from marc1706/ticket/16534
...
[ticket/16534] Add conversion prefix to all passwords that need conversion
2020-06-21 14:32:53 +02:00
rxu
946da08304
[ticket/16533] Add set_login_key() event
...
PHPBB3-16533
2020-06-21 18:09:28 +07:00
Marc Alexander
33306a0699
[ticket/16534] Add conversion prefix to all passwords that need conversion
...
PHPBB3-16534
2020-06-21 11:50:19 +02:00
rxu
5a33a141af
[ticket/16533] Add autologin keys management UCP module events
...
PHPBB3-16533
2020-06-21 15:39:15 +07:00
Marc Alexander
e7186f41ed
Merge pull request #6010 from marc1706/ticket/16530
...
[ticket/16530] Ensure extensions can be installed during installation
2020-06-19 22:36:16 +02:00
Marc Alexander
79b09577eb
[ticket/16530] Ensure extensions can be installed during installation
...
PHPBB3-16530
2020-06-18 21:27:11 +02:00
Marc Alexander
ce28527cde
Merge pull request #6008 from marc1706/ticket/16397
...
[ticket/16397] Add method for retrieving user ID
2020-06-15 22:09:00 +02:00
Marc Alexander
8a54793ede
[ticket/16530] Ensure global $config exists before user setup
...
PHPBB3-16530
2020-06-15 21:04:41 +02:00
Matt Friedman
b69507be8a
[ticket/16527] Add a role_exists method to permissions migrator tool
...
PHPBB3-16527
2020-06-14 11:02:40 -07:00
Marc Alexander
a7bfe9afed
[ticket/16397] Add method for retrieving user ID
...
This replaces the previously added public property.
PHPBB3-16397
2020-06-14 14:26:28 +02:00
rxu
59900357a7
[ticket/16526] Revert unneeded s9e/factory change
...
PHPBB3-16526
2020-06-12 10:31:24 +07:00
rxu
8c79e9a61e
[ticket/16526] Add test
...
PHPBB3-16526
2020-06-12 01:28:14 +07:00
rxu
bb20f3966f
[ticket/16526] Correctly handle ACP CSV settings
...
PHPBB3-16526
2020-06-11 21:54:15 +07:00
Alfredo Ramos
201a5b6e06
[ticket/16525] Remove usage of pg_constraint.consrc for PostgreSQL 12
...
The column pg_constraint.consrc has been deprecated for a long time,
and it was finally removed in PostgreSQL 12.0
PHPBB3-16525
2020-06-10 04:41:00 -05:00
Marc Alexander
8bb9a9803b
Merge pull request #6004 from kasimi/ticket/16510-3.3.x
...
[ticket/16510] [3.3.x] Add migration that makes sure config entry exists
2020-06-07 22:49:24 +02:00
Marc Alexander
b7b3282649
Merge pull request #6003 from kasimi/ticket/16514
...
[ticket/16514] Move google_recaptcha_v3 migration from v330 to v33x
2020-06-07 22:46:35 +02:00
Marc Alexander
6e05cb38f6
Merge branch '3.2.x' into 3.3.x
2020-06-07 22:31:49 +02:00
Marc Alexander
a4c69a8f43
Merge branch 'prep-release-3.2.10' into 3.2.x
2020-06-07 22:29:41 +02:00
Marc Alexander
47fcf3403f
[prep-release-3.2.10] Update changelog for 3.2.10-RC2
2020-06-07 12:11:24 +02:00
Marc Alexander
6f96f8b01e
[prep-release-3.2.10] Add migration for 3.2.10-RC2
2020-06-07 12:05:25 +02:00
Marc Alexander
6ab2821c34
[prep-release-3.2.10] Update version numbers for 3.2.10-RC2
2020-06-07 12:03:05 +02:00
kasimi
29b775f22c
[ticket/16510] Added migration that makes sure config entry exists
...
PHPBB3-16510
2020-06-07 11:47:58 +02:00
kasimi
78c3b8bb86
[ticket/16514] Move google_recaptcha_v3 migration from v330 to v33x
...
PHPBB3-16514
2020-06-07 11:32:40 +02:00
Marc Alexander
d1dfbe8ce5
Merge pull request #6000 from kasimi/ticket/16510-3.3.x
...
[ticket/16510] [3.3.x] Add config values to schema_data.sql
2020-06-07 11:21:55 +02:00
Marc Alexander
8ab866e7f4
[ticket/16510] Disable showing unapproved posts to users in feed test
...
PHPBB3-16510
2020-06-07 10:14:30 +02:00
Marc Alexander
de834b65e8
Merge pull request #5998 from 3D-I/ticket/16508
...
[ticket/16508] Fix WhoIs lookup
2020-06-07 09:23:58 +02:00
kasimi
2d1e8dc8a0
[ticket/16510] Run feed test without displaying unapproved posts
...
PHPBB3-16510
2020-06-06 22:30:01 +02:00
kasimi
b5a1c54ab2
[ticket/16510] Exclude deleted config entries in test
...
PHPBB3-16510
2020-06-06 21:48:15 +02:00
kasimi
5e23959e12
[ticket/16510] Fixed test
...
PHPBB3-16510
2020-06-06 21:03:24 +02:00
kasimi
5ae963cb34
[ticket/16510] Added .htaccess to v330 & v33x migration folders
...
PHPBB3-16510
2020-06-06 21:03:23 +02:00
kasimi
b33e95f1e7
[ticket/16510] Added config values for recaptchav3 to schema_data.sql
...
PHPBB3-16510
2020-06-06 21:03:23 +02:00
kasimi
9ba0560696
[ticket/16510] Added config values to schema_data.sql
...
PHPBB3-16510
2020-06-06 21:03:23 +02:00
kasimi
e05876a5f6
[ticket/16510] Test if all config options exist in schema_data.sql
...
PHPBB3-16510
2020-06-06 17:21:36 +02:00
kasimi
afae9421f6
[ticket/16510] Added config values to schema_data.sql
...
PHPBB3-16510
2020-06-06 17:21:36 +02:00
Marc Alexander
f72e847c17
Merge branch '3.2.x' into 3.3.x
2020-06-06 17:17:28 +02:00
Marc Alexander
cf40048f67
Merge branch 'prep-release-3.2.10' into 3.2.x
2020-06-06 17:11:01 +02:00
Marc Alexander
0df96f101b
Merge pull request #5999 from kasimi/ticket/16510-3.2.x
...
[ticket/16510] [3.2.x] Add config values to schema_data.sql
2020-06-06 17:10:25 +02:00
Marc Alexander
8591108451
Merge pull request #5995 from rxu/ticket/16505
...
[ticket/16505] Fix use of count() on non-Countable
2020-06-06 14:25:19 +02:00
Marc Alexander
cc67e8b26f
Merge pull request #6001 from marc1706/ticket/16511
...
[ticket/16511] Fix typo when checking for phpbb_delete_users_pms()
2020-06-06 12:03:34 +02:00
rxu
97a4114265
[ticket/16505] Forbid using of non-array as a second argument
...
PHPBB3-16505
2020-06-06 11:58:49 +02:00
rxu
e19dac0658
[ticket/16505] Fix use of count() on non-Countable
...
PHPBB3-16505
2020-06-06 11:58:49 +02:00
3D-I
481ca6190e
[ticket/16508] Fix WhoIs lookup
...
PHPBB3-16508
2020-06-04 21:20:19 +02:00
3D-I
642b774530
[ticket/16508] Fix WhoIs lookup
...
PHPBB3-16508
2020-06-04 21:20:19 +02:00
3D-I
4d5e8df8e6
[ticket/16508] Fix WhoIs lookup
...
PHPBB3-16508
2020-06-04 21:20:19 +02:00
3D-I
568a74e22c
[ticket/16508] Fix WhoIs lookup
...
PHPBB3-16508
2020-06-04 21:20:18 +02:00
3D-I
7b062b76c7
[ticket/16508] Fix WhoIs lookup
...
PHPBB3-16508
2020-06-04 21:20:18 +02:00
3D-I
3392f3aa09
[ticket/16508] Fix WhoIs lookup
...
PHPBB3-16508
2020-06-04 21:20:18 +02:00
3D-I
af6eebaa1a
[ticket/16508] Fix WhoIs lookup
...
PHPBB3-16508
2020-06-04 21:20:17 +02:00
3D-I
f8acf53f72
[ticket/16508] Fix WhoIs lookup
...
PHPBB3-16508
2020-06-04 21:20:17 +02:00
3D-I
73c133c91d
[ticket/16508] Fix WhoIs lookup
...
PHPBB3-16508
2020-06-04 21:20:17 +02:00
kasimi
0ac066aac7
[ticket/16510] Make sure config entry exists before updating it
...
PHPBB3-16510
2020-06-03 20:09:38 +02:00
kasimi
65d825b62c
[ticket/16510] Added migration that adds missing config entries
...
PHPBB3-16510
2020-06-03 20:09:38 +02:00
kasimi
e9bea9dec0
[ticket/16510] Added feed_limit to schema_data.sql
...
PHPBB3-16510
2020-06-03 20:09:38 +02:00
kasimi
6cab65efb0
[ticket/16510] Added more config values
...
PHPBB3-16510
2020-06-03 20:09:38 +02:00
kasimi
8ef8df4b18
[ticket/16510] Added config values to schema_data.sql
...
PHPBB3-16510
2020-06-03 20:09:38 +02:00
Marc Alexander
6a24d72183
[ticket/16511] Fix typo when checking for phpbb_delete_users_pms()
...
PHPBB3-16511
2020-06-02 21:22:27 +02:00
Marc Alexander
e65c0171e4
Merge pull request #5997 from marc1706/ticket/16507
...
[ticket/16507] Fix incorrect call to sphinx_clean_search_string()
2020-06-02 10:48:31 +02:00
Marc Alexander
0ce55e897d
[ticket/16507] Fix incorrect call to sphinx_clean_search_string()
...
PHPBB3-16507
2020-06-02 07:43:27 +02:00
Marc Alexander
fe7c833c8b
Merge branch '3.2.x' into 3.3.x
2020-06-01 20:40:12 +02:00
Marc Alexander
1aca32454f
[3.2.x] Update version number to 3.2.11-dev
2020-06-01 20:35:39 +02:00
Marc Alexander
86fcde5d07
Merge branch 'prep-release-3.2.10' into 3.2.x
2020-06-01 20:35:12 +02:00
Marc Alexander
8195035363
[prep-release-3.2.10] Add changelog for 3.2.10-RC1
2020-06-01 13:15:42 +02:00
Marc Alexander
eb7019d54a
[prep-release-3.2.10] Add migration for 3.2.10-RC1
2020-06-01 13:14:06 +02:00
Marc Alexander
ab5ab01496
[prep-release-3.2.10] Update version numbers to 3.2.10
2020-06-01 13:12:35 +02:00
Marc Alexander
9d2c1f7602
[prep-release-3.2.10] Update version numbers to 3.2.10-RC1
2020-06-01 13:09:27 +02:00
Marc Alexander
195f6460e0
Merge branch '3.2.x' into 3.3.x
2020-06-01 12:53:51 +02:00
Marc Alexander
e9a6f46bef
Merge pull request #5996 from marc1706/ticket/16506
...
[ticket/16506] Update credits to latest state
2020-06-01 12:53:42 +02:00
Marc Alexander
5331a555f6
[ticket/16506] Update credits to latest state
...
PHPBB3-16506
2020-06-01 12:50:49 +02:00
Marc Alexander
3bd612ad81
Merge branch '3.2.x' into 3.3.x
2020-06-01 11:45:47 +02:00
Marc Alexander
dcae4f330e
Merge pull request #5990 from 3D-I/ticket/16496
...
[ticket/16496] Fix html special chars in custom BBcode help line
2020-06-01 11:45:34 +02:00
Marc Alexander
642f990fbc
Merge branch '3.2.x' into 3.3.x
2020-06-01 11:22:37 +02:00
Marc Alexander
7268c5ebfb
Merge pull request #5993 from 3D-I/ticket/16503
...
[ticket/16503] Fix WhoIs lookup
2020-06-01 11:22:27 +02:00
Marc Alexander
68e6e8ca90
Merge branch '3.2.x' into 3.3.x
2020-06-01 11:19:30 +02:00
Marc Alexander
fa13f06e64
Merge pull request #5994 from rxu/ticket/16500
...
[ticket/16500] Fix attachments ordering for copy topic feature
2020-06-01 11:19:14 +02:00
rxu
e2ced58517
[ticket/16500] Fix attachments ordering for copy topic feature
...
PHPBB3-16500
2020-06-01 14:40:49 +07:00
Marc Alexander
838e488134
Merge pull request #5967 from rxu/ticket/16435
...
[ticket/16435] Restore calling page_footer() events in controllers
2020-05-31 12:04:34 +02:00
3D-I
555624decf
[ticket/16503] Fix WhoIs lookup
...
PHPBB3-16503
2020-05-30 21:26:45 +02:00
Marc Alexander
528b1b10b7
Merge pull request #5991 from 3D-I/ticket/16487-3.3
...
[ticket/16487] Fix URL for fontawesome 3.2.0 migration - for 3.3.x
2020-05-29 12:07:55 +02:00
3D-I
e9e9ab8919
[ticket/16496] Fix html special chars in custom BBcode help line
...
PHPBB3-16496
2020-05-28 13:09:54 +02:00
Marc Alexander
f4f749f130
Merge branch '3.2.x' into 3.3.x
2020-05-27 21:37:59 +02:00
Marc Alexander
c66dd87f68
Merge pull request #5986 from 3D-I/ticket/16487
...
[ticket/16487] Fix URL for fontawesome 3.2.0 migration
2020-05-27 21:37:16 +02:00
rxu
3b3dfebd82
[ticket/16435] Fix Lint test for nightly build
...
PHPBB3-16435
2020-05-27 16:28:07 +07:00
rxu
5afda415d1
[ticket/16435] Fix test_session_gc() test
...
PHPBB3-16435
2020-05-27 16:06:19 +07:00
rxu
7481cf9ffe
[ticket/16435] Restore calling page_footer() events in controllers
...
PHPBB3-16435
2020-05-27 15:49:07 +07:00
Marc Alexander
bb6d4d67d5
Merge branch '3.2.x' into 3.3.x
2020-05-27 10:08:50 +02:00
Marc Alexander
22331c8951
Merge pull request #5988 from marc1706/ticket/16494-3.3
...
[ticket/16494] Update composer & dependencies for 3.3.x
2020-05-27 10:08:43 +02:00
Marc Alexander
6db29a7ae1
Merge pull request #5987 from marc1706/ticket/16494
...
[ticket/16494] Update composer & dependencies for 3.2.x
2020-05-27 10:08:08 +02:00
3D-I
c27b049ca0
[ticket/16487] Fix URL for fontawesome 3.2.0 migration
...
PHPBB3-16487
2020-05-26 22:19:57 +02:00
3D-I
bb32ec38da
[ticket/16487] Fix URL for fontawesome 3.2.0 migration
...
PHPBB3-16487
2020-05-26 21:54:11 +02:00
3D-I
d40cb5f618
[ticket/16496] Fix html special chars in custom BBcode help line
...
PHPBB3-16496
2020-05-26 20:42:21 +02:00
3D-I
599adb3003
[ticket/16496] Fix html special chars in custom BBcode help line
...
PHPBB3-16496
2020-05-26 13:34:20 +02:00
3D-I
13914b91df
[ticket/16496] Fix html special chars in custom BBcode help line
...
PHPBB3-16496
2020-05-25 02:01:58 +02:00
Marc Alexander
01284ef6a0
[ticket/16494] Update dependencies for 3.3.x
...
PHPBB3-16494
2020-05-24 20:59:32 +02:00
Marc Alexander
7f9792b571
Merge branch 'ticket/16494' into ticket/16494-3.3
2020-05-24 20:53:43 +02:00
Marc Alexander
5882a9a3a2
[ticket/16494] Update composer dependencies to latest versions
...
PHPBB3-16494
2020-05-24 18:08:08 +02:00
Marc Alexander
a673858e13
[ticket/16494] Update composer to 1.10.6
...
PHPBB3-16494
2020-05-24 17:53:32 +02:00
Marc Alexander
c27a6472af
Merge branch '3.2.x' into 3.3.x
2020-05-24 14:15:52 +02:00
Marc Alexander
4a4f62f29e
Merge pull request #5985 from 3D-I/ticket/16486
...
[ticket/16486] Fix migration 3.2.0-a1
2020-05-24 14:15:37 +02:00
Marc Alexander
aae5852ad3
Merge branch '3.2.x' into 3.3.x
2020-05-24 14:07:37 +02:00
Marc Alexander
e01c998758
Merge pull request #5983 from 3D-I/ticket/16485
...
[ticket/16485] Fix Emoji in logs for warning message
2020-05-24 14:07:21 +02:00
Marc Alexander
2df69fc3ed
Merge branch '3.2.x' into 3.3.x
2020-05-18 21:41:16 +02:00
Marc Alexander
3757caf449
Merge pull request #5982 from 3D-I/ticket/16480
...
[ticket/16480] Fix Emoji in report post
2020-05-18 21:41:01 +02:00
Marc Alexander
ce97122c6d
Merge branch '3.2.x' into 3.3.x
2020-05-17 22:13:04 +02:00
Marc Alexander
4eda5218d5
Merge pull request #5971 from ansavin/ticket/15591
...
[ticket/15591] Add jabber permission check
2020-05-17 21:37:17 +02:00
Marc Alexander
a37f82bb9d
Merge branch '3.2.x' into 3.3.x
2020-05-17 21:04:30 +02:00
Marc Alexander
d0ca73caf8
Merge pull request #5972 from mrgoldy/ticket/15194
...
[ticket/15194] Group avatar delete
2020-05-17 21:04:13 +02:00
Marc Alexander
ec66a42664
Merge branch '3.2.x' into 3.3.x
2020-05-17 17:01:04 +02:00
Marc Alexander
3bfeacaa88
Merge pull request #5973 from mrgoldy/ticket/16437
...
[ticket/16437] Display forum permissions
2020-05-17 17:00:48 +02:00
Marc Alexander
ec49bd2d69
Merge pull request #5975 from rxu/ticket/16476
...
[ticket/16476] Eliminate links to deleted background images in tweaks.css
2020-05-17 16:42:39 +02:00
3D-I
d69049d6be
[ticket/16487] Fix URL for fontawesome 3.2.0 migration
...
PHPBB3-16487
2020-05-16 15:13:16 +02:00
3D-I
2dd571bc5d
[ticket/16487] Fix URL for fontawesome 3.2.0 migration
...
revert to 4.4.0 version
PHPBB3-16487
2020-05-16 15:05:07 +02:00
3D-I
73741e547b
[ticket/16487] Fix URL for fontawesome 3.2.0 migration
...
PHPBB3-16487
2020-05-16 14:39:55 +02:00
3D-I
362541c2b1
[ticket/16486] Fix migration 3.2.0-a1
...
PHPBB3-16486
2020-05-16 14:10:10 +02:00
3D-I
bd29de880d
[ticket/16485] Fix Emoji in logs for warning message
...
PHPBB3-16485
2020-05-14 22:08:00 +02:00
Marc Alexander
466abd7a3d
Merge pull request #5976 from rxu/ticket/16474
...
[ticket/16474] Hide vertical scrollbar for attachbox
2020-05-14 21:13:47 +02:00
3D-I
7df35e8131
[ticket/16480] Fix Emoji in report post
...
PHPBB3-16480
2020-05-14 20:58:41 +02:00
Marc Alexander
02253134c9
Merge pull request #5980 from rxu/ticket/16478
...
[ticket/16478] Fix phpBB Debug warning in installer
2020-05-14 20:58:25 +02:00
Marc Alexander
e420c9c895
Merge branch '3.2.x' into 3.3.x
2020-05-14 17:48:18 +02:00
Marc Alexander
697e4963db
Merge pull request #5966 from 3D-I/ticket/16468
...
[ticket/16468] Amend DocBlocks for user_delete()
2020-05-14 17:48:10 +02:00
Marc Alexander
c5d83ef715
Merge branch '3.2.x' into 3.3.x
2020-05-14 17:44:22 +02:00
Marc Alexander
1c3585f575
Merge pull request #5920 from mrgoldy/ticket/13867
...
[ticket/13867] Manage new profile field types
2020-05-14 17:44:06 +02:00
rxu
09e308a06d
[ticket/16478] Fix phpBB Debug warning in installer
...
PHPBB3-16478
2020-05-13 13:38:13 +07:00
rxu
fabe9ce56b
[ticket/16474] Hide vertical scrollbar for attachbox
...
PHPBB3-16474
2020-05-12 19:34:07 +07:00
rxu
1f8149706c
[ticket/16476] Eliminate links to deleted background images in tweaks.css
...
PHPBB3-16476
2020-05-12 18:27:46 +07:00
Marc Alexander
7dd0c7296f
Merge pull request #5941 from mrgoldy/ticket/16426
...
[ticket/16426] Search results return characters as input box
2020-05-11 21:11:49 +02:00
Marc Alexander
868bc3a069
Merge branch '3.2.x' into 3.3.x
2020-05-11 21:04:43 +02:00
Marc Alexander
bb43e732c8
Merge pull request #5939 from mrgoldy/ticket/16433
...
[ticket/16433] Add data array to core.ucp_register_user_row_after
2020-05-11 21:04:24 +02:00
ansavin
79ea63f164
[ticket/15591] Add jabber permission check
...
We want to make jabber address unvisible for those users who are not allowed
to send instant (jabber) messages.
PHPBB3-15591
2020-05-11 00:34:23 +03:00
Marc Alexander
1169e1915d
Merge pull request #5940 from mrgoldy/ticket/16434
...
[ticket/16434] Add forum id to advanced search in viewforum
2020-05-10 23:14:51 +02:00
3D-I
1b439cb6a0
[ticket/16468] Amend DocBlocks for user_delete()
...
PHPBB3-16468
2020-05-08 23:19:34 +02:00
mrgoldy
61e263ba8d
[ticket/16437] Display forum permissions
...
PHPBB3-16437
2020-05-08 22:55:21 +02:00
mrgoldy
f958ea921c
[ticket/15194] Group avatar delete
...
PHPBB3-15194
2020-05-08 22:09:30 +02:00
mrgoldy
38c26c8c44
[ticket/16472] Remove UI test suite
...
PHPBB3-16472
2020-05-08 14:20:28 +02:00
mrgoldy
6c0e17480c
[ticket/16472] Remove UI tests
...
PHPBB3-16472
2020-05-08 14:09:53 +02:00
mrgoldy
919597bfcf
Merge branch '3.2.x' into 3.3.x
2020-05-07 23:21:51 +02:00
mrgoldy
8a8403ff8a
Merge pull request #5228 from ioannisbat/ticket/15672
...
[ticket/15672] Keep same format in Submit changes.
2020-05-07 23:21:45 +02:00
mrgoldy
7330cdee2c
[ticket/15672] Readd config setting and correct HTML adjustment
...
PHPBB3-15672
2020-05-07 16:23:09 +02:00
ioannisbat
b8b6625872
[ticket/15672] Keep same format in Submit changes.
...
PHPBB3-15672
2020-05-07 16:14:51 +02:00
mrgoldy
1b50650267
Merge branch '3.2.x' into 3.3.x
2020-05-07 15:59:41 +02:00
mrgoldy
6be65cb512
Merge pull request #5963 from dark-1/ticket/16463
...
[ticket/16463] Fix "acp_board.php" for "ACP_SUBMIT_CHANGES".
2020-05-07 15:56:01 +02:00
3D-I
7e60a3c075
[ticket/16468] Amend DocBlocks for user_delete()
...
PHPBB3-16468
2020-05-05 00:38:42 +02:00
mrgoldy
cb0583df1d
Merge branch '3.2.x' into 3.3.x
2020-05-04 22:53:29 +02:00
mrgoldy
56ddf5827f
Merge pull request #5960 from rxu/ticket/16458
...
[ticket/16458] Add template events to acp_profile.html
2020-05-04 22:53:24 +02:00
mrgoldy
9433ff449a
Merge branch '3.2.x' into 3.3.x
2020-05-04 22:51:00 +02:00
mrgoldy
c44b366350
Merge pull request #5954 from kasimi/ticket/16448
...
[ticket/16448] Add event core.mcp_get_post_data_after
2020-05-04 22:50:54 +02:00
mrgoldy
0857237fbb
Merge branch '3.2.x' into 3.3.x
2020-05-04 22:48:35 +02:00
mrgoldy
27a95675d0
Merge pull request #5952 from kasimi/ticket/16446
...
[ticket/16446] Add event core.message_history_modify_rowset
2020-05-04 22:48:29 +02:00
mrgoldy
f74a4e6e9b
Merge branch '3.2.x' into 3.3.x
2020-05-04 22:46:22 +02:00
mrgoldy
504901ccb6
Merge pull request #5950 from kasimi/ticket/16444
...
[ticket/16444] Add event core.ucp_pm_view_message_before
2020-05-04 22:46:17 +02:00
mrgoldy
281330b1d0
Merge branch '3.2.x' into 3.3.x
2020-05-04 22:44:13 +02:00
mrgoldy
48db45f85b
Merge pull request #5949 from kasimi/ticket/16443
...
[ticket/16443] Add event core.ucp_pm_compose_modify_parse_after
2020-05-04 22:44:07 +02:00
Marc Alexander
a414584f4b
Merge pull request #5955 from kasimi/ticket/16449
...
[ticket/16449] Remove AJAX actions for extension management
2020-05-04 22:31:08 +02:00
mrgoldy
c8e92608fd
[ticket/13867] Correct constructor comment for db tools
...
PHPBB3-13867
2020-05-04 22:05:07 +02:00
mrgoldy
47b1973cb6
[ticket/16426] Correct migration namespace
...
PHPBB3-16426
2020-05-04 21:32:42 +02:00
mrgoldy
b8bab30684
[ticket/16426] Correct migration dependent and common 'selected' approach
...
PHPBB3-16426
2020-05-04 21:30:50 +02:00
mrgoldy
d9e07b3b29
[ticket/16426] Ensure 0 is not added as an option
...
PHPBB3-16426
2020-05-04 21:30:50 +02:00
mrgoldy
9a72f39ff3
[ticket/16426] Add BC for select characters
...
PHPBB3-16426
2020-05-04 21:30:50 +02:00
mrgoldy
d1aefbea62
[ticket/16426] Add default search return chars migration
...
PHPBB3-16426
2020-05-04 21:30:50 +02:00
mrgoldy
87d0888fee
[ticket/16426] Search results return characters as input box
...
PHPBB3-16426
2020-05-04 21:30:49 +02:00
Marc Alexander
af97a8312c
Merge branch '3.2.x' into 3.3.x
2020-05-04 20:37:38 +02:00
Marc Alexander
a8d2b819c4
Merge pull request #5965 from mrgoldy/ticket/16467
...
[ticket/16467] Fix PostgreSQL connection password
2020-05-04 20:37:12 +02:00
mrgoldy
ed974c2c84
[ticket/16467] Fix PostgreSQL connection password
...
PHPBB3-16467
2020-05-04 11:49:45 +02:00
Marc Alexander
1a9c7fe9ca
Merge branch '3.2.x' into 3.3.x
2020-05-03 16:06:45 +02:00
Marc Alexander
38c3552908
Merge pull request #5953 from kasimi/ticket/16447
...
[ticket/16447] Add core.ucp_pm_compose_compose_pm_basic_info_query_after
2020-05-03 16:06:08 +02:00
Marc Alexander
0bfe270078
Merge branch '3.2.x' into 3.3.x
2020-05-03 14:04:24 +02:00
Marc Alexander
8a4d7685f7
Merge pull request #5956 from kasimi/ticket/16450
...
[ticket/16450] Fix layout of ACP permission tabs
2020-05-03 14:03:50 +02:00
Marc Alexander
a88a68f8a6
Merge branch '3.2.x' into 3.3.x
2020-05-03 11:06:08 +02:00
Marc Alexander
9c590dae7b
Merge pull request #5961 from mrgoldy/ticket/16461
...
[ticket/16461] Update .gitignore to ignore node_modules and idea
2020-05-03 11:05:15 +02:00
Marc Alexander
6fc6e7ced2
Merge pull request #5962 from marc1706/ticket/16462
...
[ticket/16462] Skip tests that require the LDAP extension
2020-05-03 11:01:36 +02:00
Dark❶
277f7d906d
[ticket/16463] Fix "acp_board.php" for "ACP_SUBMIT_CHANGES".
...
PHPBB3-16463
2020-05-03 11:56:48 +05:30
mrgoldy
cdcb787991
Merge branch '3.2.x' into 3.3.x
2020-05-02 23:04:53 +02:00
mrgoldy
ae4575369c
Merge pull request #5951 from hanakin/ticket/16445
...
[ticket/16445] remove un-semantic erroneous hr.divider from viewtopic_body
2020-05-02 23:04:47 +02:00
mrgoldy
8ae115f9bd
Merge pull request #5957 from rxu/ticket/16452
...
[ticket/16452] Upgrade to FontAwesome 5
2020-05-02 22:38:02 +02:00
Marc Alexander
d591b4d2da
[ticket/16462] Skip tests that require the LDAP extension
...
PHPBB3-16462
2020-05-02 21:55:55 +02:00
mrgoldy
be74893e02
[ticket/16461] Update .gitignore to ignore node_modules and idea
...
PHPBB3-16461
2020-05-02 15:35:01 +02:00
mrgoldy
45a00f1a93
[ticket/16430] Sort permissions for roles as well
...
PHPBB3-16430
2020-05-02 15:29:24 +02:00
mrgoldy
a2a199b48e
[ticket/16430] Filter the correct permissions array
...
PHPBB3-16430
2020-05-02 15:09:22 +02:00
mrgoldy
6326b6b631
[ticket/16430] Ensure permissions are defined
...
PHPBB3-16430
2020-05-02 15:09:22 +02:00
mrgoldy
dbdbf23bea
[ticket/16430] Fix empty lines issue in permissions
...
PHPBB3-16430
2020-05-02 15:09:22 +02:00
mrgoldy
00f5732a0d
[ticket/16430] Sort permissions
...
PHPBB3-16430
2020-05-02 15:09:22 +02:00
Marc Alexander
3ecd2f150d
[ticket/security/257] Enforce http(s) for URLs in image BBCode
...
SECURITY-257
2020-05-02 14:24:06 +02:00
Marc Alexander
b29a011186
Merge branch '3.2.x' into 3.3.x
2020-05-02 12:05:07 +02:00
Marc Alexander
20d64270a4
Merge pull request #5943 from mrgoldy/ticket/15560
...
[ticket/15560] Correct redirect on perma-deleting posts
2020-05-02 12:04:30 +02:00
Marc Alexander
15c1975f6e
Merge pull request #5948 from hanakin/ticket/16439
...
[ticket/16439] fix post target h3 color
2020-05-01 16:40:54 +02:00
Marc Alexander
008e313652
Merge pull request #5909 from marc1706/ticket/14754
...
[ticket/14754] Only one email notification per topic
2020-05-01 16:19:36 +02:00
Marc Alexander
a65877cd7e
Merge branch '3.2.x' into 3.3.x
2020-04-29 22:21:14 +02:00
Marc Alexander
e30d10288d
Merge pull request #5918 from dark-1/ticket/16411
...
[ticket/16411] Add vars to notification core events
2020-04-29 22:21:05 +02:00
Marc Alexander
a0c8df6679
[ticket/14754] Add effectively_installed() to migration
...
PHPBB3-14754
2020-04-29 22:14:04 +02:00
Marc Alexander
a43cdbac54
Merge pull request #5902 from mrgoldy/ticket/15937
...
[ticket/15937] Google reCAPTCHA v3 Plugin
2020-04-29 21:51:52 +02:00
Marc Alexander
0cf4212835
Merge branch '3.2.x' into 3.3.x
2020-04-29 21:47:12 +02:00
Marc Alexander
c11cb57c66
Merge pull request #5896 from mrgoldy/ticket/16310
...
[ticket/16310] Fix soft delete check when editing a post
2020-04-29 20:53:55 +02:00
hanakin
2fd174d7cf
[ticket/16439] small cleanup
...
PHPBB3-16439
2020-04-24 10:09:56 -10:00
rxu
c55d59e70a
[ticket/16458] Add template events to acp_profile.html
...
PHPBB3-16458
2020-04-24 11:32:19 +07:00
Marc Alexander
009bc4a1a3
Merge branch '3.2.x' into 3.3.x
2020-04-23 21:58:32 +02:00
Marc Alexander
a12b70468f
Merge pull request #5931 from ansavin/ticket/16367
...
[ticket/16367] Add charset to Content-Type response header in feed controller
2020-04-23 21:58:18 +02:00
ansavin
8c8655863e
[ticket/16367] Add charset to Content-Type response header in feed controller
...
PHPBB3-16367
2020-04-23 22:00:57 +03:00
kasimi
e174f1475f
[ticket/16449] Don't close void elements
...
PHPBB3-16449
2020-04-23 12:07:29 +02:00
kasimi
cdd3441ead
[ticket/16449] Use short array syntax
...
PHPBB3-16449
2020-04-23 11:00:45 +02:00
kasimi
20f68ef013
[ticket/16449] Rename template variable PRE to S_PRE_STEP
...
PHPBB3-16449
2020-04-23 11:00:13 +02:00
kasimi
976516a559
[ticket/16449] Removed L_ prefix from CONFIRM_MESSAGE
...
PHPBB3-16449
2020-04-23 10:31:52 +02:00
kasimi
39b0ac4fda
[ticket/16449] Fixed indentations
...
PHPBB3-16449
2020-04-23 10:26:37 +02:00
kasimi
7d1aa37f50
[ticket/16449] Use Twig syntax
...
PHPBB3-16449
2020-04-23 10:25:37 +02:00
hanakin
8ab730f47d
[ticket/16439] Add BC back in
...
PHPBB3-16439
2020-04-22 10:32:43 -10:00
Marc Alexander
6b5b413025
Merge branch '3.2.x' into 3.3.x
2020-04-22 22:00:50 +02:00
Marc Alexander
6f99cf0fd5
Merge pull request #5959 from kasimi/ticket/16456
...
[ticket/16456] Add event core.text_formatter_s9e_get_errors
2020-04-22 22:00:08 +02:00
rxu
77745e466d
[ticket/16452] Minor css code style adjustments
...
PHPBB3-16452
2020-04-23 02:07:56 +07:00
mrgoldy
f671d7559a
[ticket/15937] ReCaptcha language fixes (sprintf and https links)
...
PHPBB3-15937
2020-04-22 20:20:23 +02:00
Marc Alexander
eb141e88fb
Merge branch '3.2.x' into 3.3.x
2020-04-22 19:29:22 +02:00
Marc Alexander
f3598d2f4d
Merge pull request #5934 from kasimi/ticket/16425
...
[ticket/16425] Add event core.generate_smilies_modify_sql
2020-04-22 19:28:54 +02:00
Marc Alexander
691496af3c
Merge pull request #5934 from kasimi/ticket/16425
...
[ticket/16425] Add event core.generate_smilies_modify_sql
2020-04-22 14:52:29 +02:00
kasimi
3de74e58b7
[ticket/16456] Add event core.text_formatter_s9e_get_errors
...
PHPBB3-16456
2020-04-22 13:26:31 +02:00
rxu
628d39931f
[ticket/16452] Rename all.min back to font-awesome.min
...
PHPBB3-16452
2020-04-22 13:31:52 +07:00
Dark❶
a5314f57af
[ticket/16411] Add vars to notification core events
...
PHPBB3-16411
2020-04-22 11:38:49 +05:30
Dark❶
6f4d1cda13
[ticket/16411] Add vars to notification core events
...
Added missing `Since: 3.2.10-RC1 , 3.3.1-RC1` , in Events.MD .
PHPBB3-16411
2020-04-22 11:35:29 +05:30
Dark❶
0e69bcc282
[ticket/16411] Add vars to notification core events
...
Added missing `Since: 3.2.10-RC1 , 3.3.1-RC1` , in Events.MD .
PHPBB3-16411
2020-04-22 11:29:58 +05:30
Dark❶
bd23583431
[ticket/16411] Add vars to notification core events
...
Added missing `since 3.3.1-RC1`.
PHPBB3-16411
2020-04-22 11:12:39 +05:30
Dark❶
e0a7676c3f
[ticket/16411] Add vars to notification core events
...
PHPBB3-16411
2020-04-22 10:32:29 +05:30
kasimi
09ce2ab70e
[ticket/16425] Added @since 3.3.1-RC1
...
PHPBB3-16425
2020-04-21 23:47:09 +02:00
Marc Alexander
52f50287e9
Merge branch '3.2.x' into 3.3.x
2020-04-21 22:03:33 +02:00
Marc Alexander
0f51a85d8f
Merge pull request #5958 from kasimi/ticket/16453
...
[ticket/16453] Load permission lang files before core.permissions
2020-04-21 22:03:07 +02:00
Marc Alexander
0ecc72e945
Merge branch '3.2.x' into 3.3.x
2020-04-21 21:47:17 +02:00
Marc Alexander
66990474b9
Merge pull request #5937 from mrgoldy/ticket/16422
...
[ticket/16422] Strip BOM characters
2020-04-21 21:47:07 +02:00
Marc Alexander
da77c9e744
Merge branch '3.2.x' into 3.3.x
2020-04-21 21:41:16 +02:00
Marc Alexander
c251ab51c0
Merge pull request #5936 from dark-1/ticket/16429
...
[ticket/16429] Add vars to 2 ACP User core events
2020-04-21 21:41:07 +02:00
Marc Alexander
502982154d
Merge branch '3.2.x' into 3.3.x
2020-04-21 21:36:11 +02:00
Marc Alexander
bf36dd2036
Merge pull request #5935 from 3D-I/ticket/16428
...
[ticket/16428] Fix invalid scheme name (empty value)
2020-04-21 21:35:49 +02:00
Marc Alexander
ebc889baea
Merge branch '3.2.x' into 3.3.x
2020-04-21 21:21:38 +02:00
Marc Alexander
14cd51056b
Merge pull request #5933 from kasimi/ticket/16424
...
[ticket/16424] Add base_url to generate_smilies events
2020-04-21 21:21:25 +02:00
Marc Alexander
1dc5c4f98f
Merge pull request #5932 from AlfredoRamos/ticket/15572
...
[ticket/15572] Fix W3C validation error for quote BBCode
2020-04-21 21:16:49 +02:00
Marc Alexander
95080106e0
Merge pull request #5923 from AlfredoRamos/ticket/16315
...
[ticket/16315] Remove Google+ profile field
2020-04-21 20:50:01 +02:00
Marc Alexander
7e8ef278fe
Merge pull request #5919 from AlfredoRamos/ticket/16338
...
[ticket/16338] Add DuckDuckGo bot
2020-04-21 20:46:14 +02:00
Marc Alexander
6bdebe22ed
Merge branch '3.2.x' into 3.3.x
2020-04-21 20:08:01 +02:00
Marc Alexander
29450d8893
Merge pull request #5930 from 3D-I/ticket/16423
...
[ticket/16423] Add Aria Engine to list of Fulltext Supported
2020-04-21 20:07:47 +02:00
Marc Alexander
e979194a0e
Merge branch '3.2.x' into 3.3.x
2020-04-21 17:20:08 +02:00
Marc Alexander
e10331f988
Merge pull request #5942 from mrgoldy/ticket/16432
...
[ticket/16432] Display APCu Cache notice when handling extensions through CLI
2020-04-21 17:19:47 +02:00
kasimi
573a1b7d35
[ticket/16453] Load permission lang files before core.permissions
...
PHPBB3-16453
2020-04-21 14:14:33 +02:00
rxu
335535e73b
[ticket/16452] Fix tests
...
PHPBB3-16452
2020-04-21 16:13:31 +07:00
rxu
0e4ce1f978
[ticket/16452] Upgrade to FontAwesome 5
...
PHPBB3-16452
2020-04-21 15:21:40 +07:00
kasimi
565a287d20
[ticket/16450] Fix layout of ACP permission tabs
...
PHPBB3-16450
2020-04-19 10:11:18 +02:00
kasimi
f4b9a7143c
[ticket/16449] Fixed tests
...
PHPBB3-16449
2020-04-18 01:37:11 +02:00
kasimi
66436bd9f7
[ticket/16449] Remove AJAX actions for extension management
...
This reverts commits
2b66608023
5cf88ea871
PHPBB3-16449
2020-04-18 00:43:47 +02:00
Marc Alexander
724b3682d1
Merge branch '3.2.x' into 3.3.x
2020-04-17 21:10:32 +02:00
Marc Alexander
7767648520
Merge pull request #5929 from rxu/ticket/16421
...
[ticket/16421] Add contact field icon template events to viewtopic_body.html
2020-04-17 21:10:15 +02:00
kasimi
64ce9d2218
[ticket/16448] Added $phpbb_dispatcher
...
PHPBB3-16448
2020-04-17 16:28:50 +02:00
kasimi
cd85541e19
[ticket/16448] Add event core.mcp_get_post_data_after
...
PHPBB3-16448
2020-04-17 16:05:42 +02:00
kasimi
c1583fa001
[ticket/16447] Add event core.ucp_pm_compose_compose_pm_basic_info_query_after
...
PHPBB3-16447
2020-04-17 15:32:24 +02:00
kasimi
5842b8416e
[ticket/16446] Add event core.message_history_modify_rowset
...
PHPBB3-16446
2020-04-17 15:12:42 +02:00
hanakin
3e296a4a90
[ticket/16445] remove hr.divider from viewtopic
...
PHPBB3-16445
2020-04-16 16:21:54 -10:00
Marc Alexander
8a03e0d670
Merge branch '3.2.x' into 3.3.x
2020-04-16 22:09:05 +02:00
Marc Alexander
46cee69804
Merge pull request #5916 from rxu/ticket/13426
...
[ticket/13426] Improve user timezone initialization
2020-04-16 22:08:54 +02:00
Marc Alexander
ec6335bdfd
[ticket/14754] Clean up code as per review
...
PHPBB3-14754
2020-04-16 22:01:04 +02:00
kasimi
28c24c8c45
[ticket/16444] Add event core.core.ucp_pm_view_message_before
...
PHPBB3-16444
2020-04-16 21:35:07 +02:00
Marc Alexander
b90e2c6300
Merge pull request #5892 from mrgoldy/ticket/16397
...
[ticket/16397] Expose user identifier
2020-04-16 20:50:54 +02:00
Marc Alexander
6b47cbb4c5
Merge pull request #5860 from JoshyPHP/ticket/16361
...
[ticket/16361] Change the link shortener
2020-04-16 20:49:15 +02:00
kasimi
43ce44cb3b
[ticket/16443] Add event core.ucp_pm_compose_modify_parse_after
...
PHPBB3-16443
2020-04-16 20:23:16 +02:00
Marc Alexander
f9d4e11a27
Merge pull request #5926 from rxu/ticket/16417
...
[ticket/16417] Fix CLI database migration for phpBB 3.0.x
2020-04-16 14:31:13 +02:00
hanakin
8956654288
[ticket/16439] minor fixes
...
PHPBB3-16439
2020-04-15 11:09:10 -10:00
hanakin
5bc0e89871
[ticket/16439] fix post target h3 color
...
PHPBB3-16439
2020-04-14 14:18:53 -10:00
Rubén Calvo
d16b240749
[ticket/15300] Show maximum attachment filesize
...
PHPBB3-15300
2020-04-14 21:03:24 +00:00
mrgoldy
73c355b92a
Merge pull request #5914 from mrgoldy/ticket/16319
...
[ticket/16319] Responsive post profile
2020-04-14 17:19:23 +02:00
mrgoldy
34629afda0
Merge branch '3.2.x' into 3.3.x
2020-04-14 16:56:09 +02:00
mrgoldy
d2fb48ce49
Merge pull request #5927 from marc1706/ticket/16415
...
[ticket/16415] Add COMPOSER_AUTH token to appveyor builds
2020-04-14 16:56:04 +02:00
mrgoldy
b5943a430f
Merge pull request #5913 from mrgoldy/ticket/16326
...
[ticket/16326] Add 'inputbox narrow' to ucp_reset_password
2020-04-14 16:47:54 +02:00
mrgoldy
43d75d712f
Merge pull request #5945 from AlfredoRamos/ticket/16440
...
[ticket/16440] Run tests on a stable PHP 7.4 version
2020-04-14 16:42:05 +02:00
mrgoldy
51be1ad2c1
Merge branch '3.2.x' into 3.3.x
2020-04-14 16:27:04 +02:00
mrgoldy
15a7a77bb6
Merge pull request #5924 from 3D-I/ticket/16416
...
[ticket/16416] Fix non-numeric value encountered - ACP attachments
2020-04-14 16:26:58 +02:00
mrgoldy
f68bdb9e08
Merge branch '3.2.x' into 3.3.x
2020-04-14 16:19:10 +02:00
mrgoldy
b4a900c993
Merge pull request #5925 from 3D-I/ticket/16418
...
[ticket/16418] Fix non-numeric value - ACP board start date
2020-04-14 16:19:04 +02:00
Alfredo Ramos
dfc43e819e
[ticket/16440] Run tests on a stable PHP 7.4 version
...
PHPBB3-16440
2020-04-12 17:41:48 -05:00
mrgoldy
07bf18168f
[ticket/16436] Display correct "no topics" message when filtering by time
...
PHPBB3-16436
2020-04-12 14:15:48 +02:00
mrgoldy
5ca9674ced
[ticket/15560] Remove correct anchor_pos variable name
...
PHPBB3-15560
2020-04-12 13:44:04 +02:00
mrgoldy
154ebc24c2
[ticket/15560] Correct redirect on perma-deleting posts
...
PHPBB3-15560
2020-04-12 13:39:41 +02:00
mrgoldy
3e128d06f4
[ticket/16432] Display APCu Cache notice when handling extensions through CLI
...
PHPBB3-16432
2020-04-12 00:46:00 +02:00
mrgoldy
453adbcd5c
[ticket/16434] Add forum id to advanced search in viewforum
...
PHPBB3-16434
2020-04-11 20:30:57 +02:00
mrgoldy
04e15e6555
[ticket/16433] Add data array to core.ucp_register_user_row_after
...
PHPBB3-16433
2020-04-11 15:13:05 +02:00
mrgoldy
db119a60e6
[ticket/16319] Add postbody margin-right
...
PHPBB3-16319
2020-04-11 12:54:55 +02:00
kasimi
d927154217
[ticket/16425] Removed whitespace
...
PHPBB3-16425
2020-04-09 17:12:06 +02:00
mrgoldy
275ef147f6
[ticket/16422] Strip BOM characters
...
PHPBB3-16422
2020-04-08 22:19:40 +02:00
Marc Alexander
8566f81d4f
Merge pull request #5900 from mrgoldy/ticket/16180
...
[ticket/16180] Allow adding message to test email
2020-04-08 21:39:32 +02:00
mrgoldy
74eefdb4f1
[ticket/16319] Use calc for postbody width
...
PHPBB3-16319
2020-04-08 19:34:46 +02:00
mrgoldy
c90e562367
[ticket/16319] Responsive post profile
...
PHPBB3-16319
2020-04-08 19:15:38 +02:00
Dark❶
f4c45f3f21
[ticket/16429] Add vars to 2 ACP User core events
...
PHPBB3-16429
2020-04-07 12:39:52 +05:30
Alfredo Ramos
99dbea1469
[ticket/16338] Add DuckDuckGo bot
...
PHPBB3-16338
2020-04-06 16:02:20 -05:00
3D-I
33666c7817
[ticket/16428] Fix invalid scheme name (empty value)
...
PHPBB3-16428
2020-04-06 22:11:01 +02:00
mrgoldy
c7be5d25d0
Merge branch '3.2.x' into 3.3.x
2020-04-06 17:16:48 +02:00
mrgoldy
c990818200
Merge pull request #5908 from phpbb-es/ticket/16404
...
[ticket/16404] Small bug in prosilver
2020-04-06 17:16:43 +02:00
kasimi
6cab639d8e
[ticket/16425] Added table alias
...
PHPBB3-16425
2020-04-05 16:02:32 +02:00
kasimi
21dbabe6f2
[ticket/16425] Add event core.generate_smilies_modify_sql
...
PHPBB3-16425
2020-04-05 11:12:21 +02:00
kasimi
fe9254790c
[ticket/16424] Add base_url to generate_smilies events
...
PHPBB3-16424
2020-04-05 11:10:53 +02:00
Alfredo Ramos
cbe63da1f7
[ticket/15572] Fix W3C validation error for quote BBCode
...
PHPBB3-15572
2020-04-04 19:57:31 -06:00
3D-I
c190451098
[ticket/16423] Add Aria Engine to list of Fulltext Supported
...
PHPBB3-16423
2020-04-02 23:47:01 +02:00
3D-I
551a018613
[ticket/16423] Add Aria Engine to list of Fulltext Supported
...
PHPBB3-16423
2020-04-02 23:18:26 +02:00
rxu
45f0c77761
[ticket/16421] Add contact field icon template events to viewtopic_body.html
...
PHPBB3-16421
2020-04-02 12:31:38 +07:00
Marc Alexander
6e89799b05
Merge branch '3.2.x' into 3.3.x
2020-03-29 20:48:38 +02:00
Marc Alexander
8877688ee4
Merge pull request #5901 from mrgoldy/ticket/16122
...
[ticket/16122] Display user rank in MCP user notes
2020-03-29 20:48:32 +02:00
mrgoldy
669c45125c
Merge branch '3.2.x' into 3.3.x
2020-03-29 12:01:13 +02:00
mrgoldy
876dc581a8
Merge pull request #5928 from marc1706/ticket/16419
...
[ticket/16419] Add mrgoldy to CREDITS.txt
2020-03-29 11:59:23 +02:00
Marc Alexander
a267db851a
[ticket/16419] Add mrgoldy to CREDITS.txt
...
PHPBB3-16419
2020-03-29 11:23:05 +02:00
Marc Alexander
26c150090a
[ticket/16415] Add COMPOSER_AUTH token to appveyor builds
...
PHPBB3-16415
2020-03-29 11:09:56 +02:00
rxu
4926ff0992
[ticket/16417] Fix CLI database migration for phpBB 3.0.x
...
PHPBB3-16417
2020-03-29 10:41:21 +07:00
3D-I
39c6d11ed6
[ticket/16418] Fix non-numeric value - ACP board start date
...
PHPBB3-16418
2020-03-28 15:34:06 +01:00
3D-I
5b5a29849e
[ticket/16416] Fix non-numeric value encountered - ACP attachments settings
...
PHPBB3-16416
2020-03-26 11:27:37 +01:00
3D-I
b9123cad7c
[ticket/16416] Fix non-numeric value encountered - ACP attachments settings
...
PHPBB3-16416
2020-03-26 00:58:24 +01:00
Alfredo Ramos
43e3b3e328
[ticket/16315] Remove Google+ profile field
...
PHPBB3-16315
2020-03-24 22:16:51 -06:00
mrgoldy
7149349e25
[ticket/13867] Use order by in profile fields manager test
...
PHPBB3-13867
2020-03-24 01:06:02 +01:00
mrgoldy
9080a0e778
[ticket/13867] Force data type in profile fields manager
...
PHPBB3-13867
2020-03-24 00:28:00 +01:00
mrgoldy
d26e0423f7
[ticket/13867] Amend profile fields manager constructor
...
PHPBB3-13867
2020-03-23 22:47:18 +01:00
mrgoldy
b602e0c014
[ticket/13867] Remove profile field test prophecy
...
PHPBB3-13867
2020-03-23 22:40:04 +01:00
mrgoldy
29d44973a7
[ticket/13867] Finish profile fields manager tests
...
PHPBB3-13867
2020-03-23 22:40:04 +01:00
mrgoldy
903185a69c
[ticket/13867] Amend profile fields manager tests
...
PHPBB3-13867
2020-03-23 22:40:04 +01:00
mrgoldy
84cd7e496b
[ticket/13867] Amend profile fields manager
...
PHPBB3-13867
2020-03-23 22:40:04 +01:00
Tristan Darricau
b3f3886cd9
[ticket/13867] Add tests
...
PHPBB3-13867
2020-03-23 22:37:51 +01:00
javiexin
b1e1ee7d55
[ticket/13867] Enable/disable mechanism for new profile field types
...
Adds methods to enable, disable and purge profile field types to the
profilefields\manager class. These methods are to be called from
extensions that add new profile field types on the enable, disable
and purge methods of the ext class. If not done, any profile field
of a new type that is left after extension is disabled or removed will
break the forum in several places.
Remove dependency from container, add dependencies with specific classes.
Change try/catch by !isset.
Execute requested changes: more meaningful var names, json_encode, empty.
Execute requested changes: separate a utilit list function, use
sql_in_set, use single quotes ('). Remove code approved in a different PR.
PHPBB3-13867
2020-03-23 22:37:50 +01:00
javiexin
b60322f729
[ticket/13867] Enable/disable mechanism for new profile field types
...
Adds methods to enable, disable and purge profile field types to the
profilefields\manager class. These methods are to be called from
extensions that add new profile field types on the enable, disable
and purge methods of the ext class. If not done, any profile field
of a new type that is left after extension is disabled or removed will
break the forum in several places.
Remove dependency from container, add dependencies with specific classes.
Change try/catch by !isset.
Execute requested changes: more meaningful var names, json_encode, empty.
PHPBB3-13867
2020-03-23 22:37:29 +01:00
javiexin
b89539a70e
[ticket/13867] Enable/disable mechanism for new profile field types
...
Adds methods to enable, disable and purge profile field types to the
profilefields\manager class. These methods are to be called from
extensions that add new profile field types on the enable, disable
and purge methods of the ext class. If not done, any profile field
of a new type that is left after extension is disabled or removed will
break the forum in several places.
Remove dependency from container, add dependencies with specific classes.
Change try/catch by !isset.
PHPBB3-13867
2020-03-23 22:34:31 +01:00
javiexin
78ea308608
[ticket/13867] Enable/disable mechanism for new profile field types
...
Adds methods to enable, disable and purge profile field types to the
profilefields\manager class. These methods are to be called from
extensions that add new profile field types on the enable, disable
and purge methods of the ext class. If not done, any profile field
of a new type that is left after extension is disabled or removed will
break the forum in several places.
PHPBB3-13867
2020-03-23 22:34:31 +01:00
Marc Alexander
d7435d02d3
Merge branch '3.2.x' into 3.3.x
2020-03-22 18:03:50 +01:00
Marc Alexander
3539f9372d
Merge pull request #5891 from mrgoldy/ticket/16391
...
[ticket/16391] Add extensions info_acp_ lang file to MCP logs
2020-03-22 18:03:45 +01:00
Marc Alexander
0e15eb4f00
Merge branch '3.2.x' into 3.3.x
2020-03-22 17:58:34 +01:00
Marc Alexander
119261dc5d
Merge pull request #5912 from mrgoldy/ticket/16407
...
[ticket/16407] Fix MCP Post reported message
2020-03-22 17:58:29 +01:00
Dark❶
2c0509a5c7
[ticket/16411] Add vars to notification core events
...
PHPBB3-16411
2020-03-22 03:40:37 +05:30
Dark❶
443b931b36
[ticket/16411] Add vars to notification core events
...
PHPBB3-16411
2020-03-22 01:47:53 +05:30
Marc Alexander
8c6ef3f0fd
Merge branch '3.2.x' into 3.3.x
2020-03-21 17:17:25 +01:00
Marc Alexander
0fa0013a69
Merge pull request #5915 from mrgoldy/ticket/16222
...
[ticket/16222] Fix timezone suggestion for 00:00
2020-03-21 17:17:19 +01:00
mrgoldy
8f4c87ad49
[ticket/16326] Use autowidth for ucp_reset_password inputs
...
PHPBB3-16326
2020-03-18 21:06:51 +01:00
rxu
5842c912a9
[ticket/13426] Improve user timezone initialization
...
PHPBB3-13426
2020-03-19 00:17:26 +07:00
mrgoldy
c6412a186c
[ticket/16222] Fix timezone suggestion for 00:00
...
PHPBB3-16222
2020-03-18 16:17:42 +00:00
Marc Alexander
e72e6679a3
Merge branch '3.2.x' into 3.3.x
2020-03-17 17:48:37 +01:00
Marc Alexander
0788754a5f
Merge pull request #5911 from dark-1/ticket/16406
...
[ticket/16406] Fix Core Event of notification
2020-03-17 17:48:32 +01:00
mrgoldy
f5e7233162
[ticket/16326] Add 'inputbox narrow' to ucp_reset_password
...
PHPBB3-16326
2020-03-17 16:31:23 +01:00
mrgoldy
a37f95e7db
[ticket/16407] Fix MCP Post reported message
...
PHPBB3-16407
2020-03-16 22:41:52 +01:00
Marc Alexander
20490b0618
Merge branch '3.2.x' into 3.3.x
2020-03-16 21:53:21 +01:00
Marc Alexander
8b1f69c1a3
Merge pull request #5893 from mrgoldy/ticket/15275
...
[ticket/15275] Fix IP lookup pagination
2020-03-16 21:53:16 +01:00
Marc Alexander
f830f0f6df
Merge branch '3.2.x' into 3.3.x
2020-03-16 17:24:28 +01:00
Marc Alexander
4721a4ae19
Merge pull request #5899 from 3D-I/ticket/16400
...
[ticket/16400] Add posting_editor_* events
2020-03-16 17:24:23 +01:00
Marc Alexander
c4a5099e56
Merge branch '3.2.x' into 3.3.x
2020-03-16 16:34:18 +01:00
Marc Alexander
be343298e8
Merge pull request #5890 from mrgoldy/ticket/15979
...
[ticket/15979] Fix restoring/deleting when editing soft-deleted post
2020-03-16 16:34:12 +01:00
Marc Alexander
54017bcf63
Merge branch '3.2.x' into 3.3.x
2020-03-16 15:54:24 +01:00
Marc Alexander
90a4ea4f9b
Merge pull request #5889 from mrgoldy/ticket/15609
...
[ticket/15609] MCP Queue and Report forum and topic identifiers
2020-03-16 15:54:18 +01:00
Marc Alexander
6b5cbe3768
Merge branch '3.2.x' into 3.3.x
2020-03-16 14:19:51 +01:00
Marc Alexander
46b4a74549
Merge pull request #5895 from 3D-I/ticket/16399
...
[ticket/16399] Fix Emoji in topic title for MCP split topic
2020-03-16 14:19:46 +01:00
mrgoldy
feb94b446a
[ticket/15937] Amend Google reCAPTCHA v3 Migrations
...
PHPBB3-15937
2020-03-16 12:05:33 +01:00
Marc Alexander
879362c5b5
Merge branch '3.2.x' into 3.3.x
2020-03-15 19:34:38 +01:00
Marc Alexander
1e7fc0f7df
Merge pull request #5903 from 3D-I/ticket/16403
...
[ticket/16403] Fix attachment icon in MCP reports
2020-03-15 19:34:33 +01:00
Marc Alexander
8df557f621
Merge branch '3.2.x' into 3.3.x
2020-03-15 17:25:51 +01:00
Marc Alexander
8b8606349e
Merge pull request #5904 from 3D-I/ticket/13914
...
[ticket/13914] Cast to INT mixed style ID data in user setup
2020-03-15 17:25:46 +01:00
Marc Alexander
2b8b04dd55
Merge pull request #5898 from mrgoldy/ticket/16225
...
[ticket/16225] Display style version in ACP
2020-03-15 16:52:37 +01:00
Dark❶
b23c4dacb9
[ticket/16406] Fix Core Event of notification
...
PHPBB3-16406
2020-03-15 21:10:28 +05:30
Marc Alexander
f703f3f20e
Merge branch '3.2.x' into 3.3.x
2020-03-15 16:30:34 +01:00
Marc Alexander
2d39d34ab5
Merge pull request #5897 from mrgoldy/ticket/16245
...
[ticket/16245] Cast attachment filesize to bigint
2020-03-15 16:30:29 +01:00
Marc Alexander
671efc0726
Merge branch '3.2.x' into 3.3.x
2020-03-15 15:44:41 +01:00
Marc Alexander
d17b554666
Merge pull request #5888 from mrgoldy/ticket/16388
...
[ticket/16388] Add online_list_before template events
2020-03-15 15:44:37 +01:00
Marc Alexander
7557af0594
Merge pull request #5885 from 3D-I/ticket/16394
...
[ticket/16394] Fix access array offset in MCP topic approval - PHP 7.4
2020-03-15 15:38:12 +01:00
Marc Alexander
9f4a240f91
[ticket/14754] Rename email notifications table to fit better
...
PHPBB3-14754
2020-03-15 15:08:25 +01:00
phpBB España
07576eb338
[ticket/16404] Small bug in prosilver
...
PHPBB3-16404
2020-03-15 14:45:45 +01:00
Marc Alexander
c61946329c
[ticket/14754] Refactor migration for 3.3 and use ULINT
...
PHPBB3-14754
2020-03-15 12:51:02 +01:00
Marc Alexander
cc3afd87aa
[ticket/14754] Move migration for email notification table to 33x
...
PHPBB3-14754
2020-03-15 12:47:14 +01:00
Marc Alexander
858d9271e3
[ticket/14754] Adjust setUp in test for 3.3
...
PHPBB3-14754
2020-03-15 12:40:35 +01:00
Marc Alexander
5aa4aae0f5
[ticket/14754] Add test for email notifications
...
PHPBB3-14754
2020-03-15 11:52:17 +01:00
Jakub Senko
82240cb661
[ticket/14754] Fix SQL errors in email::mark_notifications
...
PHPBB3-14754
2020-03-15 11:52:17 +01:00
Jakub Senko
f3664b07d2
[ticket/14754] Use dedicated table to stop receiving notifications
...
PHPBB3-14754
2020-03-15 11:52:16 +01:00
Jakub Senko
a3e0117ff0
[ticket/14754] Only one email notification per topic
...
PHPBB3-14754
2020-03-15 11:52:16 +01:00
3D-I
e5f88a1462
[ticket/13914] Cast to INT mixed style ID data in user setup
...
PHPBB3-13914
2020-03-15 04:43:31 +01:00
3D-I
95d873574c
[ticket/16403] Fix attachment icon in MCP reports
...
PHPBB3-16403
2020-03-15 04:05:03 +01:00
mrgoldy
d35b3b4792
[ticket/15937] Google reCAPTCHA v3 Plugin migration
...
PHPBB3-15937
2020-03-14 16:04:48 +01:00
mrgoldy
c8e5c36c1d
[ticket/15937] Google reCAPTCHA v3 Plugin migration and clean up
...
PHPBB3-15937
2020-03-14 16:03:02 +01:00
mrgoldy
01b966c664
[ticket/15937] Google reCAPTCHA v3 Plugin comments
...
PHPBB3-15937
2020-03-14 15:01:49 +01:00
mrgoldy
0c63f03db4
[ticket/15937] Google reCAPTCHA v3 Plugin
...
PHPBB3-15937
2020-03-14 14:42:08 +01:00
mrgoldy
962d3f1df0
[ticket/16122] Display user rank in MCP user notes
...
PHPBB3-16122
2020-03-13 00:49:32 +01:00
mrgoldy
0198029ea6
[ticket/16180] Allow adding message to test email
...
PHPBB3-16180
2020-03-13 00:09:50 +01:00
3D-I
b0e7221b3a
[ticket/16400] Add posting_editor_* events
...
PHPBB3-16400
2020-03-12 23:35:29 +01:00
3D-I
f6b121758b
[ticket/16400] Add posting_editor_* events
...
PHPBB3-16400
2020-03-12 23:27:23 +01:00
mrgoldy
4c0a1ec0a0
[ticket/16225] Display style version in ACP
...
PHPBB3-16225
2020-03-12 22:43:05 +01:00
mrgoldy
8dd76e6e2f
[ticket/16245] Cast attachment filesize to bigint
...
PHPBB3-16245
2020-03-12 22:13:14 +01:00
mrgoldy
edf27fdac5
[ticket/16310] Fix soft delete check when editing a post
...
PHPBB3-16310
2020-03-12 21:11:30 +01:00
3D-I
1c2f65f268
[ticket/16399] Fix Emoji in topic tile for MCP split topic
...
PHPBB3-16399
2020-03-12 15:27:28 +01:00
Marc Alexander
b732b4d8c8
Merge pull request #5886 from marc1706/ticket/16396
...
[ticket/16396] Use new php-webdriver instead facebook webdriver
2020-03-11 06:59:52 +01:00
mrgoldy
291b865f17
[ticket/15275] Use base_url in lookup IP link
...
PHPBB3-15275
2020-03-10 15:24:39 +01:00
mrgoldy
f57a7826a8
[ticket/15275] Fix IP lookup pagination
...
PHPBB3-15275
2020-03-10 15:22:22 +01:00
mrgoldy
e5c80e46b0
[ticket/16397] Expose user identifier
...
PHPBB3-16397
2020-03-10 01:49:57 +01:00
mrgoldy
a66e640499
[ticket/16391] Add extensions info_acp_ lang file to MCP logs
...
PHPBB3-16391
2020-03-10 01:43:13 +01:00
mrgoldy
24fab91694
[ticket/15979] Fix restoring/deleting when editing deleted post
...
PHPBB3-15979
2020-03-10 00:24:19 +01:00
mrgoldy
5881a24faa
[ticket/15609] MCP Queue and Report forum and topic identifiers
...
PHPBB3-15609
2020-03-09 23:33:59 +01:00
mrgoldy
3b82c8cb10
[ticket/16388] Add online_list_before template events
...
PHPBB3-16388
2020-03-09 22:04:20 +01:00
Marc Alexander
b9919f7c88
[ticket/16396] Use new php-webdriver instead facebook webdriver
...
The dependency has been renamed and updated.
PHPBB3-16396
2020-03-09 18:03:17 +01:00
Marc Alexander
2e9b3fc31e
Merge branch '3.2.x' into 3.3.x
2020-03-09 17:48:19 +01:00
Marc Alexander
0a089c8656
Merge pull request #5877 from mrgoldy/ticket/16121
...
[ticket/16121] Footer classes in simple_footer
2020-03-09 17:48:14 +01:00
Marc Alexander
a82afd6ccf
Merge branch '3.2.x' into 3.3.x
2020-03-08 17:14:11 +01:00
Marc Alexander
4fc58068c9
Merge pull request #5883 from marc1706/ticket/16392-3.3
...
[ticket/16392] Update composer dependencies for 3.3
2020-03-08 17:13:37 +01:00
Marc Alexander
fccae1009b
Merge pull request #5882 from marc1706/ticket/16392
...
[ticket/16392] Update composer dependencies for 3.2
2020-03-08 17:12:57 +01:00
3D-I
5dac5fdb3b
[ticket/16394] Fix access array offset in MCP topic approval
...
PHPBB3-16394
2020-03-08 00:48:32 +01:00
Marc Alexander
ddc8e5c712
Merge branch '3.2.x' into 3.3.x
2020-03-07 14:15:38 +01:00
Marc Alexander
3c07c8c2a0
Merge pull request #5862 from dark-1/ticket/16370
...
[ticket/16370] Add core events for Notification
2020-03-07 14:15:32 +01:00
Marc Alexander
c97a9b0b19
[ticket/16392] Update dependencies for 3.3
...
PHPBB3-16392
2020-03-06 20:35:50 +01:00
Marc Alexander
57326be5bf
Merge branch 'ticket/16392' into ticket/16392-3.3
2020-03-06 20:33:18 +01:00
Marc Alexander
7e589a529d
[ticket/16392] Update composer dependencies for 3.2
...
PHPBB3-16392
2020-03-04 17:54:02 +01:00
Marc Alexander
6afa29eb5c
[ticket/16392] Update composer to 1.9.3
...
PHPBB3-16392
2020-03-04 17:52:31 +01:00
Marc Alexander
d7c3d59799
Merge pull request #5845 from bwoebi/patch-1
...
[ticket/16363] Allow replying to locked topics if user has m_lock permissions
2020-03-04 17:48:48 +01:00
Marc Alexander
1c8e7a3483
Merge branch '3.2.x' into 3.3.x
2020-03-04 17:45:36 +01:00
Marc Alexander
a88e640924
Merge pull request #5880 from mrgoldy/ticket/15438
...
[ticket/15438] Correct log language strings: from > for
2020-03-04 17:45:30 +01:00
Marc Alexander
3c27aa2f2e
Merge branch '3.2.x' into 3.3.x
2020-03-03 21:59:05 +01:00
Marc Alexander
0614a1a57f
Merge pull request #5857 from mrgoldy/ticket/16358
...
[ticket/16358] Hide attachment tab with no filters and display ACP notice
2020-03-03 21:59:00 +01:00
Marc Alexander
447a5391ed
Merge pull request #5873 from marc1706/ticket/16325
...
[ticket/16325] Ensure lock file is opened for updating
2020-03-03 21:40:01 +01:00
Marc Alexander
7345f1ce2e
Merge branch '3.2.x' into 3.3.x
2020-03-03 21:22:12 +01:00
Marc Alexander
75abae80fd
Merge pull request #5878 from mrgoldy/ticket/16377
...
[ticket/16377] Rename navlinks loop variable
2020-03-03 21:22:07 +01:00
Dark❶
70513f8da4
[ticket/16370] Add core events for Notification
...
PHPBB3-16370
2020-03-04 01:41:37 +05:30
Marc Alexander
d5acfc5c2f
Merge branch '3.2.x' into 3.3.x
2020-03-03 19:47:43 +01:00
Marc Alexander
83c886781d
Merge pull request #5876 from mrgoldy/ticket/16163
...
[ticket/16163] Notice when no posts inside MCP topic
2020-03-03 19:47:38 +01:00
Marc Alexander
1215c3ddbf
Merge branch '3.2.x' into 3.3.x
2020-03-03 18:03:23 +01:00
Marc Alexander
ea1a4ffbb8
Merge pull request #5875 from mrgoldy/ticket/16289
...
[ticket/16289] Correct ampersand in report notification email
2020-03-03 18:03:17 +01:00
mrgoldy
cada6f294d
[ticket/15438] Correct log language strings: remove excessive o
...
PHPBB3-15438
2020-03-02 21:58:19 +01:00
mrgoldy
4ade2789f6
[ticket/15438] Correct log language strings
...
PHPBB3-15438
2020-03-02 21:22:19 +01:00
Marc Alexander
c06f224ace
Merge branch '3.2.x' into 3.3.x
2020-03-02 20:52:11 +01:00
Marc Alexander
bb21336191
Merge pull request #5872 from dark-1/ticket/16384
...
[ticket/16384] Add template events friends list username {prepend/append}
2020-03-02 20:52:06 +01:00
Marc Alexander
d32030a374
Merge branch '3.2.x' into 3.3.x
2020-03-02 20:46:55 +01:00
Marc Alexander
adf10ef492
Merge pull request #5871 from dark-1/ticket/16383
...
[ticket/16383] Add core events to modify friends list
2020-03-02 20:46:50 +01:00
Marc Alexander
6788d82316
Merge branch '3.2.x' into 3.3.x
2020-03-02 20:41:33 +01:00
Marc Alexander
a470f0a6db
Merge pull request #5870 from dark-1/ticket/16381
...
[ticket/16381] Add core event to Modify Topics SQL
2020-03-02 20:41:26 +01:00
Marc Alexander
3feafaade6
Merge pull request #5869 from mrgoldy/ticket/16382
...
[ticket/16382] Update deprecated Twig_ classes
2020-03-01 21:40:58 +01:00
mrgoldy
8ed41ea525
[ticket/16358] Update no attachment groups warning message
...
PHPBB3-16358
2020-03-01 20:27:54 +01:00
mrgoldy
558f672634
[ticket/15438] Correct log language strings: from > for
...
PHPBB3-15438
2020-03-01 20:20:40 +01:00
Marc Alexander
ca4ce6b2f5
Merge pull request #5868 from mrgoldy/ticket/16380
...
[ticket/16380] Exception_interface extends \Throwable
2020-03-01 19:20:00 +01:00
Marc Alexander
9a8d8f5b0c
Merge pull request #5867 from mrgoldy/ticket/16378
...
[ticket/16378] Update deprecated console exception_subscriber event
2020-03-01 19:10:49 +01:00
Marc Alexander
6f61d70b72
Merge pull request #5866 from mrgoldy/ticket/16379
...
[ticket/16379] Update deprecated event dispatcher class
2020-03-01 18:59:43 +01:00
Marc Alexander
ffe201be36
Merge pull request #5864 from mrgoldy/ticket/16376
...
[ticket/16376] Add default for display_subforum_limit
2020-03-01 18:58:24 +01:00
Marc Alexander
8943c34572
Merge pull request #5863 from mrgoldy/ticket/16368
...
[ticket/16368] Container isFresh check order
2020-03-01 18:51:45 +01:00
Marc Alexander
dc5add2b8d
Merge branch '3.2.x' into 3.3.x
2020-03-01 18:42:59 +01:00
Marc Alexander
10a4d74190
Merge pull request #5879 from mrgoldy/ticket/15887
...
[ticket/15887] Reposition email after passwords in registration form
2020-03-01 18:42:53 +01:00
Marc Alexander
94419d4573
Merge branch '3.2.x' into 3.3.x
2020-03-01 17:11:09 +01:00
Marc Alexander
f59419ed7e
Merge pull request #5856 from mrgoldy/ticket/16356
...
[ticket/16356] Delete attachments on saving a draft
2020-03-01 17:11:00 +01:00
Marc Alexander
457f13ad0b
Merge branch '3.2.x' into 3.3.x
2020-03-01 16:50:26 +01:00
Marc Alexander
aea5c3545c
Merge pull request #5855 from mrgoldy/ticket/10506
...
[ticket/10506] Preserve attachments on not-saving PM draft
2020-03-01 16:50:20 +01:00
mrgoldy
d1d7ed1381
[ticket/15887] Reposition email after passwords in registration form
...
PHPBB3-15887
2020-03-01 16:01:00 +01:00
mrgoldy
44caadc723
[ticket/16377] Rename navlinks loop variable
...
PHPBB3-16377
2020-03-01 15:51:53 +01:00
mrgoldy
7c21eb84ea
[ticket/16121] Footer classes in simple_footer
...
PHPBB3-16121
2020-03-01 15:40:04 +01:00
mrgoldy
07cbc847f0
[ticket/16163] Notice when no posts inside MCP topic
...
PHPBB3-16163
2020-03-01 11:32:09 +01:00
mrgoldy
f6fae7b536
[ticket/16289] Correct ampersand in report notification email
...
PHPBB3-16289
2020-03-01 11:21:34 +01:00
mrgoldy
ba04bc9d22
[ticket/16378] Update function name to on_error
...
PHPBB3-16378
2020-02-28 13:41:06 +01:00
mrgoldy
1946d81ab3
[ticket/16379] Remove Symfony version from docblock
...
PHPBB3-16379
2020-02-28 12:42:41 +01:00
Marc Alexander
e263405a81
[ticket/16325] Ensure lock file is opened for updating
...
PHPBB3-16325
2020-02-28 07:54:48 +01:00
Dark❶
300f887c02
[ticket/16383] Add core events to modify friends list
...
PHPBB3-16383
2020-02-28 00:30:34 +05:30
Dark❶
2ee9d4f101
[ticket/16383] Add core events to modify friends list
...
PHPBB3-16383
2020-02-28 00:21:08 +05:30
Dark❶
255c79a8f7
[ticket/16370] Add core events for Notification
...
PHPBB3-16370
2020-02-28 00:19:10 +05:30
Dark❶
6f0f366780
[ticket/16381] Add core event to Modify Topics SQL
...
PHPBB3-16381
2020-02-28 00:14:47 +05:30
Dark❶
1e607a8041
[ticket/16384] Add template events friends list username {prepend/append}
...
PHPBB3-16384
2020-02-27 22:00:02 +05:30
mrgoldy
49845c1155
[ticket/16382] Update remaining Twig_ references
...
PHPBB3-16382
2020-02-27 17:15:31 +01:00
Dark❶
f6e9e043d8
[ticket/16383] Add core events to modify friends list
...
PHPBB3-16383
2020-02-27 21:38:48 +05:30
mrgoldy
75c25556aa
[ticket/16382] Update Twig_Environment
...
PHPBB3-16382
2020-02-27 16:55:54 +01:00
mrgoldy
8a040f3fbc
[ticket/16382] Update Twig_Loader_Filesystem
...
PHPBB3-16382
2020-02-27 16:53:10 +01:00
mrgoldy
07b2046685
[ticket/16382] Update Twig_Loader
...
PHPBB3-16382
2020-02-27 16:51:06 +01:00
mrgoldy
90c15aeebc
[ticket/16382] Update Twig_Node
...
PHPBB3-16382
2020-02-27 16:48:21 +01:00
mrgoldy
884f48faf6
[ticket/16382] Update Twig_TokenParser
...
PHPBB3-16382
2020-02-27 16:44:48 +01:00
Dark❶
081d16d907
[ticket/16381] Add core event to Modify Topics SQL
...
PHPBB3-16381
2020-02-27 21:14:30 +05:30
mrgoldy
b795b8a040
[ticket/16382] Update Twig_Token
...
PHPBB3-16382
2020-02-27 16:42:44 +01:00
mrgoldy
dbb9cbe280
[ticket/16382] Update Twig_Node_Expression_Name
...
PHPBB3-16382
2020-02-27 16:39:21 +01:00
mrgoldy
3b1f936dcf
[ticket/16382] Update Twig_Node_Expression_Binary
...
PHPBB3-16382
2020-02-27 16:38:09 +01:00
mrgoldy
d334072722
[ticket/16382] Update Twig_Node_Expression
...
PHPBB3-16382
2020-02-27 16:37:09 +01:00
mrgoldy
62a390582c
[ticket/16382] Update Twig_Lexer
...
PHPBB3-16382
2020-02-27 16:34:58 +01:00
mrgoldy
a4b104c1da
[ticket/16382] Update Twig_Source
...
PHPBB3-16382
2020-02-27 16:33:54 +01:00
mrgoldy
b823a94124
[ticket/16382] Update Twig_Compiler
...
PHPBB3-16382
2020-02-27 16:31:09 +01:00
mrgoldy
2451c0a815
[ticket/16382] Update Twig_Extension_Debug
...
PHPBB3-16382
2020-02-27 16:28:49 +01:00
mrgoldy
725e82f6df
[ticket/16380] Exception_interface extends \Throwable
...
PHPBB3-16380
2020-02-27 16:11:59 +01:00
mrgoldy
4334b446b5
[ticket/16379] Update deprecated event dispatcher class
...
PHPBB3-16379
2020-02-27 16:03:24 +01:00
mrgoldy
34595c02ba
[ticket/16378] Update deprecated console exception_subscriber event
...
PHPBB3-16378
2020-02-27 15:51:12 +01:00
mrgoldy
1d49ddd86f
[ticket/16376] Add default for display_subforum_limit
...
PHPBB3-16376
2020-02-27 15:29:32 +01:00
mrgoldy
cdb252faaa
[ticket/16368] Container isFresh check order
...
PHPBB3-16368
2020-02-27 14:54:00 +01:00
Dark❶
5f4522e55b
[ticket/16370] Add core events for Notification
...
PHPBB3-16370
2020-02-21 12:22:26 +05:30
Marc Alexander
b1f0276307
Merge branch '3.2.x' into 3.3.x
2020-02-15 16:46:02 +01:00
Marc Alexander
5ce1e1e7df
Merge pull request #5849 from rubencm/ticket/16351
...
[ticket/16351] Use CHMOD constants from filesystem_interface
2020-02-15 16:45:57 +01:00
rubencm
2ed21c98d5
[ticket/16351] Update commends
...
PHPBB3-16351
2020-02-14 13:11:44 +00:00
Marc Alexander
f3815b7bc8
Merge pull request #5851 from marc1706/ticket/16354
...
[ticket/16354] Improve installer error handling and cache issues
2020-02-14 08:15:00 +01:00
Marc Alexander
49b4156cfd
Merge branch '3.2.x' into 3.3.x
2020-02-14 07:32:20 +01:00
Marc Alexander
486413731a
Merge pull request #5854 from mrgoldy/ticket/16344
...
[ticket/16344] Move DOMAIN_NO_MX_RECORD_EMAIL to common.php
2020-02-14 07:32:15 +01:00
Marc Alexander
9715054102
Merge branch '3.2.x' into 3.3.x
2020-02-14 07:31:24 +01:00
Marc Alexander
7735f22562
Merge pull request #5853 from mrgoldy/ticket/16060
...
[ticket/16060] Correct auto prune column for cron job
2020-02-14 07:31:19 +01:00
Marc Alexander
d8e441b079
Merge branch '3.2.x' into 3.3.x
2020-02-14 07:30:31 +01:00
Marc Alexander
d75952394f
Merge pull request #5852 from mrgoldy/ticket/16348
...
[ticket/16348] Prevent double freeing database results on user_ban
2020-02-14 07:30:27 +01:00
Marc Alexander
af012e8b5a
Merge branch '3.2.x' into 3.3.x
2020-02-14 07:28:26 +01:00
Marc Alexander
b6a320503e
Merge pull request #5850 from rubencm/ticket/16352
...
[ticket/16352] Deprecate a few functions/classes
2020-02-14 07:11:12 +01:00
Marc Alexander
9a919d8fa3
Merge branch '3.2.x' into 3.3.x
2020-02-14 07:06:35 +01:00
Marc Alexander
b4ecdae8e4
Merge pull request #5848 from rubencm/ticket/16350
...
[ticket/16350] Move shared code to functions_admin.php
2020-02-14 07:06:31 +01:00
Marc Alexander
0ca20b14f5
Merge branch '3.2.x' into 3.3.x
2020-02-14 07:04:58 +01:00
Marc Alexander
e1ee0dfec1
Merge pull request #5840 from Kidounet/ticket/15395
...
[ticket/15395] change GIN tsvector indexes in Postgres Fulltext Search
2020-02-14 07:04:53 +01:00
Marc Alexander
685c41689e
Merge branch '3.2.x' into 3.3.x
2020-02-14 07:00:53 +01:00
Marc Alexander
8fcb5dcc4d
Merge pull request #5815 from KYPREO/ticket/16234
...
[ticket/16234] Fix & enhance Sphinx search backend functionality
2020-02-14 07:00:48 +01:00
Marc Alexander
c606055df2
[ticket/16354] Use target _blank for support forums link
...
PHPBB3-16354
2020-02-13 21:23:56 +01:00
KYPREO
a4855decb8
[ticket/16234] Fix & enhance Sphinx search backend functionality
...
PHPBB3-16234
PHPBB3-16233
PHPBB3-15367
PHPBB3-13958
2020-02-12 22:29:17 +11:00
Bob Weinand
86cf600d9e
[ticket/16363] Allow replying to locked topics if user has m_lock permissions
...
An user may not be able to edit - but lock and unlock.
It is terribly inconvenient for users being only able to un/lock threads to
have to first unlock a topic, then reply and then re-lock it.
Thus in reply mode we check for lock permissions instead of edit.
This also includes editing if the user could normally edit his post if it
weren't for the lock.
PHPBB3-16363
2020-02-12 09:24:02 +01:00
KYPREO
852959cf2b
[ticket/16234] Fix & enhance Sphinx search backend functionality
...
PHPBB3-16234
PHPBB3-16233
PHPBB3-15367
PHPBB3-13958
2020-02-12 16:42:53 +11:00
JoshyPHP
a5f1ff43b5
[ticket/16361] Truncate schemeless links to the forum
...
PHPBB3-16361
2020-02-12 01:35:00 +01:00
JoshyPHP
d836677342
[ticket/16361] Invalidate text formatter when server settings change
...
PHPBB3-16361
2020-02-12 01:30:05 +01:00
Marc Alexander
b1eaaea89a
Merge branch '3.2.x' into 3.3.x
2020-02-11 17:05:34 +01:00
Marc Alexander
11f2c076f6
Merge pull request #5858 from mrgoldy/ticket/16335
...
[ticket/16335] Ensure attachment event variables are always defined
2020-02-11 17:05:29 +01:00
Marc Alexander
10c038d8f3
Merge pull request #5859 from rxu/ticket/16360
...
[ticket/16360] Fix allocating color for GD 3D image CAPTCHA
2020-02-11 16:49:11 +01:00
Marc Alexander
3d4af04927
Merge branch '3.2.x' into 3.3.x
2020-02-09 16:29:30 +01:00
Marc Alexander
1af967b00e
Merge pull request #5842 from kasimi/ticket/16149
...
[ticket/16149] Always return default profile field data
2020-02-09 16:29:24 +01:00
rxu
b5993fc2a3
[ticket/16360] Fix allocating color for GD 3D image CAPTCHA
...
PHPBB3-16360
2020-02-09 19:35:06 +07:00
Kidounet
a29d2e1149
[ticket/15395] change GIN tsvector indexes in Postgres Fulltext Search
...
PHPBB3-15395
2020-02-09 13:11:18 +01:00
Marc Alexander
9cd1277d70
Merge branch '3.2.x' into 3.3.x
2020-02-09 12:49:06 +01:00
Marc Alexander
ee2a59ad59
Merge pull request #5838 from 3D-I/ticket/16339
...
[ticket/16339] Fix Poll's voting options refresh
2020-02-09 12:49:01 +01:00
Marc Alexander
e05efe8280
Merge branch '3.2.x' into 3.3.x
2020-02-09 12:24:07 +01:00
Marc Alexander
ee33976d1d
Merge pull request #5835 from mrgoldy/ticket/15766
...
[ticket/15766] Check for role on changing permission settings
2020-02-09 12:24:00 +01:00
Marc Alexander
d0d1fd189b
Merge pull request #5831 from marc1706/ticket/16314
...
[ticket/16314] Improve handling of page_footer output for controllers
2020-02-06 17:19:33 +01:00
mrgoldy
76cca33525
[ticket/16335] Ensure event variables are always defined
...
PHPBB3-16335
2020-02-05 15:24:40 +01:00
mrgoldy
8bdc3940b1
[ticket/16358] Do not change plupload.html
...
PHPBB3-16358
2020-02-05 15:20:30 +01:00
mrgoldy
31cbb60a38
[ticket/16358] Hide attachment tab with no filters and display ACP notice
...
PHPBB3-16358
2020-02-05 13:03:01 +01:00
mrgoldy
582919804a
[ticket/16356] Delete attachments on saving a draft
...
PHPBB3-16356
2020-02-05 11:04:01 +01:00
mrgoldy
eaa597a430
[ticket/10506] Preserve attachments on not-saving PM draft
...
PHPBB3-10506
2020-02-05 10:54:49 +01:00
mrgoldy
a6c5def4f4
[ticket/16344] Un-indent irrelevant language strings
...
PHPBB3-16344
2020-02-04 22:32:10 +01:00
mrgoldy
13f5997554
[ticket/16344] Move DOMAIN_NO_MX_RECORD_EMAIL to common.php
...
PHPBB3-16344
2020-02-04 19:16:43 +01:00
mrgoldy
846df59882
[ticket/16344] Add UCP language to memberlist's contact form
...
PHPBB3-16344
2020-02-04 18:39:23 +01:00
mrgoldy
2d2c0ab6cd
[ticket/16060] Correct auto prune column for cron job
...
Also only log pruning once per forum
PHPBB3-16060
2020-02-04 17:58:28 +01:00
mrgoldy
5625078cfe
[ticket/16348] Prevent double freeing database results on user_ban
...
PHPBB3-16348
2020-02-04 17:16:10 +01:00
rubencm
9e7dc9433a
[ticket/16350] Move code to functions_admin
...
PHPBB3-16350
2020-02-04 06:33:11 +00:00
mrgoldy
87fe2847f0
[ticket/15766] Docblocks, comments and longhand variable names
...
PHPBB3-15766
2020-02-03 22:42:42 +01:00
Marc Alexander
5c1782a605
[ticket/16354] Remove backtrace as it does not show meaningful info
...
PHPBB3-16354
2020-02-03 20:21:16 +01:00
Marc Alexander
115d0e794e
[ticket/16354] Clean up startup a bit and add annotations
...
PHPBB3-16354
2020-02-03 17:44:54 +01:00
Marc Alexander
ee4620ef9e
[ticket/16354] Improve error output
...
PHPBB3-16354
2020-02-03 17:37:02 +01:00
Marc Alexander
5fb5228591
[ticket/16354] Reload page after cache purge & purge time limit
...
PHPBB3-16354
2020-02-03 17:36:48 +01:00
Marc Alexander
54ab1f1e80
[ticket/16354] Add shutdown handler to handle issues while loading container
...
PHPBB3-16354
2020-02-03 17:36:31 +01:00
rubencm
b07fb709ba
[ticket/16352] Remove duplicated function
...
PHPBB3-16352
2020-02-03 02:24:56 +00:00
rubencm
96a7e04ea5
[ticket/16352] Deprecate phpbb_delete_user_pms
...
PHPBB3-16352
2020-02-03 02:20:35 +00:00
rubencm
2fea7969d3
[ticket/16352] Deprecate more functions
...
PHPBB3-16352
2020-02-03 01:44:02 +00:00
rubencm
d668f3a3c3
[ticket/16352] Deprecate a few function/classes
...
PHPBB3-16352
2020-02-03 00:44:44 +00:00
rubencm
9749aa936c
[ticket/16351] Use CHMOD constants from filesystem_interface
...
PHPBB3-16351
2020-02-02 22:00:38 +00:00
rubencm
e2cc1aec26
[ticket/16350] Move shared code to functions.php
...
PHPBB3-16350
2020-02-02 21:45:08 +00:00
Marc Alexander
e6624c1fd5
[ticket/16314] Deprecate phpbb_check_and_display_sql_report
...
PHPBB3-16314
2020-02-02 13:48:46 +01:00
Marc Alexander
3bb2edd53d
Merge branch '3.2.x' into 3.3.x
2020-02-01 08:50:19 +01:00
Marc Alexander
7de24bad2e
Merge pull request #5832 from KYPREO/ticket/16329
...
[ticket/16329] Add configuration options for Plupload
2020-02-01 08:50:12 +01:00
Marc Alexander
297ac8ef4c
Merge pull request #5843 from JoshyPHP/ticket/16342
...
[ticket/16342] Increase default hashing costs for Argon2 passwords
2020-01-30 21:38:29 +01:00
Marc Alexander
cd995ff45f
Merge branch '3.2.x' into 3.3.x
2020-01-30 21:16:46 +01:00
Marc Alexander
e61761e9af
Merge pull request #5834 from mrgoldy/ticket/15370
...
[ticket/15370] Loading indicator when submitting permissions
2020-01-30 21:16:37 +01:00
KYPREO
c927c31391
[ticket/16329] Add configuration options for Plupload
...
PHPBB3-16329
PHPBB3-16330
2020-01-28 23:57:31 +11:00
JoshyPHP
2dbcad7840
[ticket/16342] Increase default hashing costs for Argon2 passwords
...
PHPBB3-16342
2020-01-28 01:42:39 +01:00
Marc Alexander
d2a344af5d
Merge pull request #5825 from AlfredoRamos/ticket/16313
...
[ticket/16313] Remove http block from sample Nginx configuration file
2020-01-27 19:45:15 +01:00
kasimi
9d5f9606a4
[ticket/16149] Always return default profile field data
...
PHPBB3-16149
2020-01-27 15:37:12 +01:00
Marc Alexander
4094d62613
Merge branch '3.2.x' into 3.3.x
2020-01-25 15:35:34 +01:00
Marc Alexander
ceaf6fcffe
Merge pull request #5837 from 3D-I/ticket/16337
...
[ticket/16337] Fix Emoji in BBcode Helpline
2020-01-25 15:35:29 +01:00
3D-I
e72ae0a4b2
[ticket/16339] Fix Poll's voting options refresh
...
PHPBB3-16339
2020-01-25 02:11:40 +01:00
Marc Alexander
28620b7d93
Merge branch '3.2.x' into 3.3.x
2020-01-24 16:45:36 +01:00
Marc Alexander
65cfd74b98
Merge pull request #5836 from 3D-I/ticket/16316
...
[ticket/16316] Fix breadcrumbs markup validation
2020-01-24 16:34:44 +01:00
3D-I
11e2cd925b
[ticket/16337] Fix Emoji in BBcode Helpline
...
PHPBB3-16337
2020-01-24 04:46:57 +01:00
3D-I
f7797b89ed
[ticket/16337] Fix Emoji in BBcode Helpline
...
PHPBB3-16337
2020-01-24 04:38:01 +01:00
3D-I
7d80314235
[ticket/16337] Fix Emoji in BBcode Helpline
...
PHPBB3-16337
2020-01-24 02:55:12 +01:00
3D-I
3d9845ebed
[ticket/16316] Fix breadcrumbs markup validation
...
PHPBB3-16316
2020-01-24 00:21:50 +01:00
Marc Alexander
b3d07e26fc
Merge pull request #5822 from rxu/ticket/16307
...
[ticket/16307] Fix SQL time reporting when debug.sql_explain parameter is set
2020-01-22 21:22:38 +01:00
Marc Alexander
9b12a923f5
Merge branch '3.2.x' into 3.3.x
2020-01-22 21:21:07 +01:00
Marc Alexander
eff3b08d49
Merge pull request #5833 from mrgoldy/ticket/16332
...
[ticket/16332] Code and Quote language strings globally available
2020-01-22 21:21:01 +01:00
KYPREO
1f22248965
Merge branch '3.2.x' into ticket/16329
2020-01-22 20:24:47 +11:00
KYPREO
68677b8525
[ticket/16329] Add configuration options for Plupload
...
PHPBB3-16329
PHPBB3-16330
2020-01-22 20:21:12 +11:00
3D-I
8e538eebc5
[ticket/16316] Fix breadcrumbs markup validation
...
PHPBB3-16316
2020-01-21 22:48:20 +01:00
mrgoldy
5bc7723feb
[ticket/16332] Amend formatting tests to expect translated code string
...
PHPBB3-16332
2020-01-21 17:43:11 +01:00
mrgoldy
18e75202d7
[ticket/15766] Use proper variable name for permission set
...
PHPBB3-15766
2020-01-21 17:27:03 +01:00
mrgoldy
11cf09b41a
[ticket/15766] Check for role on changing permission settings
...
PHPBB3-15766
2020-01-21 17:25:27 +01:00
mrgoldy
908d04d0e8
[ticket/15370] Loading indicator when submitting permissions
...
PHPBB3-15370
2020-01-21 15:27:28 +01:00
mrgoldy
e7c028eed6
[ticket/16332] Code and Quote language strings globally available
...
PHPBB3-16332
2020-01-21 14:30:12 +01:00
Marc Alexander
8bdad7d73e
[ticket/16314] Reorder controller helper constructor parameters
...
PHPBB3-16314
2020-01-20 17:28:37 +01:00
Marc Alexander
12a624330f
Merge branch '3.2.x' into 3.3.x
2020-01-20 17:28:30 +01:00
Marc Alexander
d7be6e037b
Merge pull request #5814 from 3D-I/ticket/15079
...
[ticket/15079] Fix Emoji and rich text in subject of post draft
2020-01-20 17:28:24 +01:00
Marc Alexander
1d90ddc0a9
Merge branch '3.2.x' into 3.3.x
2020-01-20 17:25:56 +01:00
Marc Alexander
830d16943b
Merge pull request #5813 from 3D-I/ticket/15712
...
[ticket/15712] Fix Emoji and rich text in PM subject & draft
2020-01-20 17:25:48 +01:00
KYPREO
0b03fa963a
[ticket/16329] Add configuration options for Plupload
...
PHPBB3-16329
PHPBB3-16330
2020-01-20 22:16:38 +11:00
KYPREO
a1617548cf
[ticket/16329] Add configuration options for Plupload
...
PHPBB3-16329
PHPBB3-16330
2020-01-20 15:19:56 +11:00
Marc Alexander
2bfea20007
[ticket/16314] Create correct adm relative path for controller helper
...
PHPBB3-16314
2020-01-19 21:43:07 +01:00
Marc Alexander
843e3ae849
[ticket/16314] Improve handling of page_footer output for controllers
...
Moved the common template output to controller helper and added
garbage_collection handling to kernel_terminate_subscriber.
PHPBB3-16314
2020-01-19 16:03:32 +01:00
Marc Alexander
6f36a478a5
Merge branch '3.2.x' into 3.3.x
2020-01-18 21:46:12 +01:00
Marc Alexander
880deabac1
Merge pull request #5821 from marc1706/ticket/16296
...
[ticket/16296] Adjust form token check for mark actions
2020-01-18 21:46:07 +01:00
Marc Alexander
eba65f57ab
Merge branch '3.2.x' into 3.3.x
2020-01-18 16:46:52 +01:00
Marc Alexander
7f4badc947
Merge pull request #5830 from marc1706/ticket/16328
...
[ticket/16328] Inform admins about PHP requirements in phpBB 3.3
2020-01-18 16:46:48 +01:00
Marc Alexander
ebd9d0fe25
Merge pull request #5828 from AlfredoRamos/ticket/16323
...
[ticket/16323] Replace the spaceless tag with its homologue filter
2020-01-18 14:34:32 +01:00
Marc Alexander
bb5cf54e61
[ticket/16328] Inform admins about PHP requirements in phpBB 3.3
...
PHPBB3-16328
2020-01-18 14:03:27 +01:00
Alfredo Ramos
ff5fe30407
[ticket/16323] Replace the spaceless tag with its homologue filter
...
PHPBB3-16323
2020-01-14 14:44:34 -06:00
Marc Alexander
50ca72e53c
Merge branch '3.2.x' into 3.3.x
2020-01-13 17:45:06 +01:00
Marc Alexander
21f0a2b1b8
Merge pull request #5819 from mrgoldy/ticket/16291
...
[ticket/16291] Add missing report time
2020-01-13 17:45:00 +01:00
Marc Alexander
d25b55b93a
Merge pull request #5826 from 3D-I/ticket/16308
...
[ticket/16308] Fix UCP reset password
2020-01-11 16:49:04 +01:00
3D-I
e599bb2a7b
[ticket/16308] Fix UCP reset password
...
PHPBB3-16308
2020-01-11 11:29:45 +01:00
3D-I
f26e20e1e9
[ticket/16308] Fix UCP reset password
...
remove HTML from PHP and code beautify
PHPBB3-16308
2020-01-10 23:23:15 +01:00
Alfredo Ramos
5d5f34518d
[ticket/16313] Remove http block from sample Nginx configuration file
...
Change placeholder domain to example.com
Also prefer fastcgi.conf over fastcgi_params as per Nginx documentation.
PHPBB3-16313
2020-01-09 19:10:25 -06:00
3D-I
a2fa918da2
[ticket/16308] Fix UCP reset password
...
PHPBB3-16308
2020-01-09 23:55:47 +01:00
Marc Alexander
531f5dd9da
Merge pull request #5823 from JoshyPHP/ticket/16309
...
[ticket/16309] Fix smilies with a left square bracket
2020-01-09 20:37:05 +01:00
Marc Alexander
1b7c42bf53
Merge pull request #5812 from rxu/ticket/16288
...
[ticket/16288] PHP 8 compatibility
2020-01-09 20:34:53 +01:00
Marc Alexander
eecd0b91c5
Merge pull request #5824 from rxu/ticket/16311
...
[ticket/16311] Fix password length ACP setting explanation
2020-01-09 20:32:49 +01:00
rxu
9854db9120
[ticket/16311] Fix password length ACP setting explanation
...
PHPBB3-16311
2020-01-09 22:29:59 +07:00
JoshyPHP
aeac3df4a1
[ticket/16309] Fix smilies with a left square bracket
...
PHPBB3-16309
2020-01-08 19:38:50 +01:00
rxu
75c03dd81e
[ticket/16307] Fix SQL time reporting when debug.sql_explain parameter is set
...
PHPBB3-16307
2020-01-08 22:05:55 +07:00
rxu
f69d9e9559
[ticket/16288] Drop redundant parentheses
...
PHPBB3-16288
2020-01-08 17:36:48 +07:00
Marc Alexander
11d7b71959
[ticket/16296] Adjust form token check for mark actions
...
PHPBB3-16296
2020-01-07 20:26:56 +01:00
Marc Alexander
126b17898d
Merge branch 'prep-release-3.3.0' into 3.3.x
2020-01-06 11:59:03 +01:00
Marc Alexander
8d00784dfe
[prep-release-3.3.0] Update changelog
2020-01-06 11:21:43 +01:00
Marc Alexander
17d4dcc30b
Merge pull request #5820 from marc1706/ticket/16293
...
[ticket/16293] Do not update to hashes that don't support combined hashing
2020-01-06 11:20:39 +01:00
Marc Alexander
16dbbdb34c
[ticket/16293] Do not update to hashes that don't support combined hashing
...
PHPBB3-16293
2020-01-06 11:18:16 +01:00
Marc Alexander
433a23feb4
[prep-release-3.3.0] Rename 3.3 to Proteus
2020-01-05 16:12:15 +01:00
mrgoldy
c747d1d225
[ticket/16291] Add missing report time
...
PHPBB3-16291
2020-01-05 16:01:37 +01:00
Marc Alexander
d4293866b3
Merge pull request #5818 from marc1706/ticket/16266
...
[ticket/16266] Remove extra declaration of constants
2020-01-05 15:29:40 +01:00
Marc Alexander
9fa058a8bd
[ticket/16266] Remove extra declaration of constants
...
PHPBB3-16266
2020-01-05 14:58:17 +01:00
Marc Alexander
4591cf9afa
[prep-release-3.3.0] Update changelog
2020-01-04 22:49:40 +01:00
Marc Alexander
ed34079452
Merge pull request #5817 from marc1706/ticket/16290
...
[ticket/16290] Update to new SVG logo in package docs
2020-01-04 22:48:05 +01:00
Marc Alexander
f6b47e2ee3
[ticket/16290] Update to new SVG logo in package docs
...
PHPBB3-16290
2020-01-04 22:32:59 +01:00
Marc Alexander
e900104e10
[prep-release-3.3.0] Add changelog for 3.3.0
2020-01-04 22:01:09 +01:00
Marc Alexander
944a748cb6
[prep-release-3.3.0] Add migration for 3.3.0
2020-01-04 21:54:59 +01:00
Marc Alexander
eb8ace14c8
[prep-release-3.3.0] Update version numbers for 3.3.0 release
2020-01-04 21:54:48 +01:00
Marc Alexander
1b8193ab8b
Merge branch '3.2.x' into 3.3.x
2020-01-04 21:51:44 +01:00
Marc Alexander
ed9cbc89c1
Merge branch 'prep-release-3.2.9' into 3.2.x
2020-01-04 14:19:57 +01:00
Marc Alexander
2fdd46b364
[prep-release-3.2.9] Update changelog for 3.2.9
2020-01-04 11:32:26 +01:00
Marc Alexander
4f39da4343
[prep-release-3.2.9] Add migration for 3.2.9
2020-01-04 10:17:57 +01:00
Marc Alexander
a2a0038368
[prep-release-3.2.9] Update version numbers for 3.2.9
2020-01-04 10:16:06 +01:00
KYPREO
22417e3d9c
[ticket/16234] Fix & enhance Sphinx search backend functionality
...
PHPBB3-16234
PHPBB3-16233
PHPBB3-15367
PHPBB3-13958
2020-01-04 04:15:10 +11:00
KYPREO
4fb9c1cd98
[ticket/16234] Fix & enhance Sphinx search backend functionality
...
PHPBB3-16234
PHPBB3-16233
PHPBB3-15367
PHPBB3-13958
2020-01-04 03:36:35 +11:00
Marc Alexander
cb833db5fb
Merge pull request #56 from phpbb/ticket/security-250
...
[ticket/security-250] Check form key when approving group membership
2020-01-03 17:25:12 +01:00
Marc Alexander
4f007321e1
[ticket/security-250] Check form key when approving group membership
...
SECURITY-250
2020-01-03 17:24:33 +01:00
Marc Alexander
3aa4b67173
Merge pull request #57 from phpbb/ticket/security-251
...
[ticket/security-251] Check form token when moving PM to folder
2020-01-03 17:22:43 +01:00
Marc Alexander
25c80df156
[ticket/security-252] Check form token on marking PM
...
SECURITY-252
2020-01-03 17:21:42 +01:00
Marc Alexander
e7a6ed20e8
[ticket/security-251] Check form token when moving PM to folder
...
SECURITY-251
2020-01-03 17:21:35 +01:00
Marc Alexander
502407a1dd
Merge pull request #58 from phpbb/ticket/security-253
...
[ticket/security-253] Check form key when exporting PM data
2020-01-03 17:19:06 +01:00
Marc Alexander
03757a0663
Merge pull request #59 from phpbb/ticket/security-249
...
[ticket/security-249] Do not handle avatar submit on invalid token
2020-01-03 17:18:54 +01:00
KYPREO
f0f1cd37dd
Merge branch '3.2.x' into ticket/16234
2020-01-04 01:13:41 +11:00
KYPREO
83ccccb565
[ticket/16234] Fix & enhance Sphinx search backend functionality
...
PHPBB3-16234
PHPBB3-16233
PHPBB3-15367
PHPBB3-13958
2020-01-04 00:29:24 +11:00
Marc Alexander
b83de54bb4
Merge pull request #5811 from paul999/ticket/16287
...
[ticket/16287] After installation an error message regarding statisti…
2020-01-03 11:25:50 +01:00
Marc Alexander
261bf416ee
Merge pull request #5810 from marc1706/ticket/16230
...
[ticket/16230] Improve wording of FILESYSTEM_CANNOT_ lang strings
2020-01-03 11:04:34 +01:00
Marc Alexander
a0ffbfce31
[ticket/16287] Correctly pass json response to PHP file
...
PHPBB3-16287
2020-01-03 10:17:40 +01:00
Marc Alexander
82abd358a5
[ticket/16230] Update links to userguide and support forums
...
PHPBB3-16230
2020-01-03 08:59:46 +01:00
Marc Alexander
d50d1101fb
[ticket/16287] Remove loops. prefix in providers loop
...
PHPBB3-16287
2020-01-03 08:57:09 +01:00
3D-I
f0ebd6da0f
[ticket/15712] Add Emoji and rich text in PM Draft subject
...
Extends to Drafts
PHPBB3-15712
2020-01-03 00:06:15 +01:00
3D-I
9f033cbf6d
[ticket/15079] Fix Emoji and rich text in Draft subject
...
User can save Emoji in drafts since the topic title
is checked on post submission already.
Moreover this way the draft can not be lost somehow.
PHPBB3-15079
2020-01-02 21:41:36 +01:00
Marc Alexander
b3f80239c1
[ticket/16287] Use twig syntax and fix coding guidelines issues
...
PHPBB3-16287
2020-01-02 21:06:58 +01:00
3D-I
0f3dbe1a30
[ticket/15079] Fix Emoji and rich text in Draft subject
...
PHPBB3-15079
2020-01-02 20:35:48 +01:00
rxu
4ed854c818
[ticket/16288] PHP 8 compatibility
...
PHPBB3-16288
2020-01-03 02:21:37 +07:00
3D-I
b0586b4f4d
[ticket/15712] Add Emoji and rich text in PM subject
...
PHPBB3-15712
2020-01-02 20:09:32 +01:00
paul sohier
f866a8fd1b
[ticket/16287] After installation an error is given over statistics submission
...
The phpBB.com website required specific fields to be available for the
statistics. This change switched over to a new statistics page on
www.phpbb.com that uses form fields instead, and that returns JSON as value.
PHPBB3-16287
2020-01-02 15:36:00 +01:00
Marc Alexander
dce0441ecf
Merge pull request #5809 from marc1706/ticket/16285
...
[ticket/16285] Add sanity checks to migrations for 3.3
2020-01-02 10:46:52 +01:00
Marc Alexander
29c9621137
[ticket/16230] Improve wording of FILESYSTEM_CANNOT_ lang strings
...
PHPBB3-16230
2020-01-02 10:45:24 +01:00
Marc Alexander
46b70ded94
Merge pull request #5805 from 3D-I/ticket/16283
...
[ticket/16283] Update requirements for 3.3.0
2020-01-02 10:20:53 +01:00
Marc Alexander
20fb9385f5
Merge branch '3.2.x' into 3.3.x
2020-01-02 10:13:23 +01:00
Marc Alexander
fcca5c5b58
Merge branch 'prep-release-3.2.9' into 3.2.x
2020-01-02 10:13:04 +01:00
Marc Alexander
36c370947c
Merge branch 'ticket/16279' into prep-release-3.2.9
2020-01-02 10:02:17 +01:00
3D-I
fa099867a8
[ticket/16279] Add permission for Emoji in topic title
...
PHPBB3-16279
2020-01-02 10:02:01 +01:00
3D-I
88277e2d21
[ticket/16279] Add permission for Emoji in topic title
...
PHPBB3-16279
2020-01-02 10:01:55 +01:00
3D-I
48eb74cfcd
[ticket/16279] Add permission for Emoji in topic title
...
PHPBB3-16279
2020-01-02 10:01:48 +01:00
Marc Alexander
db5121511d
Merge pull request #5802 from 3D-I/ticket/16279
...
[ticket/16279] Add permission for Emoji in topic title
2020-01-02 09:59:25 +01:00
3D-I
c7dd7d42c6
[ticket/16283] Update requirements for 3.3.0
...
PHPBB3-16283
2020-01-01 19:23:50 +01:00
3D-I
0806d34eee
[ticket/16279] Add permission for Emoji in topic title
...
PHPBB3-16279
2020-01-01 19:11:45 +01:00
Marc Alexander
b9193f35c1
Merge pull request #5807 from 3D-I/ticket/16273
...
[ticket/16273] Check whether the index exists in memberlist - PHP 7.4
2020-01-01 17:45:42 +01:00
Marc Alexander
43e5337a0a
Merge pull request #5806 from 3D-I/ticket/16281
...
[ticket/16281] Fix Ajax refresh-data for extensions' Tab
2020-01-01 17:43:43 +01:00
Marc Alexander
1ae812d172
Merge branch '3.2.x' into 3.3.x
2020-01-01 17:34:44 +01:00
Marc Alexander
dd93bb1aad
Merge pull request #5804 from marc1706/ticket/16282-3.3
...
[ticket/16282] Adjust jQuery cdn url in schema_data
2020-01-01 17:34:13 +01:00
Marc Alexander
bf58fafd76
Merge branch 'prep-release-3.2.9' into 3.2.x
2020-01-01 17:33:39 +01:00
Marc Alexander
693d008851
Merge pull request #5803 from marc1706/ticket/16282
...
[ticket/16282] Adjust jQuery cdn url in schema_data
2020-01-01 17:33:07 +01:00
Marc Alexander
737155a43a
Merge branch '3.2.x' into 3.3.x
2020-01-01 17:27:58 +01:00
Marc Alexander
53b3b1bb40
Merge branch 'prep-release-3.2.9' into 3.2.x
2020-01-01 17:27:31 +01:00
Marc Alexander
97e9357153
Merge branch 'ticket/15592' into prep-release-3.2.9
2020-01-01 17:26:38 +01:00
Marc Alexander
706a10d4cf
Merge pull request #5792 from KYPREO/ticket/16269
...
[ticket/16269] Strip HTML markup from Sphinx search index
2020-01-01 17:26:10 +01:00
Alfredo Ramos
ec694bf8bd
[ticket/15592] Fix attachments place inline button if BBCode is disabled
...
PHPBB3-15592
2020-01-01 17:24:57 +01:00
Marc Alexander
372a3bfcde
Merge branch '3.2.x' into 3.3.x
2020-01-01 16:47:40 +01:00
Marc Alexander
cfdc1ef62a
Merge pull request #5799 from AlfredoRamos/ticket/15592
...
[ticket/15592] Fix attachments place inline button if BBCode is disabled
2020-01-01 16:47:34 +01:00
Marc Alexander
7ae7502146
Merge pull request #5798 from rxu/ticket/16277
...
[ticket/16277] Move from each() function
2020-01-01 16:35:42 +01:00
Marc Alexander
7a294b5fcd
Merge pull request #5795 from 3D-I/ticket/16274
...
[ticket/16274] Fix compact() call to undefined variables in search.php
2020-01-01 16:25:11 +01:00
Marc Alexander
79287abd7b
[ticket/16285] Add sanity checks to migrations for 3.3
...
PHPBB3-16285
2020-01-01 16:23:23 +01:00
3D-I
cf450bd01f
[ticket/16273] Check whether the index exists in memberlist - PHP 7.4
...
PHPBB3-16273
2020-01-01 02:12:32 +01:00
3D-I
7e5d0b9ec8
[ticket/16281] Fix Ajax refresh-data for extensions' Tab
...
PHPBB3-16281
2020-01-01 00:34:05 +01:00
3D-I
314dfb294a
[ticket/16281] Fix Ajax refresh-data for extensions' Tab
...
PHPBB3-16281
2019-12-31 23:51:15 +01:00
3D-I
6705adf47b
[ticket/16281] Fix Ajax refresh-data for extensions' Tab
...
PHPBB3-16281
2019-12-31 23:33:29 +01:00
3D-I
d8dac3f80e
[ticket/16281] Fix Ajax refresh-data for extensions' Tab
...
PHPBB3-16281
2019-12-31 23:31:13 +01:00
3D-I
16dad60eef
[ticket/16283] Update requirements for 3.3.0
...
PHPBB3-16283
2019-12-31 22:10:58 +01:00
3D-I
7ef52f723c
[ticket/16283] Update requirements for 3.3.0
...
PHPBB3-16283
2019-12-31 22:08:18 +01:00
rxu
374dc92e8f
[ticket/16277] Adjust patch for the diff engine
...
PHPBB3-16277
2020-01-01 04:07:11 +07:00
Marc Alexander
3c91126806
[ticket/16282] Adjust jQuery cdn url in schema_data
...
PHPBB3-16282
2019-12-31 16:41:58 +01:00
Marc Alexander
803ed6050f
[ticket/16282] Adjust jQuery cdn url in schema_data
...
PHPBB3-16282
2019-12-31 16:40:20 +01:00
3D-I
7336678454
[ticket/16279] Add permission for Emoji in topic title
...
PHPBB3-16279
2019-12-30 18:43:58 +01:00
Marc Alexander
6ee537b3f2
Merge pull request #5800 from marc1706/ticket/16278
...
[ticket/16278] Clearly state config.php exception and update INSTALL.html
2019-12-30 12:32:30 +01:00
Marc Alexander
f3a9301483
Merge branch '3.2.x' into 3.3.x
2019-12-30 12:19:02 +01:00
Marc Alexander
5aba63d5aa
Merge pull request #5792 from KYPREO/ticket/16269
...
[ticket/16269] Strip HTML markup from Sphinx search index
2019-12-30 12:18:52 +01:00
Marc Alexander
a3276c3ffe
[ticket/16274] Fix feed event referring to undefined variables
...
PHPBB3-16274
2019-12-30 11:46:52 +01:00
3D-I
4956dc3197
[ticket/16274] Fix compact() call to undefined variables in search.php
...
PHPBB3-16274
2019-12-30 08:47:23 +01:00
Marc Alexander
b1c5ad6a61
Merge pull request #5783 from brunoais/ticket/16262
...
Ticket/16262 compact() calls with undefined variables causing error page
2019-12-30 08:37:08 +01:00
3D-I
364461b58f
[ticket/16279] Add permission for Emoji in topic title
...
PHPBB3-16279
2019-12-30 02:26:31 +01:00
Marc Alexander
74a747d455
[ticket/16278] Clearly state config.php exception and update INSTALL.html
...
A few typos and not fully up to date information has been updated.
PHPBB3-16278
2019-12-29 21:54:33 +01:00
Marc Alexander
036871cd95
Merge pull request #5790 from rxu/ticket/16266
...
[ticket/16266] Fix argon2 driver issue for Sodium implementation
2019-12-29 21:43:06 +01:00
Alfredo Ramos
580126cff3
[ticket/15592] Fix attachments place inline button if BBCode is disabled
...
PHPBB3-15592
2019-12-29 11:58:38 -06:00
Marc Alexander
71a1c9fee7
Merge pull request #5796 from rxu/ticket/16276
...
[ticket/16276] Fix bbcode_firstpass undefined mode property
2019-12-29 15:11:23 +01:00
rxu
80de9f6a68
[ticket/16277] Move from each() function
...
PHPBB3-16277
2019-12-29 18:56:36 +07:00
rxu
c71d4c364a
[ticket/16266] Prevent "Use of undefined constant" warning in tests
...
PHPBB3-16266
2019-12-29 16:09:17 +07:00
rxu
dcab076221
[ticket/16276] Further fix PHP nightly tests
...
PHPBB3-16276
2019-12-29 12:59:24 +07:00
Marc Alexander
94808e2cbc
Merge pull request #5794 from 3D-I/ticket/16273
...
[ticket/16273] Check whether the index exists in memberlist - PHP 7.4
2019-12-28 21:41:32 +01:00
rxu
82e61f501a
[ticket/16276] Fix bbcode_firstpass undefined mode property
...
PHPBB3-16276
2019-12-29 01:51:15 +07:00
rxu
37fddf8eef
[ticket/16266] Fix tests
...
PHPBB3-16266
2019-12-28 23:55:31 +07:00
rxu
3669849368
[ticket/16266] Refactor patch using argon2 predefined constants
...
PHPBB3-16266
2019-12-28 12:20:51 +07:00
3D-I
ebf7e9f45f
[ticket/16273] Check whether the index exists in memberlist - PHP 7.4
...
Cast to bool
PHPBB3-16273
2019-12-28 01:47:43 +01:00
rxu
d000717d34
[ticket/16266] More code optimizing
...
PHPBB3-16266
2019-12-28 02:11:58 +07:00
3D-I
d191eed760
[ticket/16273] Check whether the index exists in memberlist - PHP 7.4
...
PHPBB3-16273
2019-12-27 19:43:32 +01:00
rxu
a750372a03
[ticket/16266] More code optimizing
...
PHPBB3-16266
2019-12-28 01:04:13 +07:00
rxu
5dfba1b064
[ticket/16266] Optimize code
...
PHPBB3-16266
2019-12-28 00:15:08 +07:00
Marc Alexander
72747ed686
Merge pull request #5793 from marc1706/ticket/16271
...
[ticket/16271] Add Sami 4.x and update necessary dependencies
2019-12-27 15:49:41 +01:00
Marc Alexander
c7898ac3e4
Merge pull request #5788 from 3D-I/ticket/16221
...
[ticket/16221] Fix ACP statistics layout
2019-12-27 15:47:18 +01:00
Marc Alexander
c70d024f5f
Merge pull request #5787 from 3D-I/ticket/16267
...
[ticket/16267] Check whether the index exists in ACP BBcodes - PHP 7.4
2019-12-27 15:06:01 +01:00
Marc Alexander
7cf148ea13
[ticket/16271] Fix invalid docblocks
...
PHPBB3-16271
2019-12-27 14:58:42 +01:00
Marc Alexander
41f287fbea
[ticket/16271] Add Sami 4.x and update necessary dependencies
...
PHPBB3-16271
2019-12-27 13:54:46 +01:00
Marc Alexander
3ae799f4de
Merge branch '3.2.x' into 3.3.x
2019-12-27 08:28:15 +01:00
Marc Alexander
3e5090e792
Merge pull request #5791 from marc1706/ticket/16271
...
[ticket/16271] Enable support for 3.3.x API documentation
2019-12-27 08:28:10 +01:00
KYPREO
48d038ead4
[ticket/16269] Strip HTML markup from Sphinx search index
...
PHPBB3-16269
2019-12-27 09:45:45 +11:00
Marc Alexander
8bcff3ac74
[ticket/16271] Enable support for 3.3.x API documentation
...
PHPBB3-16271
2019-12-26 23:00:29 +01:00
brunoais
202478d108
[ticket/16262] Fixing event's $current_row_number by renaming $i
...
PHPBB3-16262
2019-12-26 18:17:39 +00:00
Marc Alexander
6320da67e4
[ticket/security-249] Do not handle avatar submit on invalid token
...
SECURITY-249
2019-12-26 15:05:53 +01:00
Marc Alexander
c44c398626
[ticket/security-253] Check form key when exporting PM data
...
SECURITY-253
2019-12-26 14:59:14 +01:00
rxu
186a3d40c6
[ticket/16266] Fix argon2 driver issue for Sodium implementation
...
PHPBB3-16266
2019-12-26 19:44:22 +07:00
Marc Alexander
230472de45
Merge branch '3.2.x' into 3.3.x
2019-12-26 11:39:58 +01:00
Marc Alexander
790e77de01
[3.2.x] Update version numbers to 3.2.10-dev
2019-12-26 11:32:36 +01:00
Marc Alexander
7286532656
Merge branch 'prep-release-3.2.9' into 3.2.x
2019-12-26 11:31:00 +01:00
3D-I
b85c7be5ac
[ticket/16221] Fix ACP statistics layout
...
Fix wide-screen layout
PHPBB3-16221
2019-12-25 21:12:59 +01:00
3D-I
5eae76b209
[ticket/16267] Check whether the index exists in ACP BBcodes - PHP 7.4
...
PHPBB3-16267
2019-12-25 18:35:58 +01:00
Marc Alexander
7d90f84306
[prep-release-3.2.9] Add changelog for 3.2.9-RC1
2019-12-25 17:57:31 +01:00
Marc Alexander
3e4f18bed2
[prep-release-3.2.9] Update composer dependencies to latest
2019-12-25 17:56:09 +01:00
Marc Alexander
e31da34324
[prep-release-3.2.9] Add migration for 3.2.9-RC1
2019-12-25 17:55:06 +01:00
Marc Alexander
6c85564cc1
[prep-release-3.2.9] Update version numbers to 3.2.9
2019-12-25 17:53:09 +01:00
Marc Alexander
8cfe6a900c
[prep-release-3.2.9] Update version number to 3.2.9-RC1
2019-12-25 17:52:25 +01:00
Marc Alexander
2ebbcbe233
Merge branch '3.2.x' into 3.3.x
2019-12-25 17:40:59 +01:00
Marc Alexander
4e2e36df60
Merge pull request #5564 from xchwarze/PHPBB3-16015
...
[ticket/16015] Add new hook core.ucp_profile_avatar_upload_validation
2019-12-25 17:40:54 +01:00
Marc Alexander
4bee15d0fa
[ticket/16015] Adjust since version
...
PHPBB3-16015
2019-12-25 14:36:33 +01:00
3D-I
b1596ffecb
[ticket/16221] Fix ACP statistics layout
...
Resolve conflicts
PHPBB3-16221
2019-12-25 00:06:37 +01:00
3D-I
b9fccc9fce
[ticket/16221] Fix ACP statistics layout
...
PHPBB3-16221
2019-12-24 23:53:48 +01:00
3D-I
9345bc1610
[ticket/16221] Fix ACP statistics layout
...
PHPBB3-16221
2019-12-24 23:38:35 +01:00
Marc Alexander
78ae67ae28
Merge branch '3.2.x' into 3.3.x
2019-12-24 22:58:13 +01:00
Marc Alexander
e880d2c12a
Merge pull request #5786 from marc1706/ticket/16209
...
[ticket/16209] Match exactly "phpbb" in nginx example configuration file
2019-12-24 22:58:07 +01:00
3D-I
044d327818
[ticket/16267] Check whether the index exists in ACP BBcodes - PHP 7.4
...
PHPBB3-16267
2019-12-24 21:51:15 +01:00
Marc Alexander
cc9b29488f
Merge branch '3.2.x' into 3.3.x
2019-12-24 16:20:09 +01:00
Marc Alexander
8fe5063a35
Merge pull request #5784 from 3D-I/ticket/15902
...
[ticket/15902] Out of range error with Sphinx search
2019-12-24 16:20:04 +01:00
Marc Alexander
843887fcb9
Merge branch '3.2.x' into 3.3.x
2019-12-24 16:15:07 +01:00
Marc Alexander
91a60f871a
Merge pull request #5785 from 3D-I/ticket/16257
...
[ticket/16257] Typo in SMTP_SERVER_EXPLAIN
2019-12-24 16:15:02 +01:00
Alfredo Ramos
225c313bb3
[ticket/16209] Match exactly "phpbb" in nginx example configuration file
...
It blocks an image in the ACP.
PHPBB3-16209
2019-12-24 15:55:53 +01:00
3D-I
abc6e9a7bc
[ticket/16257] Typo in SMTP_SERVER_EXPLAIN
...
PHPBB3-16257
2019-12-24 05:24:29 +01:00
3D-I
16070b5543
[ticket/15902] Out of range error with Sphinx search
...
Add missing modification.
PHPBB3-15902
2019-12-24 00:34:27 +01:00
3D-I
0afd410ae7
[ticket/15902] Out of range error with Sphinx search
...
The reporter he's waiting this fix to be in the core.
I created this PR based on trusting his report.
I can't test it.
PHPBB3-15902
2019-12-23 21:36:13 +01:00
brunoais
faca59b3a6
[ticket/16262] Add unset variables to search's compact
...
PHPBB3-16262
2019-12-23 18:31:19 +00:00
brunoais
9b6149d3ac
[ticket/16262] Add unset variables to fulltext_native compact
...
PHPBB3-16262
2019-12-23 18:31:18 +00:00
Marc Alexander
4c05257783
Merge pull request #5782 from marc1706/ticket/16263
...
[ticket/16263] Ensure that remove_email_hash depends on migration adding hash
2019-12-23 16:13:24 +01:00
Marc Alexander
e6a84dcb60
[ticket/16263] Ensure that remove_email_hash depends on migration adding hash
...
PHPBB3-16263
2019-12-23 15:18:40 +01:00
Marc Alexander
1f3e073894
Merge pull request #5779 from 3D-I/ticket/16260
...
[ticket/16260] Missing check whether the index exists in ACP - PHP 7.4
2019-12-23 10:35:10 +01:00
3D-I
dbc164e131
[ticket/16260] Missing check whether the index exists in ACP - PHP 7.4
...
PHPBB3-16260
2019-12-22 21:03:49 +01:00
3D-I
16a163662b
[ticket/16260] Missing check whether the index exists in ACP - PHP 7.4
...
PHPBB3-16260
2019-12-22 17:44:17 +01:00
Marc Alexander
67a8d8ca90
Merge pull request #5781 from marc1706/ticket/16263
...
[ticket/16263] Do not expect numbers as strings in apache provider test
2019-12-22 17:41:51 +01:00
Marc Alexander
0e974eb49a
Merge pull request #5780 from 3D-I/ticket/16261
...
[ticket/16261] Missing check whether the index exists in install - PHP 7.4
2019-12-22 16:32:35 +01:00
Marc Alexander
d5f9e3a05e
[ticket/16263] Do not expect numbers as strings in apache provider test
...
PHPBB3-16263
2019-12-22 16:12:04 +01:00
3D-I
d181713832
[ticket/16261] Missing check whether the index exists in install - PHP 7.4
...
PHPBB3-16261
2019-12-22 01:12:46 +01:00
3D-I
ffb0adfc59
[ticket/16260] Missing check whether the index exists in ACP - PHP 7.4
...
PHPBB3-16260
2019-12-21 23:55:00 +01:00
Marc Alexander
a83b8e7792
[3.3.x] Update version numbers to 3.3.0-RC2-dev
2019-12-21 22:23:23 +01:00
Marc Alexander
2f7a9c6a00
Merge branch 'prep-release-3.3.0-RC1' into 3.3.x
2019-12-21 22:20:42 +01:00
Marc Alexander
4051bf2466
[prep-release-3.3.0-RC1] Update changelog for 3.3.0-RC1
2019-12-21 10:51:05 +01:00
Marc Alexander
a0251ec1d9
[prep-release-3.3.0-RC1] Add migration for 3.3.0-RC1
2019-12-21 10:48:37 +01:00
Marc Alexander
84f01ed0da
[prep-release-3.3.0-RC1] Update version numbers to 3.3.0-RC1
2019-12-21 10:46:12 +01:00
Marc Alexander
9ddb1bdddb
[prep-release-3.3.0-RC1] Update version numbers to 3.3.0-RC1
2019-12-21 10:45:23 +01:00
Marc Alexander
d26622e992
Merge pull request #5770 from JoshyPHP/ticket/16250
...
[ticket/16250] Add a service to check BBCodes safeness in ACP
2019-12-21 10:34:17 +01:00
Marc Alexander
0b3eb2f9ea
Merge branch '3.2.x' into 3.3.x
2019-12-21 10:25:56 +01:00
Marc Alexander
1a9ab15f26
Merge pull request #5777 from KYPREO/ticket/16258
...
[ticket/16258] Fix sample Sphinx configuration file
2019-12-21 10:25:51 +01:00
Marc Alexander
581139ab15
Merge pull request #5769 from hanakin/ticket/16248
...
[ticket/16248] swap logo for new svg version
2019-12-21 10:15:53 +01:00
hanakin
8e54e5cc79
[ticket/16248] stupid lack of standards are stupid
...
PHPBB3-16248
2019-12-17 17:41:21 -08:00
hanakin
26c4dfb9d7
[ticket/16248] add quotes to lang
...
PHPBB3-16248
2019-12-17 15:35:15 -08:00
hanakin
fce796517b
[ticket/16248] Convert to twig
...
PHPBB3-16248
2019-12-17 14:28:53 -08:00
KYPREO
d4681145dc
[ticket/16258] Fix sample Sphinx configuration file
...
PHPBB3-16258
2019-12-17 21:01:06 +11:00
JoshyPHP
2733ce0712
[ticket/16250] Reworked status as constants
...
PHPBB3-16250
2019-12-16 01:34:26 +01:00
Marc Alexander
bcc90133a8
Merge pull request #5728 from rxu/ticket/15294
...
[ticket/15294] Fix session_gc() selecting expired sessions for unique users
2019-12-15 20:26:01 +01:00
Marc Alexander
611b3c4e46
Merge pull request #5775 from SagePtr/ticket/16255
...
[ticket/16255] Fix PHP 7.4 deprecation warning
2019-12-15 20:14:22 +01:00
Marc Alexander
ac43c5c8bd
Merge pull request #5773 from marc1706/ticket/16238-3.3.x
...
[ticket/16238] Update version for deprecation
2019-12-15 19:59:45 +01:00
Marc Alexander
b786dbc5d7
Merge branch '3.2.x' into 3.3.x
2019-12-13 20:17:17 +01:00
Marc Alexander
0efeef46e1
Merge pull request #5766 from marc1706/ticket/16224-3.3.x
...
[ticket/16224] Update composer dependencies - 3.3.x version
2019-12-13 20:16:45 +01:00
Marc Alexander
4b890cff12
Merge pull request #5765 from marc1706/ticket/16224
...
[ticket/16224] Update composer dependencies - 3.2.x version
2019-12-13 20:16:13 +01:00
Sage Pointer
fd5ac318a5
[ticket/16255] Fix PHP 7.4 deprecation warning
...
PHPBB3-16255
2019-12-13 20:28:36 +02:00
JoshyPHP
2926ceba6a
[ticket/16250] Add a service to check BBCodes safeness
...
PHPBB3-16250
2019-12-13 01:46:09 +01:00
Marc Alexander
581fe4ec83
[ticket/16238] Update version for deprecation
...
PHPBB3-16238
2019-12-12 18:41:52 +01:00
Marc Alexander
02689df8f7
Merge pull request #5751 from AlfredoRamos/ticket/16235
...
[ticket/16235] Fix PHP CodeSniffer ignore patterns
2019-12-12 18:34:06 +01:00
Marc Alexander
d9749d5bb0
Merge branch '3.2.x' into 3.3.x
2019-12-12 18:20:56 +01:00
Marc Alexander
4b376de3bf
Merge pull request #5771 from JoshyPHP/ticket/16251
...
[ticket/16251] Prevent shortened links from overriding other plugins
2019-12-12 18:20:49 +01:00
Marc Alexander
b7492a7b6f
Merge branch '3.2.x' into 3.3.x
2019-12-12 18:17:00 +01:00
Marc Alexander
4a950750f4
Merge pull request #5772 from JoshyPHP/ticket/16252
...
[ticket/16252] Ignore non-BBCodes when looking for unauthorized markup
2019-12-12 18:16:55 +01:00
Marc Alexander
59afb76df4
Merge branch 'ticket/16224' into ticket/16224-3.3.x
2019-12-12 18:13:25 +01:00
Marc Alexander
e584ce4010
[ticket/16224] Update fast-image-size to 1.1.6
...
PHPBB3-16224
2019-12-12 18:02:38 +01:00
JoshyPHP
5813b5fbee
[ticket/16252] Ignore non-BBCodes when looking for unauthorized markup
...
PHPBB3-16252
2019-12-09 18:06:30 +01:00
JoshyPHP
6758190afd
[ticket/16251] Prevent shortened links from overriding other plugins
...
PHPBB3-16251
2019-12-09 02:16:01 +01:00
hanakin
d659276749
[ticket/16248] fix logo in acp
...
PHPBB3-16248
2019-12-08 00:07:57 -10:00
hanakin
8be1ad4568
[ticket/16248] loaaaad svg old way for BC
...
PHPBB3-16248
2019-12-07 08:20:59 -10:00
hanakin
0fc6fbf916
[ticket/16248] Remove all unused theme/images
...
PHPBB3-16248
2019-12-07 08:12:52 -10:00
hanakin
8ffbd66cba
[ticket/16248] Swap out logos
...
PHPBB3-16248
2019-12-07 08:05:21 -10:00
hanakin
ff3458ff03
[ticket/16248] Add DS_Store to gitignore
...
PHPBB3-16248
2019-12-07 08:03:57 -10:00
Marc Alexander
5be4cca408
Merge pull request #5748 from marc1706/ticket/16226
...
[ticket/16226] Prevent Apache servers from using MultiViews
2019-12-06 08:31:53 +01:00
Marc Alexander
3009e7ffbe
Merge branch '3.2.x' into 3.3.x
2019-12-06 07:20:34 +01:00
Marc Alexander
1f00e160ab
Merge pull request #5737 from marc1706/ticket/16211
...
[ticket/16211] Prevent skipping COPPA via URL parameter
2019-12-06 07:20:30 +01:00
Marc Alexander
d7425b4998
Merge pull request #5756 from mrgoldy/ticket/16239
...
[ticket/16239] Remove deprecated phpbb\db\tools
2019-12-06 07:12:46 +01:00
Marc Alexander
186384e514
Merge branch '3.2.x' into 3.3.x
2019-12-06 07:03:35 +01:00
Marc Alexander
41918b8afa
Merge pull request #5768 from 3D-I/ticket/16247
...
[ticket/16247] Quote PM has no identifier
2019-12-06 07:03:30 +01:00
3D-I
e6c45623ea
[ticket/16247] Quote PM has no identifier
...
Code review
PHPBB3-16247
2019-12-05 23:42:12 +01:00
3D-I
8c42a9d900
[ticket/16247] Code consistency
...
PHPBB3-16247
2019-12-05 11:58:05 +01:00
3D-I
17f8134a3b
[ticket/16247] Add test not tested
...
PHPBB3-16247
2019-12-05 10:33:02 +01:00
3D-I
d3749538f1
[ticket/16247] Quote PM has no identifier
...
PHPBB3-16247
2019-12-05 10:15:54 +01:00
Marc Alexander
f9a364074d
Merge branch '3.2.x' into 3.3.x
2019-12-04 21:11:40 +01:00
Marc Alexander
3002cee42a
Merge pull request #5761 from AlfredoRamos/ticket/16242
...
[ticket/16242] Fix nginx redirection loop
2019-12-04 21:11:35 +01:00
Marc Alexander
cb0f4790ae
Merge branch '3.2.x' into 3.3.x
2019-12-04 20:49:54 +01:00
Marc Alexander
6be6b69110
Merge pull request #5764 from VSEphpbb/ticket/16246
...
[ticket/16246] Update automated testing section of Readme
2019-12-04 20:49:06 +01:00
Marc Alexander
f26e83e4c6
Merge branch 'ticket/16224' into ticket/16224-3.3.x
2019-12-04 20:39:38 +01:00
Marc Alexander
37ccd29558
[ticket/16224] Update composer dependencies
...
PHPBB3-16224
2019-12-04 20:31:28 +01:00
Marc Alexander
55c493cd7d
[ticket/16224] Update composer to 1.9.1
...
PHPBB3-16224
2019-12-04 20:31:15 +01:00
Marc Alexander
5ef225381d
Merge pull request #5752 from rxu/ticket/16236
...
[ticket/16236] Bump phpBB 3.3 max PHP version requirement to PHP 7.4
2019-12-04 20:11:18 +01:00
Matt Friedman
1056cd9ca2
[ticket/16246] Update automated testing section of Readme
...
PHPBB3-16246
2019-12-03 22:21:11 -08:00
Alfredo Ramos
9c980256bf
[ticket/16242] Fix nginx redirection loop
...
PHPBB3-16242
2019-12-03 01:43:44 -06:00
Marc Alexander
8b4892b96b
Merge pull request #5758 from VSEphpbb/ticket/16241
...
[ticket/16241] Color Palette backwards compatibility
2019-12-01 11:36:25 +01:00
Matt Friedman
68326c6aa1
[ticket/16241] Color Palette backwards compatibility
...
PHPBB3-16241
2019-11-30 09:17:08 -08:00
mrgoldy
1a4739aed9
[ticket/16239] Update DB tools in UI test case
...
PHPBB3-16239
2019-11-30 15:28:01 +01:00
mrgoldy
670dbaba1b
[ticket/16239] Remove deprecated phpbb\db\tools
...
PHPBB3-16239
2019-11-30 15:12:35 +01:00
rxu
6d71748e9a
[ticket/16236] Bump phpBB 3.3 max PHP version requirement to PHP 7.4
...
PHPBB3-16236
2019-11-29 23:00:05 +07:00
Alfredo Ramos
3089770fec
[ticket/16235] Fix PHP CodeSniffer ignore patterns
...
PHPBB3-16235
2019-11-28 21:19:33 -06:00
Marc Alexander
5d5c3481b7
Merge branch '3.2.x' into 3.3.x
2019-11-28 21:39:45 +01:00
Marc Alexander
d48e0f7f13
Merge pull request #5730 from 3D-I/ticket/16203
...
[ticket/16203] Enable Emojis and rich text in sent Emails
2019-11-28 21:39:40 +01:00
Marc Alexander
3837d2cfee
Merge pull request #5749 from 3D-I/ticket/16227
...
[ticket/16227] Fix undefined vars on login
2019-11-28 21:24:42 +01:00
Marc Alexander
ac6676a144
Merge branch '3.2.x' into 3.3.x
2019-11-28 21:11:48 +01:00
Marc Alexander
03e15166c7
Merge pull request #5747 from JoshyPHP/ticket/16228
...
[ticket/16228] Fix BBCodes merging
2019-11-28 21:11:43 +01:00
Marc Alexander
3986273fdb
Merge pull request #5750 from mrgoldy/ticket/12539
...
[ticket/12539] Rebind live member search navigation
2019-11-28 20:46:07 +01:00
Marc Alexander
c7ed162a06
[ticket/16211] Fix coppa registration test
...
PHPBB3-16211
2019-11-28 07:39:51 +01:00
Marc Alexander
417271f573
[ticket/16211] Use form to ensure link data is passed on coppa registration
...
PHPBB3-16211
2019-11-27 22:01:26 +01:00
Marc Alexander
cbbba2dcc7
Merge pull request #5745 from marc1706/ticket/16223
...
[ticket/16223] Remove no longer supported memcache driver
2019-11-27 08:10:44 +01:00
mrgoldy
6b7d9af0c2
[ticket/12539] Rebind live member search navigation
...
PHPBB3-12539
2019-11-26 16:36:56 +01:00
rubencm
5ed02c2149
[ticket/16223] Use register_php_extension instead of echo
...
PHPBB3-16223
2019-11-26 08:40:05 +01:00
3D-I
3be57cea04
[ticket/16227] Fix undefined vars on login
...
PHPBB3-16227
2019-11-25 23:09:37 +01:00
Marc Alexander
dac910d27a
[ticket/16223] Do not use install_php_extension for memcached
...
PHPBB3-16223
2019-11-25 22:19:03 +01:00
Marc Alexander
380b7d0a98
[ticket/16223] Use constructor arguments instead of func_get_args()
...
PHPBB3-16223
2019-11-25 22:16:41 +01:00
Marc Alexander
bc045fd19b
[ticket/16223] Use install_php_extensions for installing memcached
...
PHPBB3-16223
2019-11-25 22:04:24 +01:00
Marc Alexander
7b70984ef3
[ticket/16226] Prevent Apache servers from using MultiViews
...
PHPBB3-16226
2019-11-25 22:00:31 +01:00
Marc Alexander
c37e696c1c
[ticket/16223] Add memcached config and PHP extension
...
PHPBB3-16223
2019-11-25 21:33:42 +01:00
Marc Alexander
c7d47e34e8
[ticket/16223] Ensure memcached tests are only run when available
...
PHPBB3-16223
2019-11-25 21:27:43 +01:00
Marc Alexander
fd7524858c
[ticket/16223] Add test for memcached driver
...
PHPBB3-16223
2019-11-25 20:10:12 +01:00
JoshyPHP
d6f5b5ef6c
[ticket/16228] Fix BBCodes merging
...
PHPBB3-16228
2019-11-25 18:34:04 +01:00
Marc Alexander
86085f96ab
[ticket/16223] Remove no longer supported memcache driver
...
PHPBB3-16223
2019-11-24 16:54:57 +01:00
Marc Alexander
a8e2f4256b
[3.3.x] Update version numbers to 3.3.0-rc1-dev
2019-11-23 14:25:53 +01:00
Marc Alexander
8b7e0563a5
Merge branch 'prep-release-3.3.0-b2' into 3.3.x
2019-11-23 14:23:39 +01:00
Marc Alexander
3e9c2ea025
Merge branch '3.2.x' into 3.3.x
2019-11-22 19:15:44 +01:00
Marc Alexander
bf96786cda
Merge pull request #5741 from marc1706/ticket/16217
...
[ticket/16217] Enable opcache on travis tests again
2019-11-22 19:15:03 +01:00
Marc Alexander
960e5af71c
Merge pull request #5742 from marc1706/ticket/16216
...
[ticket/16216] Ignore not being able to disable xdebug
2019-11-22 19:12:06 +01:00
Marc Alexander
679f3b0c76
[ticket/16216] Ignore not being able to disable xdebug
...
PHPBB3-16216
2019-11-22 19:04:02 +01:00
Marc Alexander
db83419ea3
[ticket/16217] Enable opcache on travis tests again
...
PHPBB3-16217
2019-11-22 18:27:42 +01:00
Marc Alexander
f7ac1d2629
Merge branch '3.2.x' into 3.3.x
2019-11-22 18:21:07 +01:00
Marc Alexander
b8e86975a4
Merge pull request #5740 from marc1706/ticket/16216
...
[ticket/16216] Disable xdebug on travis
2019-11-22 18:21:02 +01:00
Marc Alexander
c435c55657
[ticket/16216] Disable xdebug on travis
...
PHPBB3-16216
2019-11-22 16:02:50 +01:00
Marc Alexander
77a15e3542
[prep-release-3.3.0-b2] Update changelog for 3.3.0-b2
2019-11-22 11:08:11 +01:00
Marc Alexander
d55e421c0f
[prep-release-3.3.0-b2] Add migration for 3.3.0-b2
2019-11-22 11:06:15 +01:00
Marc Alexander
db1040ec69
[prep-release-3.3.0-b2] Update version numbers to 3.3.0-b2
2019-11-22 11:04:32 +01:00
Marc Alexander
251473700a
[prep-release-3.3.0-b2] Update version numbers to 3.3.0-b2
2019-11-22 11:03:07 +01:00
Marc Alexander
896b31272b
Merge pull request #5686 from v12mike/ticket/9837
...
[ticket/9837] Display unapproved posts to their authors
2019-11-22 10:56:33 +01:00
Marc Alexander
0a4cc5d201
[ticket/9837] Apply suggested changes by CHItA
...
PHPBB3-9837
2019-11-22 09:20:18 +01:00
Marc Alexander
2a023c9e15
Merge pull request #5727 from marc1706/ticket/16167
...
[ticket/16167] Use user_email column for checking duplicates
2019-11-21 14:54:32 +01:00
Marc Alexander
4a10062933
[ticket/9837] Remove not needed lines in test
...
PHPBB3-9837
2019-11-21 13:44:22 +01:00
v12mike
29be971fad
[ticket/9837] Make unapproved posts visible to author
...
review comments
PHPBB3-9837
2019-11-21 13:44:22 +01:00
v12mike
0f57f3d90d
[ticket/9837] Display unapproved posts to their authors
...
Coding guidelines fixes
PHPBB3-9837
2019-11-21 13:44:22 +01:00
v12mike
4d15683733
[ticket/9837] Display unapproved posts to their authors
...
Clarification of comment
PHPBB3-9837
2019-11-21 13:44:22 +01:00
v12mike
8726baea9f
[ticket/9837] Display unapproved posts to their authors
...
Change code order to improve efficiency.
PHPBB3-9837
2019-11-21 13:44:22 +01:00
v12mike
15da5b108e
[ticket/9837] Display unapproved posts to their authors
...
Re-order code for efficiency
PHPBB3-9837
2019-11-21 13:44:21 +01:00
v12mike
63ebd658a9
[ticket/9837] Display unapproved posts to their authors
...
Improve ACP language strings
PHPBB3-9837
2019-11-21 13:44:21 +01:00
v12mike
9fff4cf253
[ticket/9837] Make unapproved posts visible to posters
...
Add tests
Tidy up code
Improve user message formatting
PHPBB3-9837
2019-11-21 13:44:21 +01:00
v12mike
1f10cd51ff
[ticket/9837] Display unapproved posts to posters
...
Add tests and improve style template
PHPBB3-9837
2019-11-21 13:44:21 +01:00
Máté Bartus
e39753083d
[ticket/9837] Small fixes
...
PHPBB3-9837
2019-11-21 13:44:21 +01:00
Máté Bartus
3149b45eba
[ticket/9837] Display unapproved posts to their authors
...
Basic functionality mock up.
PHPBB3-9837
2019-11-21 13:44:20 +01:00
v12mike
46a189fa4c
[ticket/9837] Display unapproved posts to originator
...
Fix whitespace issues
PHPBB3-9837
2019-11-21 13:44:20 +01:00
v12mike
e102a9a3cb
[ticket/9837] Make unapproved posts visible to poster
...
Improve acp explanation string
PHPBB3-9837
2019-11-21 13:44:20 +01:00
v12mike
92362441bd
[ticket/9837] Make unapproved posts visible to posters
...
Add tests
Tidy up code
Improve user message formatting
PHPBB3-9837
2019-11-21 13:44:20 +01:00
v12mike
78a913581c
[ticket/9837] Display unapproved posts to posters
...
Add tests and improve style template
PHPBB3-9837
2019-11-21 13:44:20 +01:00
v12mike
63b7518a0f
[ticket/9837] Make unapproved posts visible to posters
...
Improvements for feature following review
PHPBB3-9837
2019-11-21 13:44:19 +01:00
Máté Bartus
01b0ec19c6
[ticket/9837] Small fixes
...
PHPBB3-9837
2019-11-21 13:44:19 +01:00
Máté Bartus
eb94fe973b
[ticket/9837] Display unapproved posts to their authors
...
Basic functionality mock up.
PHPBB3-9837
2019-11-21 13:44:19 +01:00
Marc Alexander
c628cd7e15
[ticket/16167] Deprecate phpbb_email_hash() and remove gen_email_hash()
...
The latter one has been deprecated for 10 years now.
PHPBB3-16167
2019-11-19 21:15:21 +01:00
Marc Alexander
83d430419e
[ticket/16167] Adjust tests for actual duplicate email
...
PHPBB3-16167
2019-11-18 21:50:58 +01:00
Marc Alexander
9872316cac
[ticket/16167] Remove uses of user_email_hash
...
PHPBB3-16167
2019-11-18 21:06:00 +01:00
Marc Alexander
aed7e369c3
[ticket/16167] Add migration for removing user_email_hash
...
PHPBB3-16167
2019-11-18 20:57:24 +01:00
Marc Alexander
289524938c
Merge pull request #5735 from AlfredoRamos/ticket/16205
...
[ticket/16205] Fix undefined $zebra variable
2019-11-17 16:56:42 +01:00
Marc Alexander
f2e6bda0d1
Merge pull request #5725 from marc1706/ticket/12574
...
[ticket/12574] Remove passwords manager dependency from auth providers
2019-11-17 14:55:25 +01:00
Marc Alexander
c11dbffbac
[ticket/12574] Remove not used user_type
...
PHPBB3-12574
2019-11-17 09:42:27 +01:00
Marc Alexander
f460194379
[ticket/12574] Remove passwords manager & container requirement from oauth
...
PHPBB3-12574
2019-11-16 23:05:36 +01:00
Marc Alexander
0cbe05faad
[ticket/12574] Remove special cases for PHP < 5.3.7
...
PHPBB3-12574
2019-11-16 16:02:44 +01:00
Marc Alexander
a00b8c2920
[ticket/12574] Clean up dependencies of db auth provider
...
PHPBB3-12574
2019-11-16 16:02:44 +01:00
Marc Alexander
9e0c3fc81e
[ticket/12574] Stop using passwords manager in apache provider
...
PHPBB3-12574
2019-11-16 16:02:43 +01:00
Marc Alexander
0d668fee36
[ticket/12574] Fix incorrect setup() method declaration & ldap extension
...
PHPBB3-12574
2019-11-16 16:02:43 +01:00
Marc Alexander
149df2d7b6
[ticket/12574] Adjust login tests for ldap
...
PHPBB3-12574
2019-11-16 16:02:43 +01:00
Marc Alexander
c75502e09c
[ticket/12574] Use correct config entry for connecting to ldap
...
PHPBB3-12574
2019-11-16 16:02:43 +01:00
Marc Alexander
9aee50968e
[ticket/12574] Don't add extension to php config & set default username
...
PHPBB3-12574
2019-11-16 16:02:42 +01:00
Marc Alexander
0cd7033baa
[ticket/12574] Run LDAP test as slow test and install ldap extension
...
PHPBB3-12574
2019-11-16 16:02:42 +01:00
Marc Alexander
2c3a24b678
[ticket/12574] Remove passwords manager dependency from ldap
...
Also started to implement tests for ldap provider.
PHPBB3-12574
2019-11-16 16:02:42 +01:00
Marc Alexander
51bb05f286
[ticket/12574] Introduce files for LDAP testing on travis
...
PHPBB3-12574
2019-11-16 16:02:41 +01:00
Marc Alexander
791d633b8a
Merge pull request #5733 from mrgoldy/ticket/16206
...
[ticket/16206] Remove no longer needed workaround for PHP bug #66834
2019-11-16 14:35:45 +01:00
Marc Alexander
e39c0be8f8
Merge pull request #5584 from mrgoldy/ticket/16008
...
[ticket/16008] Clean up OAuth system
2019-11-16 14:22:09 +01:00
Marc Alexander
7b428641f0
[ticket/16211] Prevent skipping COPPA via URL parameter
...
PHPBB3-16211
2019-11-14 21:32:50 +01:00
Marc Alexander
e0e410e8a2
Merge branch '3.2.x' into 3.3.x
2019-11-14 20:40:04 +01:00
Marc Alexander
0641c209d7
Merge pull request #5736 from marc1706/ticket/16210
...
[ticket/16210] Ensure terms of use is not skipped by enforcing form token
2019-11-14 20:39:57 +01:00
Marc Alexander
dba351702d
[ticket/16210] Ensure terms of use is not skipped by enforcing form token
...
PHPBB3-16210
2019-11-12 21:47:41 +01:00
Alfredo Ramos
5e5042e52a
[ticket/16205] Fix undefined zebra variable
...
PHPBB3-16205
2019-11-12 00:40:06 -06:00
Marc Alexander
4679433ae1
[ticket/16008] Adjust naming and remove typo
...
PHPBB3-16008
2019-11-11 18:21:18 +01:00
mrgoldy
3e22a2eebd
[ticket/16206] Remove offsetExists and set non-NULL value
...
PHPBB3-16206
2019-11-10 22:59:55 +01:00
Marc Alexander
79a6648b99
Merge pull request #5726 from marc1706/ticket/12559
...
[ticket/12559] Add forum setting to limit subforum legend
2019-11-08 20:46:21 +01:00
Marc Alexander
8dbda26623
Merge branch '3.2.x' into 3.3.x
2019-11-07 21:19:17 +01:00
Marc Alexander
04204c7ec6
Merge pull request #5729 from rxu/ticket/16199
...
[ticket/16199] Init guest posting CAPTCHA only if guest posting is allowed
2019-11-07 21:19:11 +01:00
Marc Alexander
5d6f8c8bd9
Merge pull request #5684 from mrgoldy/ticket/12539
...
[ticket/12539] Live member search improvements
2019-11-06 21:28:05 +01:00
3D-I
79bc1ba9ce
[ticket/16203] Enable Emojis and rich text in sent Emails
...
PHPBB3-16203
2019-11-06 00:56:44 +01:00
rxu
7ea063100e
[ticket/15294] Minor code adjusting
...
PHPBB3-15294
2019-11-05 22:53:11 +07:00
rxu
0a8b2eb58e
[ticket/16199] Init guest posting CAPTCHA only if guest posting is allowed
...
PHPBB3-16199
2019-11-05 20:51:21 +07:00
rxu
56bff6380e
[ticket/15294] Add session_gc() tests
...
PHPBB3-15294
2019-11-05 02:04:30 +07:00
Marc Alexander
85837d48b2
[ticket/12559] Use short array syntax
...
PHPBB3-12559
2019-11-04 17:31:18 +01:00
rxu
ba17f16dc8
[ticket/15294] Get rid of SQL query in a loop as far as possible
...
PHPBB3-15294
2019-11-04 21:48:20 +07:00
rxu
a340c362bc
[ticket/15294] Back to the all DBMS compliant splitted queries
...
PHPBB3-15294
2019-11-04 13:36:58 +07:00
rxu
46a68d37ee
[ticket/15294] Another approach, optimize updating & purging expired sessions
...
PHPBB3-15294
2019-11-03 23:49:00 +07:00
rxu
e9fc3ed22e
[ticket/15294] Fix session_gc() selecting expired sessions for unique users
...
Also remove limit of 10 as it does not allow to collect all the garbage.
PHPBB3-15294
2019-11-03 20:04:01 +07:00
mrgoldy
cbb5e6f765
[ticket/16008] Enforce string data type as per ticket/16181
...
PHPBB3-16008
2019-11-03 11:48:10 +01:00
mrgoldy
219955fa6c
[ticket/16008] Remove empty line, re-add @changed and remove duplicate code
...
PHPBB3-16008
2019-11-03 11:48:08 +01:00
mrgoldy
95a696c4da
[ticket/16008] Properly order get_external_service_provider
...
PHPBB3-16008
2019-11-03 11:44:56 +01:00
mrgoldy
85910fe5bc
[ticket/16008] Add missing empty line
...
PHPBB3-16008
2019-11-03 11:44:54 +01:00
mrgoldy
76b4a2faab
[ticket/16008] Unindent YML comments
...
PHPBB3-16008
2019-11-03 11:41:41 +01:00
mrgoldy
0b39e4e854
[ticket/16008] Clean up phpBB OAuth system
...
PHPBB3-16008
2019-11-03 11:41:39 +01:00
Marc Alexander
78ce646c69
Merge branch '3.2.x' into 3.3.x
2019-11-01 22:12:29 +01:00
Marc Alexander
51f0c16b5f
Merge pull request #5685 from 3D-I/ticket/16153
...
[ticket/16153] Enable Emojis and rich text in Topic title
2019-11-01 22:12:24 +01:00
Marc Alexander
4ae43c7970
Merge pull request #5717 from 3D-I/ticket/16187
...
[ticket/16187] Correctly display registration using external services
2019-11-01 22:10:27 +01:00
Marc Alexander
912eb28223
Merge pull request #5718 from rubencm/ticket/16189
...
[ticket/16189] Deprecate inet_ntop and inet_pton wrappers
2019-11-01 22:01:26 +01:00
Marc Alexander
7df08fe12e
[ticket/12559] Add functional test for limiting subforums in legend
...
PHPBB3-12559
2019-11-01 18:12:38 +01:00
Marc Alexander
729e2f5d08
[ticket/12559] Move migration to v330 folder
...
PHPBB3-12559
2019-11-01 16:52:36 +01:00
PayBas
e2de342d3a
[ticket/12559] Update migration dependencies
...
PHPBB3-12559
2019-11-01 16:26:36 +01:00
PayBas
b14c7c3511
[ticket/12559] Updated copyright information
...
PHPBB3-12559
2019-11-01 16:26:36 +01:00
PayBas
c2997ada7a
[ticket/12559] Applied DeMorgan and removed unnecessary true:false
...
PHPBB3-12559
2019-11-01 16:26:36 +01:00
PayBas
6ccffec906
[ticket/12559] Add forum setting to limit subforum legend
...
Squashed all commits, they were basically just typos and errors
PHPBB3-12559
2019-11-01 16:26:34 +01:00
rubencm
00682db8a6
[ticket/16189] Make wrappers call native functions
...
PHPBB3-16189
2019-11-01 10:30:41 +00:00
rubencm
0a7e98951b
[ticket/16189] Update version
...
PHPBB3-16189
2019-11-01 10:30:41 +00:00
rubencm
b6a99e7dca
[ticket/16188] Remove some legacy code and fix bug
...
PHPBB3-16189
2019-11-01 10:30:41 +00:00
rubencm
f09f5bc51c
[ticket/16189] Deprecate inet_ntop and inet_pton wrappers
...
PHPBB3-16189
2019-11-01 10:30:41 +00:00
Marc Alexander
ce35aa8b0b
Merge pull request #5722 from mrgoldy/ticket/16195
...
[ticket/16195] Copy forum permissions' missing paragraph
2019-11-01 08:32:16 +01:00
Marc Alexander
930895f563
Merge pull request #5720 from hanakin/ticket/16188
...
[ticket/16188] fix acp responsive stats
2019-11-01 08:23:43 +01:00
Marc Alexander
75e4fcd2e9
Merge pull request #5719 from rubencm/ticket/15958
...
[ticket/15958] Standarize create forums default options
2019-11-01 08:21:42 +01:00
Marc Alexander
9887a9d76c
Merge pull request #5724 from rubencm/ticket/16190
...
[ticket/16190] Deprecate phpbb's checkdnsrr wrapper
2019-11-01 08:16:10 +01:00
Marc Alexander
b40fe17d93
Merge pull request #5723 from rubencm/ticket/16196
...
[ticket/16196] Remove paragonie/random_compat
2019-11-01 08:04:36 +01:00
hanakin
1a2e5f6ee6
[ticket/16188] Remove responsive tables in acp
...
PHPBB3-16188
2019-10-31 17:22:18 -10:00
rubencm
163aac74db
[ticket/16190] Deprecate phpbb's checkdnsrr wrapper
...
PHPBB3-16190
2019-10-31 20:54:21 +00:00
rubencm
d87fc02774
[ticket/16196] Remove paragonie/random_compat
...
PHPBB3-16196
2019-10-30 22:29:39 +00:00
mrgoldy
be17a8417d
[ticket/16195] Add missing paragraph
...
PHPBB3-16195
2019-10-30 20:13:01 +01:00
3D-I
ff25d0a508
[ticket/16153] Enable Emojis and rich text in Topic title
...
PHPBB3-16153
2019-10-30 14:47:10 +01:00
3D-I
c569d0dabc
[ticket/16153] Use new function
...
PHPBB3-16153
2019-10-28 21:16:54 +01:00
3D-I
d136a8a907
Merge branch '3.2.x' into ticket/16153
2019-10-28 21:11:42 +01:00
Marc Alexander
404768a607
Merge branch '3.2.x' into 3.3.x
2019-10-28 20:32:08 +01:00
Marc Alexander
e95e387188
Merge pull request #5709 from mrgoldy/ticket/16181
...
[ticket/16181] Enforce string for OAuth provider id
2019-10-28 20:32:03 +01:00
mrgoldy
9cb1119d1e
[ticket/12539] Prevent cursor repositioning
...
PHPBB3-12539
2019-10-28 20:29:51 +01:00
Marc Alexander
1e67ffee1d
Merge branch '3.2.x' into 3.3.x
2019-10-28 20:22:57 +01:00
Marc Alexander
c0eee6d153
Merge pull request #5682 from 3D-I/ticket/16151
...
[ticket/16151] Enable Emojis and rich text in forum name
2019-10-28 20:22:52 +01:00
Marc Alexander
40a69b8edf
Merge branch '3.2.x' into 3.3.x
2019-10-28 19:50:01 +01:00
Marc Alexander
1b20430399
Merge pull request #5672 from OxCom/ticket/16146
...
[ticket/16146] New core event: after move forum
2019-10-28 19:49:55 +01:00
Marc Alexander
0e8e8c7b14
Merge pull request #5721 from VSEphpbb/ticket/16192
...
[ticket/16192] Fix CLI extension not enableable messages
2019-10-28 17:17:12 +01:00
3D-I
2cdc2e751e
[ticket/16151] Enable Emojis and rich text in forum name
...
Move to a new function()
PHPBB3-16151
2019-10-28 02:36:35 +01:00
Matt Friedman
7ae8f98ec6
[ticket/16192] Fix CLI extension not enableable messages
...
PHPBB3-16192
2019-10-27 16:22:24 -07:00
hanakin
eb0195dd7c
[ticket/16188] fix acp responsive stats
...
PHPBB3-16188
2019-10-27 12:14:44 -10:00
Marc Alexander
b6f400a014
Merge branch '3.2.x' into 3.3.x
2019-10-26 21:50:49 +02:00
Marc Alexander
28fd9457e9
Merge pull request #5695 from 3D-I/ticket/16161
...
[ticket/16161] Enable BBcodes without closing tag
2019-10-26 21:50:43 +02:00
Marc Alexander
b8616fe9ac
Merge branch '3.2.x' into 3.3.x
2019-10-26 21:35:39 +02:00
Marc Alexander
6a7ed40b05
Merge pull request #5681 from v12mike/ticket/16150
...
[ticket/16150] Make post subject link an absolute url
2019-10-26 21:35:32 +02:00
Marc Alexander
4e816b58c6
[ticket/16146] Fix typos in event description
...
PHPBB3-16146
2019-10-26 21:26:00 +02:00
rubencm
f985f42dc2
[ticket/15958] Standarize create forums default options
...
PHPBB3-15958
2019-10-24 21:15:23 +00:00
3D-I
734c1cd5bd
[ticket/16187] Correctly display registration using external services
...
PHPBB3-16187
2019-10-24 07:08:41 +02:00
Marc Alexander
95880a5f49
[3.3.x] Update version numbers to 3.3.0-b2-dev
2019-10-23 21:00:50 +02:00
Marc Alexander
90a8e1dd1c
Merge branch 'prep-release-3.3.0-b1' into 3.3.x
2019-10-23 20:56:58 +02:00
mrgoldy
ade88f020e
[ticket/12539] Reposition ESC to be on top
...
PHPBB3-12539
2019-10-22 22:20:27 +02:00
mrgoldy
fe7118aea0
[ticket/12539] Change let to var in jQuery
...
PHPBB3-12539
2019-10-22 22:19:07 +02:00
Marc Alexander
396a8214db
[prep-release-3.3.0-b1] Add jquery update migration to 330b1 dependencies
2019-10-21 20:05:12 +02:00
Marc Alexander
b0b3810aab
Merge branch '3.2.x' into 3.3.x
2019-10-21 17:51:29 +02:00
Marc Alexander
fa18778c91
Merge pull request #5711 from kasimi/ticket/16183
...
[ticket/16183] Add core.generate_smilies_count_sql_before
2019-10-21 17:51:23 +02:00
Marc Alexander
a8fb843ded
Merge branch '3.2.x' into 3.3.x
2019-10-21 17:48:48 +02:00
Marc Alexander
6e757eea94
Merge pull request #5674 from JoshyPHP/ticket/16147
...
[ticket/16147] Updated tokens legend in BBCodes ACP
2019-10-21 17:48:41 +02:00
Marc Alexander
dfcc744275
Merge pull request #5716 from marc1706/ticket/15437
...
[ticket/15437] Update jQuery and cookie consent to latest
2019-10-21 17:38:53 +02:00
Marc Alexander
e78632767c
[ticket/15437] Rename jquery.min.js to jquery-3.4.1.min.js
...
PHPBB3-15437
2019-10-20 21:35:45 +02:00
Marc Alexander
cf7c3dcab5
[ticket/15437] Add migration for updating jQuery to 3.4.1
...
PHPBB3-15437
2019-10-20 21:33:05 +02:00
Marc Alexander
77da8b6507
Merge branch '3.2.x' into 3.3.x
2019-10-20 21:06:58 +02:00
Marc Alexander
23fd522dbb
Merge pull request #5704 from senky/ticket/16172
...
[ticket/16172] Add group rank label to group view
2019-10-20 21:06:53 +02:00
Marc Alexander
06c894ff7f
Merge branch '3.2.x' into 3.3.x
2019-10-20 21:01:44 +02:00
Marc Alexander
f0bf54f9eb
Merge pull request #5703 from senky/ticket/16174
...
[ticket/16174] Add core.set_cookie
2019-10-20 21:01:39 +02:00
Marc Alexander
e75071fbd2
Merge branch '3.2.x' into 3.3.x
2019-10-20 20:59:06 +02:00
Marc Alexander
4e3b22b332
Merge pull request #5667 from EA117/ticket/16141
...
[ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.
2019-10-20 20:59:01 +02:00
Marc Alexander
0a133fe009
Merge branch '3.2.x' into 3.3.x
2019-10-20 20:57:36 +02:00
Marc Alexander
801214f0ee
Merge pull request #5705 from senky/ticket/16140
...
[ticket/16140] Add ucp_profile_profile_info_birthday_label_append
2019-10-20 20:57:31 +02:00
Marc Alexander
ebdb38857c
[ticket/16181] Fix typo in comment
...
PHPBB3-16181
2019-10-20 20:54:39 +02:00
Marc Alexander
4008800527
Merge branch '3.2.x' into 3.3.x
2019-10-20 20:51:26 +02:00
Marc Alexander
cbbc64a54f
Merge pull request #5710 from kasimi/ticket/16182
...
[ticket/16182] Add core.generate_smilies_modify_rowset
2019-10-20 20:51:21 +02:00
kasimi
6df8b7f367
[ticket/16183] Generate SQL query from array
...
PHPBB3-16183
2019-10-20 20:50:34 +02:00
Marc Alexander
49ea5a4091
Merge branch '3.2.x' into 3.3.x
2019-10-20 20:39:12 +02:00
Marc Alexander
90d425478b
Merge pull request #5715 from marc1706/ticket/16078
...
[ticket/16078] Try using retries for timeout issue
2019-10-20 20:39:07 +02:00
Marc Alexander
d9f9360c5b
Merge branch '3.2.x' into 3.3.x
2019-10-20 17:18:16 +02:00
Marc Alexander
6b6a24ffb3
Merge pull request #5712 from kasimi/ticket/16184
...
[ticket/16184] Don't entity-encode & character in AJAX response
2019-10-20 17:18:12 +02:00
Marc Alexander
8b6776eed2
[ticket/16078] Use while loop for visit retries
...
PHPBB3-16078
2019-10-20 15:51:47 +02:00
Marc Alexander
a671eaf25d
Merge pull request #5714 from marc1706/ticket/16043
...
[ticket/16043] Check if not null before getting anything from the container
2019-10-20 11:22:02 +02:00
Marc Alexander
829ac4062d
[ticket/15437] Update cookie consent to 3.3.1
...
PHPBB3-15437
2019-10-20 11:15:35 +02:00
Marc Alexander
33785d0fd3
[ticket/15437] Update jQuery to 3.4.1
...
PHPBB3-15437
2019-10-20 10:48:58 +02:00
Marc Alexander
1ba0ae6e85
[ticket/16078] Try using retries for timeout issue
...
The timeout only seems to occur on the first test so let's see what a
retry can do to help with this issue.
PHPBB3-16078
2019-10-19 17:48:34 +02:00
Marc Alexander
6eb0041453
[ticket/16141] Add assertion for memory limit divided by two
...
PHPBB3-16141
2019-10-19 17:35:25 +02:00
Paul Sohier
465d0b1a4c
[ticket/16043] Check if not null before getting anything from the container
...
This is only happening when there is basicly an error during
init of the container.
PHPBB3-16043
2019-10-19 17:29:20 +02:00
Marc Alexander
b149e50bf1
[ticket/16141] Add tests for plupload's get_chunk_size()
...
PHPBB3-16141
2019-10-19 16:11:22 +02:00
Marc Alexander
6105260a8e
[prep-release-3.3.0-b1] Add changelog for 3.3.0-b1
2019-10-19 15:22:21 +02:00
Marc Alexander
2f220a07d1
[prep-release-3.3.0-b1] Add migration for 3.3.0-b1
2019-10-19 15:19:42 +02:00
Marc Alexander
32cc32c76a
[prep-release-3.3.0-b1] Update version to 3.3.0-b1
2019-10-19 15:13:53 +02:00
Marc Alexander
c5ae114315
Merge pull request #5713 from marc1706/ticket/16185
...
[ticket/16185] Use xenial for builds on travis
2019-10-19 14:06:47 +02:00
Marc Alexander
bea1df7759
[ticket/16185] Add mysql, postgresql to services and use mariadb 10.1
...
Updated GPG key signature according to mariadb documentation.
PHPBB3-16185
2019-10-19 12:14:34 +02:00
Marc Alexander
5ff519c7b2
[ticket/16185] Use /mode for -perm when checking executables
...
The +mode notation is no longer supported and has been deprecated since 2005.
PHPBB3-16185
2019-10-19 11:48:52 +02:00
Marc Alexander
eb13694b25
[ticket/16185] Use xenial for builds on travis
...
PHPBB3-16185
2019-10-18 20:14:44 +02:00
kasimi
fed05012c0
[ticket/16184] Don't entity-encode & character in AJAX response
...
PHPBB3-16184
2019-10-17 13:11:29 +02:00
kasimi
84e0f5a2eb
[ticket/16183] Add core.generate_smilies_count_sql_before
...
PHPBB3-16183
2019-10-17 12:54:42 +02:00
kasimi
ab7345d96d
[ticket/16182] Add core.generate_smilies_modify_rowset
...
PHPBB3-16182
2019-10-17 12:49:30 +02:00
Marc Alexander
1001584c1b
Merge pull request #5700 from marc1706/ticket/16175
...
[ticket/16175] Update composer dependencies for 3.3.0-b1
2019-10-15 21:07:54 +02:00
Marc Alexander
8c2d0c8c36
Merge pull request #5708 from marc1706/ticket/16051
...
[ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0
2019-10-13 12:29:34 +02:00
mrgoldy
29957a92ef
[ticket/16181] Fix spelling mistake in associated
...
PHPBB3-16181
2019-10-08 20:19:46 +02:00
mrgoldy
1f669a31a0
[ticket/16181] Enforce string data type
...
PHPBB3-16181
2019-10-08 20:12:24 +02:00
Jakub Senko
7df6e137f1
[ticket/16140] Use twig
...
PHPBB3-16140
2019-10-08 09:38:40 +02:00
Jakub Senko
dcf733a1e7
[ticket/16172] Use twig
...
PHPBB3-16172
2019-10-08 09:37:47 +02:00
Jakub Senko
1aaeb2bca9
[ticket/16174] Improve event desc
...
PHPBB3-16174
2019-10-08 09:29:22 +02:00
Marc Alexander
6f48b3c044
Merge branch '3.2.x' into 3.3.x
2019-10-07 21:31:47 +02:00
Marc Alexander
c75c13e555
Merge pull request #5671 from 3D-I/ticket/16144
...
[ticket/16144] Fallback to board's default style
2019-10-07 21:31:42 +02:00
Marc Alexander
b80cbd0e7d
Merge branch '3.2.x' into 3.3.x
2019-10-07 20:58:08 +02:00
Marc Alexander
4ce8604700
Merge pull request #5706 from senky/ticket/16083
...
[ticket/16083] Remove common W3C validation errors and warnings
2019-10-07 20:55:21 +02:00
Marc Alexander
4cda76b5c0
Merge pull request #5702 from marc1706/ticket/14465
...
[ticket/14465] Remove setting for maximum password length
2019-10-07 18:31:14 +02:00
Jakub Senko
281d5435bd
[ticket/16172] Only display the label when rank image is not present
...
PHPBB3-16172
2019-10-07 13:55:18 +02:00
Jakub Senko
9270cca8c2
[ticket/16140] Rename event to ucp_profile_profile_info_birthday_label_append
...
PHPBB3-16140
2019-10-07 13:49:33 +02:00
Jakub Senko
367b0bc208
[ticket/16174] Add function params to the event
...
PHPBB3-16174
2019-10-07 13:47:02 +02:00
Jakub Senko
fb7498617c
[ticket/16083] Remove "defer" from inline scripts
...
PHPBB3-16083
2019-10-07 13:44:38 +02:00
Marc Alexander
f7e51ca875
Merge pull request #5701 from marc1706/ticket/15922
...
[ticket/15922] Remove driver for discontinued APC cache
2019-10-07 10:40:20 +02:00
Marc Alexander
e8b4304c1b
[ticket/16051] Automatically convert mysql driver to mysqli
...
PHPBB3-16051
2019-10-06 22:12:46 +02:00
Marc Alexander
bd02c5bd08
[ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0
...
PHPBB3-16051
2019-10-06 12:07:35 +02:00
Jakub Senko
d9a773cb62
[ticket/16083] Add role=menu
...
PHPBB3-16083
2019-10-04 16:00:58 +02:00
Jakub Senko
6b85faf7da
[ticket/16174] Add core.set_cookie
...
PHPBB3-16174
2019-10-04 15:46:11 +02:00
Jakub Senko
94653b565f
[ticket/16083] Add itemscope
...
PHPBB3-16083
2019-10-04 15:41:36 +02:00
Jakub Senko
5c73f471f5
[ticket/16083] Remove type=text/javascript
...
PHPBB3-16083
2019-10-04 15:39:54 +02:00
Jakub Senko
6c71f30723
[ticket/16140] Add ucp_profile_profile_info_birthday_label_after
...
PHPBB3-16140
2019-10-04 14:30:46 +02:00
Jakub Senko
a34334b74e
[ticket/16172] Add group rank label to group view
...
PHPBB3-16172
2019-10-04 14:19:45 +02:00
Marc Alexander
60bc949ba1
[ticket/14465] Remove setting for maximum password length
...
PHPBB3-14465
2019-10-03 23:05:02 +02:00
Marc Alexander
25ae4fa355
[ticket/15922] Remove driver for discontinued APC cache
...
PHPBB3-15922
2019-10-03 22:42:34 +02:00
Marc Alexander
68c197fd60
Merge pull request #5652 from marc1706/ticket/11327
...
[ticket/11327] Implement forgot password functionality via form
2019-10-03 21:01:36 +02:00
Marc Alexander
dd2eadf8ec
[ticket/16175] Update composer dependencies for 3.3.0-b1
...
PHPBB3-16175
2019-10-03 17:12:35 +02:00
Marc Alexander
3a443b5623
[ticket/11327] Adjust code per review comments
...
PHPBB3-11327
2019-10-03 16:56:17 +02:00
Marc Alexander
1eed2f98c3
Merge pull request #5555 from senky/ticket/15257
...
[ticket/15257] Provide extension not enableable messages
2019-10-03 11:06:58 +02:00
Marc Alexander
e54aa94e77
[ticket/15257] Improve readability of check_is_enableable
...
PHPBB3-15257
2019-09-30 21:21:50 +02:00
Jakub Senko
d7c644a792
[ticket/15257] Address validation issues
...
PHPBB3-15257
2019-09-30 20:25:54 +02:00
Jakub Senko
975fe1e153
[ticket/15257] Provide extension not enableable messages
...
PHPBB3-15257
2019-09-30 20:25:44 +02:00
Marc Alexander
b6c230753e
Merge pull request #5511 from senky/ticket/15940
...
[ticket/15940] Expose user_id to notif method's is_available()
2019-09-28 16:17:52 +02:00
Jakub Senko
1af05d9615
[ticket/15940] Fix approve_* notifications
...
PHPBB3-15940
2019-09-28 14:34:17 +02:00
Marc Alexander
a85bb1332d
Merge pull request #5480 from mrgoldy/ticket/15905
...
[ticket/15905] Create multiple twig extensions
2019-09-28 12:57:06 +02:00
Marc Alexander
f05022941d
[ticket/15905] Reset avatar manager enabled drivers property
...
PHPBB3-15905
2019-09-28 11:58:02 +02:00
Marc Alexander
e00a154882
[ticket/15905] Add tests for twig extensions
...
PHPBB3-15905
2019-09-26 22:33:52 +02:00
mrgoldy
f21003f977
[ticket/15905] Re-add add_class and lang_defined
...
PHPBB3-15905
2019-09-25 20:43:01 +02:00
mrgoldy
133dfd0a84
[ticket/15905] Try it without auth
...
PHPBB3-15905
2019-09-25 20:39:04 +02:00
mrgoldy
eee00652e7
[ticket/15905] Resolve conflicts
...
PHPBB3-15905
2019-09-25 20:08:40 +02:00
mrgoldy
7989f3f71f
[ticket/15905] Try with existing phpbb extension
...
PHPBB3-15905
2019-09-25 20:07:09 +02:00
mrgoldy
012fe18879
[ticket/15905] Correct line endings
...
PHPBB3-15905
2019-09-25 19:49:24 +02:00
mrgoldy
91b89b6374
[ticket/15905] Create multiple twig extensions
...
PHPBB3-15905
2019-09-25 19:49:17 +02:00
Marc Alexander
36614e6f81
Merge pull request #5135 from senky/ticket/15564
...
[ticket/15564] Switch to Invisible reCAPTCHA
2019-09-25 17:13:00 +02:00
Jakub Senko
7fac5be2cc
[ticket/15564] Improve wording
...
PHPBB3-15564
2019-09-24 14:04:40 +02:00
Jakub Senko
d7dd91d0e2
[ticket/15564] Improve wording since captcha can be invisible now
...
PHPBB3-15564
2019-09-24 14:04:32 +02:00
Jakub Senko
25d3292d30
[ticket/15564] Move recaptcha callbacks to global space
...
PHPBB3-15564
2019-09-24 14:04:23 +02:00
Jakub Senko
a05d744266
[ticket/15564] Move JS functions closer to related code
...
PHPBB3-15564
2019-09-24 14:04:14 +02:00
Jakub Senko
772e801d4f
[ticket/15564] Don't use ES2015, it breaks UI tests
...
PHPBB3-15564
2019-09-24 14:04:04 +02:00
Jakub Senko
27153d7e46
[ticket/15564] Remove console.log() call
...
PHPBB3-15564
2019-09-24 14:03:55 +02:00
Jakub Senko
c0e9ef21fe
[ticket/15564] Update ACP as well
...
PHPBB3-15564
2019-09-24 14:03:47 +02:00
Jakub Senko
0f3559528a
[ticket/15564] Use es2015
...
PHPBB3-15564
2019-09-24 14:03:38 +02:00
Jakub Senko
760a03fffc
[ticket/15564] Switch to Invisible reCAPTCHA
...
PHPBB3-15564
2019-09-24 14:03:27 +02:00
Marc Alexander
a90f5e6bcc
Merge pull request #5694 from marc1706/ticket/15436
...
[ticket/15436] Remove folder icons code from index
2019-09-24 13:51:27 +02:00
3D-I
a84e4b5ab4
[ticket/16144] Provide extra fallback to board's default style for $user
...
PHPBB3-16144
2019-09-23 18:55:58 +02:00
Marc Alexander
f4935ef500
Merge branch '3.2.x' into 3.3.x
2019-09-23 17:37:17 +02:00
Marc Alexander
9217b85c68
Merge pull request #5678 from rxu/ticket/16148
...
[ticket/16148] Add template events to acp_groups.html
2019-09-23 17:37:13 +02:00
Marc Alexander
ba945496b4
Merge branch '3.2.x' into 3.3.x
2019-09-22 21:16:42 +02:00
Marc Alexander
4ddd3511de
Merge pull request #5677 from mrgoldy/ticket/14815
...
[ticket/14815] Enable contact links in memberlist
2019-09-22 21:16:37 +02:00
Marc Alexander
ae08036b2c
Merge branch '3.2.x' into 3.3.x
2019-09-22 21:04:41 +02:00
Marc Alexander
16941ff495
Merge pull request #5676 from mrgoldy/ticket/15422
...
[ticket/15422] Remove redundant BBCode helpline
2019-09-22 21:04:36 +02:00
3D-I
942bfd6506
[ticket/16144] As per request
...
PHPBB3-16144
2019-09-22 20:12:08 +02:00
Marc Alexander
a028dfab12
Merge branch '3.2.x' into 3.3.x
2019-09-22 16:59:09 +02:00
Marc Alexander
70044669e0
Merge pull request #5665 from 3D-I/ticket/16139
...
[ticket/16139] Add core.viewtopic_modify_quick_reply_template_vars
2019-09-22 16:59:04 +02:00
Marc Alexander
914199d50f
Merge branch '3.2.x' into 3.3.x
2019-09-22 16:54:53 +02:00
Marc Alexander
344b603f42
Merge pull request #5669 from OxCom/ticket/16143
...
[ticket/16143] Add new events before and after move topics
2019-09-22 16:54:48 +02:00
Marc Alexander
7e8c6d8c0d
Merge branch '3.2.x' into 3.3.x
2019-09-22 13:02:24 +02:00
Marc Alexander
a4edb41e3f
Merge pull request #5664 from mrgoldy/ticket/16076
...
[ticket/16076] addFileFilter to check max file size per mime type
2019-09-22 13:02:19 +02:00
Marc Alexander
9454377e55
Merge branch '3.2.x' into 3.3.x
2019-09-22 12:05:05 +02:00
Marc Alexander
53aa79cd29
Merge pull request #5673 from AlfredoRamos/ticket/15643
...
[ticket/15643] Fix open_basedir warnings
2019-09-22 12:05:01 +02:00
mrgoldy
c9284e1c68
[ticket/16076] camelCase and callback
...
PHPBB3-16076
2019-09-22 12:04:10 +02:00
3D-I
813a55b01d
[ticket/16161] Enable BBcodes without closing tag
...
PHPBB3-16161
2019-09-22 05:59:02 +02:00
Marc Alexander
1ef43bc1a1
Merge branch '3.2.x' into 3.3.x
2019-09-21 14:33:25 +02:00
Marc Alexander
0b2a0cc9b4
Merge pull request #5687 from rxu/ticket/16157
...
[ticket/16157] Fix FORM_INVALID error in the sending email form
2019-09-21 14:33:20 +02:00
Marc Alexander
13932e9aba
Merge branch '3.2.x' into 3.3.x
2019-09-21 14:29:18 +02:00
Marc Alexander
680acb45e2
Merge pull request #5688 from rxu/ticket/16156
...
[ticket/16156] Fix bots seeing register and logout links
2019-09-21 14:29:13 +02:00
Marc Alexander
fcff807834
Merge branch '3.2.x' into 3.3.x
2019-09-21 14:17:15 +02:00
Marc Alexander
84decb2875
Merge pull request #5692 from stevendegroote/ticket/16159
...
[ticket/16159] Wrap post times in html time tag
2019-09-21 14:17:11 +02:00
Marc Alexander
281049eafd
Merge branch '3.2.x' into 3.3.x
2019-09-21 14:11:50 +02:00
Marc Alexander
c9c7df735c
Merge pull request #5693 from marc1706/ticket/16160
...
[ticket/16160] Add script for generating package json file
2019-09-21 14:11:46 +02:00
vinny
81cbefdae5
[ticket/15436] Remove folder icons code from index
...
PHPBB3-15436
2019-09-21 14:09:21 +02:00
Marc Alexander
4e285db71a
[ticket/16160] Add missing trailing slash
...
PHPBB3-16160
2019-09-21 07:51:35 +02:00
Marc Alexander
a7c02304a5
Merge branch '3.2.x' into 3.3.x
2019-09-20 22:23:06 +02:00
Marc Alexander
f0afccb173
Merge branch 'prep-release-3.2.8' into 3.2.x
2019-09-20 22:21:47 +02:00
Marc Alexander
d1822e821a
[ticket/16160] Make script compatible with PHP 5.x
...
PHPBB3-16160
2019-09-19 21:56:41 +02:00
Marc Alexander
28ff362ec0
[ticket/16160] Add script for generating package json file
...
PHPBB3-16160
2019-09-18 21:49:07 +02:00
stevendegroote
8160a8a1ef
[ticket/16159] Use predefined DATE_RFC3339
...
PHPBB3-16159
2019-09-18 20:58:13 +02:00
stevendegroote
f8967fec78
Merge branch '3.2.x' into ticket/16159
2019-09-17 23:15:54 +02:00
stevendegroote
ce93b22410
[ticket/16159] Wrap post times in html time tag
...
PHPBB3-16159
2019-09-17 23:01:59 +02:00
rxu
2ef7530857
[ticket/16156] Fix bots seeing register and logout links
...
PHPBB3-16156
2019-09-13 00:30:58 +07:00
rxu
177cc22683
[ticket/16157] Fix FORM_INVALID error in the sending email form
...
PHPBB3-16157
2019-09-13 00:25:18 +07:00
3D-I
41728f2258
[ticket/16153] Functional test 2
...
PHPBB3-16153
2019-09-11 03:44:36 +02:00
3D-I
bcac30c8bb
[ticket/16153] Functional test
...
PHPBB3-16153
2019-09-11 01:46:07 +02:00
3D-I
78c1957e48
[ticket/16153] Enable Emojis and rich text in Topic title
...
PHPBB3-16153
2019-09-10 06:00:59 +02:00
mrgoldy
ccc21a8c94
[ticket/12539] Live member search improvements
...
PHPBB3-12539
2019-09-09 16:27:16 +02:00
Marc Alexander
b94464d063
[prep-release-3.2.8] Add migration for 3.2.8
2019-09-08 21:53:52 +02:00
Marc Alexander
08842e6ba5
[prep-release-3.2.8] Update version numbers for 3.2.8 release
2019-09-08 21:52:42 +02:00
Marc Alexander
ae00da85ec
[prep-release-3.2.8] Update changelog for 3.2.8
2019-09-08 21:50:46 +02:00
Marc Alexander
6757450a0f
[prep-release-3.2.8] Update CREDITS.txt
2019-09-08 21:42:02 +02:00
Marc Alexander
a9a44c295f
Merge pull request #5679 from mrgoldy/ticket/16123
...
[ticket/16123] Show proper banned email message
2019-09-08 21:37:54 +02:00
v12mike
88d94a7c19
[ticket/16150] Make post subject links reliable
...
Change links that were relative to topic page into absolute links.
Update related test cases.
PHPBB3-16150
2019-09-08 14:23:09 -04:00
Marc Alexander
4abdfd1709
[ticket/16123] Specify ban_id in validate email fixture
...
PHPBB3-16123
2019-09-08 09:40:56 +02:00
3D-I
6600fc6cad
[ticket/16151] Enable Emojis and rich text in forum name
...
PHPBB3-16151
2019-09-08 03:29:51 +02:00
Marc Alexander
d186df8cb4
[ticket/16123] Purge cache to ensure up to date ban list in tests
...
PHPBB3-16123
2019-09-07 21:59:17 +02:00
mrgoldy
6e20cd5d22
[ticket/16123] Remove redundant if check
...
PHPBB3-16123
2019-09-07 21:59:06 +02:00
Marc Alexander
cf898133a4
[ticket/16123] Add tests to cover different ban reasons
...
PHPBB3-16123
2019-09-07 21:59:01 +02:00
mrgoldy
56e2f1a3f6
[ticket/16123] Check with empty()
...
PHPBB3-16123
2019-09-07 21:58:47 +02:00
mrgoldy
850ea776d9
[ticket/16123] Show proper banned email message
...
PHPBB3-16123
2019-09-07 21:58:42 +02:00
v12mike
c31216e493
[ticket/16150] Make post subject link an absolute url
...
The previous version was relative to a &start= which was
sometimes wrong.
PHPBB3-16150
2019-09-07 04:16:31 -04:00
rxu
32accc18e7
[ticket/16148] Add template events to acp_groups.html
...
PHPBB3-16148
2019-09-05 19:42:40 +07:00
mrgoldy
ecf4da2df0
[ticket/14815] Enable contact links in memberlist
...
PHPBB3-14815
2019-09-04 15:49:12 +02:00
mrgoldy
2a32d74d20
[ticket/15422] Remove redundant BBCode helpline
...
PHPBB3-15422
2019-09-04 15:29:50 +02:00
JoshyPHP
6f6b8d046b
[ticket/16147] Updated tokens legend in BBCodes ACP
...
PHPBB3-16147
2019-09-04 14:01:59 +02:00
Alfredo Ramos
2224a76c24
[ticket/15643] Fix open_basedir warnings
...
Suppress warnings when trying to call is_link(), is_dir() and is_file()
on the web server root directory when open_basedir is set.
PHPBB3-15643
2019-09-03 17:29:14 -05:00
oxcom
776a7302a4
[ticket/16146] fix event name in comment
...
PHPBB3-16146
2019-09-03 08:15:00 +02:00
Marc Alexander
954c0ddf3e
Merge pull request #54 from phpbb/ticket/security/243
...
[ticket/security/243] Remove invalid markup from bbcode.html
2019-09-02 21:39:52 +02:00
Marc Alexander
f84cc449b9
[ticket/security/243] Remove invalid markup from bbcode.html
...
SECURITY-243
2019-09-02 21:18:12 +02:00
oxcom
a1e8282e67
[ticket/16146] New core event: after move forum
...
PHPBB3-16146
2019-09-02 14:31:07 +02:00
Marc Alexander
d613984660
Merge branch '3.2.x' into 3.3.x
2019-09-01 13:33:05 +02:00
Marc Alexander
4db585a4cb
Merge pull request #5666 from mrgoldy/ticket/16084
...
[ticket/16084] Remove redundant backup radio button
2019-09-01 13:33:00 +02:00
Marc Alexander
dcafa6a711
Merge pull request #5659 from rubencm/ticket/16131
...
[ticket/16131] Force vagrant to install phpBB with php7.2
2019-09-01 13:01:50 +02:00
Marc Alexander
f920336be4
[ticket/11327] Use http_exception instead of trigger_error
...
PHPBB3-11327
2019-09-01 11:36:57 +02:00
3D-I
3e23adf030
[ticket/16144] Provide extra fallback to board's default style for $user
...
PHPBB3-16144
2019-09-01 09:20:22 +02:00
Marc Alexander
01e64dbc9c
Merge pull request #53 from phpbb/ticket/security/243
...
[ticket/security/243] Fail silently on unsupported values for font size
2019-08-31 21:31:25 +02:00
Marc Alexander
cc8d6a5a01
[ticket/security/243] Fail silently on unsupported values for font size
...
SECURITY-243
2019-08-31 18:16:18 +02:00
Marc Alexander
b4f9c44b30
Merge pull request #5070 from rxu/ticket/15467
...
[ticket/15467] Fix JS for permissions setting
2019-08-31 16:24:45 +02:00
EA117
5bd3b7ec37
[ticket/16141] plupload chunk_size when 'unlimited' is involved.
...
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win. Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.
PHPBB3-16141
2019-08-30 07:01:04 -05:00
Marc Alexander
8048d817ca
[ticket/11327] Move html output to reset password html file
...
PHPBB3-11327
2019-08-30 09:44:10 +02:00
oxcom
2e7d58c63b
[ticket/16143] Add new events before and after move topics
...
PHPBB3-16143
2019-08-30 09:07:20 +02:00
EA117
bf359d153d
[ticket/16141] plupload chunk_size when 'unlimited' is involved.
...
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win. Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.
PHPBB3-16141
2019-08-29 00:17:14 -05:00
EA117
29d4367043
[ticket/16141] plupload chunk_size when 'unlimited' is involved.
...
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win. Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.
PHPBB3-16141
2019-08-28 23:34:52 -05:00
EA117
73537bcc7d
[ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.
...
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win. Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.
PHPBB3-16141
2019-08-28 20:22:33 -05:00
EA117
4cdfb3f4ed
[ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.
...
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win. Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.
PHPBB3-16141
2019-08-26 21:07:01 -05:00
Marc Alexander
454ea081f1
[ticket/11327] Use U_ prefix for reset password URL template variable
...
PHPBB3-11327
2019-08-26 18:14:39 +02:00
mrgoldy
88ec8cdcc6
[ticket/16084] Remove redundant backup radio button
...
PHPBB3-16084
2019-08-26 00:28:51 +02:00
3D-I
694a90c18e
[ticket/16139] Add core.viewtopic_modify_quick_reply_template_vars
...
PHPBB3-16139
2019-08-25 23:18:08 +02:00
mrgoldy
8bc056ebe6
[ticket/16076] addFileFilter to check max file size per mime type
...
PHPBB3-16076
2019-08-25 21:24:22 +02:00
Marc Alexander
42e278e1c3
Merge pull request #52 from phpbb/ticket/security/247
...
[ticket/security/247] Disable loading of local files on client side
2019-08-25 18:28:56 +02:00
Marc Alexander
79be901cea
Merge pull request #51 from phpbb/ticket/security/243
...
[ticket/security/243] Limit size BBCode to int
2019-08-25 18:28:08 +02:00
Marc Alexander
26215517dd
Merge pull request #50 from phpbb/ticket/security/246
...
[ticket/security/246] Check form key no matter if submit is set
2019-08-25 18:27:30 +02:00
Marc Alexander
31aeac5745
Merge pull request #49 from phpbb/ticket/security/244
...
[security/244] Add form token check to plupload
2019-08-25 18:22:53 +02:00
Marc Alexander
59f489c01f
[ticket/security/244] Add missing form parameters to tests
...
SECURITY-244
2019-08-24 22:23:38 +02:00
Marc Alexander
6c8d006336
[ticket/security/244] Add parse_attachment form token check to posting.php
...
SECURITY-244
2019-08-24 22:23:38 +02:00
Marc Alexander
56477a8f7c
[ticket/security/244] Add form token check to plupload
...
SECURTIY-244
2019-08-24 22:23:38 +02:00
Marc Alexander
525c940385
Merge pull request #5661 from Crizz0/ticket/16136
...
[ticket/16136] Reword sentence for account already linked
2019-08-24 22:00:45 +02:00
Marc Alexander
2762b93e4a
Merge pull request #5662 from kinerity/ticket/16134
...
[ticket/16134] Exclude group leaders on group member purge
2019-08-24 21:58:06 +02:00
Christian Schnegelberger
b0465a6202
[ticket/16136] Implement extended explaination
...
PHPBB3-16136
2019-08-22 18:37:23 +02:00
kinerity
54c684051b
[ticket/16134] Exclude group leaders on group member purge
...
PHPBB3-16134
2019-08-22 14:07:45 +02:00
Marc Alexander
7a3e351178
[ticket/11327] Clean up code style a bit
...
PHPBB3-11327
2019-08-22 14:05:58 +02:00
Christian Schnegelberger
29a77ea10d
[ticket/16136] Reword sentence for account already linked
...
PHPBB3-16136
2019-08-19 20:41:27 +02:00
Marc Alexander
0b843505e8
Merge branch '3.2.x' into 3.3.x
2019-08-17 21:48:12 +02:00
Marc Alexander
9c15594fe4
[3.2.x] Update version numbers to 3.2.9-dev
2019-08-17 21:44:17 +02:00
Marc Alexander
5080c3e088
Merge branch 'prep-release-3.2.8' into 3.2.x
2019-08-17 21:42:42 +02:00
Marc Alexander
0f1643374e
[prep-release-3.2.8] Update changelog for 3.2.8-RC1
2019-08-17 11:24:20 +02:00
Marc Alexander
62a68def57
[prep-release-3.2.8] Add migration for 3.2.8-RC1
2019-08-17 11:21:06 +02:00
Marc Alexander
815cb84ea5
[prep-release-3.2.8] Update version numbers to 3.2.8
2019-08-17 11:19:06 +02:00
Marc Alexander
f3d89e0e08
[prep-release-3.2.8] Update version numbers to 3.2.8-RC1
2019-08-17 11:18:05 +02:00
Marc Alexander
d4652c1b20
Merge branch '3.2.x' into 3.3.x
2019-08-17 11:14:00 +02:00
Marc Alexander
e59af343b8
Merge pull request #5658 from rubencm/ticket/13175
...
[ticket/13175] Check if account is already linked when using OAuth
2019-08-17 11:13:51 +02:00
Marc Alexander
7dd822942a
Merge branch '3.2.x' into 3.3.x
2019-08-17 11:02:16 +02:00
Marc Alexander
9a992a4866
Merge pull request #5656 from 3D-I/ticket/16019
...
[ticket/16019] Deny prosilver's uninstallation
2019-08-17 11:02:08 +02:00
Marc Alexander
826cc9751a
Merge branch '3.2.x' into 3.3.x
2019-08-16 12:24:46 +02:00
Marc Alexander
2d8c5efbd2
Merge pull request #5657 from Crizz0/ticket/15745
...
[ticket/15745] Uses {{ CREDIT_LINE }} instead of hardcoded language
2019-08-16 12:24:42 +02:00
Marc Alexander
f5f03d24e9
Merge branch '3.2.x' into 3.3.x
2019-08-15 10:47:34 +02:00
Marc Alexander
93a472f08e
Merge pull request #5654 from 3D-I/ticket/16080
...
[ticket/16080] ACP - Provide meaningful error msg for deleted installed style
2019-08-15 10:47:29 +02:00
3D-I
6de0c7bc66
[ticket/16019] Amend explanation
...
PHPBB3-16019
2019-08-14 20:09:13 +02:00
3D-I
3975983481
[ticket/16019] Short explanation
...
PHPBB3-16019
2019-08-14 18:47:17 +02:00
rubencm
ecb39bc435
[ticket/13175] Check if account is already linked when using OAuth
...
PHPBB3-13175
2019-08-14 14:51:19 +00:00
rubencm
49ac98ffdb
[ticket/16131] Force vagrant to install phpBB with php7.2
...
PHPBB3-16131
2019-08-14 12:23:00 +00:00
3D-I
a8f2b461d4
[ticket/16019] Short array syntax and tabulation
...
PHPBB3-16019
2019-08-14 05:29:11 +02:00
3D-I
6a79083c43
[ticket/16019] Rewamp ACP_STYLES_EXPLAIN
...
PHPBB3-16019
2019-08-14 05:08:26 +02:00
Christian Schnegelberger
14d83139ce
[ticket/15745] Use TWIG instead of phpbb template code
...
PHPBB3-15745
2019-08-13 21:34:16 +02:00
Christian Schnegelberger
64304c8364
[ticket/15745] Uses {{ CREDIT_LINE }} instead of hardcoded language
...
PHPBB3-15745
2019-08-13 21:05:12 +02:00
3D-I
78f0ec8ea7
[ticket/16080] Remove sprintf()
...
PHPBB3-16080
2019-08-13 20:55:10 +02:00
Marc Alexander
da6be75a18
Merge branch '3.2.x' into 3.3.x
2019-08-13 18:46:31 +02:00
Marc Alexander
a4436fb54d
Merge pull request #5653 from 3D-I/ticket/16129
...
[ticket/16129] Enhance attachment's ALT tag
2019-08-13 18:46:26 +02:00
Marc Alexander
fffcb2a6af
Merge branch '3.2.x' into 3.3.x
2019-08-13 18:34:16 +02:00
Marc Alexander
b563b7d26f
Merge pull request #5655 from marc1706/ticket/16093
...
[ticket/16093] Ensure attach row is visible after upload with javascript
2019-08-13 18:34:06 +02:00
3D-I
463807fcf0
[ticket/16019] Code's enhancement
...
PHPBB3-16019
2019-08-13 06:39:46 +02:00
3D-I
66016db386
[ticket/16019] Get rid of the checkbox
...
PHPBB3-16019
2019-08-13 06:23:12 +02:00
3D-I
aec25f24ae
[ticket/16019] Get rid of the uninstall link
...
PHPBB3-16019
2019-08-13 06:08:25 +02:00
3D-I
6cc16af75f
[ticket/16019] Amend code for the better
...
PHPBB3-16019
2019-08-13 05:32:34 +02:00
3D-I
af84fb71e0
[ticket/16019] Move code to before of confirm box is submitted
...
PHPBB3-16019
2019-08-13 05:01:09 +02:00
3D-I
3fbdb2f345
[ticket/16019] Deny prosilver's uninstallation
...
PHPBB3-16019
2019-08-13 04:31:07 +02:00
Marc Alexander
ec306b0301
[ticket/16093] Ensure attach row is visible after upload with javascript
...
PHPBB3-16093
2019-08-12 22:33:24 +02:00
3D-I
fa5df79515
[ticket/16129] Provide proper HTML markup
...
PHPBB3-16129
2019-08-12 21:51:52 +02:00
Marc Alexander
c0bd3122e0
Merge branch '3.2.x' into 3.3.x
2019-08-12 21:40:17 +02:00
Marc Alexander
89e95941b1
Merge pull request #5650 from 3D-I/ticket/16127
...
[ticket/16127] Add UI for email $max_chunk_size
2019-08-12 21:40:09 +02:00
3D-I
37de0f96d1
[ticket/16080] Use placeholder
...
PHPBB3-16080
2019-08-12 21:15:54 +02:00
3D-I
964c212f03
[ticket/16080] Provide a meaningful error message for deleted installed style
...
PHPBB3-16080
2019-08-12 01:20:33 +02:00
3D-I
1de4a65e58
[ticket/16080] Change location as it should have been.
...
PHPBB3-16080
2019-08-12 00:49:06 +02:00
3D-I
ebd958c728
[ticket/16080] Provide a back-trace for deleted installed style
...
That's a very edge case, I am using the same approach done in user.php
PHPBB3-16080
2019-08-11 23:21:48 +02:00
Marc Alexander
4555817a8b
[ticket/security/247] Disable loading of local files on client side
...
SECURITY-247
2019-08-11 21:31:59 +02:00
Marc Alexander
54fff02f95
Merge branch '3.2.x' into 3.3.x
2019-08-11 20:44:57 +02:00
Marc Alexander
0a5d167441
Merge pull request #5648 from 3D-I/ticket/16109
...
[ticket/16109] Fix Custom Profile Field visibility's explain
2019-08-11 20:44:53 +02:00
Marc Alexander
784938e68b
Merge branch '3.2.x' into 3.3.x
2019-08-11 20:37:47 +02:00
Marc Alexander
b8f76a9330
Merge pull request #5645 from rxu/ticket/16124
...
[ticket/16124] Fix users search by last visit time in memberlist.php
2019-08-11 20:37:42 +02:00
Marc Alexander
3947970d0b
Merge branch '3.2.x' into 3.3.x
2019-08-11 20:02:16 +02:00
Marc Alexander
38e5913338
Merge pull request #5637 from EA117/ticket/16054
...
[ticket/16054] Restore ability to login from any template.
2019-08-11 20:02:11 +02:00
Marc Alexander
08ee5a608b
Merge branch '3.2.x' into 3.3.x
2019-08-11 17:36:24 +02:00
Marc Alexander
48522fd938
Merge pull request #5643 from dark-1/ticket/16113
...
[ticket/16113] Add core.mcp_topic_modify_sql_ary
2019-08-11 17:36:19 +02:00
Marc Alexander
0cbf06780e
Merge branch '3.2.x' into 3.3.x
2019-08-11 17:24:16 +02:00
Marc Alexander
fe052fccd4
Merge pull request #5642 from dark-1/ticket/16114
...
[ticket/16114] mcp_topic_post_author_full_{append/prepend}
2019-08-11 17:24:11 +02:00
Marc Alexander
96335c0402
Merge branch '3.2.x' into 3.3.x
2019-08-11 17:15:50 +02:00
Marc Alexander
0854c7226d
Merge pull request #5651 from 3D-I/ticket/15897
...
[ticket/15897] Fix Emojis' SQL Error in Attachment Comment
2019-08-11 17:15:46 +02:00
Marc Alexander
bf6f1cac8f
Merge branch '3.2.x' into 3.3.x
2019-08-11 17:10:37 +02:00
Marc Alexander
5fe3719f13
Merge pull request #5634 from dark-1/ticket/16111
...
[ticket/16111] Add core.message_history_modify_sql_ary
2019-08-11 17:10:32 +02:00
3D-I
a84dfe716b
[ticket/16129] Enhance attachment's ALT tag
...
PHPBB3-16129
2019-08-11 05:22:48 +02:00
Marc Alexander
9e772d1421
[ticket/11327] Adjust tests for new reset password changes
...
PHPBB3-11327
2019-08-10 22:21:14 +02:00
Marc Alexander
ba92e7d2d6
[ticket/11327] Clean up code a bit
...
PHPBB3-11327
2019-08-10 21:30:40 +02:00
Marc Alexander
fa5a0d5e21
[ticket/11327] Update tests to reflect changes
...
PHPBB3-11327
2019-08-10 21:18:55 +02:00
3D-I
d18e547332
[ticket/15897] Fix Emojis' SQL Error in Attachment Comment
...
PHPBB3-15897
2019-08-10 21:02:45 +02:00
Marc Alexander
cefdf8bf19
[ticket/11327] Finish up initial version of password reset system
...
PHPBB3-11327
2019-08-10 17:18:39 +02:00
Marc Alexander
eee18f3747
[ticket/11327] Rename UCP reset password template
...
PHPBB3-11327
2019-08-10 15:11:43 +02:00
Marc Alexander
e991df195b
[ticket/11327] Continue with implementation of password reset functionality
...
PHPBB3-11327
2019-08-10 15:09:35 +02:00
Marc Alexander
1d1d963c14
[ticket/11327] Adjust wording of forgot password email
...
PHPBB3-11327
2019-08-09 23:32:49 +02:00
Marc Alexander
cfea54f8f3
[ticket/11327] Rename email file to forgot password
...
PHPBB3-11327
2019-08-09 22:52:35 +02:00
Marc Alexander
0a5599697f
[ticket/11327] Split up into forgot password and reset password
...
PHPBB3-11327
2019-08-09 22:51:51 +02:00
Marc Alexander
f41c51d1ec
[ticket/11327] Add reset token columns & config setting
...
PHPBB3-11327
2019-08-09 22:47:04 +02:00
Marc Alexander
4ad288c544
Merge branch '3.2.x' into 3.3.x
2019-08-09 13:27:10 +02:00
Marc Alexander
997098d02a
Merge pull request #5649 from marc1706/ticket/16126
...
[ticket/16126] Downgrade chocolatey to a working version
2019-08-09 13:27:05 +02:00
Marc Alexander
6e75b8bb3c
[ticket/16126] Downgrade chocolatey to a working version
...
PHPBB3-16126
2019-08-09 11:09:58 +02:00
Marc Alexander
fe030f67ef
[ticket/11327] Adjust display of page title
...
PHPBB3-11327
2019-08-08 22:11:13 +02:00
Marc Alexander
276f350bcb
[ticket/11327] Refactor ucp_remind to reset_password controller
...
PHPBB3-11327
2019-08-08 22:03:27 +02:00
Marc Alexander
3f852a3233
[ticket/11327] Move UCP remind functionality to a controller for password reset
...
PHPBB3-11327
2019-08-08 22:01:51 +02:00
3D-I
f21c5f9fef
[ticket/16127] Amend input validation PHP side
...
PHPBB3-16127
2019-08-08 21:38:42 +02:00
3D-I
b6e5a5fca8
[ticket/16127] Minimum 1 and rephrasing.
...
PHPBB3-16127
2019-08-08 01:33:16 +02:00
3D-I
82a04debca
[ticket/16127] Add UI for email $max_chunk_size
...
PHPBB3-16127
2019-08-07 22:28:40 +02:00
Dark❶
2975eef976
[ticket/16114] mcp_topic_post_author_full_{append/prepend}
...
PHPBB3-16114
2019-08-07 21:05:07 +05:30
Dark❶
159c1d16d8
[ticket/16114] mcp_topic_post_author_full_{append/prepend}
...
PHPBB3-16114
2019-08-07 20:58:22 +05:30
Marc Alexander
9cb22f008d
Merge branch '3.2.x' into 3.3.x
2019-08-07 14:25:17 +02:00
Marc Alexander
c86e771dfe
Merge pull request #5647 from 3D-I/ticket/16119
...
[ticket/16119] Prevent error message for Poll Title
2019-08-07 14:25:12 +02:00
3D-I
170dc2a63b
[ticket/16109] Fix Custom Profile Field visibility's explain
...
PHPBB3-16109
2019-08-06 02:39:02 +02:00
3D-I
ed7b44d59e
[ticket/16119] Prevent error message for Poll Title
...
PHPBB3-16119
2019-08-06 02:17:13 +02:00
rxu
e8dcf27ee3
[ticket/16124] Search users who have never logged in for lt case only
...
PHPBB3-16124
2019-08-06 01:15:50 +07:00
rxu
8339269919
[ticket/16124] Fix users search by last visit time in memberlist.php
...
PHPBB3-16124
2019-08-05 20:12:10 +07:00
Marc Alexander
d880443ea2
Merge branch '3.2.x' into 3.3.x
2019-07-31 07:50:23 +02:00
Marc Alexander
5307da11b6
Merge pull request #5641 from EA117/ticket/16040
...
[ticket/16040] Forum list won't display topic icons containing a space.
2019-07-31 07:50:16 +02:00
Marc Alexander
b4d4709726
Merge pull request #5644 from marc1706/ticket/16115
...
[ticket/16115] Add PHP 7.4snapshot to travis CI build matrix
2019-07-30 20:42:22 +02:00
Derky
2f85fc53dc
Merge branch '3.2.x' into 3.3.x
2019-07-30 07:39:16 +02:00
Derky
6ada02b060
Merge pull request #5628 from marc1706/ticket/16101
...
[ticket/16101] Add Referrer-Policy header to phpBB's headers
2019-07-30 07:34:13 +02:00
Marc Alexander
90722a3c66
Merge branch '3.2.x' into 3.3.x
2019-07-29 21:45:18 +02:00
Marc Alexander
a02524e7fc
Merge pull request #5633 from kasimi/ticket/16108
...
[ticket/16108] Add topiclist_row_topic_by_author_before|after
2019-07-29 21:45:13 +02:00
Marc Alexander
2e634e9f96
Merge branch '3.2.x' into 3.3.x
2019-07-29 21:43:37 +02:00
Marc Alexander
207b678896
Merge pull request #5632 from kasimi/ticket/16107
...
[ticket/16107] Add mcp_move_destination_forum_before|after
2019-07-29 21:43:32 +02:00
Marc Alexander
e086d4039e
Merge branch '3.2.x' into 3.3.x
2019-07-29 21:38:18 +02:00
Marc Alexander
51205febe3
Merge pull request #5635 from EA117/ticket/16066
...
[ticket/16066] Fix FORM_INVALID always returned for banned user.
2019-07-29 21:38:13 +02:00
Marc Alexander
d4e623ffee
Merge branch '3.2.x' into 3.3.x
2019-07-29 21:31:12 +02:00
Marc Alexander
6078f58343
Merge pull request #5639 from marc1706/ticket/16112-3.3.x
...
[ticket/16112] Update composer dependencies for 3.3.x
2019-07-29 21:30:56 +02:00
Marc Alexander
6440f97a4f
Merge pull request #5638 from marc1706/ticket/16112
...
[ticket/16112] Update composer dependencies for 3.2.x
2019-07-29 21:30:53 +02:00
Marc Alexander
be3a58aff1
Merge branch '3.2.x' into 3.3.x
2019-07-29 20:48:28 +02:00
Marc Alexander
0ffd0d1924
Merge pull request #5627 from senky/ticket/16097
...
[ticket/16097] Add core.viewtopic_gen_sort_selects_before
2019-07-29 20:48:23 +02:00
Marc Alexander
eaf42f3c72
[ticket/16115] Add PHP 7.4snapshot to travis CI build matrix
...
PHPBB3-16115
2019-07-29 20:46:35 +02:00
Jakub Senko
cd6a0026d5
[ticket/16097] Correctly classify sort_days as int
...
PHPBB3-16097
2019-07-29 08:22:19 +02:00
Marc Alexander
189f3fd68e
Merge pull request #5636 from marc1706/ticket/15886
...
[ticket/15886] Use getMockBuilder instead of removed getMock()
2019-07-29 08:21:10 +02:00
Dark❶
221a91a26f
[ticket/16114] mcp_topic_postrow_post_details_author_username_{append/prepend}
...
PHPBB3-16114
2019-07-29 03:22:04 +05:30
Dark❶
cd75b712d4
[ticket/16113] Add core.mcp_topic_modify_sql_ary
...
PHPBB3-16113
2019-07-29 03:13:29 +05:30
Dark❶
b30822ea80
[ticket/16114] mcp_topic_postrow_post_details_author_username_{append/prepend}
...
PHPBB3-16114
2019-07-29 02:57:24 +05:30
EA117
81fd854983
[ticket/16040] Forum list won't display topic icons containing a space.
...
Change proSilver's viewforum_body.html template to be in line with existing
viewtopic_body.html behavior, in which the topic icon path will be surrounded
in quotes, and presence of a space in the topic icon file name will not fail.
PHPBB3-16040
2019-07-28 16:21:10 -05:00
Marc Alexander
7543508570
Merge branch 'ticket/16112' into ticket/16112-3.3.x
2019-07-28 23:11:52 +02:00
Marc Alexander
4084939620
[ticket/16112] Update composer dependencies for 3.2.x
...
PHPBB3-16112
2019-07-28 22:33:47 +02:00
EA117
792882ef63
[ticket/16054] Restore ability to login from any template.
...
Moving the login form's add_form_key() work into page_header(), so that the
template variables required for presenting a login form are again available
to any template that chooses to consume them.
PHPBB3-16054
2019-07-28 15:15:39 -05:00
Marc Alexander
e1962acd4e
[ticket/15886] Use getMockBuilder instead of removed getMock()
...
PHPBB3-15886
2019-07-28 21:53:04 +02:00
EA117
636fc7fad7
[ticket/16066] Fix FORM_INVALID always returned for banned user.
...
After the introduction of add_form_key() and check_form_key() calls to
login_box() in phpBB 3.2.6 and later, if a banned user attempts to login,
they receive a "The submitted form was invalid. Try submitting again."
Instead of the message indicating that they are banned, and why.
This is happening because check_ban() actually calls into login_box()
recursively, but after the $user->session_id has been switched to a new
session ID for the logging-on user. Therefore, now that check_form_key()
has been introduced to login_box(), it is impossible for check_form_key()
to succeed during this recursive call.
Fix is to make login_box()'s use of check_form_key() conditional on whether
IN_CHECK_BAN is defined, so that the recursive call does not attempt to
re-validate the form_key again. Note the form_key has already been
successfully verified by the original call into login_box(), prior to calling
into check_ban() and attempting to recursively call login_box(). So the
protection of why check_form_key() was added is still intact with this change.
PHPBB3-16066
2019-07-28 12:25:54 -05:00
Marc Alexander
710a0b3ea3
Merge branch '3.2.x' into 3.3.x
2019-07-28 17:55:30 +02:00
Marc Alexander
b53f95e577
Merge pull request #5494 from mrgoldy/ticket/15885
...
[ticket/15885] Display group rank on memberlist_body
2019-07-28 17:55:25 +02:00
Nekstati
6b04fda0f3
[ticket/15467] Fix JS for permissions setting
...
PHPBB3-15467
2019-07-28 22:47:01 +07:00
Marc Alexander
2df9230902
Merge branch '3.2.x' into 3.3.x
2019-07-28 17:18:40 +02:00
Marc Alexander
f567b2bb69
Merge pull request #5459 from mrgoldy/ticket/15886
...
[ticket/15886] Group helper functions
2019-07-28 15:31:09 +02:00
Dark❶
8ac4f955ca
[ticket/16111] Add core.message_history_modify_sql_ary
...
PHPBB3-16111
2019-07-28 18:36:37 +05:30
Dark❶
01d0457f67
[ticket/16111] Add core.message_history_modify_sql_ary
...
PHPBB3-16111
2019-07-28 18:06:16 +05:30
Dark❶
5cd0aad3c6
[ticket/16111] Add core.message_history_modify_sql_ary
...
PHPBB3-16111
2019-07-28 17:51:17 +05:30
rxu
4d640555ef
[ticket/15467] Fix JS for permissions setting
...
PHPBB3-15467
2019-07-28 18:34:35 +07:00
Marc Alexander
cf96967677
[ticket/15886] Fix minor code style issues
...
PHPBB3-15886
2019-07-28 12:21:46 +02:00
Marc Alexander
423345d517
Merge pull request #5557 from senky/ticket/15088
...
[ticket/15088] Avoid code repetitions in extension manager
2019-07-28 10:40:58 +02:00
Marc Alexander
5a76d541a2
Merge branch '3.2.x' into 3.3.x
2019-07-28 10:38:38 +02:00
Marc Alexander
ae62bc4642
Merge pull request #5575 from rubencm/ticket/14459
...
[ticket/14459] Check language input for group and fix template logic
2019-07-28 10:38:33 +02:00
rubencm
c281604d0b
[ticket/14459] Use language property
...
PHPBB3-14459
2019-07-27 23:52:01 +00:00
Marc Alexander
065feb3ff9
[ticket/15088] Ensure phpBB version is set in tests
...
PHPBB3-15088
2019-07-27 21:32:54 +02:00
rubencm
acb5794d50
[ticket/14459] Rename variable
...
PHPBB3-14459
2019-07-27 15:15:58 +00:00
Jakub Senko
b0334d6b4f
[ticket/15088] Avoid code repetitions in extension manager
...
PHPBB3-15088
2019-07-27 16:51:56 +02:00
Marc Alexander
ee51bf26fa
Merge pull request #5566 from JoshyPHP/ticket/16017
...
[ticket/16017] Add support for Argon2id as default password hashing
2019-07-27 16:30:25 +02:00
Marc Alexander
812edebfb7
Merge branch '3.2.x' into 3.3.x
2019-07-27 16:20:58 +02:00
Marc Alexander
65ff149fc9
Merge pull request #5601 from senky/ticket/16013
...
[ticket/16013] Allow admins to use disallowed username
2019-07-27 16:20:53 +02:00
Marc Alexander
31192fc08e
Merge branch '3.2.x' into 3.3.x
2019-07-27 16:18:41 +02:00
Marc Alexander
79bcb20ac5
Merge pull request #5626 from cpeel/ticket/16096
...
[ticket/16096] Use InnoDB fulltext limits for InnoDB tables
2019-07-27 16:18:37 +02:00
Marc Alexander
179f5c75ed
[ticket/16108] Use twig syntax in template event
...
PHPBB3-16108
2019-07-27 16:04:48 +02:00
Marc Alexander
1a00b4a565
[ticket/16107] Use twig syntax for event
...
PHPBB3-16107
2019-07-27 16:02:01 +02:00
Marc Alexander
3433f61ccb
Merge branch '3.2.x' into 3.3.x
2019-07-27 14:57:34 +02:00
Marc Alexander
d06e9745c2
Merge pull request #5631 from kasimi/ticket/16106
...
[ticket/16106] Add core.mcp_main_before
2019-07-27 14:57:30 +02:00
Marc Alexander
84fdba604d
Merge branch '3.2.x' into 3.3.x
2019-07-27 14:38:02 +02:00
Marc Alexander
1b4f82cd1d
Merge pull request #5630 from 3D-I/ticket/16103
...
[ticket/16103] Add core.pm_modify_message_subject
2019-07-27 14:37:58 +02:00
Marc Alexander
b12405dbc7
Merge branch '3.2.x' into 3.3.x
2019-07-27 14:30:35 +02:00
Marc Alexander
978d1976b0
Merge pull request #5629 from 3D-I/ticket/16102
...
[ticket/16102] Add core.posting_modify_post_subject
2019-07-27 14:30:30 +02:00
Marc Alexander
3e9682fe49
[ticket/16017] Add missing passwords.driver tag to argon2id
...
PHPBB3-16017
2019-07-26 22:46:22 +02:00
Marc Alexander
33be961aa0
Merge pull request #5565 from JoshyPHP/ticket/16016
...
[ticket/16016] Add a base class for native password hashing
2019-07-26 18:20:32 +02:00
JoshyPHP
860a370e8f
[ticket/16017] Add support for Argon2id as default password hashing
...
PHPBB3-16017
2019-07-23 21:30:28 +02:00
JoshyPHP
a4a5b069ec
[ticket/16016] Add a base class for native password hashing
...
PHPBB3-16016
2019-07-23 21:28:05 +02:00
kasimi
7a54701612
[ticket/16108] Add topiclist_row_topic_by_author_before|after
...
PHPBB3-16108
2019-07-23 21:21:54 +02:00
kasimi
2bb08f853e
[ticket/16107] Add mcp_move_destination_forum_before|after
...
PHPBB3-16107
2019-07-23 21:19:05 +02:00
Marc Alexander
c382536f47
Merge branch '3.2.x' into 3.3.x
2019-07-23 21:18:27 +02:00
Marc Alexander
b59e101d8d
Merge pull request #5610 from espipj/ticket/16070
...
[ticket/16070] Remove support for WebSTAR and Xitami
2019-07-23 21:18:22 +02:00
kasimi
a12d93b8b8
[ticket/16106] Add core.mcp_main_before
...
PHPBB3-16106
2019-07-23 21:13:08 +02:00
Marc Alexander
b5e6f34cd9
Merge branch '3.2.x' into 3.3.x
2019-07-23 21:08:54 +02:00
Marc Alexander
a4ad94ef5c
Merge pull request #5624 from senky/ticket/16089
...
[ticket/16089] Add core.confirm_box_ajax_before
2019-07-23 21:08:50 +02:00
Marc Alexander
ce518043e9
Merge branch '3.2.x' into 3.3.x
2019-07-22 22:17:14 +02:00
Nuno Lopes
d3c3dc24fe
[ticket/15982] fix warning with PHP >= 7.2 with Q&A captcha plugin
...
PHPBB3-15982
2019-07-22 22:16:21 +02:00
Marc Alexander
58fa8eabb7
Merge branch '3.2.x' into 3.3.x
2019-07-22 21:40:12 +02:00
Marc Alexander
7c559b2912
Merge pull request #5609 from senky/ticket/15946
...
[ticket/15946] Add core.posting_modify_row_data
2019-07-22 21:40:02 +02:00
Marc Alexander
b2c5f8fb48
Merge branch '3.2.x' into 3.3.x
2019-07-22 21:31:57 +02:00
Marc Alexander
d738397e6f
Merge pull request #5606 from senky/ticket/15976
...
[ticket/15976] Reset user_passchg only if user changed password
2019-07-22 21:31:53 +02:00
Marc Alexander
01018630c9
Merge pull request #5619 from marc1706/ticket/16082
...
[ticket/16082] Remove XCache as it does not support PHP 7
2019-07-22 21:24:46 +02:00
Marc Alexander
f5d28a95b0
Merge pull request #5618 from marc1706/ticket/16081
...
[ticket/16081] Remove eAccelerator cache driver
2019-07-22 21:23:17 +02:00
Marc Alexander
204e3b1fe0
Merge branch '3.2.x' into 3.3.x
2019-07-22 20:55:06 +02:00
Marc Alexander
6559bb9511
Merge pull request #5572 from dark-1/ticket/16023
...
[ticket/16023] Add core.message_history_modify_template_vars
2019-07-22 20:55:00 +02:00
Jakub Senko
90dcd1a0f4
[ticket/16089] Add core.confirm_box_ajax_before
...
PHPBB3-16089
2019-07-22 08:19:32 +02:00
Marc Alexander
6fc269b62a
Merge branch '3.2.x' into 3.3.x
2019-07-21 22:24:52 +02:00
Marc Alexander
0e2c927551
Merge pull request #5625 from marc1706/ticket/16093
...
[ticket/16093] Do not display attach-row-tpl
2019-07-21 22:24:48 +02:00
Marc Alexander
348979c13d
Merge branch '3.2.x' into 3.3.x
2019-07-21 21:38:27 +02:00
Marc Alexander
091e195717
Merge pull request #5571 from dark-1/ticket/16021
...
[ticket/16021] Recognize number of Template Event instances in events.md file
2019-07-21 21:38:23 +02:00
Marc Alexander
5d2e144624
Merge branch '3.2.x' into 3.3.x
2019-07-21 21:12:07 +02:00
Marc Alexander
17c6cd3676
Merge pull request #5562 from senky/ticket/15961
...
[ticket/15961] Use newer TLS in SMTP
2019-07-21 21:12:00 +02:00
Marc Alexander
17ef8a0369
[ticket/16093] Do not display attach-row-tpl
...
PHPBB3-16093
2019-07-21 20:47:16 +02:00
3D-I
2f8b9fb549
[ticket/16103] Add core.pm_modify_message_subject
...
PHPBB3-16103
2019-07-20 20:35:25 +02:00
3D-I
b9f78d64d7
[ticket/16102] Add core.posting_modify_post_subject
...
PHPBB3-16102
2019-07-20 20:24:46 +02:00
Marc Alexander
30f8e5d638
[ticket/16101] Add Referrer-Policy header to phpBB's headers
...
PHPBB3-16101
2019-07-20 09:43:24 +02:00
Marc Alexander
f75577e5f8
[ticket/security/243] Use bbcode.html like formatting
...
SECURITY-243
2019-07-18 22:32:19 +02:00
Marc Alexander
c934d3fcfd
[ticket/security/243] Limit size BBCode to 4 numeric characters
...
SECURITY-243
2019-07-17 22:02:32 +02:00
Marc Alexander
b5a997ce18
[ticket/security/243] Limit size values to supported values
...
SECURITY-243
2019-07-16 20:44:12 +02:00
Marc Alexander
cdf4f5ef85
[ticket/security/246] Check form key no matter if submit is set
...
SECURITY-246
2019-07-14 16:46:48 +02:00
Jakub Senko
1dbb570284
[ticket/16097] Add core.viewtopic_gen_sort_selects_before
...
PHPBB3-16097
2019-07-08 09:00:30 +02:00
Casey Peel
e33e572741
[ticket/16096] Use InnoDB fulltext limits for InnoDB tables
...
The max and min search length for the MySQL database vary based on the
engine for the underlying table. For MyISAM tables, the variables are
ft_max_word_len and ft_min_word_len, but for InnoDB tables the
variables are innodb_ft_max_token_size and innodb_ft_min_token_size.
Take the posts table type into account when setting the max and min
search length.
PHPBB3-16096
2019-07-08 05:58:41 +00:00
rubencm
6787f6706e
[ticket/14459] Fix
...
PHPBB3-14459
2019-06-25 16:37:16 +00:00
rubencm
0184865c5c
[ticket/14459] Uppercase string to try to match language keys
...
PHPBB3-14459
2019-06-25 16:33:38 +00:00
rubencm
e0395fa2f2
[ticket/14459] Uppercase string to try to match language keys
...
PHPBB3-14459
2019-06-25 16:29:51 +00:00
rubencm
191008daff
[ticket/14459] Remove unused code
...
PHPBB3-14459
2019-06-25 16:23:59 +00:00
rubencm
ef3b2a3f24
[ticket/14459] Use twig
...
PHPBB3-14459
2019-06-25 16:20:00 +00:00
rubencm
6876fcb46a
[ticket/14459] Remove unused variables
...
PHPBB3-14459
2019-06-25 15:59:12 +00:00
rubencm
621747c7bc
[ticket/14459] Remove inline css
...
PHPBB3-14459
2019-06-25 15:57:44 +00:00
Marc Alexander
de039dcc7c
Merge branch '3.2.x' into 3.3.x
2019-06-23 10:50:04 +02:00
Marc Alexander
9e9bdb69b5
Merge pull request #5623 from marc1706/ticket/16078
...
[ticket/16078] Use headless chrome and disable gpu acceleration
2019-06-23 10:49:52 +02:00
rubencm
caa767e5a8
[ticket/14459] Fix template logic
...
PHPBB3-14459
2019-06-21 23:32:22 +00:00
rubencm
caf5ee42fd
[ticket/14459] Fix rebase
...
PHPBB3-14459
2019-06-20 01:46:52 +00:00
rubencm
d0b50b9ca1
[ticket/14459] Check language input for group
...
PHPBB3-14459
2019-06-20 01:45:36 +00:00
Marc Alexander
3002c1b22a
[ticket/16078] Add use statement for ChromeOptions
...
PHPBB3-16078
2019-06-19 08:29:34 +02:00
Marc Alexander
1be392a16a
[ticket/16078] Use headless chrome and disable gpu acceleration
...
This is to hopefully get rid of some of the issues with timeouts.
PHPBB3-16078
2019-06-19 07:32:52 +02:00
Marc Alexander
6d4fdb1f15
Merge branch '3.2.x' into 3.3.x
2019-06-17 15:32:07 +02:00
Marc Alexander
ab6fd30d0d
Merge pull request #5608 from senky/ticket/15967
...
[ticket/15967] Improve admin activate email wording
2019-06-17 15:31:42 +02:00
Marc Alexander
5cef0d2035
Merge branch '3.2.x' into 3.3.x
2019-06-17 15:28:10 +02:00
Marc Alexander
70f09a60c7
Merge pull request #5620 from senky/ticket/16075
...
[ticket/16075] Fix warning in PM filter
2019-06-17 15:27:45 +02:00
Marc Alexander
8a979d6871
Merge branch '3.2.x' into 3.3.x
2019-06-17 14:53:56 +02:00
Marc Alexander
a393a23a08
Merge pull request #5616 from JoshyPHP/ticket/16074
...
[ticket/16074] Fix Twemoji URL for ZWJ sequences
2019-06-17 13:54:38 +02:00
Marc Alexander
30f522351e
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:26:33 +02:00
Marc Alexander
7f50c26941
Merge pull request #5622 from 3D-I/ticket/15211
...
[ticket/15211] Fix Emoji characters in forum name
2019-06-17 10:26:04 +02:00
Marc Alexander
a6803e6a18
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:21:09 +02:00
Marc Alexander
2a0b38cac0
Merge pull request #5604 from senky/ticket/15984
...
[ticket/15984] Use private cache-control
2019-06-17 10:20:36 +02:00
Marc Alexander
05f9ef7134
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:15:00 +02:00
Marc Alexander
ca705af91d
Merge pull request #5602 from senky/ticket/16003
...
[ticket/16003] Fix num_posts sync
2019-06-17 10:14:35 +02:00
Marc Alexander
fc8d0c54e9
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:11:57 +02:00
Marc Alexander
c0917c2862
Merge pull request #5600 from senky/ticket/16047
...
[ticket/16047] Improve wording for PM permissions
2019-06-17 10:11:31 +02:00
Marc Alexander
5de54906f0
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:07:03 +02:00
Marc Alexander
cfd4aab7b7
Merge pull request #5599 from mrgoldy/ticket/16068
...
[ticket/16068] Adjust DocBlock @param's
2019-06-17 10:06:11 +02:00
Marc Alexander
8f3f7d1e5e
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:00:26 +02:00
Marc Alexander
951b097761
Merge pull request #5597 from senky/ticket/16065
...
[ticket/16065] Add user_ip to SQL query
2019-06-17 09:59:57 +02:00
Marc Alexander
5741c8d8ee
Merge branch '3.2.x' into 3.3.x
2019-06-17 09:35:05 +02:00
Marc Alexander
46ea774950
Merge pull request #5595 from rxu/ticket/16063
...
[ticket/16063] Remove board_dst config value since unused
2019-06-17 09:34:39 +02:00
Marc Alexander
6007978e7b
Merge branch '3.2.x' into 3.3.x
2019-06-17 09:03:38 +02:00
Marc Alexander
de308ea321
Merge pull request #5594 from rxu/ticket/16061
...
[ticket/16061] Migrator to drop unique indexes when needed
2019-06-17 09:02:54 +02:00
3D-I
608cf00aea
[ticket/15211] Wording
...
PHPBB3-15211
2019-06-12 15:05:12 +02:00
3D-I
aad8ffff51
[ticket/15211] Fix Emoji characters in forum name
...
PHPBB3-15211
2019-06-11 05:44:17 +02:00
Jakub Senko
79d033082e
[ticket/16047] Improve wording for PM permissions
...
PHPBB3-16047
2019-06-08 20:03:51 +02:00
Marc Alexander
bd646cff52
Merge branch '3.2.x' into 3.3.x
2019-06-07 23:46:47 +02:00
Marc Alexander
7ca740bec8
Merge pull request #5574 from dark-1/ticket/16025
...
[ticket/16025] Add 2 template events *_author_username_{append/prepend}
2019-06-07 23:46:41 +02:00
Jakub Senko
a91b37d8f2
[ticket/16075] Fix warning in PM filter
...
PHPBB3-16075
2019-06-07 16:12:02 +02:00
Marc Alexander
95264e2152
Merge branch '3.2.x' into 3.3.x
2019-06-06 22:28:33 +02:00
Marc Alexander
4babe93a5d
Merge pull request #5573 from dark-1/ticket/16024
...
[ticket/16024] Add core.topic_review_modify_sql_ary
2019-06-06 22:27:00 +02:00
Marc Alexander
6422bdb5ec
[ticket/16082] Remove XCache as it does not support PHP 7
...
PHPBB3-16082
2019-06-06 22:21:40 +02:00
Marc Alexander
7572bc050b
[ticket/16081] Remove eAccelerator cache driver
...
eAccelerator does not support any PHP version above 5.3.
PHPBB3-16081
2019-06-06 22:13:03 +02:00
Marc Alexander
bc59342e1a
Merge branch '3.2.x' into 3.3.x
2019-06-06 21:59:30 +02:00
Marc Alexander
4f44145301
Merge pull request #5603 from senky/ticket/16000
...
[ticket/16000] Link to php's date()
2019-06-06 21:59:25 +02:00
Marc Alexander
9e90b27ba1
Merge branch '3.2.x' into 3.3.x
2019-06-06 21:51:13 +02:00
Marc Alexander
d673527331
Merge pull request #5617 from marc1706/ticket/16078
...
[ticket/16078] Use chrome as webdriver
2019-06-06 21:51:05 +02:00
Marc Alexander
34a6493fb5
[ticket/16078] Use chrome as webdriver
...
PHPBB3-16078
2019-06-06 18:57:01 +02:00
rxu
ed2123fa61
[ticket/16063] Move new migration file to 32x folder
...
PHPBB3-16063
2019-06-06 21:33:06 +07:00
Marc Alexander
e419c2cd3b
Merge pull request #5583 from marc1706/ticket/15987
...
[ticket/15987] Table parameters as array
2019-06-05 21:45:42 +02:00
Marc Alexander
183d1afcaa
Merge branch '3.2.x' into 3.3.x
2019-06-05 21:22:32 +02:00
Marc Alexander
ddc9a4dff6
Merge pull request #5615 from 3D-I/ticket/16073
...
[ticket/16073] Fix warning in ACP version check
2019-06-05 21:22:26 +02:00
Marc Alexander
99d83673f5
Merge branch '3.2.x' into 3.3.x
2019-06-04 22:21:52 +02:00
Marc Alexander
5e4f4b2dc6
Merge pull request #5612 from senky/ticket/15932
...
[ticket/15932] Disallow deleting locked attachments
2019-06-04 22:21:45 +02:00
Jakub Senko
25176d4588
[ticket/15967] Improve admin activate email wording
...
PHPBB3-15967
2019-06-04 20:07:12 +02:00
Jakub Senko
fe796267c1
[ticket/16000] Do not open links in a new tab
...
PHPBB3-16000
2019-06-04 20:05:06 +02:00
JoshyPHP
a563b616e0
[ticket/16074] Fix Twemoji URL for ZWJ sequences
...
PHPBB3-16074
2019-06-04 18:21:11 +02:00
Marc Alexander
2a69eb051d
Merge branch '3.2.x' into 3.3.x
2019-06-03 23:10:51 +02:00
Marc Alexander
0d4cd552fe
Merge pull request #5607 from senky/ticket/15974
...
[ticket/15974] Remove Back to previous page link
2019-06-03 23:10:46 +02:00
Marc Alexander
5540a0f8e0
Merge branch '3.2.x' into 3.3.x
2019-06-03 21:18:46 +02:00
Marc Alexander
3632a0f4f2
Merge pull request #5613 from 3D-I/ticket/16071
...
[ticket/16071] Undefined index for custom attachments groups
2019-06-03 21:18:40 +02:00
Marc Alexander
730e1140e3
Merge pull request #5614 from JoshyPHP/ticket/16072
...
[ticket/16072] Update s9e/text-formatter
2019-06-03 21:06:20 +02:00
3D-I
0a89c53658
[ticket/16073] Fix warning in ACP version check
...
PHPBB3-16073
2019-06-01 00:25:24 +02:00
JoshyPHP
76ea1de0ab
[ticket/16072] Update s9e/text-formatter
...
PHPBB3-16072
2019-05-31 22:46:59 +02:00
3D-I
fa1952fd08
[ticket/16071] Undefined index for custom attachments groups
...
PHPBB3-16071
2019-05-29 09:03:55 +02:00
Jakub Senko
9e985af1e8
[ticket/15932] Disallow deleting locked attachments
...
PHPBB3-15932
2019-05-28 10:15:59 +02:00
espipj
0c3ff0419c
[ticket/16070] Remove unused code
...
PHPBB3-16070
2019-05-27 21:26:44 +01:00
Marc Alexander
c04642f987
Merge branch '3.2.x' into 3.3.x
2019-05-27 21:19:13 +02:00
Marc Alexander
97e92f52d7
Merge pull request #5592 from 3D-I/ticket/16055
...
[ticket/16055] Fix Oauth's logins in 3.2.x
2019-05-27 21:19:05 +02:00
Marc Alexander
b4d36e3235
Merge branch '3.2.x' into 3.3.x
2019-05-27 20:50:53 +02:00
Marc Alexander
95ab325251
Merge pull request #5593 from JoshyPHP/ticket/16053
...
[ticket/16053] Update s9e/text-formatter
2019-05-27 20:44:11 +02:00
Marc Alexander
b9a40be9b4
Merge pull request #5591 from rubencm/ticket/16057
...
[ticket/16057] Fix vagrant in 3.3
2019-05-27 20:34:13 +02:00
Jakub Senko
d0ef8695e4
[ticket/15946] Add core.posting_modify_row_data
...
PHPBB3-15946
2019-05-27 16:26:23 +02:00
Jakub Senko
9c47e0eee8
[ticket/15974] Remove Back to previous page link
...
PHPBB3-15974
2019-05-27 15:49:49 +02:00
Jakub Senko
11475e5366
[ticket/15976] Reset user_passchg only if user changed password
...
PHPBB3-15976
2019-05-27 15:40:55 +02:00
Jakub Senko
a614e646d1
[ticket/15984] Use private cache-control
...
PHPBB3-15984
2019-05-27 15:31:35 +02:00
Jakub Senko
a535b6449a
[ticket/16000] Link to php's date()
...
PHPBB3-16000
2019-05-24 15:25:28 +02:00
Jakub Senko
2c281e50e0
[ticket/16003] Fix num_posts sync
...
PHPBB3-16003
2019-05-24 15:21:56 +02:00
Jakub Senko
2b1102e372
[ticket/16013] Allow admins to use disallowed username
...
PHPBB3-16013
2019-05-24 15:17:18 +02:00
mrgoldy
c01e604998
[ticket/16068] Adjust DocBlock @param's
...
PHPBB3-16068
2019-05-24 14:43:10 +02:00
Marc Alexander
00f639de7b
Merge branch '3.2.x' into 3.3.x
2019-05-23 22:07:30 +02:00
Marc Alexander
f6beabc593
Merge pull request #5598 from marc1706/ticket/16067
...
[ticket/16067] Specify trusty build environment
2019-05-23 22:06:50 +02:00
Marc Alexander
964cc30548
[ticket/16067] Specify trusty build environment
...
PHPBB3-16067
2019-05-23 19:59:13 +02:00
Jakub Senko
bba9de8c9c
[ticket/16065] Add user_ip to SQL query
...
PHPBB3-16065
2019-05-23 09:14:45 +02:00
rxu
e3b76bce37
[ticket/16063] Remove board_dst config value since unused
...
PHPBB3-16063
2019-05-18 17:28:01 +07:00
rubencm
84ce92896e
[ticket/16057] Enable cgi.fix_pathinfo in php.ini
...
PHPBB3-16057
2019-05-17 20:58:54 +00:00
rxu
84ef70b42f
[ticket/16061] Migrator to drop unique indexes when needed
...
PHPBB3-16061
2019-05-18 02:08:30 +07:00
JoshyPHP
3208c41da8
[ticket/16053] Update s9e/text-formatter
...
PHPBB3-16053
2019-05-17 15:37:20 +02:00
3D-I
72be8e0870
[ticket/16055] Fix Oauth's redirects
...
Via forum, memberlist, topic or post etc..
PHPBB3-16055
2019-05-16 21:53:43 +02:00
rubencm
dd3330d7c9
[ticket/16057] Undo composer.json changes
...
PHPBB3-16057
2019-05-15 23:22:02 +00:00
rubencm
d639e107ec
[ticket/16057] Enable url rewrite and composer.json rule
...
PHPBB3-16057
2019-05-15 23:07:29 +00:00
Marc Alexander
d72498a9c3
[ticket/15987] Go back to previous table definition type
...
This will still allow using the 'tables' parameter array but will also ensure
full backward compatibility and compatibility with extensions that will add
more tables to the 'tables' array.
PHPBB3-15987
2019-05-14 21:20:51 +02:00
Marc Alexander
61fa4f006a
[ticket/15987] Add missing paranthesis
...
PHPBB3-15987
2019-05-14 20:29:46 +02:00
Marc Alexander
9c1baf0fd7
[ticket/15987] Add container extension to support tables "array access"
...
PHPBB3-15987
2019-05-14 20:29:29 +02:00
mrgoldy
fe04f59ca2
[ticket/15987] Table parameters as array
...
PHPBB3-15987
2019-05-14 20:28:46 +02:00
Marc Alexander
9207b13224
Merge branch '3.2.x' into 3.3.x
2019-05-14 17:24:36 +02:00
Marc Alexander
8142257e31
Merge pull request #5587 from 3D-I/ticket/16048
...
[ticket/16048] Fix restore backup from ACP
2019-05-14 17:24:31 +02:00
Marc Alexander
29d40fd3d6
Merge branch '3.2.x' into 3.3.x
2019-05-14 17:18:39 +02:00
Marc Alexander
fdc04cb9ec
Merge pull request #5588 from rxu/ticket/16050
...
[ticket/16050] Fix PHP warning in MCP Banning tab on PHP 7.2+
2019-05-14 17:18:35 +02:00
Marc Alexander
0ebcb3f3a0
Merge branch '3.2.x' into 3.3.x
2019-05-14 11:42:43 +02:00
Marc Alexander
d6a6e86975
Merge pull request #5590 from cclauss/patch-1
...
[ticket/16058] Travis CI: "sudo: required" not longer is
2019-05-14 11:42:12 +02:00
cclauss
275d6ee050
[ticket/16058] Travis CI: "sudo: required" not longer is
...
[Travis are now recommending removing the __sudo__ tag](
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration ).
"_If you currently specify __sudo:__ in your __.travis.yml__, we recommend
removing that configuration_"
PHPBB3-16058
2019-05-13 21:54:03 +02:00
rubencm
c2841cb6e2
[ticket/16057] Fix vagrant in 3.3
...
PHPBB3-16057
2019-05-13 19:36:43 +00:00
Marc Alexander
f7ec97b88e
[ticket/16052] Update composer dependencies
...
PHPBB3-16052
2019-05-12 18:28:08 +02:00
Marc Alexander
b6cd02bacb
[ticket/16052] Add 3.3.0-dev migration
...
PHPBB3-16052
2019-05-11 23:36:20 +02:00
hanakin
52ed8bfaa1
[ticket/15927] Avoid using floats
...
PHPBB3-15927
2019-05-11 23:36:20 +02:00
hanakin
8f0643a14c
[ticket/15927] Fix render issue
...
PHPBB3-15927
2019-05-11 23:36:20 +02:00
Marc Alexander
31ab3d93a2
[ticket/15828] Do not allow PHP 7.3 tests to fail
...
PHPBB3-15828
2019-05-11 23:36:20 +02:00
Marc Alexander
89ae1c3221
[ticket/16052] Update version numbers to 3.3
...
PHPBB3-16052
2019-05-11 23:36:44 +02:00
Marc Alexander
3f33d89572
[ticket/16052] Fix issues caused by merges
...
PHPBB3-16052
2019-05-11 23:36:20 +02:00
rxu
7c6e660694
[ticket/16050] Fix PHP warning in MCP Banning tab on PHP 7.2+
...
PHPBB3-16050
2019-05-11 10:45:34 +07:00
Matt Friedman
90f8498a44
[ticket/15369] Fix php_exporter tests
...
PHPBB3-15369
2019-05-10 21:02:54 +02:00
Matt Friedman
2753f8ccc8
[ticket/15369] Fix tests
...
PHPBB3-15369
2019-05-10 21:02:43 +02:00
Marc Alexander
18d4b7f358
[ticket/15938] Update classes in backupStaticAttributesBlacklist
...
PHPBB3-15938
2019-05-09 21:59:28 +02:00
Marc Alexander
978d883abb
[ticket/14948] Remove checks for unsupported PHP versions
...
PHPBB3-14948
2019-05-09 21:58:29 +02:00
Marc Alexander
d0e3c2c136
[ticket/14948] Switch to VC15 where necessary for appveyor mssql driver
...
PHPBB3-14948
2019-05-09 21:58:23 +02:00
Marc Alexander
fe6dd5a8f7
[ticket/14948] Use MSSQL 5.3.0 driver in appveyor builds
...
PHPBB3-14948
2019-05-09 21:58:11 +02:00
Marc Alexander
33f9333f13
[ticket/14948] Remove no longer needed or supported phpunit configs
...
PHPBB3-14948
2019-05-09 21:58:05 +02:00
Marc Alexander
51ffab0045
[ticket/14948] Use new namespaced classes when generating mssql schema
...
PHPBB3-14948
2019-05-09 21:58:01 +02:00
Marc Alexander
4ad0d4ceeb
[ticket/14948] Require json extension in composer.json
...
PHPBB3-14948
2019-05-09 21:57:55 +02:00
Marc Alexander
4ff993fc1b
[ticket/14948] Allow failures on PHP 7.3 until segfault is resolved
...
PHPUnit still runs into segfaults on PHP 7.3.0. Let this test fail for now.
PHPBB3-14948
2019-05-09 21:57:48 +02:00
Marc Alexander
3c0fd43f85
[ticket/14948] Use continue 2 instead of continue to continue while loop
...
PHPBB3-14948
2019-05-09 21:57:42 +02:00
Marc Alexander
c92d4933cc
[ticket/14948] Remove mysql build as it's no longer supported in PHP >= 7.0
...
PHPBB3-14948
2019-05-09 21:57:37 +02:00
Marc Alexander
9f19202152
[ticket/14948] Update lexer to be compatible with twig 2.6
...
PHPBB3-14948
2019-05-09 21:57:30 +02:00
Marc Alexander
e7795fe7ce
[ticket/14948] Change PHP versions for appveyor
...
PHPBB3-14948
2019-05-09 21:57:23 +02:00
Marc Alexander
9223781797
[ticket/14948] Update codesniffer files to be compatible with phpcs 3.x
...
PHPBB3-14948
2019-05-09 21:57:10 +02:00
Marc Alexander
e76c673e2e
[ticket/14948] Update requirements and travis build matrix
...
PHPBB3-14948
2019-05-09 21:49:57 +02:00
Marc Alexander
ebac54aa9e
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-05-09 21:40:06 +02:00
Marc Alexander
d968392b4d
[ticket/14948] Require PHP 7.1 and update dependencies
...
PHPBB3-14948
2019-05-09 21:36:06 +02:00
Máté Bartus
05a86ca3b0
[ticket/15921] Fix master build
...
PHPBB3-15921
2019-05-09 21:31:35 +02:00
François-Xavier de Guillebon
c0fde5d5fd
[ticket/15508] Update loader
...
PHPBB3-15508
2019-05-09 21:30:39 +02:00
François-Xavier de Guillebon
40e61e4d1e
[ticket/15508] Remove call to getEnvironment() from parser
...
PHPBB3-15508
2019-05-09 21:30:12 +02:00
François-Xavier de Guillebon
ff35f65064
[ticket/15508] Replace Twig_NodeInterface with Twig_Node
...
PHPBB3-15508
2019-05-09 21:28:24 +02:00
François-Xavier de Guillebon
ac3c49e548
[ticket/15508] Update composer dependencies to allow Twig 2.x
...
PHPBB3-15508
2019-05-09 21:28:08 +02:00
rubencm
27fc256745
[ticket/12629] Fix tests
...
PHPBB3-12629
2019-05-09 21:24:06 +02:00
rubencm
6643c904d5
[ticket/12629] Rename errors_show to show_errors
...
PHPBB3-12629
2019-05-09 21:23:58 +02:00
Rubén Calvo
ba088f6bdc
[ticket/12629] Add debug.errors_show
...
PHPBB3-12629
2019-05-09 21:22:52 +02:00
hubaishan
84b6dd7e5f
[ticket/15846] Fix Wrong id for downldable group
...
`downloadable` extension group has id 5 not 6
PHPBB3-15846
2019-05-09 21:21:32 +02:00
Rubén Calvo
e46d8d329d
[ticket/15244] Remove unglobalise related code
...
PHPBB3-15244
2019-05-09 21:21:09 +02:00
rubencm
a702142a34
[ticket/12636] Rename log.session_errors to session.log_errors
...
PHPBB3-12636
2019-05-09 21:20:16 +02:00
Rubén Calvo
c20fed43cd
[ticket/12636] Add log.session_errors to mock container_builder
...
PHPBB3-12636
2019-05-09 21:10:53 +02:00
Rubén Calvo
303b823847
[ticket/12636] Add log.session_errors
...
PHPBB3-12636
2019-05-09 19:04:01 +02:00
Jakub Senko
4f402465bf
[ticket/12628] Introduce debug.memory
...
Also fix one debug.sql_explain missing from the previous PR
PHPBB3-12628
2019-05-09 19:02:14 +02:00
JoshyPHP
917880e2bf
[ticket/15410] Remove obsolete code from BBCodes ACP
...
PHPBB3-15410
2019-05-09 19:02:01 +02:00
rubencm
db36318ad0
[ticket/15772] Hide warning in acp when allow_install_dir is true
...
PHPBB3-15772
2019-05-09 19:01:23 +02:00
Rubén Calvo
4f5a8f6983
[ticket/15255] Move language strings from acp/common to common
...
PHPBB3-15255
2019-05-09 19:01:00 +02:00
Jakub Senko
3914515199
[ticket/11838] OAuth registration from ucp_register
...
PHPBB3-11838
2019-05-09 19:00:29 +02:00
Rubén Calvo
3c2e75b52a
[ticket/15720] Don't escape ampersands on redirections
...
PHPBB3-15720
2019-05-09 18:59:45 +02:00
Rubén Calvo
7c26569d93
[ticket/15413] Login redirect to previous page
...
PHPBB3-15413
2019-05-09 18:59:30 +02:00
Jakub Senko
30303647f0
[ticket/15744] Remove useless sql_freeresults
...
PHPBB3-15744
2019-05-09 18:58:22 +02:00
Rubén Calvo
284368b9d6
[ticket/12623] Add install dir during tests
...
PHPBB3-12623
2019-05-09 18:57:15 +02:00
Rubén Calvo
432482160d
[ticket/12623] Add allow_install_dir
...
PHPBB3-12623
2019-05-09 18:57:10 +02:00
Marc Alexander
1609fa292d
[ticket/15746] Update symfony to latest on master
...
Also fixed incorrect creation of dumped container (Container instead of
ContainerBuilder).
PHPBB3-15746
2019-05-09 18:56:41 +02:00
Rubén Calvo
0fe4cbc17f
[ticket/15663] Remove empty line
...
PHPBB3-15663
2019-05-09 18:55:07 +02:00
Rubén Calvo
98b3aacde4
[ticket/15663] Remove flash icon and template
...
PHPBB3-15663
2019-05-09 18:55:03 +02:00
Rubén Calvo
0a2589b5e0
[ticket/15663] Move constant to compatibility_globals
...
PHPBB3-15663
2019-05-09 18:54:58 +02:00
Rubén Calvo
35fef8333a
[ticket/15663] Add migration
...
PHPBB3-15663
2019-05-09 18:54:49 +02:00
Rubén Calvo
65b0698ef7
[ticket/15663] Remove flash attachments support
...
PHPBB3-15663
2019-05-09 18:53:46 +02:00
Rubén Calvo
9e3141d9d3
[ticket/15738] Remove deprecated variables from questionnaire
...
PHPBB3-15738
2019-05-09 18:47:56 +02:00
Rubén Calvo
688d022f42
[ticket/15738] Remove code related with safe_mode
...
PHPBB3-15738
2019-05-09 18:47:50 +02:00
rxu
ab0dae6003
[ticket/15725] Fix installing ext in tests for master branch
...
PHPBB3-15725
2019-05-09 18:46:50 +02:00
Jakub Senko
64b053c997
[ticket/15694] Ignore lang files in prosilver/theme dir
...
PHPBB3-15694
2019-05-09 18:44:48 +02:00
Jakub Senko
1f87b25709
[ticket/12591] Introduce a BC fallback
...
PHPBB3-12591
2019-05-09 18:44:41 +02:00
Jakub Senko
9f20ff7b9e
[ticket/12591] Improve breadcrumb naming and extend it's usage
...
PHPBB3-12591
2019-05-09 18:43:34 +02:00
Jakub Senko
139eb17bb7
[ticket/12624] Add debug.load_time parameter
...
PHPBB3-12624
2019-05-09 18:40:15 +02:00
Jakub Senko
b4d4336ef4
[ticket/12627] Add debug.sql_explain parameter
...
PHPBB3-12627
2019-05-09 18:29:22 +02:00
Rubén Calvo
5815d21427
[ticket/15714] Edit language string
...
PHPBB3-15714
2019-05-09 18:28:41 +02:00
Rubén Calvo
7dae1fe48c
[ticket/15714] Auto login after registration
...
PHPBB3-15714
2019-05-09 18:28:36 +02:00
Jakub Senko
ec04f177d0
[ticket/15718] Update CONTRIBUTING.md
...
PHPBB3-15718
2019-05-09 18:28:15 +02:00
3D-I
efc2e6e570
[ticket/15580] Remove redundant code from ACP
...
PHPBB3-15580
2019-05-09 18:27:48 +02:00
Jakub Senko
62e609c10c
[ticket/15522] Improve color palette syntax
...
PHPBB3-15522
2019-05-09 18:26:30 +02:00
amalnaeem
7e96098e29
[ticket/15610] Improving UI of Board Statistics in ACP
...
Master Improving UI of Board Statistics in ACP
Statistics table was divided into two in acp_main.html.
PHPBB3-15610
2019-05-09 18:25:39 +02:00
amalnaeem
ee667ac897
[ticket/15610] Improving UI of Board Statistics in ACP
...
Master Improving UI of Board Statistics in ACP
Statistics table was divided into two in acp_main.html.
PHPBB3-15610
2019-05-09 18:25:34 +02:00
amalnaeem
d227912ee8
[ticket/15610] Improving UI of Board Statistics in ACP
...
Master Improving UI of Board Statistics in ACP
Statistics table was divided into two in acp_main.html.
PHPBB3-15610
2019-05-09 18:25:28 +02:00
amalnaeem
68cba0cb26
[ticket/15610] Improving UI of Board Statistics in ACP
...
Master Improving UI of Board Statistics in ACP
Statistics table was divided into two in acp_main.html
PHPBB3-15610
2019-05-09 18:25:18 +02:00
amalnaeem
cbe9833975
[ticket/15610] Improving UI of Board Statistics in ACP
...
Master Improving UI of Board Statistics in ACP
Statistics table was divided into two in acp_main.html
PHPBB3-15610
2019-05-09 18:25:13 +02:00
amalnaeem
7b4ef7a101
[ticket/15610] Improving UI of Board Statistics in ACP
...
Master Improving UI of Board Statistics in ACP
Statistics table was divided into two in acp_main.html
PHPBB3-15610
2019-05-09 18:25:07 +02:00
amalnaeem
f993d91865
[ticket/15610] Improving UI of Board Statistics in ACP
...
Master Improving UI of Board Statistics in ACP
Statistics table was divided into two in acp_main.html
PHPBB3-15610
2019-05-09 18:25:01 +02:00
amalnaeem
94f4062b29
[ticket/15610] Improving UI of Board Statistics in ACP
...
Master Improving UI of Board Statistics in ACP
Statistics table was divided into two in acp_main.html.
PHPBB3-15610
2019-05-09 18:24:52 +02:00
amalnaeem
a66c4170a9
[ticket/15610] Improving UI of Board Statistics
...
Master Improving UI of Board Statistics in ACP.
Statistics table was divided into two in acp_main.html.
PHPBB3-15610
2019-05-09 18:24:06 +02:00
amalnaeem
9b5b058925
[ticket/15610] Improving UI of Board Statistics in ACP
...
Master Improving UI of Board Statistics in ACP
Statistics table was divided into two in acp_main.html.
PHPBB3-15610
2019-05-09 18:21:56 +02:00
amalnaeem
341962ae74
[ticket/15610] Improving UI of Board Statistics in ACP
...
Master Improving UI of Board Statistics in ACP
Statistics table was divided into two in acp_main.html.
PHPBB3-15610
2019-05-09 18:21:51 +02:00
Jakub Senko
4da589acba
[ticket/15664] Add support for multi step processes
...
PHPBB3-15664
2019-05-09 18:21:01 +02:00
Jakub Senko
3e6fd7e8fd
[ticket/15664] Ajaxify ext actions in ACP
...
PHPBB3-15664
2019-05-09 18:20:41 +02:00
Rubén Calvo
dc9b1c37b1
[ticket/15671] Rewrite load extensions from a variable instead of harcode it
...
PHPBB3-15671
2019-05-08 22:29:01 +02:00
Rubén Calvo
dc397755d5
[ticket/15671] Load extensions from a variable instead of harcode it
...
PHPBB3-15671
2019-05-08 22:28:56 +02:00
Rubén Calvo
4ff986f578
[ticket/15671] Limit accepted formats for avatar upload
...
PHPBB3-15671
2019-05-08 22:28:49 +02:00
Rubén Calvo
2578a2b9fc
[ticket/15686] Update homestead
...
PHPBB3-15686
2019-05-08 22:28:24 +02:00
JoshyPHP
5de4780753
[ticket/15646] Made Argon2i the default password driver
...
PHPBB3-15646
2019-05-08 22:26:29 +02:00
JoshyPHP
2ff5871ff4
[ticket/15646] Added support for Argon2i passwords
...
PHPBB3-15646
2019-05-08 22:26:23 +02:00
Rubén Calvo
5153413f7a
[ticket/15400] Make app.php routes work in vagrant
...
PHPBB3-15400
2019-05-08 22:22:15 +02:00
luzpaz
a9a28859d4
[ticket/15424] Multiple typo fixes in docs & comments
...
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
2019-05-08 22:20:56 +02:00
Rubén Calvo
62921c066c
[ticket/15377] Use __DIR__ constant
...
PHPBB3-15377
2019-05-08 22:15:10 +02:00
Rubén Calvo
3e5247187c
[ticket/15377] Add test
...
PHPBB3-15377
2019-05-08 22:14:07 +02:00
Máté Bartus
75d957e9e1
[ticket/15351] Fix missing global usage
...
PHPBB3-15351
2019-05-08 22:08:37 +02:00
Rubén Calvo
1b9507d93d
[ticket/15330] Fix typo
...
PHPBB3-15330
2019-05-08 22:08:21 +02:00
Rubén Calvo
16d8b0bf78
[ticket/15330] Twig function to know if a language string is defined
...
PHPBB3-15330
2019-05-08 22:08:15 +02:00
javiexin
5a0c9763d1
[ticket/15274] Allow "custom" migrations to use parameters
...
Remove references in migration tool.
PHPBB3-15274
2019-05-08 22:06:39 +02:00
javiexin
5c001df380
[ticket/15274] Allow "custom" migrations to use parameters
...
Add the possibility to have custom migrations with parameters,
allowing the use of a single function for several uses.
PHPBB3-15274
2019-05-08 22:06:34 +02:00
Matt Friedman
e36da01264
[ticket/15295] Restore tests on mysql and myisam
...
PHPBB3-15295
2019-05-08 22:06:03 +02:00
Tristan Darricau
deb556fbf0
[ticket/15258] Adds a method to get a service by class in service_collection
...
PHPBB3-15258
2019-05-08 22:05:41 +02:00
rxu
574749daeb
[ticket/14972] Update tests matrix to reflect bumping PHP version requirement
...
PHPBB3-14972
2019-05-08 21:57:48 +02:00
rxu
42b7782927
[ticket/14972] Migrate from deprecated getMock() method to createMock()
...
PHPBB3-14972
2019-05-08 21:57:00 +02:00
rxu
cdf3aa27df
[ticket/14972] Bump PHP requirements to 5.6. Update dependencies.
...
Also bump to PHP 7.2 compatible versions: PHPUnit to 5.7, Guzzle to 6.3.
PHPBB3-14972
2019-05-08 21:54:20 +02:00
Rubén Calvo
560704c9f3
[ticket/15269] Don't enable DEBUG_CONTAINER by default
...
PHPBB3-15269
2019-05-08 21:52:37 +02:00
Rubén Calvo
3f3d88696b
[ticket/15269] Remove comment only if is the beginning of a line
...
PHPBB3-15269
2019-05-08 21:52:30 +02:00
Rubén Calvo
acab3b048d
[ticket/15269] Set development environment and enable all debugs with vagrant
...
PHPBB3-15269
2019-05-08 21:52:25 +02:00
Rubén Calvo
a08dce82c2
[ticket/15203] Include missing constants in web installer
...
PHPBB3-15203
2019-05-08 21:51:22 +02:00
Vishal Pandey
332b310809
[ticket/11515] If condition changes
...
Duplicate return statements removed.
PHPBB3-11515
2019-05-08 21:49:28 +02:00
Vishal Pandey
dfcce400a4
[ticket/11515] Inverted Logic
...
Inverted the logic to raise exception inside if.
PHPBB3-11515
2019-05-08 21:49:21 +02:00
Vishal Pandey
f1c2f7baae
[ticket/11515] Refactoring changes.
...
Refactoring the code as suggested.
PHPBB3-11515
2019-05-08 21:49:15 +02:00
Vishal Pandey
7d4909dc06
[ticket/11515] Refactoring the patch.
...
Removing else conditions.
PHPBB3-11515
2019-05-08 21:49:10 +02:00
Vishal Pandey
cf12223b25
[ticket/11515] Space between if and braces
...
Exactly one space between if and opening brace.
PHPBB3-11515
2019-05-08 21:49:04 +02:00
Vishal Pandey
530e5bca87
[ticket/11515] Change If...else statement struct
...
Modifications in if-else structure.
PHPBB3-11515
2019-05-08 21:48:59 +02:00
Vishal Pandey
26acd8a5e4
[ticket/11515] Extra check after acquiring locks.
...
Add additional check to flock.php and db.php to ensure lock aquiring.
PHPBB3-11515
2019-05-08 21:48:52 +02:00
Dark❶
fd0d9e9967
[ticket/16025] Add 2 template events *_author_username_{append/prepend}
...
PHPBB3-16025
2019-05-07 20:56:30 +05:30
Dark❶
5c42851730
[ticket/16024] Add core.topic_review_modify_sql_ary
...
PHPBB3-16024
2019-05-07 20:49:56 +05:30
Dark❶
411f4ac817
[ticket/16023] Add core.message_history_modify_template_vars
...
PHPBB3-16023
2019-05-07 20:46:22 +05:30
3D-I
abc9d746c7
[ticket/16048] Fix restore backup from ACP
...
PHPBB3-16048
2019-05-07 00:03:06 +02:00
Matt Friedman
4282cf459e
[ticket/15153] Update to newer homestead for vagrant
...
PHPBB3-15153
2019-05-06 22:02:16 +02:00
Tristan Darricau
228e0f58a8
[ticket/14769] Fix CLI installer configuration compatibility with SF 3
...
PHPBB3-14769
2019-05-06 21:57:43 +02:00
Matt Friedman
fe64174ca8
[ticket/14761] myisam should be setup on PHP 5.5 (5.4 removed)
...
PHPBB3-14761
2019-05-06 21:48:28 +02:00
Jakub Senko
77315a014c
[ticket/14573] Add Whoisonline breadcrumbs
...
PHPBB3-14573
2019-05-06 21:48:07 +02:00
Jakub Senko
c02be62ea1
[ticket/14573] Add Memberlist breadcrumbs
...
PHPBB3-14573
2019-05-06 21:48:02 +02:00
Jakub Senko
5614f80b89
[ticket/14573] Add MCP breadcrumbs
...
PHPBB3-14573
2019-05-06 21:47:55 +02:00
Jakub Senko
4e3ac92d05
[ticket/14573] Add UCP breadcrumbs
...
PHPBB3-14573
2019-05-06 21:47:47 +02:00
Jakub Senko
571a6df993
[ticket/14573] Add Search breadcrumbs
...
PHPBB3-14573
2019-05-06 21:47:29 +02:00
Jakub Senko
296bf434b0
[ticket/14573] Add FAQ breadcrumbs
...
PHPBB3-14573
2019-05-06 21:46:17 +02:00
Máté Bartus
ab6835d849
[ticket/14542] Add missing dockblocks
...
PHPBB3-14542
2019-05-06 21:45:27 +02:00
Máté Bartus
271ac6b57e
[ticket/14542] Fix tests
...
PHPBB3-14542
2019-05-06 21:45:21 +02:00
Máté Bartus
7a173877b7
[ticket/14542] Move cron to controller
...
PHPBB3-14542
2019-05-06 21:45:15 +02:00
Marc Alexander
41956a8b90
[ticket/14670] Set shared flag instead of defining prototype scope
...
The prototype scope was deprecated in symfony 2.8 and removed in 3.0.
PHPBB3-14670
2019-05-06 21:44:19 +02:00
Marc Alexander
773d246a7e
[ticket/14670] Do not backup static attributes
...
This seems to cause issues with the UI tests as the backed up
static web driver does not seem to be properly initialized.
PHPBB3-14670
2019-05-06 21:44:19 +02:00
Marc Alexander
f165b8ece4
[ticket/14670] Modify service definition for RouterListener
...
PHPBB3-14670
2019-05-06 21:44:19 +02:00
Marc Alexander
a33c875d2f
[ticket/14670] Fix typo in .travis.yml
...
PHPBB3-14670
2019-05-06 21:44:19 +02:00
Marc Alexander
1dc14c0f38
[ticket/14670] Remove usage of prototype scope in tests
...
In this specific case, the mock container builder is used which does not
even support setting the scope.
PHPBB3-14670
2019-05-06 21:44:19 +02:00
Marc Alexander
a4f48205fb
[ticket/14670] Add new travis builds and PHP 5.5 requirement
...
PHPBB3-14670
2019-05-06 21:44:16 +02:00
Marc Alexander
1a8a8da7bf
[ticket/14670] Fix incompatibilities with container definitions
...
PHPBB3-14670
2019-05-06 21:43:55 +02:00
Marc Alexander
653305d461
[ticket/14670] Use symfony 3.1 in master branch
...
Removed sami as it doesn't have a version compatible
with symfony 3.x.
PHPBB3-14670
2019-05-06 21:43:53 +02:00
Máté Bartus
cfaf24bd45
[ticket/14584] Change all to be removed tags to 4.0
...
PHPBB3-14584
2019-05-06 21:27:08 +02:00
Máté Bartus
7a831c3e28
[ticket/14548] Move deprecated globals and functions
...
PHPBB3-14584
2019-05-06 21:26:55 +02:00
Marc Alexander
61bdccbfd8
Merge branch 'prep-release-3.2.7' into 3.2.x
2019-05-05 10:35:17 +02:00
Marc Alexander
07767ab3e6
[prep-release-3.2.7] Add 3.2.7 migration
2019-05-04 15:34:18 +02:00
Marc Alexander
9434e4fa88
[prep-release-3.2.7] Update version numbers to 3.2.7
2019-05-04 15:26:45 +02:00
Marc Alexander
294e87015f
[3.2.x] Update version numbers to 3.2.8-dev
2019-05-03 23:12:54 +02:00
Marc Alexander
22e3c67864
Merge branch 'prep-release-3.2.7' into 3.2.x
2019-05-03 23:11:24 +02:00
Marc Alexander
0d3b393ca6
[prep-release-3.2.7] Add changelog for 3.2.7-RC1
2019-05-02 22:57:33 +02:00
Marc Alexander
af7412f3cb
[prep-release-3.2.7] Add migration for 3.2.7-RC1
2019-05-02 22:55:55 +02:00
Marc Alexander
417e18b39d
Merge pull request #5581 from marc1706/ticket/16042
...
[ticket/16042] Use S_LOGIN_REDIRECT to output login form token
2019-05-02 22:54:47 +02:00
Marc Alexander
4b6bdbe558
[ticket/16042] Adjust positioning and add comment to overwrite
...
PHPBB3-16042
2019-05-02 21:29:11 +02:00
Marc Alexander
3c822556c1
[ticket/16042] Use S_LOGIN_REDIRECT to output login form token
...
PHPBB3-16042
2019-05-02 21:21:07 +02:00
Marc Alexander
dc10853356
[prep-release-3.2.7] Update version numbers to 3.2.7
2019-05-02 20:53:02 +02:00
Marc Alexander
0bf0f4d32b
[prep-release-3.2.7] Update version numbers for 3.2.7-RC1
2019-05-02 20:52:13 +02:00
Marc Alexander
ccf5575dd8
Merge pull request #5577 from JoshyPHP/ticket/16034
...
[ticket/16034] Fix [url=] links being incorrectly shortened
2019-05-02 19:41:32 +02:00
Marc Alexander
21b5256740
Merge pull request #5578 from rubencm/ticket/16036
...
[ticket/16036] Add S_FORM_TOKEN_LOGIN to all login forms
2019-05-02 19:39:11 +02:00
Marc Alexander
b2f3f72eca
Merge pull request #5579 from VSEphpbb/ticket/16037
...
[ticket/16037] Fix UCP PM ViewFolder PHP Notice error
2019-05-01 22:20:04 +02:00
Marc Alexander
eb1896e6f7
Merge pull request #5580 from mrgoldy/ticket/16039
...
[ticket/16039] Global dispatcher
2019-05-01 20:33:12 +02:00
mrgoldy
af6dcdd6e6
[ticket/16039] Global dispatcher
...
PHPBB3-16039
2019-05-01 15:54:48 +02:00
Matt Friedman
70b7777743
[ticket/16037] Fix UCP PM ViewFolder PHP Notice error
...
PHPBB3-16037
2019-04-30 15:18:07 -07:00
rubencm
540a6b7d2e
[ticket/16036] Add S_FORM_TOKEN_LOGIN to all login forms
...
PHPBB3-16036
2019-04-29 16:13:26 +00:00
Marc Alexander
055d7658db
Merge branch 'prep-release-3.2.6' into 3.2.x
2019-04-29 08:35:30 +02:00
Marc Alexander
2575b499a3
[prep-release-3.2.6] Update Changelog and add missing preg_match
2019-04-28 18:15:44 +02:00
Marc Alexander
d54c43ae8f
[prep-release-3.2.6] Update changelog for 3.2.6
2019-04-28 09:27:54 +02:00
JoshyPHP
06a95487fe
[ticket/16034] Fix [url=] links being incorrectly shortened
...
PHPBB3-16034
2019-04-28 02:43:05 +02:00
Marc Alexander
bec047586a
[prep-release-3.2.6] Add migration to 3.2.6
2019-04-27 14:41:50 +02:00
Marc Alexander
37e5457dcf
[prep-release-3.2.6] Update to 3.2.6 version
2019-04-27 14:34:33 +02:00
Marc Alexander
1843e4f6b4
[prep-release-3.2.6] Fix expected data in avatar manager test
2019-04-27 13:52:37 +02:00
Marc Alexander
f75dd1628c
Merge pull request #48 from phpbb/ticket/security/228
...
[ticket/security/228] Add form token to login box
2019-04-27 13:26:36 +02:00
Marc Alexander
f3c4587d47
Merge pull request #47 from phpbb/ticket/security/233
...
[ticket/security/233] Make smtp_password and smtp_username dynamic
2019-04-27 13:24:16 +02:00
Marc Alexander
db43961de6
Merge pull request #46 from phpbb/ticket/security/231
...
[ticket/security/231] Disable remote avatar functionality & add warning
2019-04-27 13:23:07 +02:00
Marc Alexander
308dd49bb9
Merge pull request #45 from phpbb/ticket/security/234
...
[ticket/security/234] Add URL validation for input fields & main site URL
2019-04-27 13:21:55 +02:00
Marc Alexander
3075d2fecc
Merge pull request #44 from phpbb/ticket/security/235
...
Ticket/security/235 Wildcard char count in search
2019-04-27 13:19:35 +02:00
Marc Alexander
36840fb2e4
Merge pull request #5576 from marc1706/ticket/16027
...
[ticket/16027] Force clearing of cache folder on install for functional
2019-04-27 13:14:38 +02:00
Marc Alexander
2353ad11f2
[ticket/security/235] Update search native tests
...
SECURITY-235
2019-04-26 23:39:51 +02:00
Derky
b836898016
[ticket/security/228] Add form token to login box
...
SECURITY-228
2019-04-26 12:11:52 +02:00
Derky
da9910850a
[ticket/security/235] Only allow one wildcard in the search query to limit the database load
...
SECURITY-235
2019-04-26 00:56:48 +02:00
Derky
8a73eb5f0f
[ticket/security/235] Use whitespace instead of word boundary regex to remove wildcards
...
This fixes removing the wildcard in the following search query: *.test
SECURITY-235
2019-04-26 00:54:14 +02:00
Derky
fd195fba21
[ticket/security/235] Remove non trailing wildcards from search keywords
...
Database indexes are only used if wildcards are used at the end.
SECURITY-235
2019-04-25 21:51:04 +02:00
Marc Alexander
58f33921b5
[ticket/16027] Force clearing of cache folder on install for functional
...
PHPBB3-16027
2019-04-24 21:05:55 +02:00
Marc Alexander
71d66832c0
[ticket/security/233] Fix invalid INSERT INTO
...
SECURITY-233
2019-04-21 23:17:39 +02:00
Marc Alexander
8e5a0c81ef
[ticket/security/233] Make smtp_password and smtp_username dynamic
...
SECURITY-233
2019-04-21 22:22:35 +02:00
Marc Alexander
bd2ddc1d2e
[3.2.x] Update versions to 3.2.7-dev
2019-04-21 00:17:25 +02:00
Marc Alexander
446c0459c9
Merge branch 'prep-release-3.2.6' into 3.2.x
2019-04-21 00:16:06 +02:00
Marc Alexander
2b0645b7b9
[prep-release-3.2.6] Update changelog for 3.2.6-RC1
2019-04-20 23:07:54 +02:00
Marc Alexander
3b2119e535
[prep-release-3.2.6] Add migration for 3.2.6-RC1
2019-04-20 23:06:07 +02:00
Marc Alexander
c3f7d1bd19
[prep-release-3.2.6] Update version numbers for 3.2.6 release process
2019-04-20 22:59:46 +02:00
Marc Alexander
f9c165d2c1
[prep-release-3.2.6] Update version numbers for 3.2.6-RC1
2019-04-20 22:58:53 +02:00
Marc Alexander
ff72df5218
Merge pull request #5570 from dark-1/ticket/16020
...
[ticket/16020] Fix some mistake from PHPBB3-15827
2019-04-20 22:54:48 +02:00
Marc Alexander
4b382e93f0
Merge pull request #5567 from marc1706/ticket/16018
...
[ticket/16018] Update composer to 1.8.5, symfony & dependencies to latest
2019-04-20 22:43:45 +02:00
Dark❶
37e3e9711c
[ticket/16025] Add 2 template events *_author_username_{append/prepend}
...
PHPBB3-16025
2019-04-20 16:44:03 +05:30
Dark❶
0a3fb27d47
[ticket/16023] Add core.message_history_modify_template_vars
...
PHPBB3-16023
2019-04-20 15:42:03 +05:30
Dark❶
6098503080
[ticket/16025] Add 2 template events *_author_username_{append/prepend}
...
PHPBB3-16025
2019-04-20 15:35:01 +05:30
Dark❶
00a260dc00
[ticket/16025] Add 2 template events *_author_username_{append/prepend}
...
PHPBB3-16025
2019-04-20 15:30:24 +05:30
Dark❶
b76e5a9c18
[ticket/16023] Add core.message_history_modify_template_vars
...
PHPBB3-16023
2019-04-20 15:02:07 +05:30
Dark❶
a0dfc35cb9
[ticket/16024] Add core.topic_review_modify_sql_ary
...
PHPBB3-16024
2019-04-20 15:00:32 +05:30
Dark❶
d999e9bf8b
[ticket/16024] Add core.topic_review_modify_sql_ary
...
PHPBB3-16024
2019-04-20 14:48:10 +05:30
Dark❶
f7a208d103
[ticket/16023] Add core.message_history_modify_template_vars
...
PHPBB3-16023
2019-04-20 14:38:25 +05:30
Dark❶
f2489a4c00
[ticket/16021] Recognize number of Template Event instances in events.md file
...
PHPBB3-16021
2019-04-19 21:57:23 +05:30
Dark❶
22ca7474ea
[ticket/16021] Recognize number of Template Event instances in events.md file
...
PHPBB3-16021
2019-04-19 19:06:40 +05:30
Dark❶
034f1c2355
[ticket/16020] Fix some mistake from PHPBB3-15827
...
PHPBB3-16020
2019-04-19 12:23:32 +05:30
Jakub Senko
5262e3bb55
[ticket/15961] Improve smtp server explanation lang
...
PHPBB3-15961
2019-04-18 09:43:56 +02:00
Marc Alexander
f905b40ce8
Merge pull request #5559 from mrgoldy/ticket/16007
...
[ticket/16007] Show ban message for OAuth login
2019-04-17 20:45:19 +02:00
Marc Alexander
10ed7c569e
[ticket/16018] Update composer to 1.8.5, symfony & dependencies to latest
...
PHPBB3-16018
2019-04-17 09:31:39 +02:00
Marc Alexander
c8ff4b4109
Merge pull request #5513 from mrgoldy/ticket/15942
...
[ticket/15942] Allow array in confirm_box title
2019-04-17 09:26:11 +02:00
Marc Alexander
dc5a167c42
[ticket/security/231] Disable remote avatar functionality & add warning
...
SECURITY-231
2019-04-17 08:54:51 +02:00
Marc Alexander
0e38bebaa5
[ticket/15942] Add language to compatibility globals & use in confirm_box
...
PHPBB3-15942
2019-04-17 08:22:44 +02:00
DSR!
423e9c4ac0
[ticket/16015] Fix core.ucp_profile_avatar_upload_validation docblock
...
PHPBB3-16015
2019-04-16 20:52:35 -03:00
mrgoldy
a16ebf04d3
[ticket/15942] Past tense
...
PHPBB3-15942
2019-04-16 10:38:26 +02:00
mrgoldy
2131adac5c
[ticket/15942] Update DocBlock
...
PHPBB3-15942
2019-04-16 10:15:01 +02:00
DSR!
c631db62d5
[ticket/16015] Add new hook core.ucp_profile_avatar_upload_validation
...
PHPBB3-16015
2019-04-15 01:18:19 -03:00
DSR!
b8de0fc47e
[ticket/16015] Add new hook core.ucp_profile_avatar_upload_validation
...
PHPBB3-16015
2019-04-14 19:36:17 -03:00
Marc Alexander
f1c2e26f0a
[ticket/security/234] Add test for URL validation
...
SECURITY-234
2019-04-14 14:11:36 +02:00
Marc Alexander
84ea5d7148
[ticket/security/234] Add URL validation for input fields
...
SECURITY-234
2019-04-14 14:07:22 +02:00
Marc Alexander
507efee633
Merge pull request #5534 from battye/ticket/15917
...
[ticket/15917] Unapproved topics message for forums with no other posts
2019-04-13 12:38:44 +02:00
Marc Alexander
f0ffb25a24
Merge pull request #5484 from rxu/ticket/15915
...
[ticket/15915] Add template events to posting_attach_body.html
2019-04-12 22:04:40 +02:00
Marc Alexander
7a93730aab
Merge pull request #5561 from marc1706/ticket/16010
...
[ticket/16010] Enforce alphabetical order for events in events.md
2019-04-12 20:46:41 +02:00
Marc Alexander
728b5d2b44
[ticket/16010] Fix typo in event descriptions
...
PHPBB3-16010
2019-04-11 22:04:15 +02:00
Marc Alexander
832c19314a
[ticket/16010] Fix typos in event descriptions
...
PHPBB3-16010
2019-04-11 22:01:37 +02:00
Marc Alexander
c3ecaa35cd
[ticket/16010] Enforce alphabetical order for events in events.md
...
PHPBB3-16010
2019-04-11 22:01:36 +02:00
Jakub Senko
fe22deb5d5
[ticket/15961] Use newer TLS in SMTP
...
PHPBB3-15961
2019-04-08 14:37:42 +02:00
battye
d3564a4a07
[ticket/15917] Remove br tags
...
PHPBB3-15917
2019-04-07 14:30:26 +00:00
Marc Alexander
cc7c1c8447
Merge pull request #5516 from toxyy/ticket/15944
...
[ticket/15944] Add core.posting_modify_quote_attributes
2019-04-07 11:45:55 +02:00
Marc Alexander
f51ef14e44
Merge pull request #5518 from 3D-I/ticket/15948
...
[ticket/15948] Add core.mcp_change_topic_type_after/before
2019-04-07 11:41:48 +02:00
Marc Alexander
29abad3dd4
Merge pull request #5519 from AlfredoRamos/ticket/15949
...
[ticket/15949] Add ucp_profile_signature_posting_editor_options_prepend
2019-04-07 11:13:44 +02:00
Marc Alexander
1bae0513a8
Merge pull request #5538 from 3D-I/ticket/15972
...
[ticket/15972] Add core.markread_after
2019-04-07 11:05:42 +02:00
Marc Alexander
2728921d6c
Merge pull request #5552 from kasimi/ticket/15995
...
[ticket/15995] Add core.memberlist_modify_sort_pagination_params
2019-04-07 11:01:33 +02:00
Marc Alexander
3f60759a49
Merge pull request #5554 from 3D-I/ticket/16001
...
[ticket/16001] Append data to the OAuth's redirect URL
2019-04-07 10:58:33 +02:00
Marc Alexander
21791971aa
Merge pull request #5501 from marc1706/ticket/15928
...
[ticket/15928] Remove support for downloading backups
2019-04-07 10:45:08 +02:00
Marc Alexander
6f573f710d
Merge pull request #5556 from 3D-I/ticket/16004
...
[ticket/16004] Add check-in for Emojis in Username
2019-04-07 10:35:33 +02:00
Marc Alexander
be86694305
Merge pull request #5558 from mrgoldy/ticket/16006
...
[ticket/16006] Create unique ID's for OAuth (un)linking
2019-04-07 10:28:52 +02:00
Marc Alexander
b693798a96
Merge pull request #5560 from 3D-I/ticket/16009
...
[ticket/16009] Display OAuth login's buttons in a row
2019-04-07 10:23:43 +02:00
Marc Alexander
72f748f11f
Merge pull request #5537 from senky/ticket/15970
...
[ticket/15970] Add core.message_admin_form_submit_before
2019-04-07 10:11:35 +02:00
3D-I
202fa648eb
[ticket/16009] Display OAuth login's buttons in a row
...
PHPBB3-16009
2019-04-03 00:39:50 +02:00
mrgoldy
562601fd9b
[ticket/16007] Correct check_ban_test to boolean
...
PHPBB3-16007
2019-04-02 18:01:59 +02:00
mrgoldy
fc62538733
[ticket/16007] No strict comparison against "false"
...
PHPBB3-16007
2019-04-02 17:25:00 +02:00
mrgoldy
68434e6dbc
[ticket/16007] Show ban message for OAuth login
...
PHPBB3-16007
2019-04-02 15:12:52 +02:00
mrgoldy
af994e7a39
[ticket/16006] Create unique ID's for OAuth (un)linking
...
PHPBB3-16006
2019-04-02 10:59:36 +02:00
3D-I
7160c67b2c
[ticket/16004] Add tests/functions/validate_username_test.php
...
PHPBB3-16004
2019-04-01 23:14:09 +02:00
Marc Alexander
83774be7a7
[ticket/15970] Add empty line before event docblock
...
PHPBB3-15970
2019-04-01 20:28:53 +02:00
Marc Alexander
433803287a
Merge pull request #5541 from senky/ticket/15978
...
[ticket/15978] Add core.index_mark_notification_after
2019-03-31 11:45:18 +02:00
Marc Alexander
b798ab6f42
Merge pull request #5524 from hanakin/ticket/15953
...
[ticket/15953] add reported pm message borders
2019-03-31 11:09:07 +02:00
Marc Alexander
d40caeebca
Merge pull request #5460 from 3D-I/ticket/15889
...
[ticket/15889] Add core.memberlist_modify_memberrow_sql
2019-03-31 11:05:26 +02:00
Marc Alexander
b707bdc4f1
[ticket/15928] Adjust ACP backup explanation
...
PHPBB3-15928
2019-03-31 11:02:37 +02:00
rxu
13ddfa5e52
[ticket/15915] Fix events order in events.md. Use Twig syntax for all events.
...
PHPBB3-15915
2019-03-31 12:46:46 +07:00
rxu
f07ce4f7b5
[ticket/15915] Add template events to posting_attach_body.html
...
PHPBB3-15915
2019-03-31 12:46:45 +07:00
3D-I
b890448882
[ticket/16004] Amend the whole docblock
...
PHPBB3-16004
2019-03-31 07:35:19 +02:00
3D-I
dc610b5508
[ticket/16004] Add a line of comment in the docblock
...
PHPBB3-16004
2019-03-31 07:26:14 +02:00
3D-I
5bd2c067c5
[ticket/16004] Move the check-in to a more appropriated place
...
PHPBB3-16004
2019-03-31 07:21:44 +02:00
3D-I
dc80ffdb40
[ticket/16004] Add check-in for Emojis in Username
...
PHPBB3-16004
2019-03-31 07:08:26 +02:00
Marc Alexander
f9c251c7af
Merge pull request #5553 from marc1706/ticket/15997
...
[ticket/15997] Use higher than default timeout for webdriver connections
2019-03-30 17:59:12 +01:00
Marc Alexander
765739c2a9
Merge pull request #5551 from marc1706/ticket/15996
...
[ticket/15996] Rename dataProvider to not start with test_
2019-03-30 17:58:11 +01:00
Marc Alexander
3f498c9e69
Merge pull request #5464 from 3D-I/ticket/15891
...
[ticket/15891] Add core.memberlist_modify_view_profile_template_vars
2019-03-30 16:54:44 +01:00
Marc Alexander
0a3698d08d
Merge pull request #5536 from dhruveshk/ticket/15957
...
[ticket/15957] Disabling both choice
2019-03-30 16:47:05 +01:00
Marc Alexander
f0ccf7d93e
[ticket/15957] Remove extra whitespace character
...
PHPBB3-15957
2019-03-30 16:43:51 +01:00
dhruveshk
e2356f86e8
[ticket/15957] Disable both choice
...
Disable both choice when jabber is disabled in general settings
PHPBB3-15957
2019-03-30 16:43:48 +01:00
dhruveshk
d431e1306c
[ticket/15957] Disabling both choice
...
Disable both choice input when jabber is disabled in general settings
PHPBB3-15957
2019-03-30 16:43:38 +01:00
3D-I
a14a666e86
[ticket/15889] Change mode description in doc-block
...
PHPBB3-15889
[ticket/15889] Change mode description in doc-block
PHPBB3-15889
[ticket/15889] Amend doc-block
PHPBB3-15889
[ticket/15889] Amend doc-block
PHPBB3-15889
[ticket/15889] Change mode description in doc-block
PHPBB3-15889
2019-03-30 05:03:18 +01:00
3D-I
ca7d63d4d7
[ticket/16001] Append data to the OAuth's redirect URL
...
PHPBB3-16001
2019-03-25 15:39:35 +01:00
3Di
6921565efe
Merge branch '3.2.x' into ticket/15948
2019-03-23 05:09:17 +01:00
Marc Alexander
220d388cac
[ticket/15997] Use higher than default timeout for webdriver connections
...
PHPBB3-15997
2019-03-19 21:20:38 +01:00
Marc Alexander
0d166e87b8
[ticket/15996] Rename dataProvider to not start with test_
...
PHPBB3-15996
2019-03-19 21:13:27 +01:00
kasimi
469bf9227e
[ticket/15995] Add core.memberlist_modify_sort_pagination_params
...
PHPBB3-15995
2019-03-18 16:47:24 +01:00
Marc Alexander
0d04f53f37
Merge pull request #5549 from senky/ticket/15992
...
[ticket/15992] Fix breadcrumb structured data
2019-03-16 13:56:51 +01:00
Marc Alexander
761b87659d
Merge pull request #5520 from 3D-I/ticket/15950
...
[ticket/15950] Add SQL transactions to mcp_main.php
2019-03-16 13:24:00 +01:00
Jakub Senko
1849ce233b
[ticket/15992] Fix breadcrumb structured data
...
Based on: https://developers.google.com/search/docs/data-types/breadcrumb
PHPBB3-15992
2019-03-15 10:43:59 +01:00
Derky
56060caa4c
[ticket/security/235] Apply wildcard char count patch
...
SECURITY-235
2019-03-14 21:46:02 +01:00
Marc Alexander
2bbf72e158
Merge pull request #5463 from rubencm/ticket/15869
...
[ticket/15869] Allow multibyte characters in hostname during installation
2019-03-14 21:37:49 +01:00
Marc Alexander
df93420bcd
Merge pull request #5544 from 3D-I/ticket/15986
...
[ticket/15986] Add missing language key for posting.php
2019-03-14 21:32:27 +01:00
Marc Alexander
9e7ad86398
Merge pull request #5509 from mrgoldy/ticket/15939
...
[ticket/15939] Fix Pagination docblocks
2019-03-13 21:21:39 +01:00
Marc Alexander
66f9c09ba5
Merge pull request #5512 from jasonmarlin/ticket/15941
...
[ticket/15941] Replace MAX to speed up query in update_post_information
2019-03-13 21:10:06 +01:00
Marc Alexander
1c5a4c1213
Merge pull request #5533 from rubencm/ticket/15965
...
[ticket/15965] Fix hardcoded directory [3.2.x only]
2019-03-13 20:49:39 +01:00
mrgoldy
45e1aff14a
[ticket/15886] Appropriate HTML docs
...
PHPBB3-15886
2019-03-10 17:44:03 +01:00
Marc Alexander
2975566650
Merge pull request #5539 from 3D-I/ticket/15975
...
[ticket/15975] Remove user notification data upon user deletion
2019-03-10 16:47:15 +01:00
mrgoldy
479201a3a1
[ticket/15886] Add @html doc for group/user strings
...
PHPBB3-15886
2019-03-09 10:30:19 +01:00
3D-I
43b597e88a
[ticket/15986] Add missing language key for posting.php
...
PHPBB3-15986
2019-03-07 21:05:08 +01:00
hanakin
90b4ebab90
[ticket/15953] add reported pm borders
...
PHPBB3-15953
2019-03-04 20:56:35 -10:00
Jakub Senko
8c29ef3188
[ticket/15970] Add core.message_admin_form_submit_before
...
PHPBB3-15970
2019-02-27 10:32:11 +01:00
3D-I
8e8fa203b9
[ticket/15972] Let the event be triggered
...
Removes old coding which is there just to save a few iterations.
PHPBB3-15972
2019-02-26 23:56:28 +01:00
Jakub Senko
44fb54b9b7
[ticket/15978] Add core.index_mark_notification_after
...
PHPBB3-15978
2019-02-25 14:19:08 +01:00
Marc Alexander
f2e39f7edd
Merge pull request #5458 from 3D-I/ticket/15884
...
[ticket/15884] Add memberlist_body_* events
2019-02-23 16:27:02 +01:00
3D-I
e315ea90b8
[ticket/15975] Remove user notification data upon user deletion
...
PHPBB3-15975
2019-02-23 02:02:51 +01:00
3D-I
2cd574321f
[ticket/15972] Add core.markread_after
...
PHPBB3-15972
2019-02-20 19:57:56 +01:00
battye
59a84a71be
[ticket/15917] Special unapproved topics message
...
For forums that have no approved posts but also have
topics awaiting approval, to avoid the inconsistency
of saying 'no posts' alongside a positive post count.
PHPBB3-15917
2019-02-13 06:57:29 +00:00
rubencm
96491a70e8
[ticket/15965] Fix hardcoded directory
...
PHPBB3-15965
2019-02-12 21:19:47 +00:00
Marc Alexander
33afd3f350
Merge pull request #5487 from 3D-I/ticket/15918
...
[ticket/15918] Fix addslashes in mcp_ban.html
2019-02-11 08:03:14 +01:00
Marc Alexander
deebd282a7
Merge pull request #5525 from kasimi/ticket/15954
...
[ticket/15954] Add safeguards to include() calls
2019-02-11 08:01:17 +01:00
Marc Alexander
27b0719174
Merge pull request #5529 from 3D-I/ticket/15960
...
[ticket/15960] Add SQL transactions to functions_admin.php
2019-02-11 07:58:46 +01:00
Marc Alexander
ab16595323
Merge pull request #5530 from marc1706/ticket/15959
...
[ticket/15959] Fix invalid CNAME record
2019-02-11 07:51:14 +01:00
AJ Quick
43d8432809
[ticket/15959] Fix invalid CNAME record
...
PHPBB3-15959
2019-02-03 21:23:14 +01:00
AJ Quick
1fba679c68
[ticket/15959] Fix invalid CNAME record
...
PHPBB3-15959
2019-02-03 21:22:55 +01:00
3D-I
271db031ad
[ticket/15960] Add SQL transactions to functions_admin.php
...
PHPBB3-15960
2019-02-01 23:24:41 +01:00
kasimi
b4672f2665
[ticket/15954] Fixed including mcp_front.php
...
PHPBB3-15954
2019-01-30 09:48:54 +01:00
kasimi
75007697ae
[ticket/15954] Add safeguards to include() calls
...
PHPBB3-15954
2019-01-26 22:29:54 +01:00
3D-I
ca4a98a2de
[ticket/15950] Add SQL transactions to mcp_main.php
...
PHPBB3-15950
And simultaneously remove a duplicated UPDATE query.
2019-01-22 16:12:22 +01:00
Alfredo Ramos
7fc8b55f8c
[ticket/15949] Add ucp_profile_signature_posting_editor_options_prepend
...
It adds a template event in the signature posting editor to add custom
options to be consistent with the default posting editor.
PHPBB3-15949
2019-01-21 12:25:41 -06:00
3D-I
6c1664f6d3
[ticket/15948] Add core.mcp_change_topic_type_after/before
...
PHPBB3-15948
2019-01-21 18:18:52 +01:00
3D-I
357e5a567d
[ticket/15948] Add core.mcp_change_topic_type_after/before
...
PHPBB3-15948
2019-01-21 17:39:44 +01:00
Marc Alexander
713c996a08
Merge pull request #5510 from mrgoldy/ticket/15931
...
[ticket/15931] Fix PM report emails
2019-01-20 15:43:21 +01:00
Marc Alexander
2af8713a48
Merge pull request #5469 from senky/ticket/15899
...
[ticket/15899] Add core.modify_attachment_sql_ary_on_* events
2019-01-20 15:38:13 +01:00
Alec
36083872e0
[ticket/15944] Add core.posting_modify_quote_attributes
...
Allow modification of the quote attributes of the current post being quoted
Any information in there can be changed without affecting the rest of the page
New attributes can also be added if an extension needed to as well
PHPBB3-15944
2019-01-18 22:14:51 -05:00
jasonmarlin
c43ad073e4
[ticket/15941] Small change to induce rebuild
...
PHPBB3-15941
2019-01-18 08:38:59 -05:00
jasonmarlin
a0f1ec852a
[ticket/15941] Replace MAX SQL in functions_posting.php
...
Replace MAX SQL function with faster query using order by and limit.
The ajacent query could also be optimized to eliminate the usage of MAX.
Note that adding a compound key as suggested by EXPLAIN SQL yields an
improvement, but not nearly as fast as ORDER + LIMIT.
PHPBB3-15941
2019-01-17 20:27:10 -05:00
mrgoldy
a925605b88
[ticket/15942] Optimize count
...
PHPBB3-15942
2019-01-15 20:58:54 +01:00
mrgoldy
3f4b7059cb
[ticket/15942] Allow array in confirm_box title
...
PHPBB3-15942
2019-01-15 20:50:37 +01:00
jasonmarlin
cffdc8efff
[ticket/15941] Replace MAX to speed up query in update_post_information
...
Replace MAX SQL function with faster query using order by and limit.
The ajacent query could also be optimized to eliminate the usage of MAX.
Note that adding a compound key as suggested by EXPLAIN SQL yields an
improvement, but not nearly as fast as ORDER + LIMIT.
PHPBB3-15941
2019-01-15 11:31:38 -05:00
mrgoldy
e8bbbbd6fa
[ticket/15931] Fix PM report emails
...
PHPBB3-15931
2019-01-14 14:52:06 +01:00
mrgoldy
8d8dbb2129
[ticket/15939] Pagination docblocks
...
PHPBB3-15939
2019-01-14 12:50:07 +01:00
Marc Alexander
5e302c7e15
Merge pull request #5508 from marc1706/ticket/15935
...
[ticket/15935] Don't install APCu if it's already installed
2019-01-13 14:31:17 +01:00
Alec
ec3bab231d
[ticket/15935] Don't install APCu if it's already installed
...
Travis fails when the APCu install fails due to it already being installed
A check is added here to make sure that it does nothing in that case
PHPBB3-15935
2019-01-13 12:06:59 +01:00
mrgoldy
214cf2c011
[ticket/15886] Move append_sid from constructor
...
PHPBB3-15886
2019-01-07 21:19:58 +01:00
Marc Alexander
673433dadb
Merge pull request #5498 from 3D-I/ticket/15926
...
[ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev
2019-01-06 20:58:52 +01:00
Marc Alexander
0af07d1425
[ticket/15928] Remove support for downloading backups
...
PHPBB3-15928
2019-01-06 16:52:47 +01:00
3D-I
89f586e99e
[ticket/15889] Use array version of sql_from tables in sql array
...
PHPBB3-15889
2019-01-06 04:25:53 +01:00
Marc Alexander
eead94c8a6
[ticket/15889] Use array version of sql_from tables in sql array
...
PHPBB3-15889
2019-01-06 04:06:16 +01:00
3D-I
a0efae7734
[ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev
...
PHPBB3-15926
2019-01-06 00:10:13 +01:00
3D-I
be0696a954
[ticket/15926] Update docs/INSTALL.html
...
PHPBB3-15926
2019-01-05 18:57:23 +01:00
3D-I
8fa7e18e2b
[ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev
...
PHPBB3-15926
2019-01-05 18:36:54 +01:00
Marc Alexander
537ff0c567
Merge pull request #5457 from battye/ticket/15883
...
[ticket/15883] New error message for when users try adding invalid usernames to a group
2019-01-05 16:12:29 +01:00
battye
08968bdb60
[ticket/15883] Doc block change
...
PHPBB3-15883
2019-01-05 08:19:21 +00:00
3D-I
5949f912ba
[ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev
...
PHPBB3-15926
2019-01-05 01:32:43 +01:00
battye
3f19d32f76
[ticket/15883] Review changes
...
PHPBB3-15883
2019-01-04 15:49:15 +00:00
Derky
409bfafbf0
Merge pull request #5485 from marc1706/ticket/15919
...
[ticket/15919] Don't run lint test against node_modules
2019-01-02 21:07:41 +01:00
mrgoldy
daf58a13c2
[ticket/15885] Display group rank on memberlist_body
...
PHPBB3-15885
2019-01-02 14:56:00 +01:00
mrgoldy
813789c644
[ticket/15886] Capital Y in arraY
...
PHPBB3-15886
2019-01-02 13:30:58 +01:00
mrgoldy
f6c93a81d3
[ticket/15886] No profile url for BOTS group
...
PHPBB3-15886
2019-01-02 13:21:44 +01:00
mrgoldy
f023dd590f
[ticket/15886] Mock path helper in group helper tests
...
PHPBB3-15886
2019-01-02 12:33:25 +01:00
Derky
186259cbbc
Merge pull request #5493 from marc1706/ticket/15924
...
[ticket/15924] Switch to trusty build environment
2019-01-01 23:10:20 +01:00
Marc Alexander
186115c65f
[ticket/15924] Switch back to installing mariadb from 3rd party repo
...
PHPBB3-15924
2019-01-01 22:23:16 +01:00
Marc Alexander
a23a7602b7
[ticket/15924] Enable APCu extension
...
PHPBB3-15924
2019-01-01 10:56:26 +01:00
Marc Alexander
bdf9af0abb
[ticket/15924] Install apc via pecl and remove nginx config check
...
PHPBB3-15924
2018-12-31 23:26:53 +01:00
Marc Alexander
444e5e6498
[ticket/15924] Switch to trusty build environment
...
PHPBB3-15924
2018-12-31 22:46:59 +01:00
mrgoldy
50cec4d54c
[ticket/15886] Change phpbb_get_group_avatar variable names
...
PHPBB3-15886
2018-12-30 14:15:03 +01:00
chita
a578ce0119
Merge pull request #5488 from marc1706/ticket/15921
...
[ticket/15921] Update textformattter to 1.3.2
2018-12-29 15:56:44 +01:00
mrgoldy
e2e3d402a2
[ticket/15886] Clean up services
...
PHPBB3-15886
2018-12-29 13:28:00 +01:00
mrgoldy
d79eb72fc1
[ticket/15886] Class variable, comment splitting, events since tag, class names
...
PHPBB3-15886
2018-12-29 13:11:51 +01:00
Marc Alexander
86c773fbf9
Merge pull request #5462 from 3D-I/ticket/15890
...
[ticket/15890] Add core.memberlist_modify_viewprofile_sql
2018-12-29 12:25:52 +01:00
JoshyPHP
e9310c928e
[ticket/15921] Use backward compatible template for emojis
...
PHPBB3-15921
2018-12-29 11:23:47 +01:00
Marc Alexander
3a7d17414d
Merge pull request #5468 from senky/ticket/15898
...
[ticket/15898] Add core.ucp_pm_compose_template
2018-12-27 21:31:51 +01:00
Marc Alexander
a4e37a8482
Merge pull request #5482 from GanstaZ/ticket/15914
...
[ticket/15914] Add core.modify_memberlist_viewprofile_group* events
2018-12-27 10:47:52 +01:00
Marc Alexander
c51859c0bd
[ticket/15921] Update tests for twemoji
...
PHPBB3-15921
2018-12-27 10:36:41 +01:00
Jakub Senko
572545a430
[ticket/15899] Add core.modify_attachment_sql_ary_on_* events
...
PHPBB3-15899
2018-12-27 10:27:10 +01:00
Marc Alexander
220490e4db
Merge pull request #5359 from Elsensee/ticket/15509
...
[ticket/15509] Don't show disabled board when in install
2018-12-27 09:59:42 +01:00
Marc Alexander
4bf485395e
[ticket/15921] Use twemoji
...
PHPBB3-15921
2018-12-26 23:51:15 +01:00
Marc Alexander
ce90a215ba
[ticket/15921] Update inconsistencies in composer.lock
...
PHPBB3-15921
2018-12-26 23:09:05 +01:00
JoshyPHP
31c0466815
[ticket/15921] Updated dependencies to latest textformatter
...
PHPBB3-15921
2018-12-26 23:06:18 +01:00
3D-I
4fe2ec156c
[ticket/15884] Alphabetical order - last bit
...
PHPBB3-15884
2018-12-26 22:25:12 +01:00
3D-I
d0541a6440
[ticket/15884] Alphabetical order
...
PHPBB3-15884
2018-12-26 22:20:19 +01:00
Marc Alexander
95424f1b98
Merge pull request #5474 from mrgoldy/ticket/15901
...
[ticket/15901] Add mcp_post_ template events
2018-12-26 21:51:29 +01:00
Marc Alexander
64b66a51b6
Merge pull request #5456 from nunoplopes/ticket/15876
...
[ticket/15876] MySQL 5.7+ support for Q&A captcha plugin
2018-12-24 15:49:13 +01:00
Marc Alexander
58856c06b0
Merge pull request #5481 from kasimi/ticket/15910-3.2.x
...
[ticket/15910] Pass object arguments by reference implicitly
2018-12-24 15:32:50 +01:00
3D-I
440fdfdffc
[ticket/15918] Apply the Twig escape filter to not add-slashed contents
...
PHPBB3-15918
2018-12-24 12:00:36 +01:00
3D-I
8f90b79457
[ticket/15918] Remove redundant escape JS
...
In mcp_ban.html and coherently use twig syntax
PHPBB3-15918
2018-12-24 09:46:41 +01:00
3Di
871875d9aa
Merge pull request #1 from phpbb/3.2.x
...
3.2.x
2018-12-24 09:42:16 +01:00
Marc Alexander
ca98cd413a
Merge pull request #5479 from kasimi/ticket/15904
...
[ticket/15904] Fix counting empty template blocks
2018-12-23 17:14:14 +01:00
Marc Alexander
14f9917db6
[ticket/15919] Don't run lint test against node_modules
...
Also, make sure to correctly handle opendir returning false instead of
the stream handle.
PHPBB3-15919
2018-12-23 14:35:58 +01:00
GanstaZ
552bda6266
[ticket/15914] Change since
...
PHPBB3-15914
2018-12-22 22:33:35 +02:00
GanstaZ
c6f613bae5
Merge branch '3.2.x' into ticket/15914
2018-12-22 22:26:54 +02:00
Marc Alexander
70a56c208f
Merge branch 'prep-release-3.2.5' into 3.2.x
2018-12-22 17:31:30 +01:00
GanstaZ
349ab42fdc
[ticket/15914] fix sql line
...
PHPBB3-15914
2018-12-15 19:22:38 +02:00
GanstaZ
cc49d8f325
[ticket/15914] Add core.modify_memberlist_viewprofile_group* events
...
PHPBB3-15914
2018-12-15 18:37:31 +02:00
kasimi
83f4074116
[ticket/15910] Pass object arguments by reference implicitly
...
PHPBB3-15910
2018-12-12 12:41:56 +01:00
kasimi
3bce8bce10
[ticket/15904] Fix counting empty template blocks
...
PHPBB3-15904
2018-12-08 22:06:19 +01:00
mrgoldy
fe382708f5
[ticket/15901] Alphabetical order
...
PHPBB3-15901
2018-12-04 03:22:20 +01:00
mrgoldy
4554376ac8
[ticket/15901] Add missing semi-colon
...
PHPBB3-15901
2018-12-04 02:31:14 +01:00
mrgoldy
337d5db292
[ticket/15901] Alphabetical order
...
After has to be before before. Mind twist.
PHPBB3-15901
2018-12-04 01:56:34 +01:00
mrgoldy
fe72d87460
[ticket/15901] Add mcp_post_ template events
...
PHPBB3-15901
2018-12-04 01:48:09 +01:00
Jakub Senko
75b993c6a3
[ticket/15898] Add core.ucp_pm_compose_template
...
PHPBB3-15898
2018-12-03 14:02:38 +01:00
rubencm
91847ed1fd
[ticket/15869] Allow multibyte characters in more variables
...
PHPBB3-15869
2018-12-02 10:26:19 +00:00
3D-I
e6ac4daf64
[ticket/15891] Add core.memberlist_modify_view_profile_template_vars
...
PHPBB3-15891
2018-12-02 03:54:24 +01:00
rubencm
47acbdd138
[ticket/15869] Allow multibyte characters in hostname during installation
...
PHPBB3-15869
2018-12-01 20:51:59 +00:00
Marc Alexander
73fd2f3573
[3.2.x] Update versions to 3.2.6-dev
2018-12-01 19:20:55 +01:00
Marc Alexander
0a14d7aff3
Merge branch 'prep-release-3.2.5' into 3.2.x
2018-12-01 19:15:31 +01:00
3D-I
8b4c77784e
[ticket/15890] Add core.memberlist_modify_viewprofile_sql
...
PHPBB3-15890
2018-12-01 04:36:16 +01:00
3D-I
e7a16f1eda
[ticket/15884] Add more events
...
update events.md (version)
update events.md (new events)
PHPBB3-15884
2018-12-01 01:52:34 +01:00
3D-I
31b8fdf964
[ticket/15889] Restore comment line
...
PHPBB3-15889
2018-12-01 00:07:23 +01:00
3D-I
afcc713d39
[ticket/15889] Add core.memberlist_modify_memberrow_sql
...
fix select all on users table
PHPBB3-15889
2018-11-30 09:12:10 +01:00
3D-I
73b709d0ca
[ticket/15889] Add core.memberlist_modify_memberrow_sql
...
That's it.
PHPBB3-15889
2018-11-30 08:41:49 +01:00
3D-I
ec140a558b
[ticket/15889] Add core.memberlist_modify_memberrow_sql
...
PHPBB3-15889
2018-11-30 06:42:34 +01:00
3D-I
c5082250ea
[ticket/15889] Add core.memberlist_modify_memberrow_sql
...
PHPBB3-15889
2018-11-30 04:45:15 +01:00
3D-I
89b6fb1168
[ticket/15889] Add core.memberlist_modify_memberrow_sql
...
PHPBB3-15889
2018-11-30 04:25:14 +01:00
3D-I
3ed8cffad2
[ticket/15889] Add core.memberlist_modify_memberrow_sql
...
PHPBB3-15889
2018-11-30 04:03:22 +01:00
mrgoldy
d356fa9f97
[ticket/15886] Arguments for path_helper
...
PHPBB3-15886
2018-11-29 20:46:52 +01:00
mrgoldy
a1baf106d6
[ticket/15886] Fix notification_group_request_test
...
PHPBB3-15886
2018-11-29 20:27:04 +01:00
mrgoldy
b6f6930eb5
[ticket/15886] Group helper functions
...
PHPBB3-15886
2018-11-29 19:56:24 +01:00
battye
565f692541
[ticket/15883] Use the new language object
...
Using the new ->lang() format. Made the username
comparison case insensitive. Also fixed a bug where the return to
previous page link in the UCP was going back to the list of
groups rather than the specific manage group page when an error
occurred.
PHPBB3-15883
2018-11-29 14:37:14 +00:00
3D-I
bf07331a0e
[ticket/15884] Add memberlist_body_* events
...
update description (typo)
PHPBB3-15884
2018-11-29 02:41:45 +01:00
3D-I
12073855dd
[ticket/15884] Add memberlist_body_* events
...
update events.md
PHPBB3-15884
2018-11-29 01:57:00 +01:00
mrgoldy
04d825ec2d
[ticket/15886] Enhance group helper
...
PHPBB3-15886
2018-11-29 01:50:46 +01:00
3D-I
8ed7ddfbb2
[ticket/15884] Add memberlist_body_* events
...
update events name
update events.md
PHPBB3-15884
2018-11-29 01:47:02 +01:00
3D-I
1345642c49
[ticket/15884] Add memberlist_body_* events
...
update events name
update events.md
PHPBB3-15884
2018-11-29 01:45:36 +01:00
3D-I
ad0c85293b
[ticket/15884] Add memberlist_body_* events
...
add new events for group
update events name
update events.md
PHPBB3-15884
2018-11-29 01:20:13 +01:00
3D-I
7a92f6a3b6
[ticket/15884] Add memberlist_body_* events
...
update events.md
PHPBB3-15884
2018-11-27 06:52:59 +01:00
3D-I
c594f2ecbf
[ticket/15884] Add memberlist_body_* events
...
PHPBB3-15884
2018-11-27 02:26:37 +01:00
battye
101829b4dc
[ticket/15883] Add error for invalid usernames being added to a group
...
Update the ACP and the UCP so that when bulk adding users to a group,
if invalid usernames are submitted alongside valid usernames then a
message will be displayed to inform the user what the invalid usernames
are.
PHPBB3-15883
2018-11-26 13:08:57 +00:00
Nuno Lopes
eb1cb07341
[ticket/15876] MySQL 5.7+ support for Q&A captch plugin
...
PHPBB3-15876
2018-11-24 23:43:41 +00:00
Oliver Schramm
bc5808ad87
[ticket/15509] Don't show disabled board when in install
...
PHPBB3-15509
2018-09-15 15:44:56 +02:00