aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_warn.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16277] Move from each() functionrxu2019-12-291-1/+1
* [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-121-2/+2
* [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-1/+1
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-261-4/+20
|\
| * [ticket/14134] Fix Okay in a comment.lavigor2016-03-251-1/+0
| * [ticket/14134] Fix code comments.lavigor2016-02-271-3/+2
| * [ticket/14134] Send warning notification PM in user's language.lavigor2015-09-021-4/+22
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+3
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-5/+4
* | [ticket/9485] Add post_id to relevant $phpbb_log->add()Zoddo2015-08-301-0/+1
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-2/+2
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-15/+15
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-4/+11
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-1/+2
|/
* [ticket/13194] Use correct array to access bbcode_bitfieldJakub Senko2014-10-211-1/+1
* Merge pull request #2888 from Nicofuma/ticket/12993Joas Schilling2014-10-011-8/+8
|\
| * [ticket/12993] Return an array instead of reference passingTristan Darricau2014-08-191-6/+6
| * [ticket/12993] Fix includes of functions_displayTristan Darricau2014-08-191-2/+2
| * [ticket/12993] Rename to phpbb_get_user_rankTristan Darricau2014-08-181-2/+2
| * [ticket/12993] Improve get_user_ranksForumhulp.com2014-08-181-2/+2
* | [ticket/12998] Fix use of $lang in mcp_warn.phpTristan Darricau2014-08-191-2/+2
|/
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
* Merge pull request #2487 from n-aleha/ticket/12583Joas Schilling2014-05-261-7/+56
|\
| * [ticket/12583] Redirect only on non-empty $messagen-aleha2014-05-251-3/+7
| * [ticket/12583] Add event core.mcp_warn_post_before/aftern-aleha2014-05-231-5/+50
* | [ticket/12584] Redirect only on non-empty $messagen-aleha2014-05-251-3/+7
* | [ticket/12584] Add event core.mcp_warn_user_before/aftern-aleha2014-05-251-5/+46
|/
* Merge remote-tracking branch 'Elsensee/ticket/7707' into develop-ascraeusJoas Schilling2014-04-051-9/+0
|\
| * [ticket/7707] Remove unnecessary variablesOliver Schramm2014-03-261-9/+0
| * [ticket/7707] Add get_username_string() where possibleOliver Schramm2014-03-161-9/+9
* | [ticket/9758] Fixed bug in mcp_warn.phpCrizzo2014-03-281-2/+4
* | [ticket/9758] Error because of missing functions_display.php fixedCrizzo2014-03-281-2/+3
* | [ticket/9758] Removed useless if-conditions to include functions.phpCrizzo2014-03-281-4/+0
* | [ticket/9758] Adds global template variable CURRENT_USER_AVATARCrizzo2014-03-281-2/+2
|/
* [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
* [ticket/11849] Update more MCP calls to pagination classJoas Schilling2013-12-181-3/+4
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-13/+2
|\
| * [ticket/11654] Moved some code to reduce line width.Bruno Ais2013-07-231-1/+2
| * [ticket/11654] first parameter failBruno Ais2013-07-201-1/+1
| * [ticket/11654] generate_text_for_display on mcp/mcp_warn.phpBruno Ais2013-07-181-13/+1
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+2
|/
* [feature/avatars] Add phpbb prefix to new functionsMarc Alexander2013-01-041-4/+4
* Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into featur...Marc Alexander2012-11-121-2/+2
|\
| * Merge branch 'develop' into feature/avatarsIgor Wiedler2012-07-211-2/+4
| |\
| * \ Merge remote-tracking branch 'upstream/develop' into feature/avatarsIgor Wiedler2012-06-271-2/+2
| |\ \
| * \ \ Merge branch 'develop' into feature/avatarsIgor Wiedler2012-04-071-2/+2
| |\ \ \
| * | | | [feature/avatars] Modularized AvatarsCullen Walsh2012-03-181-2/+2
* | | | | [ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968Joas Schilling2012-10-171-1/+1
| |_|_|/ |/| | |
* | | | [feature/pagination-as-list] New parameter for name of start varDrae2012-07-181-1/+1