| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/10809] Remove MSSQL support | Jakub Senko | 2016-08-02 | 5 | -6/+0 |
| | | | | | PHPBB3-10809 | ||||
| * | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-08-01 | 1 | -7/+17 |
| |\ | |||||
| | * | [ticket/14721] Avoid renaming deleted users | Oliver Schramm | 2016-08-01 | 1 | -7/+17 |
| | | | | | | | | | PHPBB3-14721 | ||||
| * | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-07-17 | 1 | -1/+11 |
| |\ \ | |/ | |||||
| | * | [ticket/14713] Add core event to the admin function get_forum_list() | rxu | 2016-07-17 | 1 | -1/+11 |
| | | | | | | | | | PHPBB3-14713 | ||||
| * | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-07-16 | 1 | -9/+22 |
| |\ \ | |/ | |||||
| | * | Merge pull request #4374 from TheKigen/ticket/14616 | Marc Alexander | 2016-07-16 | 1 | -9/+22 |
| | |\ | | | | | | | | | | [ticket/14616] Fixed auto-prune failing on large forums | ||||
| | | * | [ticket/14616] Switch prune limit to sql_query_limit instead of sql_and | Max Krivanek | 2016-07-06 | 1 | -7/+2 |
| | | | | | | | | | | | | | PHPBB3-14616 | ||||
| | | * | [ticket/14616] Added comma expected by test scripts. | Max Krivanek | 2016-07-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-14616 | ||||
| | | * | [ticket/14616] Added prune_limit to event core.prune_sql | Max Krivanek | 2016-06-28 | 1 | -1/+11 |
| | | | | | | | | | | | | | PHPBB3-14616 | ||||
| | | * | [ticket/14616] Removed misplaced tab. | Max Krivanek | 2016-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-14616 | ||||
| | | * | [ticket/14616] Fixed auto-prune failing on large forums | Max Krivanek | 2016-06-27 | 1 | -6/+14 |
| | | | | | | | | | | | | | PHPBB3-14616 | ||||
| * | | | [ticket/14709] add post_id to mod log | Wesley Fok | 2016-07-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Add the missing post_id value to the moderator log entry created upon deleting one or more posts in the MCP topic view. PHPBB3-14709 | ||||
| * | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-07-07 | 1 | -1/+1 |
| |\ \ \ | |/ / | | | | | | | | | | | | | Conflicts: phpBB/install/install_install.php phpBB/language/en/install.php | ||||
| | * | | Merge pull request #4342 from Senky/ticket/14654 | Marc Alexander | 2016-07-07 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | | | | | [ticket/14654] Change Imagemagick to ImageMagick | ||||
| | | * | | [ticket/14654] Change Imagemagick to ImageMagick | Jakub Senko | 2016-06-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-14654 | ||||
| * | | | | Merge pull request #4375 from bantu/ticket/14692 | Marc Alexander | 2016-07-06 | 1 | -1/+0 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/14692] Remove duplicate subexpression in questionnaire.php | ||||
| | * | | | | [ticket/14692] Remove duplicate subexpression in questionnaire.php | kilida | 2016-07-02 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subexpression `($ip_address_ary[0] == '192' && $ip_address_ary[1] == '168')` was repeated. PHPBB3-14692 | ||||
| * | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-07-06 | 1 | -1/+1 |
| |\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | |||||
| | * | | | Merge pull request #4354 from Stanzilla/smtp_explain | Marc Alexander | 2016-07-06 | 1 | -1/+1 |
| | |\ \ \ | | |_|/ | |/| | | | | | | [ticket/14184] Add a _EXPLAIN translation entry for the SMTP server option | ||||
| | | * | | [ticket/14184] Add a _EXPLAIN translation entry for the SMTP server option | Benjamin Staneck | 2016-06-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should help users trying to figure out why their mail config is not working when they forgot to use a protocol prefix. PHPBB3-14184 | ||||
| * | | | | [Release 3.2.0-RC1] Update version to 3.2.0-RC2-dev | Tristan Darricau | 2016-06-27 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'upstream/prep-release-3.2.0-RC1' into 3.2.x | Tristan Darricau | 2016-06-27 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/prep-release-3.2.0-RC1: [prep-release-3.2.0-RC1] Update changelog [prep-release-3.2.0-RC1] Add migration [prep-release-3.2.0-RC1] Update schema.json [prep-release-3.2.0-RC1] Update version to 3.2.0-RC1 | ||||
| | * | | | | [prep-release-3.2.0-RC1] Update version to 3.2.0-RC1 | Tristan Darricau | 2016-06-19 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | [ticket/14690] Create email queue cache file in the current env cache folder | rxu | 2016-06-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14690 | ||||
| * | | | | | [ticket/14660] Remove redundant empty line in ucp_profile.php | rxu | 2016-06-20 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14660 | ||||
| * | | | | | Merge pull request #4357 from rxu/ticket/14660 | Marc Alexander | 2016-06-19 | 2 | -13/+19 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14660] Fix parsing board email messages through template engine. | ||||
| | * | | | | | [ticket/14660] Fix parsing board email messages through template engine. | rxu | 2016-06-18 | 2 | -13/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14660 | ||||
| * | | | | | | Merge pull request #4356 from markshawtoronto/ticket/14680 | Marc Alexander | 2016-06-19 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/14680] Fix wrong function name being checked in mcp_queue. | ||||
| | * | | | | | | [ticket/14680] Fix wrong function name being checked in mcp_queue. | Mark Shaw | 2016-06-17 | 1 | -1/+1 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | PHPBB3-14680 | ||||
| * | | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-06-19 | 2 | -0/+18 |
| |\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | Conflicts: phpBB/language/en/install.php | ||||
| | * | | | | | Merge pull request #4281 from rmcgirr83/ticket_13716 | Marc Alexander | 2016-06-19 | 2 | -0/+18 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/13716] Check phpBB version against config version | ||||
| | | * | | | | | [ticket/13716] Fix verboseness | Richard McGirr | 2016-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13716 | ||||
| | | * | | | | | [ticket/13716] Remove extraneous blank line | RMcGirr83 | 2016-04-05 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13716 | ||||
| | | * | | | | | [ticket/13716] Check phpBB version against config version | Richard McGirr | 2016-04-05 | 2 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display a warning in the ACP if the version constant (files) does not match the phpbb_config version (often indicating that the database updates hasn't been run) PHPBB3-13716 | ||||
| * | | | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-06-19 | 1 | -0/+11 |
| |\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/includes/ucp/ucp_profile.php | ||||
| | * | | | | | | Merge pull request #4331 from Senky/ticket/13978 | Marc Alexander | 2016-06-19 | 1 | -0/+10 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13978] Add core.ucp_profile_modify_signature_sql_ary | ||||
| | | * | | | | | | [ticket/13978] Add core.ucp_profile_modify_signature_sql_ary | Jakub Senko | 2016-05-24 | 1 | -0/+10 |
| | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | PHPBB3-13978 | ||||
| * | | | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-06-19 | 1 | -0/+24 |
| |\ \ \ \ \ \ \ | |/ / / / / / | | | | | / / | |_|_|_|/ / |/| | | | | | |||||
| | * | | | | | Merge pull request #4329 from Senky/ticket/14429 | Marc Alexander | 2016-06-19 | 1 | -0/+24 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/14429] Add core.obtain_users_online_string_before_modify | ||||
| | | * | | | | | [ticket/14429] Add core.modify_users_online_string_modify | Jakub Senko | 2016-05-27 | 1 | -0/+24 |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | PHPBB3-14429 | ||||
| * | | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-06-19 | 1 | -0/+28 |
| |\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | | | Conflicts: phpBB/includes/ucp/ucp_pm_compose.php | ||||
| | * | | | | Merge pull request #4316 from rmcgirr83/ticket_14630 | Marc Alexander | 2016-06-19 | 1 | -0/+28 |
| | |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | [ticket/14630] Add event to modify pm message | ||||
| | | * | | | [ticket/14630] Rename core event | Richard McGirr | 2016-06-02 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14630 | ||||
| | | * | | | [ticket/14630] Change event name and fix capitalization | Richard McGirr | 2016-05-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14630 | ||||
| | | * | | | [ticket/14630] Add event to modify pm message | Richard McGirr | 2016-05-06 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-14630 PHPBB3-14630 | ||||
| * | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-06-13 | 1 | -5/+24 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | [ticket/14626] Event core.make_jumpbox_modify_tpl_ary | Tobi Schäfer | 2016-06-13 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14626 | ||||
| | * | | | | [ticket/14626] Event core.make_jumpbox_modify_tpl_ary | Tobi Schäfer | 2016-06-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-14626 PHPBB3-14626 | ||||
| | * | | | | [ticket/14626] Event core.make_jumpbox_modify_tpl_ary | Tobi Schäfer | 2016-06-13 | 1 | -5/+26 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14626 | ||||
