aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [ticket/15883] Use the new language objectbattye2018-11-292-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the new ->lang() format. Made the username comparison case insensitive. Also fixed a bug where the return to previous page link in the UCP was going back to the list of groups rather than the specific manage group page when an error occurred. PHPBB3-15883
| * | | | [ticket/15883] Add error for invalid usernames being added to a groupbattye2018-11-263-4/+42
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the ACP and the UCP so that when bulk adding users to a group, if invalid usernames are submitted alongside valid usernames then a message will be displayed to inform the user what the invalid usernames are. PHPBB3-15883
* | | | Merge pull request #5468 from senky/ticket/15898Marc Alexander2018-12-271-2/+14
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15898] Add core.ucp_pm_compose_template
| * | | | [ticket/15898] Add core.ucp_pm_compose_templateJakub Senko2018-12-031-2/+14
| | |/ / | |/| | | | | | | | | | PHPBB3-15898
* | | | Merge pull request #5481 from kasimi/ticket/15910-3.2.xMarc Alexander2018-12-2414-34/+34
|\ \ \ \ | |_|_|/ |/| | | | | | | [ticket/15910] Pass object arguments by reference implicitly
| * | | [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-1214-34/+34
| | | | | | | | | | | | | | | | PHPBB3-15910
* | | | Merge branch 'prep-release-3.2.5' into 3.2.xMarc Alexander2018-12-223-10/+37
|\ \ \ \ | |/ / / |/| | |
| * | | [prep-release-3.2.5] Update version numbers to 3.2.5Marc Alexander2018-12-191-1/+1
| | | |
| * | | [ticket/15911] Prevent errors when trying to delete from non-existent tablesMarc Alexander2018-12-181-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This can happen when migrating to the latest version from versions before 3.0.14. PHPBB3-15911
| * | | [ticket/15893] Pass needed language class directly to format quoteMarc Alexander2018-12-022-8/+13
| | | | | | | | | | | | | | | | PHPBB3-15893
* | | | [3.2.x] Update versions to 3.2.6-devMarc Alexander2018-12-011-1/+1
|/ / /
* | | [prep-release-3.2.5] Update version numbers for 3.2.5-RC1Marc Alexander2018-11-291-1/+1
| | |
* | | Merge pull request #5449 from senky/ticket/15878Marc Alexander2018-11-281-0/+3
|\ \ \ | | | | | | | | | | | | [ticket/15878] Add attachments to ucp_pm_view_message
| * | | [ticket/15878] Add attachments to ucp_pm_view_messageJakub Senko2018-11-191-0/+3
| |/ / | | | | | | | | | PHPBB3-15878
* | | Merge pull request #5443 from toxyy/ticket/15872Marc Alexander2018-11-281-2/+5
|\ \ \ | |_|/ |/| | | | | [ticket/15872] Add show_user_activity to display_user_activity_modify_actives
| * | [ticket/15872] Add show_user_activity to display_user_activity_modify_activesAlec2018-11-121-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Add config option for toggling most active forum & topic in the user profile. A bool was added to display_user_activity_modify_actives to achieve this. PHPBB3-15872
* | | [ticket/15881] Reset login keys for account reactivation after password updaterxu2018-11-241-0/+2
| | | | | | | | | | | | PHPBB3-15881
* | | 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 #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-116-101/+29
|\ \ \ | |/ / |/| |
| * | [prep-release-3.2.4] Update version numbers for 3.2.4 releaseMarc Alexander2018-11-101-1/+1
| | |
| * | Merge pull request #42 from phpbb/ticket/security/227Marc Alexander2018-11-104-98/+26
| |\ \ | | | | | | | | | | | | [ticket/security/227] Replace ImageMagick support with thumbnail event
| | * | [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-041-10/+0
| | | | | | | | | | | | | | | | SECURITY-227
| | * | [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-234-90/+28
| | | | | | | | | | | | | | | | 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-281-1/+1
|/ / / /
* | | | [prep-release-3.2.4] Update versions for 3.2.4-RC1Marc Alexander2018-10-281-1/+1
| | | |
* | | | Merge pull request #4223 from senky/ticket/10432Marc Alexander2018-10-281-53/+63
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/10432] Don't require username when user forgets password
| * | | [ticket/10432] Fix errors and address privacy concernJakub Senko2018-10-281-21/+12
| | | | | | | | | | | | | | | | PHPBB3-10432
| * | | [ticket/10432] Fix for SQLiteJakub Senko2018-10-231-2/+3
| | | | | | | | | | | | | | | | PHPBB3-10432
| * | | [ticket/10432] Don't require username when user forgets passwordJakub Senko2018-10-181-52/+70
| | |/ | |/| | | | | | | PHPBB3-10432
* | | Merge pull request #5415 from senky/ticket/15838Marc Alexander2018-10-281-0/+24
|\ \ \ | | | | | | | | | | | | [ticket/15838] Add core.ucp_register_register_after
| * | | [ticket/15838] Add core.ucp_register_register_afterJakub Senko2018-10-151-0/+24
| |/ / | | | | | | | | | PHPBB3-15838
* | | Merge pull request #5416 from senky/ticket/15839Marc Alexander2018-10-281-3/+20
|\ \ \ | | | | | | | | | | | | [ticket/15839] Add core.ucp_login_link_template_after
| * | | [ticket/15839] Add core.ucp_login_link_template_afterJakub Senko2018-10-221-3/+20
| |/ / | | | | | | | | | PHPBB3-15839
* | | Merge pull request #5414 from senky/ticket/15837Marc Alexander2018-10-281-0/+26
|\ \ \ | | | | | | | | | | | | [ticket/15837] Add core.ucp_register_welcome_email_before
| * | | [ticket/15837] Add core.ucp_register_welcome_email_beforeJakub Senko2018-10-151-0/+26
| |/ / | | | | | | | | | PHPBB3-15837
* | | Merge pull request #5407 from senky/ticket/15832Marc Alexander2018-10-281-0/+11
|\ \ \ | | | | | | | | | | | | [ticket/15832] Add core.acp_users_avatar_sql event
| * | | [ticket/15832] Add core.acp_users_avatar_sql eventJakub Senko2018-10-081-0/+11
| | | | | | | | | | | | | | | | PHPBB3-15832
* | | | Merge pull request #5406 from senky/ticket/15831Marc Alexander2018-10-281-0/+11
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15831] Add core.acp_users_modify_signature_sql_ary event