aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5061 from marc1706/ticket/15322Derky2017-12-273-11/+5
|\ | | | | | | [ticket/15322] Add config for envelope sender & remove mail function setting
| * [ticket/15322] Adjust email language and move force sender settingMarc Alexander2017-12-161-1/+1
| | | | | | | | PHPBB3-15322
| * [ticket/15322] Try to make new email setting more readableMarc Alexander2017-12-133-3/+3
| | | | | | | | PHPBB3-15322
| * [ticket/15322] Add config setting for -f parameter & remove mail function nameMarc Alexander2017-12-113-11/+5
| | | | | | | | | | | | | | The -f parameter can now be added via configuration in the ACP. Addtionally, the config setting for the mail function name has been removed. PHPBB3-15322
| * [ticket/15322] Fix bug wrong return in emailskitsiosk2017-12-091-1/+1
| | | | | | | | PHPBB3-15322
* | Merge pull request #4868 from javiexin/ticket/15266Marc Alexander2017-12-272-3/+9
|\ \ | | | | | | | | | [ticket/15266] Fix events in content_visibility
| * | [ticket/15266] Expand functionality of content_visibilityjaviexin2017-12-272-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | Added new function "is_visible", and replaced several immediate uses of the above, including a single event in the new function to handle change in all places consistently, and much simpler. PHPBB3-15266
* | | Merge pull request #5035 from kasimi/ticket/15440Derky2017-12-171-5/+27
|\ \ \ | |_|/ |/| | | | | [ticket/15440] Added core.ucp_register_agreement_modify_template_data
| * | [ticket/15440] State deprecated version for core.ucp_register_agreementDerky2017-12-171-1/+1
| | | | | | | | | | | | PHPBB3-15440
| * | [ticket/15440] Added core.ucp_register_agreement_modify_template_datakasimi2017-12-171-5/+27
| | | | | | | | | | | | PHPBB3-15440
* | | Merge pull request #5022 from kasimi/ticket/15431Derky2017-12-031-6/+31
|\ \ \ | | | | | | | | | | | | [ticket/15431] Add event core.ucp_register_modify_template_data
| * | | [ticket/15431] Moved phpbb_timezone_select() before the eventkasimi2017-12-031-6/+3
| | | | | | | | | | | | | | | | PHPBB3-15431
| * | | [ticket/15431] Split up $template_varskasimi2017-12-031-6/+11
| | | | | | | | | | | | | | | | PHPBB3-15431
| * | | [ticket/15431] Removed $page_titlekasimi2017-11-291-4/+0
| | | | | | | | | | | | | | | | PHPBB3-15431
| * | | [ticket/15431] Fixed event argument descriptionkasimi2017-11-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15431
| * | | [ticket/15431] Add event core.ucp_register_modify_template_datakasimi2017-10-311-7/+34
| |/ / | | | | | | | | | PHPBB3-15431
* | | [ticket/15460] Fix group name displayed in the manage users ACP modulerxu2017-11-201-1/+1
| | | | | | | | | | | | PHPBB3-15460
* | | Merge pull request #4976 from rubencm/ticket/15171Marc Alexander2017-11-161-11/+11
|\ \ \ | | | | | | | | | | | | [ticket/15171] Replace all BBCode templates by default
| * | | [ticket/15171] Fix testRubén Calvo2017-10-311-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15171
| * | | [ticket/15171] Replace all BBCode templates by defaultRubén Calvo2017-10-311-11/+11
| | | | | | | | | | | | | | | | PHPBB3-15171
* | | | [ticket/15408] Reject duplicate BBCodes in ACPJoshyPHP2017-11-031-3/+3
| | | | | | | | | | | | | | | | PHPBB3-15408
* | | | Merge pull request #5008 from rubencm/ticket/15041Marc Alexander2017-11-021-1/+34
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15041] Add pagination to orphaned attachments
| * | | | [ticket/15041] Add pagination to orphaned attachmentsRubén Calvo2017-10-171-1/+34
| | | | | | | | | | | | | | | | | | | | PHPBB3-15041
* | | | | Merge pull request #4984 from senky/ticket/15111Marc Alexander2017-11-011-0/+30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15111] Fix the typo in ucp_pm_view_messsage
| * | | | | [ticket/15111] Fix the typo in ucp_pm_view_messsageJakub Senko2017-10-031-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15111
* | | | | | [ticket/15372] Add and handle f_list_topics permissionDavid Colón2017-10-261-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #4930 from rubencm/ticket/15201Marc Alexander2017-10-221-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15201] Set user style to default style when it is disabled or uninstalled
| * | | | | [ticket/15201] FixRubén Calvo2017-08-281-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201
| * | | | | [ticket/15201] CastingsRubén Calvo2017-08-281-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201
| * | | | | [ticket/15201] Set user style to default style when it is disabled or ↵Rubén Calvo2017-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uninstalled PHPBB3-15201
* | | | | | Merge pull request #4910 from javiexin/ticket/15331_BMarc Alexander2017-10-171-6/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15331] Allow gravatars to be overridden by existing event - B
| * | | | | | [ticket/15331] Allow gravatars to be changed in the existing eventjaviexin2017-08-191-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Option B: - change the get_avatar function PHPBB3-15331
| * | | | | | Merge branch 'prep-release-3.1.11' into 3.1.xMarc Alexander2017-07-162-0/+12
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge pull request #5003 from kasimi/ticket/15409Marc Alexander2017-10-171-2/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | [ticket/15409] Add u_action to core.acp_users_overview_run_quicktool
| * | | | | | | [ticket/15409] Add u_action to core.acp_users_overview_run_quicktoolkasimi2017-10-161-2/+8
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-15409
* | | | | | | Merge pull request #4888 from javiexin/ticket/15306Marc Alexander2017-10-131-2/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | [ticket/15306] Error and missing data in core.acp_users_profile_validate
| * | | | | | [ticket/15306] Error and missing data in core.acp_users_profile_validatejaviexin2017-08-061-2/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15306
| * | | | | [3.1.x] Update version number to 3.1.12-devMarc Alexander2017-07-111-1/+1
| | | | | |
* | | | | | Merge pull request #4942 from rubencm/ticket/15172Marc Alexander2017-10-111-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15172] Fix redirection to wrong port
| * | | | | | [ticket/15172] Cast port to integerRubén Calvo2017-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15172
| * | | | | | [ticket/15172] Use symfony request component to get portRubén Calvo2017-09-091-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15172
* | | | | | | Merge pull request #4967 from Leinad4Mind/3.2.xOliver Schramm2017-10-051-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [PHPBB3-14629] round() the log() explicitly to a proper integer
| * | | | | | | [PHPBB3-14629] round() the log() explicitly to a proper integerDaniel Mota2017-09-211-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | [ticket/15362] Fix colspan in notification options tableJakub Senko2017-10-021-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15362
* | | | | | Merge pull request #4889 from javiexin/ticket/15307Oliver Schramm2017-09-101-0/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/15307] Extensions may add modes to acp_users
| * | | | | [ticket/15307] Extensions may add modes to acp_usersjaviexin2017-08-061-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes both PHP and Template events. PHPBB3-15307
* | | | | | Merge pull request #4940 from Elsensee/ticket/15355Tristan Darricau2017-09-091-1/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15355] Remove version field when no update is available * github.com:phpbb/phpbb: [ticket/15355] Remove version field when no update is available
| * | | | | | [ticket/15355] Remove version field when no update is availableOliver Schramm2017-09-091-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15355
* | | | | | | Merge pull request #4932 from Nicofuma/ticket/15351Máté Bartus2017-09-091-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | [ticket/15351] Makes confirm_works in a router context (app.php)
| * | | | | | [ticket/15351] Makes confirm_works in a router context (app.php)Tristan Darricau2017-09-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15351