Máté Bartus
05ccbc512d
Merge pull request #4204 from marc1706/ticket/14483
...
[ticket/14483] Do not send headers by default on access via controller
2016-03-08 22:07:11 +01:00
Marc Alexander
10004c4032
[ticket/14132] Use transaction for adding notifications to type table
...
This will prevent a race condition that might occur by two posts being
submitted at the same time with the notification type IDs not being
cached.
PHPBB3-14132
2016-03-08 12:36:29 +01:00
Marc Alexander
9fcd0b116b
[ticket/14519] Skip query if all unread notifications are retrieved
...
PHPBB3-14519
2016-03-08 12:15:21 +01:00
Marc Alexander
62a2619300
[ticket/14483] Do not send headers by default on access via controller
...
PHPBB3-14483
2016-03-06 21:10:42 +01:00
Oliver Schramm
b77856a903
[ticket/14514] Don't skip users when converting passwords
...
PHPBB3-14514
2016-03-06 16:11:29 +01:00
Marc Alexander
a4040e53b7
Merge pull request #4153 from gn36/ticket/14443
...
[ticket/14443] Introduce additional parameter to messenger
2016-02-28 10:15:41 +01:00
Tristan Darricau
6e4ab6509b
Merge pull request #4185 from marc1706/ticket/13681
...
[ticket/13681] Invalidate and reset opcache where necessary
* marc1706/ticket/13681:
[ticket/13681] Invalidate and reset opcache where necessary
2016-02-18 21:55:11 +01:00
Marc Alexander
bd12427fd4
[ticket/13681] Invalidate and reset opcache where necessary
...
PHPBB3-13681
2016-02-18 19:03:56 +01:00
Joas Schilling
9745d8d80e
Add migration for 3.1.8
2016-02-18 18:04:47 +01:00
Marc Alexander
accf8f8625
[ticket/14481] Respect HTTP_X_FORWARDED headers for implying https
...
PHPBB3-14481
2016-02-15 22:06:25 +01:00
Joas Schilling
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
Oliver Schramm
1bd4895d7a
[ticket/14409] Update session page info before displaying online list
...
PHPBB3-14409
2016-02-13 15:58:05 +01:00
Joas Schilling
a1a84c9930
[prep-release-3.1.8] Add migration for 3.1.8-RC1
2016-02-13 14:55:24 +01:00
Martin Beckmann
fdd5a18763
[ticket/14443] Introduce additional parameter to messenger
...
PHPBB3-14443
2016-02-01 23:11:39 +01:00
Marc Alexander
0c34641abd
Merge pull request #3718 from javiexin/ticket/13908
...
[ticket/13908] "After" clause in migration not working
2016-01-17 23:28:29 +01:00
Marc Alexander
295a424fc7
Merge pull request #4117 from Elsensee/ticket/14403
...
[ticket/14403] Don't expect user_id and user_ip in phpbb\log
2016-01-15 11:15:56 +01:00
Zoddo
fff6907a22
[ticket/14407] Fix removing users from Newly Registered Users group
...
PHPBB3-14407
2016-01-13 08:28:30 +01:00
Marc Alexander
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
Kilian
ad34b87824
[ticket/12618] Change ssl:// to tls://
...
PHPBB3-12618
2016-01-10 19:33:45 +01:00
Oliver Schramm
0cc41b94b1
[ticket/14403] Don't expect user_id and user_ip in phpbb\log
...
PHPBB3-14403
2016-01-10 17:43:10 +01:00
Joas Schilling
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
Marc Alexander
d64680983a
Merge pull request #4097 from Nicofuma/ticket/14382
...
[ticket/14382] Specify the branch-alias in the composer.json files
2016-01-09 16:30:11 +01:00
Tristan Darricau
3f40a89864
[ticket/14382] Specify the branch-alias in the composer.json files
...
PHPBB3-14382
2016-01-09 15:36:43 +01:00
Joas Schilling
29a239a4db
[prep-release-3.1.7] Add migration for 3.1.7-pl1
2016-01-09 09:35:53 +01:00
Marc Alexander
9fe8d05d5b
[ticket/14396] Use VCHAR_UNI and correct depends_on() version
...
PHPBB3-14396
2016-01-08 16:55:40 +01:00
Saeed Hubaishan
a339b9e84f
[ticket/13180] Increase dateformat field size
...
remove empty line as marc1706 guided
PHPBB3-13180
2016-01-07 20:03:35 +01:00
Saeed Hubaishan
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
javiexin
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
javiexin
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
javiexin
14dc274e9e
[ticket/14387] Extend avatar-driver by extension in ACP not possible
...
Create a driver method to provide the driver config name, and use it
within the manager method. Default driver config name is the same as now.
But new drivers are able to override the config name with their own.
PHPBB3-14387
2016-01-02 17:16:03 +01:00
Joas Schilling
e3acdfed92
[prep-release-3.1.7] Add migration to update the version
2015-12-19 12:21:25 +01:00
Joas Schilling
69cf32613d
[prep-release-3.1.7] Add migration for 3.1.7-RC1
2015-12-12 01:35:05 +01:00
Tristan Darricau
4989df66a2
Merge pull request #4008 from Zoddo/ticket/14261
...
[ticket/14261] Move the update of session informations to page_footer()
* Zoddo/ticket/14261:
[ticket/14261] Fix tests by removing old code.
[ticket/14261] Move the update of session informations to page_footer()
2015-12-07 21:52:17 +01:00
Marc Alexander
91869cc43c
[ticket/14334] Use phpbb_get_avatar() in user_loader
...
PHPBB3-14334
2015-12-03 16:43:00 +01:00
Marc Alexander
685449bfe3
[ticket/14272] Fix invalid or missing min/max settings
...
PHPBB3-14272
2015-11-06 10:31:56 +01:00
Marc Alexander
aca6e64669
[ticket/14272] Only use maxlength and size for allowed input elements
...
PHPBB3-14272
2015-11-06 10:20:05 +01:00
Zoddo
fbacd1df16
[ticket/14261] Fix tests by removing old code.
...
This will obselete GH-4007
PHPBB3-14261
PHPBB3-13202
2015-10-28 12:32:24 +01:00
Zoddo
88dd8a4849
[ticket/14261] Move the update of session informations to page_footer()
...
Currently, the unique way to disable the update of session_page is to pass
"false" to the parameter of session_begin(). This method is directly
called in app.php, so pages served from the routing system can't disable
the update of session informations.
By moving the update to page_footer, we can allow controllers to tell to
the session manager that we don't want to update the session infos.
PHPBB3-14261
2015-10-27 17:26:18 +01:00
Paul Sohier
9596db9b88
[ticket/14258] Add event into auth::login before session creation
...
Fix typo
PHPBB3-14258
2015-10-24 18:00:55 +02:00
Paul Sohier
2a218c2959
[ticket/14258] Add event into auth::login before session creation
...
Update comments regarding variables.
PHPBB3-14258
2015-10-24 17:47:04 +02:00
Paul Sohier
7615a5c22f
[ticket/14258] Add event into auth::login before session creation
...
Add a new event in the login method just before the session create,
so extensions can do some additional validation during login.
PHPBB3-14258
2015-10-24 14:28:29 +02:00
Máté Bartus
fa44e98e72
Merge pull request #3997 from CHItA/ticket/13976
...
[ticket/13976] Fix comment typo in salted_md5.php
2015-10-21 00:29:05 +02:00
Sumanai
6b433eab4c
[ticket/13976] Fix comment typo in salted_md5.php
...
PHPBB3-13976
2015-10-21 00:22:42 +02:00
Tristan Darricau
a6fd55db35
Merge pull request #3647 from marc1706/ticket/13799
...
[ticket/13799] Do not rawurlencode category in gallery avatar
* marc1706/ticket/13799:
[ticket/13799] Split lines in HTML files for better readability
[ticket/13799] Add missing space before checked attribute
[ticket/13799] Correctly urlencode category and show selected avatar
[ticket/13799] Do not rawurlencode category in gallery avatar
2015-10-19 14:39:14 +02:00
Cesar G
aaca64e13e
[ticket/13892] Replace other uses of self with static.
...
PHPBB3-13892
2015-10-15 02:39:55 -07:00
Cesar G
9de5668b80
[ticket/13892] Respect "Someone reports a post" notification setting.
...
report_post inherits from post_in_queue, therefore using self:: instead of
static:: results in the incorrect notification type being used to determine
which users to exclude from the notification.
PHPBB3-13892
2015-10-15 02:28:55 -07:00
Cesar G
655f244c4f
[ticket/13835] Normalize filename for attachments uploaded in chunks.
...
PHPBB3-13835
2015-10-13 20:17:26 -07:00
Tristan Darricau
1164cc38a2
Merge pull request #3830 from rxu/ticket/14098
...
[ticket/14098] Add core events to the search backends
* rxu/ticket/14098:
[ticket/14098] Add core events to the search backends
2015-10-12 13:38:42 +02:00
Tristan Darricau
65b13938db
Merge pull request #3925 from Senky/ticket/14191
...
[ticket/14191] Add core.get_gravatar_url_after event
* Senky/ticket/14191:
[ticket/14191] Add core.get_gravatar_url_after event
2015-10-12 11:32:05 +02:00
Marc Alexander
f6c8338358
Merge pull request #3864 from Zoddo/ticket/8920
...
[ticket/8920] Add a MCP PM reports view permission
2015-10-11 10:47:44 +02:00