aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5488 from marc1706/ticket/15921chita2018-12-292-15/+18
|\ | | | | | | [ticket/15921] Update textformattter to 1.3.2
| * [ticket/15921] Use backward compatible template for emojisJoshyPHP2018-12-291-1/+8
| | | | | | | | PHPBB3-15921
| * [ticket/15921] Use twemojiMarc Alexander2018-12-261-0/+1
| | | | | | | | PHPBB3-15921
| * [ticket/15921] Updated dependencies to latest textformatterJoshyPHP2018-12-261-15/+10
| | | | | | | | PHPBB3-15921
* | Merge pull request #5359 from Elsensee/ticket/15509Marc Alexander2018-12-271-1/+1
|\ \ | |/ |/| | | [ticket/15509] Don't show disabled board when in install
| * [ticket/15509] Don't show disabled board when in installOliver Schramm2018-09-151-1/+1
| | | | | | | | PHPBB3-15509
* | Merge pull request #5456 from nunoplopes/ticket/15876Marc Alexander2018-12-241-2/+1
|\ \ | | | | | | | | | [ticket/15876] MySQL 5.7+ support for Q&A captcha plugin
| * | [ticket/15876] MySQL 5.7+ support for Q&A captch pluginNuno Lopes2018-11-241-2/+1
| | | | | | | | | | | | PHPBB3-15876
* | | Merge pull request #5481 from kasimi/ticket/15910-3.2.xMarc Alexander2018-12-246-10/+10
|\ \ \ | | | | | | | | | | | | [ticket/15910] Pass object arguments by reference implicitly
| * | | [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-126-10/+10
| | | | | | | | | | | | | | | | PHPBB3-15910
* | | | Merge pull request #5479 from kasimi/ticket/15904Marc Alexander2018-12-231-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15904] Fix counting empty template blocks
| * | | | [ticket/15904] Fix counting empty template blockskasimi2018-12-081-1/+2
| |/ / / | | | | | | | | | | | | PHPBB3-15904
* | | | [prep-release-3.2.5] Add 3.2.5 migrationMarc Alexander2018-12-191-0/+38
| | | |
* | | | Merge pull request #43 from phpbb/security/229Marc Alexander2018-12-191-0/+37
|\ \ \ \ | | | | | | | | | | | | | | | [security/229] Update jQuery to 1.12.4
| * | | | [security/229] Adjust effectively_installed on jquery update migrationMarc Alexander2018-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | SECURITY-229
| * | | | [security/229] Update jQuery CDN linkMarc Alexander2018-12-091-0/+37
| |/ / / | | | | | | | | | | | | SECURITY-229
* | | | [ticket/15911] Add missing bracesMarc Alexander2018-12-181-0/+2
| | | | | | | | | | | | | | | | PHPBB3-15911
* | | | [ticket/15911] Resolve warnings when updating from 3.0.0 to latestMarc Alexander2018-12-182-3/+6
|/ / / | | | | | | | | | PHPBB3-15911
* | | [prep-release-3.2.5] Add 3.2.5-RC1 migrationMarc Alexander2018-11-291-0/+36
| | |
* | | Merge pull request #5450 from hubaishan/ticket/15665Marc Alexander2018-11-261-0/+8
|\ \ \ | |/ / |/| | | | | [ticket/15665] Fix MSSQL crashes if upload dir>2GB
| * | [ticket/15665] fix double semicolonhubaishan2018-11-201-1/+1
| | | | | | | | | | | | PHPBB3-15665
| * | [ticket/15665] Fix MSSQL crashes if upload dir>2GBhubaishan2018-11-201-0/+8
| | | | | | | | | | | | | | | | | | Add cast_expr_to_bigint() to mssql_base PHPBB3-15665
* | | Merge pull request #5433 from marc1706/ticket/15542Marc Alexander2018-11-201-1/+6
|\ \ \ | |/ / |/| | | | | [ticket/15542] Always append assets versions to assets
| * | [ticket/15542] Only add assets version for relative pathsMarc Alexander2018-10-291-0/+5
| | | | | | | | | | | | PHPBB3-15542
| * | [ticket/15542] Always append assets versions to assetsMarc Alexander2018-10-291-1/+1
| | | | | | | | | | | | PHPBB3-15542
* | | [prep-release-3.2.4] Correctly specify dependenciesMarc Alexander2018-11-113-3/+3
| | |
* | | [prep-release-3.2.4] Add migration for 3.2.4Marc Alexander2018-11-104-0/+41
| | |
* | | Merge pull request #42 from phpbb/ticket/security/227Marc Alexander2018-11-103-93/+31
|\ \ \ | |/ / |/| | | | | [ticket/security/227] Replace ImageMagick support with thumbnail event
| * | [ticket/security/227] Change migration depends_on to 3.2.4-RC1Derky2018-11-041-1/+1
| | | | | | | | | | | | SECURITY-227
| * | [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-233-93/+31
| | | | | | | | | | | | SECURITY-227
* | | [prep-release-3.2.4] Add migration for 3.2.4-RC1Marc Alexander2018-10-281-0/+36
| | |
* | | Merge pull request #5408 from senky/ticket/15833Marc Alexander2018-10-281-1/+22
|\ \ \ | | | | | | | | | | | | [ticket/15833] Add core.avatar_manager_avatar_delete_after event
| * | | [ticket/15833] Add core.avatar_manager_avatar_delete_after eventJakub Senko2018-10-281-1/+22
| | | | | | | | | | | | | | | | PHPBB3-15833
* | | | Merge pull request #5395 from hubaishan/ticket/15817Marc Alexander2018-10-281-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15817] Fix installtion failed with Oracle
| * | | | [ticket/15817] Fix installtion failed with Oraclehubaishan2018-10-011-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | Fix installtion failed with Oracle PHPBB3-15817
* | | | Merge pull request #5420 from senky/ticket/15850Marc Alexander2018-10-272-23/+10
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/15850] Fix "Duplicate entry" for notification types
| * | | [ticket/15850] Fix "Duplicate entry" for notification typesJakub Senko2018-10-182-23/+10
| | | | | | | | | | | | | | | | PHPBB3-15850
* | | | Merge pull request #5403 from Elsensee/ticket/14812Marc Alexander2018-10-201-9/+14
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14812] Prune shadow topics during system cron too
| * | | | [ticket/14812] Prune shadow topics during system cron tooOliver Schramm2018-10-041-9/+14
| | |/ / | |/| | | | | | | | | | PHPBB3-14812
* | | | Merge pull request #5320 from rxu/ticket/15755Marc Alexander2018-10-201-4/+52
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/15755] Fix event vars in /phpbb/attachment/delete.php
| * | | [ticket/15755] Fix event vars in /phpbb/attachment/delete.phprxu2018-08-121-4/+52
| | | | | | | | | | | | | | | | PHPBB3-15755
* | | | Merge pull request #5386 from senky/ticket/15809Marc Alexander2018-10-101-9/+2
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15809] Allow twig syntax for template events
| * | | | [ticket/15809] Allow twig syntax for template eventsJakub Senko2018-09-301-9/+2
| | |/ / | |/| | | | | | | | | | PHPBB3-15809
* | | | Merge pull request #5326 from rubencm/ticket/15762Marc Alexander2018-10-091-0/+37
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15762] Update type for forum_topics_per_page
| * | | | [ticket/15762] Update migration dependencyrubencm2018-10-081-1/+1
| | | | | | | | | | | | | | | PHPBB3-15762
| * | | | [ticket/15762] Update type for forum_topics_per_pageRubén Calvo2018-08-301-0/+37
| | |/ / | |/| | | | | | | | | | PHPBB3-15762
* | | | Merge pull request #5355 from marc1706/ticket/15770Marc Alexander2018-10-081-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15770] Make sure sphinx limits are cast to int
| * | | | [ticket/15770] Make sure sphinx limits are cast to intMarc Alexander2018-09-141-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15770
* | | | | Merge pull request #5341 from senky/ticket/15742Marc Alexander2018-10-083-81/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15742] Remove get_magic_quotes_gpc() call
| * | | | | [ticket/15742] Remove addslashes_recursively()Jakub Senko2018-09-132-35/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15742