aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #4600 from hubaishan/ticket/14549Marc Alexander2017-01-041-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14549] fix mcp page redirect back after topic merge and rised warning
| * | | | | | | [ticket/14549] Correcting $redirect var to avoid the bughubaishan2016-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by this correct $redirect will go to clean mcp page after merge PHPBB3-14549
* | | | | | | | Merge pull request #4595 from DavidIQ/ticket/14941Marc Alexander2017-01-041-9/+16
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | [ticket/14941] Apply changes individually for MySQL fulltext search
| * | | | | | | [ticket/14941] Apply changes individually for MySQL fulltext searchDavid Colón2016-12-271-9/+16
| | | | | | | |
* | | | | | | | Merge pull request #4611 from marc1706/ticket/14838Marc Alexander2017-01-0410-11/+161
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [icket/14838] Do not query full attachments table in feeds
| * | | | | | | | [ticket/14838] Remove obsolete overriding methodMarc Alexander2017-01-041-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14838
| * | | | | | | | [ticket/14838] Add simple test for fetch_attachments methodMarc Alexander2017-01-032-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14838
| * | | | | | | | [ticket/14838] Do not query full attachments table in feedsMarc Alexander2017-01-038-3/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fetch_attachments() will also now throw a runtime exception if a feed tries to do this nonetheless. PHPBB3-14838
* | | | | | | | | Merge pull request #4609 from marc1706/ticket/14957Marc Alexander2017-01-046-10/+22
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | [ticket/14957] Do not cache database config entries
| * | | | | | | | [ticket/14957] Do not use method return in write contextMarc Alexander2017-01-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for PHP 5.3.x compatibility. PHPBB3-14957
| * | | | | | | | [ticket/14957] Do not cache database config entriesMarc Alexander2017-01-036-10/+21
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14957
* | | | | | | | Merge pull request #4607 from marc1706/ticket/14953Tristan Darricau2017-01-021-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14953] Use ORDER_BY instead of incorrect ORDER for sql query * marc1706/ticket/14953: [ticket/14953] Use ORDER_BY instead of incorrect ORDER for sql query
| * | | | | | | [ticket/14953] Use ORDER_BY instead of incorrect ORDER for sql queryMarc Alexander2017-01-021-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-14953
* | | | | | | Merge pull request #4593 from javiexin/ticket/14940Tristan Darricau2016-12-302-0/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14940] Add ACP template event acp_ext_details_end
| * | | | | | | [ticket/14940] Add ACP template event acp_ext_details_endjaviexin2016-12-272-0/+7
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-14940
* | | | | | | Merge pull request #4597 from javiexin/ticket/14943Tristan Darricau2016-12-301-4/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | | [ticket/14943] Fix template loop access by index
| * | | | | [ticket/14943] Fix template loop access by indexjaviexin2016-12-281-4/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. PHPBB3-14943
* | | | | Merge pull request #4531 from senky/ticket/14817Marc Alexander2016-12-281-1/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14817] Add core.send_file_to_browser_before
| * | | | | [ticket/14817] Add core.send_file_to_browser_beforeJakub Senko2016-12-181-1/+21
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-14817
* | | | | Merge pull request #4528 from senky/ticket/14468Marc Alexander2016-12-281-1/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14468] Add forum_id to core.viewforum_modify_topics_data
| * | | | | [ticket/14468] Add forum_id to core.viewforum_modify_topics_dataJakub Senko2016-12-181-1/+3
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-14468
* | | | | Merge pull request #4525 from senky/ticket/14119Marc Alexander2016-12-281-1/+15
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | [ticket/14119] Add core.user_unban
| * | | | [ticket/14119] Add core.user_unbanJakub Senko2016-12-171-1/+15
| |/ / / | | | | | | | | | | | | PHPBB3-14119
* | | | Merge pull request #4590 from marc1706/ticket/14923Marc Alexander2016-12-252-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14923] Make sure start for queries is always set in migrations
| * | | | [ticket/14923] Make sure start for queries is always set in migrationsMarc Alexander2016-12-252-0/+2
| | |_|/ | |/| | | | | | | | | | PHPBB3-14923
* | | | Merge pull request #4544 from dsinn/ticket/14882Marc Alexander2016-12-251-4/+26
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/14882] Add core event to MCP after move post sync
| * | | [ticket/14882] Correct type of topic_id for function_admin's move_posts eventsDaniel Sinn2016-12-201-3/+3
| | | | | | | | | | | | | | | | PHPBB3-14882
| * | | [ticket/14882] Add core event to MCP after move post syncDaniel Sinn2016-11-291-2/+24
| | | | | | | | | | | | | | | | PHPBB3-14882
* | | | Merge pull request #4580 from javiexin/ticket/14918Marc Alexander2016-12-201-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14918] Simplify access to extension version metadata information
| * | | | [ticket/14918] Simplify access to extension version metadata informationjaviexin2016-12-161-1/+2
| | |_|/ | |/| | | | | | | | | | PHPBB3-14918
* | | | Merge pull request #4538 from senky/ticket/14874Marc Alexander2016-12-181-0/+46
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14874] Increase size of emotion
| * | | | [ticket/14874] Increase size of emotionJakub Senko2016-12-121-0/+46
| | |_|/ | |/| | | | | | | | | | PHPBB3-14874
* | | | Merge pull request #4536 from senky/ticket/13845Marc Alexander2016-12-181-1/+10
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13845] Add core.ucp_profile_avatar_sql
| * | | | [ticket/13845] Add core.ucp_profile_avatar_sqlJakub Senko2016-11-211-1/+10
| |/ / / | | | | | | | | | | | | PHPBB3-13845
* | | | Merge pull request #4535 from senky/ticket/14331Marc Alexander2016-12-181-0/+17
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14331] Add core.get_user_rank_after
| * | | | [ticket/14331] Add core.get_user_rank_afterJakub Senko2016-11-211-0/+17
| |/ / / | | | | | | | | | | | | PHPBB3-14331
* | | | Merge pull request #4534 from senky/ticket/14522Marc Alexander2016-12-183-2/+12
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14522] Add ucp_register_buttons_before
| * | | | [ticket/14522] Add ucp_register_buttons_beforeJakub Senko2016-11-213-2/+12
| |/ / / | | | | | | | | | | | | PHPBB3-14522
* | | | Merge pull request #4533 from senky/ticket/14524Marc Alexander2016-12-181-0/+22
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14524] Add core.ucp_register_requests_after
| * | | | [ticket/14524] Add core.ucp_register_requests_afterJakub Senko2016-11-211-0/+22
| |/ / / | | | | | | | | | | | | PHPBB3-14524
* | | | Merge pull request #4586 from Crizz0/ticket/14770Marc Alexander2016-12-182-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14770] Reduce plupload resize quality
| * | | | [ticket/14770] Decreases quality to 85, changes test to 85, tooCrizzo2016-12-182-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14770
| * | | | [ticket/14770] Reduce plupload resize qualityCrizzo2016-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14770
* | | | | Merge pull request #4587 from marc1706/ticket/14922Máté Bartus2016-12-181-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14922] Make sure to pass hidden input on ajax form submissions
| * | | | | [ticket/14922] Make sure to pass hidden input on ajax form submissionsMarc Alexander2016-12-181-1/+2
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-14922
* | | | | Merge pull request #4577 from Crizz0/ticket/14877Marc Alexander2016-12-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | [ticket/14877] Replaces "mono" with "monospace" to avoid bad behaviour
| * | | | [ticket/14877] Replaces "mono" with "monospace" to avoid bad behaviourChristian Schnegelberger2016-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14877
* | | | | Merge pull request #4529 from senky/ticket/14520Marc Alexander2016-12-172-0/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14520] Add ucp_pm_viewmessage_options_before
| * | | | | [ticket/14520] Add ucp_pm_viewmessage_options_beforeJakub Senko2016-11-202-0/+8
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-14520
* | | | | Merge pull request #4527 from senky/ticket/14390Marc Alexander2016-12-173-0/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14390] Add ucp_main_front_user_activity_append/prepend