aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13019] Always accept a reason for deleting a post/topic.Cesar G2014-09-141-4/+4
| | | | PHPBB3-13019
* [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-101-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | [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-091-0/+1
| | | | | | | | | | | | PHPBB3-12976
* | | [ticket/13052] Restore timespan parameter for check_form_key()Joas Schilling2014-09-101-4/+9
| | | | | | | | | | | | PHPBB3-13052
* | | [ticket/13052] Use request class instead of $_POST and request_var()Joas Schilling2014-09-091-4/+4
| | | | | | | | | | | | PHPBB3-13052
* | | [ticket/13052] Fix appearances with multiple parametersJoas Schilling2014-09-091-1/+5
| | | | | | | | | | | | PHPBB3-13052
* | | [ticket/13052] Remove additional parameter from check_form_key()Joas Schilling2014-09-091-17/+9
|/ / | | | | | | PHPBB3-13052
* | Merge pull request #2925 from nickvergessen/ticket/12983Marc Alexander2014-09-071-6/+18
|\ \ | | | | | | | | | Ticket/12983 UCP preferences, Display posts ordering by: input is not properly validated
| * | [ticket/12983] Correctly validate sorting options in the UCPJoas Schilling2014-09-051-6/+18
| | | | | | | | | | | | PHPBB3-12983
* | | Merge pull request #2918 from marc1706/ticket/13031Tristan Darricau2014-09-061-1/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13031] Only use mimetype guesser guess if it helps us * marc1706/ticket/13031: [ticket/13031] Slightly change behavior of choose_mime_type and add unit tests [ticket/13031] Guess with all mimetype guessers and pick best guess [ticket/13031] Only use mimetype guesser guess if it helps us
| * | | [ticket/13031] Guess with all mimetype guessers and pick best guessMarc Alexander2014-09-051-2/+2
| | | | | | | | | | | | | | | | PHPBB3-13031
| * | | [ticket/13031] Only use mimetype guesser guess if it helps usMarc Alexander2014-09-031-1/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | If we already have a mimetype and the guesser's guess is the default fallback, we should keep the already existing mimetype the browser supplied. Otherwise, platforms that might not support mimetype guessers will cause us to always have the mimetype set to application/octet-stream on images. This will prevent users from uploading images. PHPBB3-13031
* | | Merge pull request #2748 from carlo94it/ticket/12765Marc Alexander2014-09-051-142/+3
|\ \ \ | |/ / |/| | | | | [ticket/12765] Use db_tools instead of generating queries at moment
| * | [ticket/12765] Execute query directly from db toolsCarlo2014-08-101-4/+2
| | | | | | | | | | | | PHPBB3-12765
| * | [ticket/12765] Use db_tools instead of generating queries at momentCarlo2014-08-101-142/+5
| | | | | | | | | | | | PHPBB3-12765
* | | Merge pull request #2826 from brunoais/ticket/12928Marc Alexander2014-08-301-0/+21
|\ \ \ | | | | | | | | | | | | [ticket/12928] core.mcp_reports_gather_query_before
| * | | [ticket/12928] Update to RC4brunoais2014-08-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12928
| * | | [ticket/12928] core.mcp_reports_gather_query_beforebrunoais2014-08-081-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the core.mcp_reports_gather_query_before event to mcp backend. PHPBB3-12928
* | | | Merge pull request #2865 from marc1706/ticket/12966Dhruv Goel2014-08-297-18/+27
|\ \ \ \ | | | | | | | | | | [ticket/12966] Sort posts by post_id in addition to sorting by post_time
| * | | | [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-237-18/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change was not applied to the search as this would require a larger rewrite of the search methods. PHPBB3-12966
* | | | | [ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblockMarc Alexander2014-08-241-1/+1
| |_|_|/ |/| | | | | | | | | | | PHPBB3-13010
* | | | Merge pull request #2894 from Nicofuma/ticket/12999Andreas Fischer2014-08-214-19/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12999] Remove @author tags * Nicofuma/ticket/12999: [ticket/12999] Remove @author tags
| * | | | [ticket/12999] Remove @author tagsTristan Darricau2014-08-194-19/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12999
* | | | | Merge pull request #2885 from Nicofuma/ticket/12990Marc Alexander2014-08-2112-86/+86
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/12990] Use the full services name for the notification's types
| * | | | | [ticket/12990] Use protected instead of privateTristan Darricau2014-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12990
| * | | | | [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-1612-87/+87
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-12990
* | | | | [ticket/12998] Fix use of $lang in mcp_warn.phpTristan Darricau2014-08-191-2/+2
|/ / / / | | | | | | | | | | | | PHPBB3-12998
* | | | [prep-release-3.1.0-RC3] Update phpBB Version for RC4 developmentJoas Schilling2014-08-121-1/+1
| | | |
* | | | [prep-release-3.1.0-RC3] Update version to 3.1.0-RC3Joas Schilling2014-08-111-1/+1
| | | |
* | | | Merge remote-tracking branch 'github-marc1706/ticket/12822' into ↵Nils Adermann2014-08-114-77/+84
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/12822: [ticket/12822] Fix test runs of avatar manager_test [ticket/12822] Add method for deleting avatars and use confirm_box [ticket/12822] Remove "None" option from avatar select boxes
| * | | | [ticket/12822] Add method for deleting avatars and use confirm_boxMarc Alexander2014-08-074-77/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The method will take care of the actual deletion process in the avatar manager. Additionally, we'll be using a confirm box while deleting the avatar to prevent users from accidentally deleting their avatars. PHPBB3-12822
* | | | | Merge pull request #2842 from Nicofuma/ticket/11854Marc Alexander2014-08-1115-6000/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/11854] Move captchas to phpbb/ and use DI for plugins
| * | | | | [ticket/11854] Rename captchas.factory service to captcha.factoryTristan Darricau2014-08-115-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11854
| * | | | | [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-1115-6000/+14
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11854
* | | | | | Merge pull request #2845 from rxu/ticket/12942Marc Alexander2014-08-111-1/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/12942] Add core.add_form_key core event
| * | | | | | [ticket/12942] Add core.add_form_key core eventrxu2014-08-111-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core.add_form_key core event to allow extensions modifying form key. PHPBB3-12942
* | | | | | | Merge pull request #2867 from prototech/ticket/12967Marc Alexander2014-08-111-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12967] Fix undefined variable phpbb_dispatcher error.
| * | | | | | | [ticket/12967] Fix undefined variable phpbb_dispatcher error.Cesar G2014-08-111-0/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-12967
* | | | | | | Merge pull request #2863 from rxu/ticket/12944Marc Alexander2014-08-111-1/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | [ticket/12944] Add core.login_forum_box core event
| * | | | | | [ticket/12944] Add core.login_forum_box core eventrxu2014-08-111-1/+12
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core.login_forum_box core event to allow extensions performing additional actions on forum login. PHPBB3-12944
* | | | | | Merge pull request #2864 from rxu/ticket/12931Marc Alexander2014-08-101-10/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/12931] Fix general error on user registration
| * | | | | | [ticket/12931] Fix general error on user registrationrxu2014-08-101-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix "Illegal use of $_SERVER" general error on user registration when $config['server_name'] is not set. PHPBB3-12931
* | | | | | | Merge pull request #2862 from marc1706/ticket/12932Joas Schilling2014-08-101-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12932] Add method for allowing override of \phpbb\datetime class * marc1706/ticket/12932: [ticket/12932] Remove set_datetime_class method from user class [ticket/12932] Fix tests and calls to create_datetime [ticket/12932] Add method for getting the datetime class and allow overriding