Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5479 from kasimi/ticket/15904 | Marc Alexander | 2018-12-23 | 1 | -1/+2 |
|\ | | | | | | | [ticket/15904] Fix counting empty template blocks | ||||
| * | [ticket/15904] Fix counting empty template blocks | kasimi | 2018-12-08 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-15904 | ||||
* | | [prep-release-3.2.5] Add 3.2.5 migration | Marc Alexander | 2018-12-19 | 1 | -0/+38 |
| | | |||||
* | | Merge pull request #43 from phpbb/security/229 | Marc Alexander | 2018-12-19 | 1 | -0/+37 |
|\ \ | | | | | | | | | | [security/229] Update jQuery to 1.12.4 | ||||
| * | | [security/229] Adjust effectively_installed on jquery update migration | Marc Alexander | 2018-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | SECURITY-229 | ||||
| * | | [security/229] Update jQuery CDN link | Marc Alexander | 2018-12-09 | 1 | -0/+37 |
| |/ | | | | | | | SECURITY-229 | ||||
* | | [ticket/15911] Add missing braces | Marc Alexander | 2018-12-18 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-15911 | ||||
* | | [ticket/15911] Resolve warnings when updating from 3.0.0 to latest | Marc Alexander | 2018-12-18 | 2 | -3/+6 |
|/ | | | | PHPBB3-15911 | ||||
* | [prep-release-3.2.5] Add 3.2.5-RC1 migration | Marc Alexander | 2018-11-29 | 1 | -0/+36 |
| | |||||
* | Merge pull request #5450 from hubaishan/ticket/15665 | Marc Alexander | 2018-11-26 | 1 | -0/+8 |
|\ | | | | | | | [ticket/15665] Fix MSSQL crashes if upload dir>2GB | ||||
| * | [ticket/15665] fix double semicolon | hubaishan | 2018-11-20 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-15665 | ||||
| * | [ticket/15665] Fix MSSQL crashes if upload dir>2GB | hubaishan | 2018-11-20 | 1 | -0/+8 |
| | | | | | | | | | | | | Add cast_expr_to_bigint() to mssql_base PHPBB3-15665 | ||||
* | | Merge pull request #5433 from marc1706/ticket/15542 | Marc Alexander | 2018-11-20 | 1 | -1/+6 |
|\ \ | |/ |/| | | | [ticket/15542] Always append assets versions to assets | ||||
| * | [ticket/15542] Only add assets version for relative paths | Marc Alexander | 2018-10-29 | 1 | -0/+5 |
| | | | | | | | | PHPBB3-15542 | ||||
| * | [ticket/15542] Always append assets versions to assets | Marc Alexander | 2018-10-29 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-15542 | ||||
* | | [prep-release-3.2.4] Correctly specify dependencies | Marc Alexander | 2018-11-11 | 3 | -3/+3 |
| | | |||||
* | | [prep-release-3.2.4] Add migration for 3.2.4 | Marc Alexander | 2018-11-10 | 4 | -0/+41 |
| | | |||||
* | | Merge pull request #42 from phpbb/ticket/security/227 | Marc Alexander | 2018-11-10 | 3 | -93/+31 |
|\ \ | |/ |/| | | | [ticket/security/227] Replace ImageMagick support with thumbnail event | ||||
| * | [ticket/security/227] Change migration depends_on to 3.2.4-RC1 | Derky | 2018-11-04 | 1 | -1/+1 |
| | | | | | | | | SECURITY-227 | ||||
| * | [ticket/security/227] Replace ImageMagick support with thumbnail event | Derky | 2018-10-23 | 3 | -93/+31 |
| | | | | | | | | SECURITY-227 | ||||
* | | [prep-release-3.2.4] Add migration for 3.2.4-RC1 | Marc Alexander | 2018-10-28 | 1 | -0/+36 |
| | | |||||
* | | Merge pull request #5408 from senky/ticket/15833 | Marc Alexander | 2018-10-28 | 1 | -1/+22 |
|\ \ | | | | | | | | | | [ticket/15833] Add core.avatar_manager_avatar_delete_after event | ||||
| * | | [ticket/15833] Add core.avatar_manager_avatar_delete_after event | Jakub Senko | 2018-10-28 | 1 | -1/+22 |
| | | | | | | | | | | | | PHPBB3-15833 | ||||
* | | | Merge pull request #5395 from hubaishan/ticket/15817 | Marc Alexander | 2018-10-28 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | [ticket/15817] Fix installtion failed with Oracle | ||||
| * | | | [ticket/15817] Fix installtion failed with Oracle | hubaishan | 2018-10-01 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | Fix installtion failed with Oracle PHPBB3-15817 | ||||
* | | | Merge pull request #5420 from senky/ticket/15850 | Marc Alexander | 2018-10-27 | 2 | -23/+10 |
|\ \ \ | |_|/ |/| | | | | | [ticket/15850] Fix "Duplicate entry" for notification types | ||||
| * | | [ticket/15850] Fix "Duplicate entry" for notification types | Jakub Senko | 2018-10-18 | 2 | -23/+10 |
| | | | | | | | | | | | | PHPBB3-15850 | ||||
* | | | Merge pull request #5403 from Elsensee/ticket/14812 | Marc Alexander | 2018-10-20 | 1 | -9/+14 |
|\ \ \ | | | | | | | | | | | | | [ticket/14812] Prune shadow topics during system cron too | ||||
| * | | | [ticket/14812] Prune shadow topics during system cron too | Oliver Schramm | 2018-10-04 | 1 | -9/+14 |
| | |/ | |/| | | | | | | | PHPBB3-14812 | ||||
* | | | Merge pull request #5320 from rxu/ticket/15755 | Marc Alexander | 2018-10-20 | 1 | -4/+52 |
|\ \ \ | |_|/ |/| | | | | | [ticket/15755] Fix event vars in /phpbb/attachment/delete.php | ||||
| * | | [ticket/15755] Fix event vars in /phpbb/attachment/delete.php | rxu | 2018-08-12 | 1 | -4/+52 |
| | | | | | | | | | | | | PHPBB3-15755 | ||||
* | | | Merge pull request #5386 from senky/ticket/15809 | Marc Alexander | 2018-10-10 | 1 | -9/+2 |
|\ \ \ | | | | | | | | | | | | | [ticket/15809] Allow twig syntax for template events | ||||
| * | | | [ticket/15809] Allow twig syntax for template events | Jakub Senko | 2018-09-30 | 1 | -9/+2 |
| | |/ | |/| | | | | | | | PHPBB3-15809 | ||||
* | | | Merge pull request #5326 from rubencm/ticket/15762 | Marc Alexander | 2018-10-09 | 1 | -0/+37 |
|\ \ \ | | | | | | | | | | | | | [ticket/15762] Update type for forum_topics_per_page | ||||
| * | | | [ticket/15762] Update migration dependency | rubencm | 2018-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15762 | ||||
| * | | | [ticket/15762] Update type for forum_topics_per_page | Rubén Calvo | 2018-08-30 | 1 | -0/+37 |
| | |/ | |/| | | | | | | | PHPBB3-15762 | ||||
* | | | Merge pull request #5355 from marc1706/ticket/15770 | Marc Alexander | 2018-10-08 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | [ticket/15770] Make sure sphinx limits are cast to int | ||||
| * | | | [ticket/15770] Make sure sphinx limits are cast to int | Marc Alexander | 2018-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-15770 | ||||
* | | | | Merge pull request #5341 from senky/ticket/15742 | Marc Alexander | 2018-10-08 | 3 | -81/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15742] Remove get_magic_quotes_gpc() call | ||||
| * | | | | [ticket/15742] Remove addslashes_recursively() | Jakub Senko | 2018-09-13 | 2 | -35/+0 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15742 | ||||
| * | | | | [ticket/15742] Remove get_magic_quotes_gpc() call | Jakub Senko | 2018-09-06 | 3 | -46/+0 |
| | |/ / | |/| | | | | | | | | | | PHPBB3-15742 | ||||
* | | | | Merge pull request #5215 from Zoddo/ticket/13128 | Marc Alexander | 2018-10-08 | 1 | -4/+0 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | [ticket/13128] Remove deprecated Sphinx options | ||||
| * | | | [ticket/13128] Remove deprecated Sphinx options | Zoddo | 2018-04-23 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These configuration options are deprecated: * sql_query_info (since sphinx 2.2.2; used only by the "search" command which was removed; wiki need to be updated accordingly) * max_matches (since sphinx 2.2.3; should be set in the sphinx query) * charset_type (since sphinx 2.2.2; sphinx now supports only utf-8) * compat_sphinxql_magics (since sphinx 2.2.1) PHPBB3-13128 | ||||
* | | | | [ticket/15544] Delete cache through module manager | Oliver Schramm | 2018-09-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This might fix issues with migrations since the sql cache will be purged as well. In general, this puts all the logic in one place, so that's good. PHPBB3-15544 | ||||
* | | | | Merge pull request #5319 from rubencm/ticket/15751 | Marc Alexander | 2018-09-17 | 1 | -2/+5 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15751] Fix warning when update with CLI | ||||
| * | | | | [ticket/15751] Fix warning when update with CLI | Rubén Calvo | 2018-08-09 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15751 | ||||
* | | | | | Merge pull request #5312 from senky/ticket/15541 | Marc Alexander | 2018-09-16 | 1 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15541] Explicitly explain how to add lang files in core.user_… | ||||
| * | | | | | [ticket/15541] Explicitly explain how to add lang files in core.user_setup | Jakub Senko | 2018-08-01 | 1 | -0/+3 |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-15541 | ||||
* | | | | | Merge pull request #5300 from senky/ticket/11453 | Marc Alexander | 2018-09-16 | 2 | -4/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/11453] Improve performance of notification.method.messenger_base | ||||
| * | | | | | [ticket/11453] Improve performance of notification.method.messenger_base | Jakub Senko | 2018-07-27 | 2 | -4/+6 |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-11453 |