aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14998] Point only to install dir from acp_updateMarc Alexander2017-01-281-1/+1
| | | | PHPBB3-14998
* Merge pull request #4663 from marc1706/ticket/14997Tristan Darricau2017-01-221-1/+1
|\ | | | | | | | | | | | | [ticket/14997] Fixing topiclist_row_topic_title_after position * marc1706/ticket/14997: [ticket/14997] Fixing topiclist_row_topic_title_after position
| * [ticket/14997] Fixing topiclist_row_topic_title_after positionTarantinoMariachi2017-01-221-1/+1
| | | | | | | | | | | | | | Fixing position as it is correctly on subsilver, or else it will appear some problems when using polls or on topics with page numbers. PHPBB3-14997
* | Merge pull request #4662 from marc1706/ticket/14968Tristan Darricau2017-01-226-3/+74
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14968] Distinguish between update/upgrade & show upgrade info in ACP index * marc1706/ticket/14968: [ticket/14968] Use earlier version as written in comment [ticket/14968] Update docblock and ensure method returns array [ticket/14968] Display possible upgrade on acp index and update page [ticket/14968] Add method for retrieving updates on current branch
| * | [ticket/14968] Update docblock and ensure method returns arrayMarc Alexander2017-01-221-4/+8
| | | | | | | | | | | | PHPBB3-14968
| * | [ticket/14968] Display possible upgrade on acp index and update pageMarc Alexander2017-01-225-3/+31
| | | | | | | | | | | | PHPBB3-14968
| * | [ticket/14968] Add method for retrieving updates on current branchMarc Alexander2017-01-221-0/+39
| |/ | | | | | | PHPBB3-14968
* | [ticket/15006] Pass inherit settings to form and use correct buttonMarc Alexander2017-01-221-2/+3
|/ | | | PHPBB3-15006
* Merge pull request #4651 from marc1706/ticket/15011Tristan Darricau2017-01-151-2/+12
|\ | | | | | | | | | | | | [ticket/15011] Output meaningful errors when validating all metadata * marc1706/ticket/15011: [ticket/15011] Output meaningful errors when validating all metadata
| * [ticket/15011] Output meaningful errors when validating all metadataMarc Alexander2017-01-151-2/+12
| | | | | | | | PHPBB3-15011
* | [ticket/11076] State current and minimum required versions in old PHP noticeMarc Alexander2017-01-152-3/+3
|/ | | | PHPBB3-11076
* Merge pull request #4646 from javiexin/ticket/15011Tristan Darricau2017-01-151-1/+4
|\ | | | | | | | | | | | | [ticket/15011] Error not checked on metadata load failure * javiexin/ticket/15011: [ticket/15011] Error not checked on metadata load failure
| * [ticket/15011] Error not checked on metadata load failurejaviexin2017-01-141-1/+4
| | | | | | | | PHPBB3-15011
* | [ticket/15003] Do not check disabled checkboxes with marklist functionMatt Friedman2017-01-135-5/+5
| | | | | | | | PHPBB3-15003
* | Merge pull request #4613 from rxu/ticket/14958Marc Alexander2017-01-061-2/+1
|\ \ | | | | | | | | | [ticket/14958] Optimize Twig extension lang() function
| * | [ticket/14958] Optimize Twig extension lang() functionrxu2017-01-051-2/+1
| | | | | | | | | | | | PHPBB3-14958
* | | Merge pull request #4532 from senky/ticket/14662Marc Alexander2017-01-043-2/+18
|\ \ \ | | | | | | | | | | | | [ticket/14662] Add memberlist_team_username_prepend/append
| * | | [ticket/14662] Add memberlist_team_username_prepend/appendJakub Senko2016-12-183-2/+18
| | | | | | | | | | | | | | | | PHPBB3-14662
* | | | 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-048-11/+36
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [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] 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
* | | | | | [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-033-9/+14
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-14957
* | | | | [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