aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4514 from senky/ticket/14759Marc Alexander2016-12-111-1/+13
|\ | | | | | | [ticket/14759] Add core.mcp_main_modify_shadow_sql event
| * [ticket/14759] Add core.mcp_main_modify_shadow_sql eventJakub Senko2016-11-131-1/+13
| | | | | | | | PHPBB3-14759
* | Merge pull request #4513 from senky/ticket/14760Marc Alexander2016-12-101-0/+12
|\ \ | | | | | | | | | [ticket/14760] Add core.mcp_main_modify_fork_sql event
| * | [ticket/14760] Add core.mcp_main_modify_fork_sql eventJakub Senko2016-11-131-0/+12
| |/ | | | | | | PHPBB3-14760
* | Merge pull request #4555 from javiexin/ticket/14888Tristan Darricau2016-12-041-0/+4
|\ \ | | | | | | | | | | | | | | | | | | [ticket/14888] Missing check for disabled profile field types * javiexin/ticket/14888: [ticket/14888] Missing check for disabled profile field types
| * | [ticket/14888] Missing check for disabled profile field typesjaviexin2016-12-041-0/+4
| | | | | | | | | | | | | | | | | | Checks if a profile field type is enabled before using it. PHPBB3-14888
* | | Merge pull request #4541 from marc1706/ticket/9590Tristan Darricau2016-12-031-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9590] Submit permissions form in chunks * marc1706/ticket/9590: [ticket/9590] Correctly update submit size and replace all forum_id[] [ticket/9590] Further deduplicate code for form data [ticket/9590] Preserve selected forums after previous page redirect [ticket/9590] Support ajax submit of permissions for specific forums [ticket/9590] Correctly set roles and refresh page using POST [ticket/9590] Submit permissions form in chunks when using "Apply all"
| * | | [ticket/9590] Submit permissions form in chunks when using "Apply all"Marc Alexander2016-11-261-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This will add an AJAX call that will submit the permissions form in chunks of 5 fieldsets when clicking on "Apply all permissions". PHPBB3-9590
* | | | [ticket/13757] Properly fix bug with negative PM countVictor A. Safronov2016-12-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix from PR #4548 doesn't work as expected because in phpBB the sql_affectedrows() method always returns a count of matched rows instead of affected rows. This commit fixes bug properly. PHPBB3-13757
* | | | [ticket/13757] Prevents the count of unread PMs from being negativeVictor A. Safronov2016-11-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes the user_unread_privmsg flag in users table can become negative. It happens when the unread message is requested by simultaneous concurrent requests. Both requests will decrement the value of the flag. This commit prevents updating the flag if the message already marked as read. PHPBB3-13757
* | | | Merge pull request #4503 from rxu/ticket/14853Marc Alexander2016-11-271-0/+14
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14853] Add core event to allow modifying PM attachments download auth
| * | | | [ticket/14853] Add core event to allow modifying PM attachments download authrxu2016-11-041-0/+14
| | | | | | | | | | | | | | | | | | | | PHPBB3-14853
* | | | | Merge pull request #4512 from senky/ticket/14863Marc Alexander2016-11-271-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | [ticket/14863] Properly treat plural rules in confirmation box title
| * | | | [ticket/14863] Properly treat plural rules in confirmation box titleJakub Senko2016-11-131-1/+1
| | |_|/ | |/| | | | | | | | | | PHPBB3-14863
* | | | Merge pull request #4502 from rxu/ticket/14852Marc Alexander2016-11-201-1/+11
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14852] Add core event to modify email headers
| * | | | [ticket/14852] Add core event to modify email headersrxu2016-11-041-1/+11
| | |/ / | |/| | | | | | | | | | PHPBB3-14852
* | | | Merge pull request #4511 from senky/ticket/14842Marc Alexander2016-11-202-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14842] Don't display filesize limit if there is none
| * | | | [ticket/14842] Don't display filesize limit if there is noneJakub Senko2016-11-152-2/+2
| |/ / / | | | | | | | | | | | | PHPBB3-14842
* | | | [ticket/14850] Add core.generate_smilies_beforeJmz2016-11-201-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Allows changing root_path of smilies to use CDN for example PHPBB3-14850
* | | | [ticket/14850] Add core.smiley_text_root_pathJmz2016-11-201-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | Allows changing root_path of smilies to use CDN for example PHPBB3-14850
* | | | Merge pull request #4497 from senky/ticket/14849Marc Alexander2016-11-161-1/+17
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14849] Add core.acp_extensions_run_action
| * | | | [ticket/14849] Add core.acp_extensions_run_actionJakub Senko2016-11-131-1/+17
| |/ / / | | | | | | | | | | | | PHPBB3-14849
* | | | Merge pull request #4510 from senky/ticket/14864Marc Alexander2016-11-161-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/14864] Set maxlength=64 to dateformat in ACP
| * | | [ticket/14864] Set maxlength=64 to dateformat in ACPJakub Senko2016-11-131-1/+1
| |/ / | | | | | | | | | PHPBB3-14864
* | | Merge pull request #4495 from senky/ticket/14847Marc Alexander2016-11-121-1/+13
|\ \ \ | | | | | | | | | | | | [ticket/14847] Add core.acp_attachments_config_edit_add
| * | | [ticket/14847] Add core.acp_attachments_config_edit_addJakub Senko2016-11-021-1/+13
| |/ / | | | | | | | | | PHPBB3-14847
* | | Merge pull request #4481 from senky/ticket/14819Marc Alexander2016-11-121-1/+32
|\ \ \ | | | | | | | | | | | | [ticket/14819] Hide soft-deleted posts in topic review
| * | | [ticket/14819] Hide soft-deleted posts in topic reviewJakub Senko2016-10-131-1/+32
| | | | | | | | | | | | | | | | PHPBB3-14819
* | | | Merge pull request #4472 from dsinn/ticket/14804Marc Alexander2016-11-121-7/+21
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14804] Add core event to MCP after merging topics
| * \ \ \ [ticket/14804] Merge remote-tracking branch 'upstream/3.1.x' into ticket/14804Daniel Sinn2016-10-034-13/+37
| |\ \ \ \ | | | | | | | | | | | | | | | | | | PHPBB3-14804
| * | | | | [ticket/14804] Fix undefined $topic_data after trying to port 3.2 changes to 3.1Daniel Sinn2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14804
| * | | | | [ticket/14804] Rename event to mcp_forum_merge_topics_after; update @sinceDaniel Sinn2016-09-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14804
| * | | | | [ticket/14804] Add core event to MCP after merging topicsDaniel Sinn2016-09-301-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed $topic_data and defined $to_topic_data in order to avoid ambiguity and to stop overwriting a variable. PHPBB3-14804
* | | | | | Merge pull request #4485 from marc1706/ticket/14795Tristan Darricau2016-11-061-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14795] Use maximum topic views instead of adding up views in merge * github.com:phpbb/phpbb: [ticket/14795] Use maximum topic views instead of adding up views in merge
| * | | | | | [ticket/14795] Use maximum topic views instead of adding up views in mergeMarc Alexander2016-10-161-1/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merging topics should not result in topic views being added up but rather in the highest topic view showing up for the merged topic. PHPBB3-14795
* | | | | | Merge pull request #4486 from marc1706/ticket/11483Tristan Darricau2016-11-061-6/+11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11483] Generate user act key if database entry is empty * github.com:phpbb/phpbb: [ticket/11483] Add tests for generating user act key on force reactivate [ticket/11483] Generate user act key if database entry is empty
| * | | | | [ticket/11483] Generate user act key if database entry is emptyMarc Alexander2016-10-161-6/+11
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The force reactivation action in the ACP will no longer overwrite the generated activation key in case the key stored in the database is empty. It will also save the generated key back to the database to actually allow the activation by the user. PHPBB3-11483
* | | | | Merge pull request #4489 from rxu/ticket/14830Marc Alexander2016-10-282-19/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | [ticket/14830] Fix FORM_INVALID error during some ACP setting operations
| * | | | [ticket/14823] Move check_form_key() inside actual save data stepMarc Alexander2016-10-281-5/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-14823
| * | | | [ticket/14830] Fix FORM_INVALID error on cpf settings changingrxu2016-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14830
| * | | | [ticket/14830] Fix FORM_INVALID error during AСP search index deletionrxu2016-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14830
| * | | | [ticket/14830] Fix FORM_INVALID error on search backend changingrxu2016-10-211-5/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14830
| * | | | [ticket/14830] Fix link hash checking caserxu2016-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14830
| * | | | [ticket/14830] Fix FORM_INVALID error during AXP search index creation/deletionrxu2016-10-211-8/+5
| |/ / / | | | | | | | | | | | | PHPBB3-14830
* | | | Merge pull request #4487 from gmixo/patch-2Tristan Darricau2016-10-241-7/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14818] Optimize generate_board_url function * gmixo/patch-2: [ticket/14818] Optimize generate_board_url function
| * | | | [ticket/14818] Optimize generate_board_url functionMIkhail Gulyaev2016-10-171-7/+7
| | | | | | | | | | | | | | | | | | | | if $config['force_server_vars'] no need to calculate $request
* | | | | Merge pull request #4490 from kasimi/ticket/14827Marc Alexander2016-10-231-9/+11
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | [ticket/14827] Fix adding multiple form keys
| * | | | [ticket/14827] Possibility to add multiple form keyskasimi2016-10-191-9/+11
| | |/ / | |/| | | | | | | | | | PHPBB3-14827
* | | | Merge branch 'prep-release-3.1.10' into 3.1.xMarc Alexander2016-10-121-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | [prep-release-3.1.10] Update version numbers for 3.1.10Marc Alexander2016-10-021-1/+1
| | | |