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
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
rxu
d75750fd99
[ticket/14098] Add core events to the search backends
...
PHPBB3-14098
2015-10-09 23:06:16 +07:00
Jakub Senko
d5f625382b
[ticket/14191] Add core.get_gravatar_url_after event
...
PHPBB3-14191
2015-09-23 18:45:15 +02:00
Zoddo
aa01ee1bbc
[ticket/8920] Revert update_module_auth() on revert_data()
...
PHPBB3-8920
2015-09-13 14:06:10 +02:00
Tristan Darricau
1affd34814
Merge pull request #3890 from marc1706/ticket/13423
...
[ticket/13423] Set busyTimeout on connect to prevent db locking
* marc1706/ticket/13423:
[ticket/13423] Set busyTimeout on connect to prevent db locking
2015-09-09 11:00:44 +02:00
Marc Alexander
90d5eefccf
Merge pull request #3881 from VSEphpbb/ticket/14142
...
[ticket/14142] Remove unused ignore_configs from avatar drivers
2015-09-08 13:34:58 +02:00
Marc Alexander
ea594d00f7
[ticket/13423] Set busyTimeout on connect to prevent db locking
...
PHPBB3-13423
2015-09-07 12:23:49 +02:00
Joas Schilling
f201c22ca7
Merge branch 'prep-release-3.1.6' into 3.1.x
...
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
2015-09-05 15:19:16 +02:00
Joas Schilling
5258fba2e0
[prep-release-3.1.6] Add migration for 3.1.6
2015-09-05 12:45:53 +02:00
Matt Friedman
076807c63a
[ticket/14142] Remove unused ignore_configs from avatar drivers
...
PHPBB3-14142
2015-09-04 13:38:14 -07:00
Tristan Darricau
5faa12db4c
Merge pull request #3855 from VSEphpbb/ticket/14123
...
[ticket/14123] Add descriptive help to the CLI help output
* VSEphpbb/ticket/14123:
[ticket/14123] Fix typo
[ticket/14123] Remove redundant help messages
[ticket/14123] Add descriptive help to the CLI help output
2015-09-02 12:44:52 +02:00
Tristan Darricau
2ee8b14f86
Merge pull request #3872 from Zoddo/ticket/11468
...
[ticket/11468] Allow controllers to set paramters of page_header()
* Zoddo/ticket/11468:
[ticket/11468] Allow controllers to set paramters of page_header()
2015-09-02 11:50:35 +02:00
Zoddo
cc060a2611
[ticket/11468] Allow controllers to set paramters of page_header()
...
PHPBB3-11468
2015-08-30 23:24:07 +02:00
Zoddo
e9e199bc37
[ticket/8920] Add a MCP PM reports view permission
...
Anybody who has the permission to read reports in one forum
can read PM reports.
Solving this problem by adding a new permission to read PM reports.
PHPBB3-8920
2015-08-30 12:18:37 +02:00
Zoddo
af246483e2
[ticket/13950] Hide undefined categories
...
This hides the categories added by disabled extensions
PHPBB3-13950
2015-08-28 18:56:10 +02:00
Zoddo
11b2bffa8e
[ticket/13950] Hide undefined permissions
...
This hides the permissions of the disabled extensions
PHPBB3-13950
2015-08-28 18:43:59 +02:00
Tristan Darricau
bfbce5a1b0
Merge pull request #3764 from Zoddo/ticket/13988
...
[ticket/13988] Use absolute path for image attachments in feeds
* Zoddo/ticket/13988:
[ticket/13988] Update tests
[ticket/13988] Use absolute path for image attachments in feeds
2015-08-28 17:05:09 +02:00
Matt Friedman
6c36f56b12
[ticket/14123] Remove redundant help messages
...
PHPBB3-14123
2015-08-28 07:49:07 -07:00
Matt Friedman
13851f308f
[ticket/14123] Add descriptive help to the CLI help output
...
PHPBB3-14123
2015-08-23 15:14:08 -07:00
Joas Schilling
623a8f2d0f
[prep-release-3.1.6] Add migration for 3.1.6-RC1
2015-08-23 16:54:43 +02:00
Joas Schilling
a7272fec97
Merge pull request #3829 from Nicofuma/ticket/14099
...
[ticket/14099] Update Twig to 1.20.0
2015-08-23 16:30:26 +02:00
Marc Alexander
d8dd6bad6b
Merge pull request #3834 from brunoais/ticket/14104
...
[ticket/14104] Fix missing variables from previous commit
2015-08-22 10:37:48 +02:00
Marc Alexander
897b9f333b
[ticket/14037] Minor coding style improvements to event
...
PHPBB3-14037
2015-08-20 10:14:07 +02:00
javiexin
cf0170d5e3
[ticket/14037] Allows adapting memberlist profile fields headline
...
Adds an event to allow modifying the profile fields headline in line
with modifications to profile fields data.
PHPBB3-14037
2015-08-20 10:12:59 +02:00
Andreas Fischer
ef3de412b7
Merge pull request #3848 from VSEphpbb/ticket/14116
...
[ticket/14116] sql_affectedrows method has no arguments
* VSEphpbb/ticket/14116:
[ticket/14116] sql_affectedrows method has no arguments
2015-08-20 03:52:34 +02:00
Matt Friedman
50a7167c9a
[ticket/14116] sql_affectedrows method has no arguments
...
PHPBB3-14116
2015-08-19 16:12:01 -07:00
Tristan Darricau
5f905f67ee
[ticket/14099] Fix the assets
...
PHPBB3-14099
2015-08-18 21:03:03 +02:00
brunoais
81b4293cc5
[ticket/14104] Fix missing variables from previous commit
...
Fixing variables wrongly attributed in PHPBB3-13691
PHPBB3-14104
2015-08-15 22:04:51 +01:00
Tristan Darricau
a83bcaa8ac
[ticket/14099] Fix tests
...
PHPBB3-14099
2015-08-14 15:52:35 +02:00
Zoddo
9d4228291c
[ticket/13968] Add core.user_setup_after event
...
It allows to execute code at the end of user setup.
It can replace the phpbb_user_session_handler hook.
PHPBB3-13968
2015-08-12 22:26:06 +02:00
Andreas Fischer
3bd5fe6be8
Merge pull request #3811 from marcovo/ticket/14069
...
[ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
* marcovo/ticket/14069:
[ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
2015-08-10 13:20:03 +02:00
Marc Alexander
8d54f06d19
Merge pull request #3822 from brunoais/ticket/14083
...
[ticket/14083] Fix wrong variables from previous commit
2015-08-09 10:00:29 +02:00
brunoais
7a2f72df75
[ticket/14083] Fix wrong variables from previous commit
...
Fixing variables wrongly attributed in PHPBB3-13693
PHPBB3-14083
2015-08-08 22:45:38 +01:00
brunoais
84a40b6ad1
[ticket/14082] Fix wrong variables from previous commit
...
Fixing variables wrongly attributed in PHPBB3-13686
PHPBB3-14082
2015-08-08 22:23:17 +01:00
Marc Alexander
b7e4d0b0a5
Merge pull request #3738 from javiexin/ticket/13981
...
[ticket/13981] Add events to capture avatar deletion or overwriting
2015-08-08 22:21:11 +02:00