9bcf8df5d0
Merge pull request #4184 from lavigor/ticket/14486
...
[ticket/14486] Add an event and fix an event in login_box()
2016-03-10 12:18:47 +01:00
5e84d47a03
Merge pull request #4205 from marc1706/ticket/13264
...
[ticket/13264] Do not force approved state if post visibility is known
2016-03-09 19:39:29 +01:00
dd115d1896
[ticket/13264] Link to post if user can view it
...
PHPBB3-13264
2016-03-08 15:25:45 +01:00
d461ee4f5c
[ticket/13264] Do not force approved state if post visibility is known
...
Post visibility is used if it is set to a valid value.
PHPBB3-13264
2016-03-07 22:18:26 +01:00
62a2619300
[ticket/14483] Do not send headers by default on access via controller
...
PHPBB3-14483
2016-03-06 21:10:42 +01:00
a4040e53b7
Merge pull request #4153 from gn36/ticket/14443
...
[ticket/14443] Introduce additional parameter to messenger
2016-02-28 10:15:41 +01:00
40bd4c8b72
[ticket/14486] Use empty() and move error check.
...
PHPBB3-14486
2016-02-27 20:05:59 +03:00
5d579631d7
[ticket/14443] substr($var, 0, 1) -> $var[0]
...
PHPBB3-14443
2016-02-27 15:17:17 +01:00
747a70964e
Merge pull request #4086 from rxu/ticket/14366
...
[ticket/14366] Add core events to the function decode_message()
2016-02-27 11:41:50 +01:00
ee7cba5df7
Merge pull request #4085 from rxu/ticket/14365
...
[ticket/14365] Add core event to the function topic_review()
2016-02-27 11:04:52 +01:00
cd3b93b9e2
[ticket/14366] Add core events to the function decode_message()
...
Remove match/replace vars, use alternative var for the message var,
update the target phpBB version.
PHPBB3-14366
2016-02-27 12:08:58 +07:00
2076280947
[ticket/14365] Fix a typo in the docblock.
...
PHPBB3-14365
2016-02-27 11:55:41 +07:00
ec70ec96e7
[ticket/14189] Add core.gen_sort_selects_after event
...
PHPBB3-14189
2016-02-26 23:10:18 +01:00
bd12427fd4
[ticket/13681] Invalidate and reset opcache where necessary
...
PHPBB3-13681
2016-02-18 19:03:56 +01:00
4b4584bcd4
[ticket/14486] Add an event and fix an event in login_box()
...
PHPBB3-14486
2016-02-18 19:22:11 +03:00
17e21d5140
[3.1.x] Increase dev version for 3.1.9
2016-02-13 18:01:32 +01:00
9590ff3c18
Merge pull request #4176 from Elsensee/ticket/14409
...
[ticket/14409] Update session page info before displaying online list
2016-02-13 16:45:04 +01:00
4f07a0bafb
Merge pull request #4177 from marc1706/ticket/14475
...
[ticket/14475] Do not log removal of users from newly registered group
2016-02-13 16:40:16 +01:00
1bd4895d7a
[ticket/14409] Update session page info before displaying online list
...
PHPBB3-14409
2016-02-13 15:58:05 +01:00
6d57136264
[ticket/14475] Do not log removal of users from newly registered group
...
PHPBB3-14475
2016-02-13 15:36:38 +01:00
3e8a62f309
[prep-release-3.1.8] Update version to 3.1.8-RC1
2016-02-13 14:52:57 +01:00
f2f9ce544f
Merge pull request #4141 from exussum12/ticket/14431-3.1
...
[ticket/14431] Remote avatar uploading
2016-02-03 10:29:39 +01:00
366a92c36a
[ticket/14430] Remote avatar uploading
...
Remove support for redirects
PHPBB3-14431
2016-02-03 05:33:45 +00:00
a35314c6ea
[ticket/14443] Avoid duplicate slashes
...
PHPBB3-14443
2016-02-02 20:30:57 +01:00
fdd5a18763
[ticket/14443] Introduce additional parameter to messenger
...
PHPBB3-14443
2016-02-01 23:11:39 +01:00
68abcb9058
[ticket/14439] Do not call avatar manager if avatars are disabled
...
PHPBB3-14439
2016-01-31 23:45:24 +07:00
610048cc6d
[ticket/14431] Remote avatar uploading
...
Allow HTTPS images to be remotely uploaded.
Also includes support for redirects (currently up to 5)
PHPBB3-14431
2016-01-25 20:11:18 +00:00
5832698f4f
[ticket/14423] Display database size for Aria storage engine
...
PHPBB3-14423
2016-01-20 21:34:30 +03:00
12a10de0d1
Merge pull request #4122 from lavigor/ticket/12441
...
[ticket/12441] Correct database size detection in MariaDB 10
2016-01-16 23:18:13 +01:00
fef03a1946
[ticket/14412] Comment fixes for PHPDoc in the events
...
PHPBB3-14412
2016-01-15 14:07:50 +03:00
b34dbc2e84
[ticket/12441] Correct database size detection in MariaDB 10
...
PHPBB3-12441
2016-01-14 12:29:17 +03:00
826d6aac74
Merge pull request #3929 from kilianr/ticket/12618
...
[ticket/12618] Allow extension author to use SSL for version-check.
2016-01-12 04:11:56 +01:00
fd5e66cbf1
Merge branch 'prep-release-3.1.7' into 3.1.x
...
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
2016-01-09 18:42:07 +01:00
89da4e8bf7
[prep-release-3.1.7] Update version to 3.1.7-pl1
2016-01-09 09:35:03 +01:00
c2d59b3352
Merge pull request #24 from phpbb/ticket/security-188
...
[ticket/security-188] Check form key in acp_bbcodes
2016-01-09 09:13:50 +01:00
80c32fb7ef
[ticket/14343] Added missing $phpbb_dispatcher
...
PHPBB3-14343
2016-01-09 09:13:20 +01:00
a7648b0eaa
[ticket/14397] Fix @since tag in event 'core.ucp_prefs_view_after'
...
PHPBB3-14397
2016-01-08 17:04:18 +01:00
2ab7b12419
Merge pull request #4112 from marc1706/ticket/13180
...
[ticket/13180] Increase dateformat field size
2016-01-08 16:39:03 +01:00
ae18f8b27c
Merge pull request #3924 from Senky/ticket/14190
...
[ticket/14190] Add core.ucp_prefs_view_after event
2016-01-08 15:51:53 +01:00
678ca5dcdc
[ticket/13180] Increase dateformat field size
...
[ticket/13180] Increase dateformat field size
change field size to 64 in these files
add new migration file to update the database schema
PHPBB3-13180
2016-01-07 17:36:02 +01:00
e75c04f02a
Merge pull request #4109 from marc1706/ticket/14343
...
[ticket/14343] Added missing $phpbb_dispatcher
2016-01-06 13:30:20 +01:00
11b79fec4d
Merge pull request #4105 from marc1706/ticket/14387
...
[ticket/14387] Allow extending avatars by extensions in ACP
2016-01-06 13:26:19 +01:00
a021956644
[ticket/14343] Added missing $phpbb_dispatcher
...
PHPBB3-14343
2016-01-06 11:38:22 +01:00
73ca420029
[ticket/14386] Use of sys_get_temp_dir()
...
PHPBB3-14386
2016-01-03 10:01:00 +01:00
917c864bbf
[ticket/14387] Extend avatar-driver by extension in ACP not possible
...
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them directly when required.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension. Simplified manager
interface by reducing unneeded methods.
PHPBB3-14387
2016-01-02 17:16:23 +01:00
06f4b6926b
[ticket/14387] Extend avatar-driver by extension in ACP not possible
...
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them within the manager method.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension.
PHPBB3-14387
2016-01-02 17:16:14 +01:00
87345807de
[ticket/security-188] Remove unused form key from acp_extensions
...
SECURITY-188
2015-12-23 17:32:31 +01:00
18abef716e
[ticket/security-188] Check form key in acp_bbcodes
...
SECURITY-188
2015-12-23 17:31:43 +01:00
4ec32592a4
[prep-release-3.1.7] Increase version to 3.1.7
2015-12-19 12:21:04 +01:00
fb78fc7ae0
[ticket/14366] Add core events to the function decode_message()
...
Add core event to the function decode_message() in
includes/functions_content.php to allow extensions performing additional
message handling before/after decoding.
PHPBB3-14366
2015-12-17 23:06:51 +07:00