aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15889] Add core.memberlist_modify_memberrow_sql3D-I2018-11-301-1/+1
| | | | | | fix select all on users table PHPBB3-15889
* [ticket/15889] Add core.memberlist_modify_memberrow_sql3D-I2018-11-301-14/+13
| | | | | | That's it. PHPBB3-15889
* [ticket/15889] Add core.memberlist_modify_memberrow_sql3D-I2018-11-301-1/+3
| | | | PHPBB3-15889
* [ticket/15889] Add core.memberlist_modify_memberrow_sql3D-I2018-11-301-2/+2
| | | | PHPBB3-15889
* [ticket/15889] Add core.memberlist_modify_memberrow_sql3D-I2018-11-301-4/+2
| | | | PHPBB3-15889
* [ticket/15889] Add core.memberlist_modify_memberrow_sql3D-I2018-11-301-10/+38
| | | | PHPBB3-15889
* 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 #5432 from 3D-I/ticket/15859Marc Alexander2018-11-251-0/+14
|\ \ | | | | | | | | | [ticket/15859] Add core.viewforum_modify_topic_ordering
| * | [ticket/15859] Add core.viewforum_modify_topic_ordering3D-I2018-11-181-1/+1
| | | | | | | | | | | | PHPBB3-15859
| * | [ticket/15859] Add core.viewforum_modify_topic_ordering3D-I2018-11-111-1/+1
| | | | | | | | | | | | PHPBB3-15859
| * | [ticket/15859] Add core.viewforum_modify_topic_ordering3D-I2018-10-291-0/+14
| | | | | | | | | | | | PHPBB3-15859
* | | [ticket/15881] Reset login keys for account reactivation after password updaterxu2018-11-241-0/+2
| | | | | | | | | | | | PHPBB3-15881
* | | 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
* | | Merge pull request #5445 from 3D-I/ticket/15873Marc Alexander2018-11-181-2/+31
|\ \ \ | | | | | | | | | | | | [ticket/15873] Add core.mcp_report_template_data
| * | | [ticket/15873] Add core.mcp_report_template_data3D-I2018-11-181-2/+31
| | | | | | | | | | | | | | | | PHPBB3-15873
* | | | Merge pull request #5441 from 3D-I/ticket/15870Marc Alexander2018-11-181-0/+14
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15870] Add core.viewtopic_modify_forum_id
| * | | | [ticket/15870] Add core.viewtopic_modify_forum_id3D-I2018-11-181-0/+14
| |/ / / | | | | | | | | | | | | PHPBB3-15870
* | | | Merge pull request #5436 from 3D-I/ticket/15863Marc Alexander2018-11-181-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15863] Add core.viewforum_modify_sort_direction
| * | | | [ticket/15863] Add core.viewforum_modify_sort_direction3D-I2018-11-181-0/+12
| |/ / / | | | | | | | | | | | | PHPBB3-15863
* | | | Merge pull request #5442 from rxu/ticket/15871Marc Alexander2018-11-181-2/+6
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/15871] Fix PHP 7.1+ warning in ACP extensions module
| * | | [ticket/15871] Add $php_ini to the class properties listrxu2018-11-151-0/+1
| | | | | | | | | | | | | | | | PHPBB3-15871
| * | | [ticket/15871] Use php_ini servicerxu2018-11-111-2/+5
| | | | | | | | | | | | | | | | PHPBB3-15871
| * | | [ticket/15871] Fix PHP 7.1+ warning in ACR extensions modulerxu2018-11-111-1/+1
| |/ / | | | | | | | | | PHPBB3-15871
* | | [ticket/15875] Fix PHP fatal error on BBCode parsingrxu2018-11-182-2/+11
| | | | | | | | | | | | PHPBB3-15875
* | | Merge branch 'prep-release-3.2.4' into 3.2.xMarc Alexander2018-11-1121-215/+113
|\ \ \ | |/ / |/| |
| * | [prep-release-3.2.4] Correctly specify dependenciesMarc Alexander2018-11-113-3/+3
| | |
| * | [prep-release-3.2.4] Update changelog for 3.2.4 releaseMarc Alexander2018-11-101-0/+11
| | |
| * | [prep-release-3.2.4] Add migration for 3.2.4Marc Alexander2018-11-104-0/+41
| | |
| * | [prep-release-3.2.4] Update version numbers for 3.2.4 releaseMarc Alexander2018-11-103-3/+3
| | |
| * | Merge pull request #42 from phpbb/ticket/security/227Marc Alexander2018-11-1013-211/+57
| |\ \ | | | | | | | | | | | | [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] Change thumbnail_created event version to 3.2.4Derky2018-11-041-1/+1
| | | | | | | | | | | | | | | | SECURITY-227
| | * | [ticket/security/227] Remove "no thumbnail support" messageDerky2018-11-043-17/+0
| | | | | | | | | | | | | | | | SECURITY-227
| | * | [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-2312-197/+60
| | | | | | | | | | | | | | | | SECURITY-227
| * | | Merge pull request #5434 from rubencm/ticket/15860Marc Alexander2018-11-102-3/+3
| |\ \ \ | | | | | | | | | | | | | | | [ticket/15860] Fix format of backup files
| | * | | [ticket/15860] Unique_id() return 16 characters againRuben Calvo2018-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15860
| | * | | [ticket/15860] Fix regexpRuben Calvo2018-10-301-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-15860
| | * | | [ticket/15860] Limit regexp to expected formatsMarc Alexander2018-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15860
| | * | | [ticket/15860] Fix format of backup filesRuben Calvo2018-10-302-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-15860
* | | | | [3.2.x] Update versions to 3.2.5-devMarc Alexander2018-10-282-2/+2
|/ / / /
* | | | [prep-release-3.2.4] Update changelog for 3.2.4-RC1Marc Alexander2018-10-281-0/+113
| | | |
* | | | [prep-release-3.2.4] Add migration for 3.2.4-RC1Marc Alexander2018-10-281-0/+36
| | | |
* | | | [prep-release-3.2.4] Update versions for 3.2.4Marc Alexander2018-10-282-3/+3
| | | |
* | | | [prep-release-3.2.4] Update versions for 3.2.4-RC1Marc Alexander2018-10-283-3/+3
| | | |
* | | | Merge pull request #4223 from senky/ticket/10432Marc Alexander2018-10-284-60/+74
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/10432] Don't require username when user forgets password
| * | | [ticket/10432] Improve PASSWORD_UPDATED_IF_EXISTED langJakub Senko2018-10-281-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10432