aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2958 from prototech/ticket/13018Andreas Fischer2014-09-151-88/+60
|\ | | | | | | | | | | | | | | | | | | [ticket/13018] Remove duplicate logic in confirm box and alert box handling. * prototech/ticket/13018: [ticket/13018] Clean up and fix some logic. [ticket/13018] Do not handle events in close function. [ticket/13018] Reduce the delta further. [ticket/13018] Remove duplicate logic in confirm box and alert box handling.
| * [ticket/13018] Clean up and fix some logic.Cesar G2014-09-151-4/+3
| | | | | | | | PHPBB3-13018
| * [ticket/13018] Do not handle events in close function.Cesar G2014-09-151-14/+13
| | | | | | | | PHPBB3-13018
| * [ticket/13018] Reduce the delta further.Cesar G2014-09-141-28/+14
| | | | | | | | | | | | | | The callback does not actually do anything when cancelling the confirmation box so we can avoid calling it altogether when cancel is clicked. PHPBB3-13018
| * [ticket/13018] Remove duplicate logic in confirm box and alert box handling.Cesar G2014-09-141-85/+73
| | | | | | | | | | | | | | | | This ensures a more consistent handling of the various closing/opening actions and fixes some bugs where certain event handlers are not turned off in certain instances. PHPBB3-13018
* | Merge pull request #2943 from Nicofuma/ticket/13056Andreas Fischer2014-09-152-0/+4
|\ \ | | | | | | | | | | | | | | | | | | [ticket/13056] Move the arguments of the request class to the DI * Nicofuma/ticket/13056: [ticket/13056] Move the arguments of the request class to the DI
| * | [ticket/13056] Move the arguments of the request class to the DITristan Darricau2014-09-132-0/+4
| | | | | | | | | | | | PHPBB3-13056
* | | Merge remote-tracking branch 'PayBas/ticket/10472' into develop-ascraeusCesar G2014-09-155-43/+36
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/10472: [ticket/10472] Remove dd selector and use -moz-padding-end [ticket/10472] Fix weird padding on input type=number [ticket/10472] More clearing and white-space fixes [ticket/10472] Fix ACP overflow:hidden problem for medium-sized screens
| * | | [ticket/10472] Remove dd selector and use -moz-padding-endPayBas2014-09-151-10/+6
| | | | | | | | | | | | | | | | PHPBB3-10472
| * | | [ticket/10472] Fix weird padding on input type=numberPayBas2014-09-151-0/+5
| | | | | | | | | | | | | | | | PHPBB3-10472
| * | | [ticket/10472] More clearing and white-space fixesPayBas2014-09-155-56/+27
| | | | | | | | | | | | | | | | PHPBB3-10472
| * | | [ticket/10472] Fix ACP overflow:hidden problem for medium-sized screensPayBas2014-09-151-2/+23
|/ / / | | | | | | | | | PHPBB3-10472
* | | Merge pull request #2956 from prototech/ticket/13019Tristan Darricau2014-09-144-19/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13019] Always accept a reason for deleting a post/topic. * prototech/ticket/13019: [ticket/13019] Do not hide reason field when deleting permanently. [ticket/13019] Rename deletion reason label. [ticket/13019] Always accept a reason for deleting a post/topic.
| * | | [ticket/13019] Do not hide reason field when deleting permanently.Cesar G2014-09-141-8/+0
| | | | | | | | | | | | | | | | PHPBB3-13019
| * | | [ticket/13019] Rename deletion reason label.Cesar G2014-09-141-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13019
| * | | [ticket/13019] Always accept a reason for deleting a post/topic.Cesar G2014-09-142-10/+8
| | |/ | |/| | | | | | | PHPBB3-13019
* | | Merge pull request #2955 from prototech/ticket/13065Marc Alexander2014-09-142-2/+11
|\ \ \ | |/ / |/| | | | | [ticket/13065] Fix rehashing of stored password hash in phpBB2 convertor.
| * | [ticket/13065] Fix rehashing of stored password hash in phpBB2 convertor.Cesar G2014-09-142-2/+11
|/ / | | | | | | PHPBB3-13065
* | Merge remote-tracking branch 'prototech/ticket/13040' into develop-ascraeusCesar G2014-09-141-1/+1
|\ \ | | | | | | | | | | | | * prototech/ticket/13040: [ticket/13040] Fix W3C validator warning in overall_footer.html
| * | [ticket/13040] Fix W3C validator warning in overall_footer.htmlJohn2014-09-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a non-breaking space to remove the following warning: **Empty heading.** ```html <h3 class="alert_title"></h3><p class="alert_text"></p> ``` PHPBB3-13040
* | | Merge remote-tracking branch 'hanakin/ticket/13009' into develop-ascraeusCesar G2014-09-142-66/+15
|\ \ \ | | | | | | | | | | | | | | | | * hanakin/ticket/13009: [ticket/13009] Remove legacy browser hacks
| * | | [ticket/13009] Remove legacy browser hackshanakin2014-09-112-66/+15
| | |/ | |/| | | | | | | PHPBB3-13009
* | | Merge remote-tracking branch 'Nicofuma/ticket/13058' into develop-ascraeusCesar G2014-09-141-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * Nicofuma/ticket/13058: [ticket/13058] Add min value to jump to page input
| * | | [ticket/13058] Add min value to jump to page inputLouis77772014-09-131-1/+1
| |/ / | | | | | | | | | PHPBB3-13058
* | | Merge pull request #2879 from callumacrae/ticket/12982Marc Alexander2014-09-125-630/+653
|\ \ \ | | | | | | | | | | | | [ticket/12982] JS refactoring
| * | | [ticket/12982] Refactoring: Killed undescriptive variablesCallum Macrae2014-09-102-40/+40
| | | | | | | | | | | | | | | | PHPBB3-12982
| * | | [ticket/12982] Refactoring: Cleaned up crazy insert users stuffCallum Macrae2014-08-141-25/+17
| | | | | | | | | | | | | | | | PHPBB3-12982
| * | | [ticket/12982] Refactoring: Cleaned up forum_fn.jsCallum Macrae2014-08-141-236/+221
| | | | | | | | | | | | | | | | PHPBB3-12982
| * | | [ticket/12982] Refactoring: Cleaned up phpbb.searchCallum Macrae2014-08-133-62/+77
| | | | | | | | | | | | | | | | PHPBB3-12982
| * | | [ticket/12982] Refactoring: made JS in adm niceCallum Macrae2014-08-131-17/+16
| | | | | | | | | | | | | | | | PHPBB3-12982
| * | | [ticket/12982] Refactoring: made most JS nice.Callum Macrae2014-08-133-296/+328
| | | | | | | | | | | | | | | | PHPBB3-12982
* | | | Merge pull request #2941 from Senky/ticket/12734Andreas Fischer2014-09-121-7/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12734] Custom profile manager should not suppress errors when inserting user rows * Senky/ticket/12734: [ticket/12734] Remove unnecessary error supressing
| * | | | [ticket/12734] Remove unnecessary error supressingJakub Senko2014-09-101-7/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-12734
* | | | | Merge pull request #2944 from Nicofuma/ticket/13057Andreas Fischer2014-09-121-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.php * Nicofuma/ticket/13057: [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.php
| * | | | [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.phpTristan Darricau2014-09-111-1/+1
|/ / / / | | | | | | | | | | | | PHPBB3-13057
* | | | Merge pull request #2901 from rxu/ticket/13005Tristan Darricau2014-09-111-3/+27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13005] Add event to display_forums() to modify category template data * rxu/ticket/13005: [ticket/13005] Add event to display_forums() to modify category template data
| * | | | [ticket/13005] Add event to display_forums() to modify category template datarxu2014-08-221-3/+27
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | While there're events to modify/add FORUM_POST/FORUM_LINK template data, such an event is missing for FORUM_CAT forum type. PHPBB3-13005
* | | | Merge pull request #2903 from rxu/ticket/13006Tristan Darricau2014-09-111-1/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13006] Add variables to the 'core.modify_quickmod_actions' event * rxu/ticket/13006: [ticket/13006] Add variables to the 'core.modify_quickmod_actions' event
| * | | | [ticket/13006] Add variables to the 'core.modify_quickmod_actions' eventrxu2014-08-221-1/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add $quickmod and $action variables for the 'core.modify_quickmod_actions' event trigerring to avoid of using global operator in corresponding extensions. PHPBB3-13006
* | | | Merge pull request #2940 from Senky/ticket/13042Andreas Fischer2014-09-101-2/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13042] Unused var in login_box() * Senky/ticket/13042: [ticket/13042] Remove unused variables
| * | | | [ticket/13042] Remove unused variablesJakub Senko2014-09-101-2/+0
| | |/ / | |/| | | | | | | | | | PHPBB3-13042
* | | | Merge pull request #2936 from nickvergessen/ticket/12976Tristan Darricau2014-09-104-2/+7
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | [ticket/12976] Correctly use plurals for attachment count in UCP navigation * nickvergessen/ticket/12976: [ticket/12976] Correctly use plurals for attachment count in UCP navigation
| * | | [ticket/12976] Correctly use plurals for attachment count in UCP navigationJoas Schilling2014-09-094-2/+7
| | | | | | | | | | | | | | | | PHPBB3-12976
* | | | Merge pull request #2939 from nickvergessen/ticket/13052Tristan Darricau2014-09-101-4/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13052] Restore timespan parameter for check_form_key() * nickvergessen/ticket/13052: [ticket/13052] Restore timespan parameter for check_form_key()
| * | | | [ticket/13052] Restore timespan parameter for check_form_key()Joas Schilling2014-09-101-4/+9
|/ / / / | | | | | | | | | | | | PHPBB3-13052
* | | | Merge pull request #2934 from VSEphpbb/ticket/13051Marc Alexander2014-09-091-9/+20
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13051] Fix viewonline event (recently broken) and add a new core event
| * | | | [ticket/13051] Fix core event nameMatt Friedman2014-09-091-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-13051
| * | | | [ticket/13051] Rename new event core.viewonline_modify_user_rowMatt Friedman2014-09-091-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-13051
| * | | | [ticket/13051] Add a new core event to handle the template arrayMatt Friedman2014-09-091-2/+17
| | | | | | | | | | | | | | | | | | | | PHPBB3-13051
| * | | | [ticket/13051] Fix viewonline event, remove template dataMatt Friedman2014-09-081-21/+17
| | | | | | | | | | | | | | | | | | | | PHPBB3-13051