Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | [ticket/15290] Add core.text_formatter_s9e_configure_finalize event | JoshyPHP | 2017-07-22 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15290 | |||||
* | | | | | | | | Merge pull request #4885 from JoshyPHP/ticket/15301 | Máté Bartus | 2017-09-09 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | [ticket/15301] Set quotes' nesting limit when configuring a parser | |||||
| * | | | | | | | [ticket/15301] Remove quote limits when creating a parser | JoshyPHP | 2017-08-24 | 1 | -0/+5 | |
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | PHPBB3-15301 | |||||
* | | | | | | | Merge pull request #4932 from Nicofuma/ticket/15351 | Máté Bartus | 2017-09-09 | 2 | -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 Darricau | 2017-09-08 | 2 | -3/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15351 | |||||
* | | | | | | | Merge branch '3.1.x' into 3.2.x | Oliver Schramm | 2017-09-08 | 2 | -6/+6 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | | | ||||||
| * | | | | | [ticket/15347] Fix query quotes in update hashes cli command | Marc Alexander | 2017-09-08 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15347 | |||||
| * | | | | | [ticket/15347] Use single quotes in update hashes query | Marc Alexander | 2017-09-07 | 1 | -3/+3 | |
| | |_|_|/ | |/| | | | | | | | | | | | | | PHPBB3-15347 | |||||
* | | | | | Merge pull request #4902 from MoleDJ/patch-1 | Máté Bartus | 2017-09-07 | 1 | -0/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | [ticket/15320] Redis cache does not save keys withouth expiration | |||||
| * | | | | | [ticket/15320] Fix to accomplish coding guidelines | Jagoba Los Arcos | 2017-08-14 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | [ticket/15320] Redis cache does not save keys withouth expiration | Jagoba Los Arcos | 2017-08-13 | 1 | -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/15323 | Máté Bartus | 2017-09-07 | 1 | -1/+3 | |
|\ \ \ \ \ | | | | | | | | | | | | | [ticket/15323] Allow Twig syntax in bbcode.html | |||||
| * | | | | | [ticket/15323] Allow Twig syntax in bbcode.html | rxu | 2017-08-15 | 1 | -1/+3 | |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-15323 | |||||
* | | | | | Merge pull request #4906 from rxu/ticket/15327 | Máté Bartus | 2017-09-07 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | [ticket/15327] Add post anchor to the log postlink | |||||
| * | | | | | [ticket/15327] Add post anchor to the log postlink | rxu | 2017-08-17 | 1 | -1/+1 | |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-15327 | |||||
* | | | | | Merge pull request #4918 from kasimi/ticket/15328 | Máté Bartus | 2017-09-07 | 4 | -7/+36 | |
|\ \ \ \ \ | | | | | | | | | | | | | [ticket/15328] Disable checkbox if notification method isn't supported | |||||
| * | | | | | [ticket/15328] Use type_interface | kasimi | 2017-09-07 | 3 | -9/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15328 | |||||
| * | | | | | [ticket/15328] Disable checkbox if notification method isn't supported | kasimi | 2017-08-24 | 4 | -7/+30 | |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-15328 | |||||
* | | | | | Merge pull request #4924 from rubencm/ticket/15346 | Máté Bartus | 2017-09-07 | 1 | -0/+8 | |
|\ \ \ \ \ | | | | | | | | | | | | | [ticket/15346] Check if extension is enableable during install | |||||
| * | | | | | [ticket/15346] Add log message if extension is not enableable | Rubén Calvo | 2017-09-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15346 | |||||
| * | | | | | [ticket/15346] Check if extension is enableable during install | Rubén Calvo | 2017-09-03 | 1 | -0/+7 | |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-15346 | |||||
* | | | | | [ticket/15349] Return 1 instead of 2 in case of error | Rubén Calvo | 2017-09-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15346 | |||||
* | | | | | [ticket/15349] Check if extension is enableable before enable | Rubén Calvo | 2017-09-07 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15346 | |||||
* | | | | | [ticket/15348] Ignore smilies that are immediately followed by a word | JoshyPHP | 2017-09-06 | 1 | -0/+3 | |
|/ / / / | | | | | | | | | | | | | PHPBB3-15348 | |||||
* | | | | Merge pull request #4877 from JoshyPHP/ticket/15291 | Marc Alexander | 2017-08-13 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15291] Allow short array notation in event declarations | |||||
| * | | | | [ticket/15291] Allow short array notation in event declarations | JoshyPHP | 2017-07-22 | 1 | -1/+1 | |
| | |/ / | |/| | | | | | | | | | | PHPBB3-15291 | |||||
* | | | | [ticket/15319] Add IF EXISTS to Postgres DROP SEQUENCE query | Serge Skripchuk | 2017-08-13 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Merge pull request #4861 from v12mike/PHPBB3-15247 | Tristan Darricau | 2017-08-06 | 1 | -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 API | v12mike | 2017-06-26 | 1 | -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 $memcache | abyssmedia | 2017-08-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15303 | |||||
* | | | | | [ticket/15293] Prevent continuing to database update on incomplete file update | Marc Alexander | 2017-07-23 | 4 | -11/+54 | |
| |/ / / |/| | | | | | | | | | | | PHPBB3-15293 | |||||
* | | | | [prep-release-3.2.1] Add missing .htaccess file | Marc Alexander | 2017-07-16 | 1 | -0/+33 | |
| | | | | ||||||
* | | | | Merge branch 'prep-release-3.1.11' into prep-release-3.2.1 | Marc Alexander | 2017-07-16 | 2 | -0/+57 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | [prep-release-3.1.11] Add migration for 3.1.11 | Marc Alexander | 2017-07-16 | 1 | -0/+36 | |
| | | | | ||||||
| * | | | Merge pull request #38 from phpbb/ticket/security/210 | Marc Alexander | 2017-07-16 | 2 | -2/+15 | |
| |\ \ \ | | | | | | | | | | | | | | | | [ticket/security/210] Prevent using IP addresses or ports for remote avatar | |||||
| * \ \ \ | Merge pull request #32 from phpbb/ticket/security-203 | Marc Alexander | 2017-07-16 | 1 | -0/+108 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/security-203] Fully validate version check data in version helper | |||||
| * \ \ \ \ | Merge pull request #29 from phpbb/ticket/security-181 | Marc Alexander | 2017-07-16 | 3 | -0/+99 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/security-181] Harden protection of migrations files and other directories | |||||
| * \ \ \ \ \ | Merge pull request #36 from phpbb/ticket/security/124 | Marc Alexander | 2017-07-16 | 1 | -0/+21 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/security/124] Filter out disallowed search query items | |||||
| | * | | | | | | [ticket/security/124] Filter out disallowed search query items | Marc Alexander | 2017-06-18 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-124 | |||||
* | | | | | | | | Merge pull request #4864 from lavigor/ticket/15259 | Marc Alexander | 2017-07-16 | 1 | -22/+14 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15259] Fatal error on SQLite/Oracle database update | |||||
| * | | | | | | | | [ticket/15259] Fatal error on SQLite/Oracle database update | lavigor | 2017-07-01 | 1 | -22/+14 | |
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15259 | |||||
* | | | | | | | | Merge pull request #4865 from JoshyPHP/ticket/15261 | Marc Alexander | 2017-07-16 | 1 | -4/+2 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15261] Fix censoring HTML tags | |||||
| * | | | | | | | | [ticket/15261] Fix censoring HTML tags | JoshyPHP | 2017-07-03 | 1 | -4/+2 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15261 | |||||
* | | | | | | | | [prep-release-3.2.1] Add migration for 3.2.1 | Marc Alexander | 2017-07-16 | 1 | -0/+37 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #39 from phpbb/ticket/security/210-rhea | Marc Alexander | 2017-07-16 | 2 | -2/+15 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/security/210] Prevent using IP addresses or ports for remote avatar -- Rhea | |||||
| * \ \ \ \ \ \ \ | Merge branch 'ticket/security/210' into ticket/security/210-rhea | Marc Alexander | 2017-07-10 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| | * | | | | | | | [ticket/security/210] Adjust regex and add tests for IPv6 | Marc Alexander | 2017-07-10 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-210 | |||||
| * | | | | | | | | Merge branch 'ticket/security/210' into ticket/security/210-rhea | Marc Alexander | 2017-07-09 | 2 | -2/+15 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | / / / / / / | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | [ticket/security/210] Prevent using IP addresses or ports for remote avatar | Marc Alexander | 2017-07-09 | 2 | -2/+15 | |
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | SECURITY-210 | |||||
* | | | | | | | Merge pull request #35 from phpbb/ticket/security-203-rhea | Marc Alexander | 2017-07-16 | 1 | -0/+109 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/security-203] Fully validate version check data in version helper -- Rhea |