aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3934 from Zoddo/ticket/14181Marc Alexander2015-10-091-1/+1
|\ | | | | | | [ticket/14181] Fix empty denial reason if the reason isn't translated
| * [ticket/14181] Fix empty denial reason if the reason isn't translatedHB2015-09-271-1/+1
| | | | | | | | PHPBB3-14181
* | [ticket/14073] Fix trailing whitespacesrxu2015-10-081-2/+2
| | | | | | | | PHPBB3-14073
* | Merge pull request #3814 from rxu/ticket/14073Marc Alexander2015-10-081-2/+176
|\ \ | | | | | | | | | [ticket/14073] Add several core events to the functions_admin.php
| * | [ticket/14073] Add several core events to the functions_admin.phprxu2015-10-081-2/+176
| | | | | | | | | | | | | | | | | | | | | Add core events to the functions move_posts(), delete_posts(), delete_attachments(). PHPBB3-14073
* | | Merge pull request #3951 from RMcGirr83/ticket_14219Tristan Darricau2015-10-081-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14219] Add email to inactive user listing * RMcGirr83/ticket_14219: [ticket/14219] Add email to inactive user listing
| * | | [ticket/14219] Add email to inactive user listingRichard McGirr2015-10-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | in ACP. May help in spotting spam accounts quickly PHPBB3-14219
* | | | Merge pull request #3724 from javiexin/ticket/13960Tristan Darricau2015-10-081-9/+6
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | [ticket/13960] Profile field validation breaks ACP * javiexin/ticket/13960: [ticket/13960] Profile field validation breaks ACP
| * | | [ticket/13960] Profile field validation breaks ACPjaviexin2015-06-231-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure new step is calculated only if no error has been identified during validation. Also, cleanup redundant code in acp_profile.php. PHPBB3-13960
* | | | Merge pull request #3440 from CHItA/ticket/13636Marc Alexander2015-10-072-6/+22
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13636] Deleting inactive user in acp_users gives unexpected link
| * | | | [ticket/13636] Fix coding styleMateBartus2015-04-061-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-13636
| * | | | [ticket/13636] Deleting inactive user in acp_users gives unexpected linkMateBartus2015-02-242-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change "referer" to "redirect" in variable names and GET params as well. PHPBB3-13636
| * | | | [ticket/13636] Deleting inactive user in acp_users gives unexpected linkMateBartus2015-02-242-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Success message did not provide the expected "previous page" link (acp_inactive was expected, but the link took users to acp_users) if the acp_users module was accessed by navigating from the inactive user list to acp_users and then deleting inactive user. PHPBB3-13636
* | | | | Merge pull request #3615 from rxu/ticket/13846Marc Alexander2015-10-071-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | [ticket/13846] Fix softdelete feature workflow in viewtopic
| * | | | [ticket/13846] Fix MCP to disallow softdeleted posts deletion if not permitted.rxu2015-07-301-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13846
* | | | | [ticket/14186] Do correct string concatenation in phpbb_mcp_sorting()Marc Alexander2015-09-221-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14186
* | | | | Merge pull request #3833 from rxu/ticket/14102Marc Alexander2015-09-161-0/+24
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14102] Add core event to the mcp_topic.php
| * | | | | [ticket/14102] Add core event to the mcp_topic.phprxu2015-08-151-0/+24
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-14102
* | | | | [ticket/14154] Add extension composer name as tooltipZoddo2015-09-121-0/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14154
* | | | | Merge pull request #3868 from Zoddo/ticket/7362Tristan Darricau2015-09-091-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/7362] Add alt attribute on topic icons * Zoddo/ticket/7362: [ticket/7362] Add alt attribute on topic icons
| * | | | | [ticket/7362] Add alt attribute on topic iconsZoddo2015-08-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-7362
* | | | | | Merge pull request #3881 from VSEphpbb/ticket/14142Marc Alexander2015-09-081-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14142] Remove unused ignore_configs from avatar drivers
| * | | | | | [ticket/14142] Remove unused ignore_configs from avatar driversMatt Friedman2015-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14142
* | | | | | | [ticket/14143] Flush the mail queue when writing itTristan Darricau2015-09-051-0/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14143
* | | | | | Merge pull request #3765 from Zoddo/ticket/13950Tristan Darricau2015-09-011-0/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13950] Hide undefined permissions * Zoddo/ticket/13950: [ticket/13950] Hide undefined categories [ticket/13950] Hide undefined permissions
| * | | | | | [ticket/13950] Hide undefined categoriesZoddo2015-08-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hides the categories added by disabled extensions PHPBB3-13950
| * | | | | | [ticket/13950] Hide undefined permissionsZoddo2015-08-281-0/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hides the permissions of the disabled extensions PHPBB3-13950
* | | | | | [ticket/14133] Comment fix for phpbb_get_user_rank()lavigor2015-08-311-1/+1
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-14133
* | | | | Merge pull request #3835 from rxu/ticket/14106Tristan Darricau2015-08-281-9/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14106] Fix topics sorting in MCP for topics merging. * rxu/ticket/14106: [ticket/14106] Fix topics sorting in MCP for topics merging.
| * | | | | [ticket/14106] Fix topics sorting in MCP for topics merging.rxu2015-08-161-9/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "bug" in the deleted code comment is non-existent now. The PR is for 3.1 only. PHPBB3-14106
* | | | | Merge pull request #3809 from marc1706/ticket/14070Tristan Darricau2015-08-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14070] Properly pass whether config should be ignored for avatars * marc1706/ticket/14070: [ticket/14070] Properly pass whether config should be ignored for avatars
| * | | | | [ticket/14070] Properly pass whether config should be ignored for avatarsMarc Alexander2015-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14070
* | | | | | [3.1.x] Update version to 3.1.7-devJoas Schilling2015-08-231-1/+1
| | | | | |
* | | | | | [prep-release-3.1.6] Update version to 3.1.6-RC1Joas Schilling2015-08-231-1/+1
| | | | | |
* | | | | | Merge pull request #3823 from lavigor/ticket/14087Marc Alexander2015-08-221-1/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14087] Add an event to ucp_activate.php.
| * | | | | | [ticket/14087] Add an event to ucp_activate.php.lavigor2015-08-091-1/+12
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-14087
* | | | | | Merge pull request #3813 from rxu/ticket/14072Marc Alexander2015-08-221-0/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/14072] Add core event to the function format_display()
| * | | | | [ticket/14072] Add core event to the function format_display()rxu2015-08-061-0/+23
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-14072
* | | | | Merge pull request #3784 from Senky/ticket/14043Marc Alexander2015-08-091-1/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14043] Add core.get_avatar_after php event
| * | | | | [ticket/14043] Add more parameters to the eventJakub Senko2015-08-021-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14043
| * | | | | [ticket/14043] Add dispatcher to globals, change @since valueJakub Senko2015-07-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14043
| * | | | | [ticket/14043] Add core.get_avatar_after php eventJakub Senko2015-07-211-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14043
* | | | | | Merge pull request #3760 from Zoddo/ticket/14014Marc Alexander2015-08-091-0/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14014] Add core.mcp_forum_view_before event
| * | | | | | [ticket/14014] Add core.mcp_forum_view_before eventZoddo2015-07-151-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This event can be used to get some data in order to execute other actions. PHPBB3-14014
* | | | | | | Merge pull request #3757 from Zoddo/ticket/14006Marc Alexander2015-08-081-0/+10
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | [ticket/14006] Add core.ucp_register_agreement event
| * | | | | | [ticket/14006] Add core.ucp_register_agreement eventZoddo2015-07-121-0/+10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It allows to execute code before the agreements are displayed. PHPBB3-14006
* | | | | | Merge pull request #3719 from javiexin/ticket/13911Marc Alexander2015-07-221-2/+74
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13911] Add events to configure options for profile fields
| * | | | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. Fixed version number again. PHPBB3-13911
| * | | | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-041-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. Fixed version number and event name. PHPBB3-13911
| * | | | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-021-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. Fix bamboo formatting errors. PHPBB3-13911