| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/13865] Add id_ary, show_results to core.search_modify_param_before | Jakub Senko | 2016-05-22 | 1 | -0/+5 |
| | | | | | PHPBB3-13865 | ||||
| * | Merge pull request #4314 from rmcgirr83/ticket_14624 | Marc Alexander | 2016-05-15 | 1 | -0/+26 |
| |\ | | | | | | | [ticket/14624] Add event to ucp_profile in signature section | ||||
| | * | [ticket/14624] Remove whitespace | Richard McGirr | 2016-05-05 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-14624 | ||||
| | * | [ticket/14624] Fix typo and phpBB version | Richard McGirr | 2016-05-05 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-14624 | ||||
| | * | [ticket/14624] Move event so it actually works | Richard McGirr | 2016-05-05 | 1 | -13/+13 |
| | | | | | | | | | PHPBB3-14624 | ||||
| | * | [ticket/14624] Add event to ucp_profile in signature section | Richard McGirr | 2016-05-05 | 1 | -0/+26 |
| | | | | | | | | | PHPBB3-14624 | ||||
| * | | [ticket/14610] Implement lavigor method | Richard McGirr | 2016-05-09 | 1 | -10/+9 |
| | | | | | | | | | PHPBB3-14610 | ||||
| * | | [ticket/14610] Remove whitespace | Richard McGirr | 2016-05-08 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-14610 | ||||
| * | | [ticket/14610] Don't log an error if the Q&A captcha has been solved | Richard McGirr | 2016-05-08 | 1 | -0/+5 |
| |/ | | | | | | https://tracker.phpbb.com/browse/PHPBB3-14610 PHPBB3-14610 | ||||
| * | Merge branch 'prep-release-3.1.9' into 3.1.x | Joas Schilling | 2016-04-16 | 1 | -0/+36 |
| |\ | |||||
| | * | [prep-release-3.1.9] Add migration for 3.1.9 | Joas Schilling | 2016-04-16 | 1 | -0/+36 |
| | | | |||||
| | * | [prep-release-3.1.9] Update version for 3.1.9 final | Joas Schilling | 2016-04-16 | 2 | -2/+2 |
| | | | |||||
| * | | [3.1.x] Increase version for 3.1.10 development | Joas Schilling | 2016-04-09 | 2 | -2/+2 |
| |/ | |||||
| * | [prep-release-3.1.9] Add changelog for 3.1.9-RC1 | Joas Schilling | 2016-04-09 | 1 | -1/+64 |
| | | |||||
| * | [prep-release-3.1.9] Add migration for 3.1.9-RC1 | Joas Schilling | 2016-04-09 | 1 | -0/+36 |
| | | |||||
| * | [prep-release-3.1.9] Update version to 3.1.9-RC1 | Joas Schilling | 2016-04-09 | 5 | -7/+7 |
| | | |||||
| * | [ticket/14587] Remove sectionGroup from web.config | David Colón | 2016-04-07 | 1 | -7/+0 |
| | | | | | | | Causes errors on some IIS installations. PHPBB3-14587 | ||||
| * | Merge pull request #4256 from Nicofuma/ticket/13683 | Marc Alexander | 2016-04-07 | 1 | -2/+12 |
| |\ | | | | | | | [ticket/13683] Respects force_server_vars settings when generating URLs | ||||
| | * | [ticket/13683] Removes extra / in script_path | Tristan Darricau | 2016-03-30 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-13683 | ||||
| | * | [ticket/13683] Updates tests | Tristan Darricau | 2016-03-29 | 1 | -2/+3 |
| | | | | | | | | | PHPBB3-13683 | ||||
| | * | [ticket/13683] Fix more cases | Tristan Darricau | 2016-03-29 | 1 | -3/+4 |
| | | | | | | | | | PHPBB3-13683 | ||||
| | * | [ticket/13683] Respects force_server_vars settings when generating URLs | Tristan Darricau | 2016-03-29 | 1 | -0/+8 |
| | | | | | | | | | PHPBB3-13683 | ||||
| * | | [ticket/14408] Remove span tags from file | Richard McGirr | 2016-04-04 | 1 | -2/+0 |
| | | | | | | | | | PHPBB3-14408 | ||||
| * | | Merge pull request #4253 from rxu/ticket/14559 | Tristan Darricau | 2016-04-03 | 1 | -0/+3 |
| |\ \ | | | | | | | | | | | | | | | | | | | [ticket/14559] Remove attachment BBCode tags from the quoted message * rxu/ticket/14559: [ticket/14559] Remove attachment BBCode tags from the quoted message | ||||
| | * | | [ticket/14559] Remove attachment BBCode tags from the quoted message | rxu | 2016-03-27 | 1 | -0/+3 |
| | |/ | | | | | | | PHPBB3-14559 | ||||
| * | | Merge pull request #4268 from marc1706/ticket/14532 | Tristan Darricau | 2016-04-03 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | [ticket/14532] Do not escape column default in mssql * marc1706/ticket/14532: [ticket/14532] Do not escape column default in mssql | ||||
| | * | | [ticket/14532] Do not escape column default in mssql | Marc Alexander | 2016-03-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The column default shouldn't be escaped for mssql. This is a regression from 743d816631292a2081af4c5f7fc2fad2aff17c58. Prior to that commit, the default value for the column was not escaped. Escaping it will cause SQL errors while altering columns. PHPBB3-14532 | ||||
| * | | | Merge pull request #4270 from kasimi/ticket/14562 | Tristan Darricau | 2016-04-02 | 1 | -2/+31 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14562] Language fallback for extension permissions * kasimi/ticket/14562: [ticket/14562] Language fallback for extension permissions | ||||
| | * | | | [ticket/14562] Language fallback for extension permissions | kasimi | 2016-04-01 | 1 | -2/+31 |
| | |/ / | | | | | | | | | | PHPBB3-14562 | ||||
| * | | | [ticket/14577] Do not calculate size of array in for loop | Marc Alexander | 2016-04-02 | 5 | -12/+12 |
| |/ / | | | | | | | | | | | | | For loops that modify the size of the looped arrays were obviously not changed. PHPBB3-14577 | ||||
| * | | Merge pull request #4264 from VSEphpbb/ticket/14570 | Marc Alexander | 2016-03-31 | 32 | -0/+160 |
| |\ \ | | | | | | | | | | [ticket/14570] Add effectively installed to 3.1.x versions | ||||
| | * | | [ticket/14570] Use phpbb_version_compare | Matt Friedman | 2016-03-29 | 32 | -32/+32 |
| | | | | | | | | | | | | | PHPBB3-14570 | ||||
| | * | | [ticket/14570] Add effectively installed to 3.1.x versions | Matt Friedman | 2016-03-29 | 32 | -0/+160 |
| | | | | | | | | | | | | | PHPBB3-14570 | ||||
| * | | | [ticket/10356] Find inactive users in livesearch when having permissions | Jakub Senko | 2016-03-29 | 1 | -6/+7 |
| | |/ |/| | | | | | | | | | | | While original ticket request is already fixed, livesearch did not reflect it. PHPBB3-10356 | ||||
| * | | Merge pull request #4021 from marc1706/ticket/14272 | Tristan Darricau | 2016-03-27 | 38 | -89/+135 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14272] Use html5 valid input elements * marc1706/ticket/14272: [ticket/14272] Allow input of floats for filesize [ticket/14272] Use input type number instead of text in avatars [ticket/14272] Assign min and max values for avatar driver settings [ticket/14272] Define min and max values for avatar width and height [ticket/14272] Disable not toggled form elements [ticket/14272] Make sure phpbb_avatar_manager was defined [ticket/14272] Remove useless check [ticket/14272] Fix invalid or missing min/max settings [ticket/14272] Assign min/max for all allowed types [ticket/14272] Only use maxlength and size for allowed input elements | ||||
| | * | | [ticket/14272] Allow input of floats for filesize | Marc Alexander | 2016-02-03 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | This might be needed while switching the default input from KiB to MiB or similar changes to settings. PHPBB3-14272 | ||||
| | * | | [ticket/14272] Use input type number instead of text in avatars | Marc Alexander | 2016-01-01 | 3 | -5/+5 |
| | | | | | | | | | | | | | PHPBB3-14272 | ||||
| | * | | [ticket/14272] Assign min and max values for avatar driver settings | Marc Alexander | 2016-01-01 | 5 | -4/+28 |
| | | | | | | | | | | | | | PHPBB3-14272 | ||||
| | * | | [ticket/14272] Define min and max values for avatar width and height | Marc Alexander | 2015-12-27 | 2 | -2/+9 |
| | | | | | | | | | | | | | PHPBB3-14272 | ||||
| | * | | [ticket/14272] Disable not toggled form elements | Marc Alexander | 2015-12-27 | 1 | -0/+7 |
| | | | | | | | | | | | | | PHPBB3-14272 | ||||
| | * | | [ticket/14272] Make sure phpbb_avatar_manager was defined | Marc Alexander | 2015-12-03 | 3 | -3/+8 |
| | | | | | | | | | | | | | PHPBB3-14272 | ||||
| | * | | [ticket/14272] Remove useless check | Marc Alexander | 2015-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-14272 | ||||
| | * | | [ticket/14272] Fix invalid or missing min/max settings | Marc Alexander | 2015-11-06 | 4 | -5/+5 |
| | | | | | | | | | | | | | PHPBB3-14272 | ||||
| | * | | [ticket/14272] Assign min/max for all allowed types | Marc Alexander | 2015-11-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-14272 | ||||
| | * | | [ticket/14272] Only use maxlength and size for allowed input elements | Marc Alexander | 2015-11-06 | 29 | -76/+79 |
| | | | | | | | | | | | | | PHPBB3-14272 | ||||
| * | | | Merge pull request #4182 from marc1706/ticket/14481 | Tristan Darricau | 2016-03-27 | 4 | -3/+23 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14481] Respect HTTP_X_FORWARDED headers for implying https * marc1706/ticket/14481: [ticket/14481] Add tests for x_forwarded_proto header [ticket/14481] Use port 443 if https is specified in x-forwarded-proto [ticket/14481] Respect HTTP_X_FORWARDED headers for implying https | ||||
| | * | | | [ticket/14481] Use port 443 if https is specified in x-forwarded-proto | Marc Alexander | 2016-02-16 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-14481 | ||||
| | * | | | [ticket/14481] Respect HTTP_X_FORWARDED headers for implying https | Marc Alexander | 2016-02-15 | 3 | -3/+17 |
| | | | | | | | | | | | | | | | | | PHPBB3-14481 | ||||
| * | | | | Merge pull request #4246 from RMcGirr83/ticket_13625 | Marc Alexander | 2016-03-27 | 1 | -5/+6 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/13625] Fix types of properties | ||||
| | * | | | | [ticket/13625] Fix types of properties | Richard McGirr | 2016-03-25 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13625 | ||||
