aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5244 from OxCom/ticket/15678Tristan Darricau2018-07-081-0/+7
|\ | | | | | | | | | | | | [ticket/15678] Fix build and cache flow for container * github.com:/phpbb/phpbb: [ticket/15678] Fix build and cache flow for container
| * [ticket/15678] Fix build and cache flow for containerAndrii Afanasiev2018-06-152-1/+8
| | | | | | | | | | | | | | | | | | | | | | 1. During procedure of building container we have to check both required files in cache: container_* and autoload_*. This files should be "fresh" and if one of the does not exist then we have to build it and put into a cache one more time. 2. Fix typo 'posic_getuid' does not exist, so $php_uid is alwasy was false. PHPBB3-15678
* | Merge pull request #5249 from senky/ticket/15659Tristan Darricau2018-07-081-0/+10
|\ \ | | | | | | | | | | | | | | | | | | [ticket/15659] Fix retrieve_block_vars() * github.com:/phpbb/phpbb: [ticket/15659] Fix retrieve_block_vars()
| * | [ticket/15659] Fix retrieve_block_vars()Jakub Senko2018-07-071-0/+10
| | | | | | | | | | | | PHPBB3-15659
* | | Merge pull request #5250 from senky/ticket/15666Tristan Darricau2018-07-081-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15666] Language system is not fully supported in Twig * github.com:/phpbb/phpbb: [ticket/15666] Fix array key in twig lang() call
| * | | [ticket/15666] Fix array key in twig lang() callJakub Senko2018-06-181-1/+1
| |/ / | | | | | | | | | PHPBB3-15666
* | | Merge pull request #5254 from senky/ticket/15620Tristan Darricau2018-07-081-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15620] Use separate local avatar cache file for every lang * github.com:/phpbb/phpbb: [ticket/15620] Use separate local avatar cache file for every lang
| * | | [ticket/15620] Use separate local avatar cache file for every langJakub Senko2018-06-181-2/+2
| |/ / | | | | | | | | | PHPBB3-15620
* | | Merge pull request #5257 from senky/ticket/15651Tristan Darricau2018-07-081-4/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15651] Remove unnecessary condition * github.com:/phpbb/phpbb: [ticket/15651] Remove unnecessary condition
| * | | [ticket/15651] Remove unnecessary conditionJakub Senko2018-06-181-4/+1
| |/ / | | | | | | | | | | | | | | | module.remove internally check if the module exists PHPBB3-15651
* | | Merge pull request #5260 from senky/ticket/15696Tristan Darricau2018-07-081-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15696] 'if' module tool should support calling other tools * github.com:/phpbb/phpbb: [ticket/15696] Add tests [ticket/15696] Add support of other tools to 'if'
| * | | [ticket/15696] Add support of other tools to 'if'Jakub Senko2018-06-191-1/+1
| |/ / | | | | | | | | | PHPBB3-15696
* | | Merge pull request #5198 from kasimi/ticket/15637Tristan Darricau2018-07-081-1/+24
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15637] Extract multi-line PHP event descriptions * github.com:/phpbb/phpbb: [ticket/15637] Remove trailing space from description [ticket/15637] Preserve line breaks in event descriptions [ticket/15637] Updated test fixture to include complete event description [ticket/15637] Remove trailing space from description [ticket/15637] Fixed removing white-spaces from description line [ticket/15637] Extract all lines before the first @tag [ticket/15637] Extract multi-line PHP event descriptions
| * | | [ticket/15637] Remove trailing space from descriptionkasimi2018-07-071-0/+6
| | | | | | | | | | | | | | | | PHPBB3-15637
| * | | [ticket/15637] Preserve line breaks in event descriptionskasimi2018-07-071-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15637
| * | | [ticket/15637] Remove trailing space from descriptionkasimi2018-07-071-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15637
| * | | [ticket/15637] Fixed removing white-spaces from description linekasimi2018-07-071-1/+2
| | | | | | | | | | | | | | | | PHPBB3-15637
| * | | [ticket/15637] Extract all lines before the first @tagkasimi2018-07-071-2/+2
| | | | | | | | | | | | | | | | PHPBB3-15637
| * | | [ticket/15637] Extract multi-line PHP event descriptionskasimi2018-04-151-1/+17
| | | | | | | | | | | | | | | | PHPBB3-15637
* | | | Merge pull request #5157 from kasimi/ticket/15583Tristan Darricau2018-07-081-3/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15583] Update session time in AJAX request only once a minute * github.com:/phpbb/phpbb: [ticket/15583] Update session time in AJAX request only once a minute [ticket/15583] Update session time in AJAX request only once a minute
| * | | | [ticket/15583] Update session time in AJAX request only once a minutekasimi2018-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15583
| * | | | [ticket/15583] Update session time in AJAX request only once a minutekasimi2018-03-091-3/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-15583
* | | | | Merge pull request #5233 from rxu/ticket/15678Marc Alexander2018-06-201-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | [ticket/15678] Fix PHP warning in filesystem.php
| * | | | [ticket/15678] Fix PHP warning in filesystem.phprxu2018-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15678
* | | | | Merge pull request #5158 from kasimi/ticket/15586Marc Alexander2018-06-171-6/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | [ticket/15586] Fixed adding module the automatic way without specifying modes
| * | | | [ticket/15586] Fixed adding module the automatic way without specifying modeskasimi2018-03-111-6/+0
| | |/ / | |/| | | | | | | | | | PHPBB3-15586
* | | | [ticket/15504] Fix warning messageRubén Calvo2018-05-251-2/+2
| |/ / |/| | | | | | | | PHPBB3-15504
* | | Merge pull request #5163 from VSEphpbb/ticket/15595Marc Alexander2018-03-261-2/+7
|\ \ \ | | | | | | | | | | | | [ticket/15595] Fix module exists tool when ignoring parent check
| * | | [ticket/15595] Fix module exists tool when parent is falseMatt Friedman2018-03-191-2/+7
| | |/ | |/| | | | | | | PHPBB3-15595
* | | [prep-release-3.2.3] Add migration for 3.2.3-RC1Marc Alexander2018-02-281-0/+36
|/ /
* | Merge pull request #5146 from kasimi/ticket/15570Marc Alexander2018-02-281-1/+1
|\ \ | | | | | | | | | [ticket/15570] Allow file downloader to use TLS greater than 1.0
| * | [ticket/15570] Allow file downloader to use TLS greater than 1.0kasimi2018-02-251-1/+1
| |/ | | | | | | PHPBB3-15570
* | Merge pull request #5131 from kasimi/ticket/15561Marc Alexander2018-02-223-17/+129
|\ \ | | | | | | | | | [ticket/15561] Add events for adding columns to search index
| * | [ticket/15561] Add events for adding columns to search indexkasimi2018-02-163-17/+129
| |/ | | | | | | PHPBB3-15561
* | Merge pull request #5133 from rubencm/ticket/15563Marc Alexander2018-02-221-1/+1
|\ \ | | | | | | | | | [ticket/15563] Check if database file is writable only if exists
| * | [ticket/15563] Check if database file is writable only if existsRubén Calvo2018-02-171-1/+1
| | | | | | | | | | | | PHPBB3-15563
* | | Merge pull request #5138 from senky/ticket/15559Marc Alexander2018-02-221-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/15559] Fix wrongly assigned uid and bitfield
| * | | [ticket/15559] Fix wrongly assigned uid and bitfieldJakub Senko2018-02-191-2/+2
| | |/ | |/| | | | | | | PHPBB3-15559
* | | Merge pull request #5094 from JoshyPHP/ticket/15518Marc Alexander2018-02-211-0/+36
|\ \ \ | | | | | | | | | | | | [ticket/15518] Add a setting to toggle permission checks for pms in viewtopic
| * | | [ticket/15518] Add a setting to toggle permission checks for pms in viewtopicJoshyPHP2018-01-171-0/+36
| | | | | | | | | | | | | | | | PHPBB3-15518
* | | | Merge pull request #5118 from FH3095/patch-1Marc Alexander2018-02-211-3/+4
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15520] sql_build_query build subquery
| * | | | [ticket/15520] sql_build_query build subqueryFH2018-02-031-3/+4
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Fix for the building of subqueries in sql_build_query PHPBB3-15520
* | | | Merge pull request #5116 from kasimi/ticket/15537Marc Alexander2018-02-204-0/+110
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15537] Add core.search_(native|mysql|postgres|sphinx)_index_before
| * | | | [ticket/15537] Add cur_words argument to core.search_native_index_beforekasimi2018-01-281-0/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-15537
| * | | | [ticket/15537] Add core.search_(native|mysql|postgres|sphinx)_index_beforekasimi2018-01-284-0/+107
| | |_|/ | |/| | | | | | | | | | PHPBB3-15537
* | | | Merge pull request #5137 from senky/ticket/15558Marc Alexander2018-02-191-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15558] Fix wrongly assigned uid and bitfield
| * | | | [ticket/15558] Fix wrongly assigned uid and bitfieldJakub Senko2018-02-191-2/+2
| |/ / / | | | | | | | | | | | | PHPBB3-15558
* | | | Merge remote-tracking branch 'GerB/patch-4' into 3.2.xMarc Alexander2018-02-191-0/+3
|\ \ \ \
| * | | | [ticket/15547] Add file object to eventGerB2018-02-131-0/+3
| | |/ / | |/| | | | | | | | | | | | | | | | | | Add file object to core.avatar_driver_upload_move_file_before. PHPBB3-15547
* | | | Merge pull request #5105 from senky/ticket/15398Marc Alexander2018-02-181-0/+16
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/15398] Add core.oauth_login_after_check_if_provider_id_has_match