mrgoldy
d26e0423f7
[ticket/13867] Amend profile fields manager constructor
...
PHPBB3-13867
2020-03-23 22:47:18 +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
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
Dark❶
b23c4dacb9
[ticket/16406] Fix Core Event of notification
...
PHPBB3-16406
2020-03-15 21:10:28 +05:30
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
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
Dark❶
70513f8da4
[ticket/16370] Add core events for Notification
...
PHPBB3-16370
2020-03-04 01:41:37 +05:30
mrgoldy
f6fae7b536
[ticket/16289] Correct ampersand in report notification email
...
PHPBB3-16289
2020-03-01 11:21:34 +01:00
Dark❶
255c79a8f7
[ticket/16370] Add core events for Notification
...
PHPBB3-16370
2020-02-28 00:19:10 +05:30
Dark❶
5f4522e55b
[ticket/16370] Add core events for Notification
...
PHPBB3-16370
2020-02-21 12:22:26 +05:30
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
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
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
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
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
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
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
Kidounet
a29d2e1149
[ticket/15395] change GIN tsvector indexes in Postgres Fulltext Search
...
PHPBB3-15395
2020-02-09 13:11:18 +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
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
KYPREO
c927c31391
[ticket/16329] Add configuration options for Plupload
...
PHPBB3-16329
PHPBB3-16330
2020-01-28 23:57:31 +11:00
kasimi
9d5f9606a4
[ticket/16149] Always return default profile field data
...
PHPBB3-16149
2020-01-27 15:37:12 +01:00
KYPREO
68677b8525
[ticket/16329] Add configuration options for Plupload
...
PHPBB3-16329
PHPBB3-16330
2020-01-22 20:21:12 +11: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
4f39da4343
[prep-release-3.2.9] Add migration for 3.2.9
2020-01-04 10:17:57 +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
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
3D-I
fa099867a8
[ticket/16279] Add permission for Emoji in topic title
...
PHPBB3-16279
2020-01-02 10:02:01 +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
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
KYPREO
48d038ead4
[ticket/16269] Strip HTML markup from Sphinx search index
...
PHPBB3-16269
2019-12-27 09:45:45 +11: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
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
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
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
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
3D-I
e6c45623ea
[ticket/16247] Quote PM has no identifier
...
Code review
PHPBB3-16247
2019-12-05 23:42:12 +01:00