aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4943 from Elsensee/ticket/14933Máté Bartus2017-09-101-2/+16
|\ | | | | | | [ticket/14933] Make "route not found" more user-friendly
| * [ticket/14933] Fix docblock for kernel_exception_subscriberOliver Schramm2017-09-101-0/+1
| | | | | | | | PHPBB3-14933
| * [ticket/14933] Make "route not found" more user-friendlyOliver Schramm2017-09-091-2/+15
| | | | | | | | PHPBB3-14933
* | Merge pull request #4876 from JoshyPHP/ticket/15290Máté Bartus2017-09-091-1/+12
|\ \ | | | | | | | | | [ticket/15290] Add core.text_formatter_s9e_configure_finalize event
| * | [ticket/15290] Add core.text_formatter_s9e_configure_finalize eventJoshyPHP2017-07-221-1/+12
| | | | | | | | | | | | PHPBB3-15290
* | | Merge pull request #4885 from JoshyPHP/ticket/15301Máté Bartus2017-09-091-0/+5
|\ \ \ | | | | | | | | | | | | [ticket/15301] Set quotes' nesting limit when configuring a parser
| * | | [ticket/15301] Remove quote limits when creating a parserJoshyPHP2017-08-241-0/+5
| | | | | | | | | | | | | | | | PHPBB3-15301
* | | | Merge pull request #4932 from Nicofuma/ticket/15351Máté Bartus2017-09-092-3/+25
|\ \ \ \ | |_|_|/ |/| | | | | | | [ticket/15351] Makes confirm_works in a router context (app.php)
| * | | [ticket/15351] Makes confirm_works in a router context (app.php)Tristan Darricau2017-09-082-3/+25
| | | | | | | | | | | | | | | | PHPBB3-15351
* | | | Merge branch '3.1.x' into 3.2.xOliver Schramm2017-09-082-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/15347] Fix query quotes in update hashes cli commandMarc Alexander2017-09-081-3/+3
| | | | | | | | | | | | | | | | PHPBB3-15347
| * | | [ticket/15347] Use single quotes in update hashes queryMarc Alexander2017-09-071-3/+3
| | | | | | | | | | | | | | | | PHPBB3-15347
* | | | Merge pull request #4902 from MoleDJ/patch-1Máté Bartus2017-09-071-0/+4
|\ \ \ \ | | | | | | | | | | [ticket/15320] Redis cache does not save keys withouth expiration
| * | | | [ticket/15320] Fix to accomplish coding guidelinesJagoba Los Arcos2017-08-141-1/+1
| | | | |
| * | | | [ticket/15320] Redis cache does not save keys withouth expirationJagoba Los Arcos2017-08-131-0/+4
| | |/ / | |/| | | | | | | | | | In some functions like sql_save in cache/memory.php, code try to save a key/value in cache with ttl = 0 so key should never expire. In current redis.php cache driver, it fails so key never get cached. This cause for example that when you create a subforum, it not appear in the forum box in the admincp. To solve, if ttl is 0, we use redis->set instead of setex
* | | | Merge pull request #4903 from rxu/ticket/15323Máté Bartus2017-09-071-1/+3
|\ \ \ \ | | | | | | | | | | [ticket/15323] Allow Twig syntax in bbcode.html
| * | | | [ticket/15323] Allow Twig syntax in bbcode.htmlrxu2017-08-151-1/+3
| |/ / / | | | | | | | | | | | | PHPBB3-15323
* | | | Merge pull request #4906 from rxu/ticket/15327Máté Bartus2017-09-071-1/+1
|\ \ \ \ | | | | | | | | | | [ticket/15327] Add post anchor to the log postlink
| * | | | [ticket/15327] Add post anchor to the log postlinkrxu2017-08-171-1/+1
| |/ / / | | | | | | | | | | | | PHPBB3-15327
* | | | Merge pull request #4918 from kasimi/ticket/15328Máté Bartus2017-09-074-7/+36
|\ \ \ \ | | | | | | | | | | [ticket/15328] Disable checkbox if notification method isn't supported
| * | | | [ticket/15328] Use type_interfacekasimi2017-09-073-9/+15
| | | | | | | | | | | | | | | | | | | | PHPBB3-15328
| * | | | [ticket/15328] Disable checkbox if notification method isn't supportedkasimi2017-08-244-7/+30
| |/ / / | | | | | | | | | | | | PHPBB3-15328
* | | | Merge pull request #4924 from rubencm/ticket/15346Máté Bartus2017-09-071-0/+8
|\ \ \ \ | | | | | | | | | | [ticket/15346] Check if extension is enableable during install
| * | | | [ticket/15346] Add log message if extension is not enableableRubén Calvo2017-09-051-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15346
| * | | | [ticket/15346] Check if extension is enableable during installRubén Calvo2017-09-031-0/+7
| |/ / / | | | | | | | | | | | | PHPBB3-15346
* | | | [ticket/15349] Return 1 instead of 2 in case of errorRubén Calvo2017-09-071-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15346
* | | | [ticket/15349] Check if extension is enableable before enableRubén Calvo2017-09-071-0/+7
| | | | | | | | | | | | | | | | PHPBB3-15346
* | | | [ticket/15348] Ignore smilies that are immediately followed by a wordJoshyPHP2017-09-061-0/+3
|/ / / | | | | | | | | | PHPBB3-15348
* | | Merge pull request #4877 from JoshyPHP/ticket/15291Marc Alexander2017-08-131-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/15291] Allow short array notation in event declarations
| * | | [ticket/15291] Allow short array notation in event declarationsJoshyPHP2017-07-221-1/+1
| | |/ | |/| | | | | | | PHPBB3-15291
* | | [ticket/15319] Add IF EXISTS to Postgres DROP SEQUENCE querySerge Skripchuk2017-08-132-2/+2
| | |
* | | Merge pull request #4861 from v12mike/PHPBB3-15247Tristan Darricau2017-08-061-0/+70
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [PHPBB3-15247] Add support for php v7 APCu cache API * github.com:phpbb/phpbb: [PHPBB3-15247] Add support for php v7 APCu cache API
| * | | [PHPBB3-15247] Add support for php v7 APCu cache APIv12mike2017-06-261-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new cache driver apcu.php (based closely on existing APC cache driver) Add new unit test apcu_driver_test.php for the new driver Update RUNNING_TESTS.md to clarify requirements for apc, apcu and apc_bc extensions and add a couple of general hints to RUNNING_TESTS.md PHPBB3-15247
* | | | [ticket/15303] Correctly refer to $memcached and not $memcacheabyssmedia2017-08-051-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15303
* | | | [ticket/15293] Prevent continuing to database update on incomplete file updateMarc Alexander2017-07-234-11/+54
| |/ / |/| | | | | | | | PHPBB3-15293
* | | [prep-release-3.2.1] Add missing .htaccess fileMarc Alexander2017-07-161-0/+33
| | |
* | | Merge branch 'prep-release-3.1.11' into prep-release-3.2.1Marc Alexander2017-07-162-0/+57
|\ \ \ | | |/ | |/|
| * | [prep-release-3.1.11] Add migration for 3.1.11Marc Alexander2017-07-161-0/+36
| | |
| * | Merge pull request #38 from phpbb/ticket/security/210Marc Alexander2017-07-162-2/+15
| |\ \ | | | | | | | | | | | | [ticket/security/210] Prevent using IP addresses or ports for remote avatar
| * \ \ Merge pull request #32 from phpbb/ticket/security-203Marc Alexander2017-07-161-0/+108
| |\ \ \ | | | | | | | | | | | | | | | [ticket/security-203] Fully validate version check data in version helper
| * \ \ \ Merge pull request #29 from phpbb/ticket/security-181Marc Alexander2017-07-163-0/+99
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/security-181] Harden protection of migrations files and other directories
| * \ \ \ \ Merge pull request #36 from phpbb/ticket/security/124Marc Alexander2017-07-161-0/+21
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/security/124] Filter out disallowed search query items
| | * | | | | [ticket/security/124] Filter out disallowed search query itemsMarc Alexander2017-06-181-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-124
* | | | | | | Merge pull request #4864 from lavigor/ticket/15259Marc Alexander2017-07-161-22/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15259] Fatal error on SQLite/Oracle database update
| * | | | | | | [ticket/15259] Fatal error on SQLite/Oracle database updatelavigor2017-07-011-22/+14
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | PHPBB3-15259
* | | | | | | Merge pull request #4865 from JoshyPHP/ticket/15261Marc Alexander2017-07-161-4/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15261] Fix censoring HTML tags
| * | | | | | | [ticket/15261] Fix censoring HTML tagsJoshyPHP2017-07-031-4/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-15261
* | | | | | | [prep-release-3.2.1] Add migration for 3.2.1Marc Alexander2017-07-161-0/+37
| | | | | | |
* | | | | | | Merge pull request #39 from phpbb/ticket/security/210-rheaMarc Alexander2017-07-162-2/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/security/210] Prevent using IP addresses or ports for remote avatar -- Rhea
| * \ \ \ \ \ \ Merge branch 'ticket/security/210' into ticket/security/210-rheaMarc Alexander2017-07-102-4/+4
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |