aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_display.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.1.x'Marc Alexander2015-05-081-7/+33
|\
| * [ticket/13750] Add core event to allow modifying navlinks textrxu2015-05-071-7/+33
* | [ticket/13654] Moving reporting into controllerMateBartus2015-04-161-23/+4
* | Merge branch '3.1.x'Marc Alexander2015-02-271-0/+22
|\ \ | |/
| * [ticket/13596] Add display_forums() event to allow modifying forums list datarxu2015-02-101-0/+22
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-9/+9
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+2
|/
* [ticket/13300] Don't show jabber in profile if jabber is disabledOliver Schramm2014-11-091-2/+2
* [ticket/13229] Fix overloading memberlist with redundant SQL queriesrxu2014-10-271-2/+2
* [ticket/13134] Add core event to the root of the function display_forums()rxu2014-10-071-0/+22
* Merge pull request #2888 from Nicofuma/ticket/12993Joas Schilling2014-10-011-18/+39
|\
| * [ticket/12993] Return an array instead of reference passingTristan Darricau2014-08-191-15/+21
| * [ticket/12993] Rename to phpbb_get_user_rankTristan Darricau2014-08-181-4/+3
| * [ticket/12993] Improve get_user_ranksForumhulp.com2014-08-181-8/+24
* | [ticket/13005] Add event to display_forums() to modify category template datarxu2014-08-221-3/+27
|/
* [ticket/12938] Remove the 'Download all attachments' feature.Andreas Fischer2014-08-091-38/+0
* [ticket/12557] Fix php file descriptionn-aleha2014-08-071-1/+1
* [ticket/12880] Changed name change @since as requestedbrunoais2014-08-011-3/+3
* [ticket/12800] removed superfulous tab characterbrunoais2014-07-201-1/+1
* [ticket/12800] Missing $phpbb_dispatcher as a globalbrunoais2014-07-201-1/+2
* [ticket/12800] core.functions_display.display_user_activity.actives_afterbrunoais2014-07-031-0/+12
* [ticket/12760] Fix wording for unapproved posts icon...Matt Friedman2014-06-241-1/+1
* [ticket/12612] Prefix _sort_last_active() with phpbb_Joas Schilling2014-06-231-1/+1
* [ticket/12612] Prefix show_profile() with phpbb and delete unused globalJoas Schilling2014-06-231-2/+2
* Merge remote-tracking branch 'github-nickvergessen/ticket/12612-ascraeus' int...Nils Adermann2014-06-231-0/+163
|\
| * [ticket/12612] Move functions from memberlist.php to functions_display.phpJoas Schilling2014-06-181-0/+163
* | Merge pull request #2530 from PayBas/ticket/12646Joas Schilling2014-06-221-0/+4
|\ \ | |/ |/|
| * [ticket/12646] Changed to navlinks.MICRODATAPayBas2014-06-101-0/+4
* | [ticket/12688] Correctly use web root path instead of phpbb root pathJoas Schilling2014-06-101-5/+5
* | [ticket/12668] Add subforums_row to core.display_forums_modify_template_varsrxu2014-06-091-10/+12
* | Merge pull request #2554 from rxu/ticket/12669Joas Schilling2014-06-091-0/+22
|\ \
| * | [ticket/12669] Add core event to the function display_forums()rxu2014-06-081-0/+22
| |/
* | [ticket/12677] Replace ‘thread’ with ‘topic’ in functions_display com...Knecht Ruprecht2014-06-091-1/+1
|/
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop...Nils Adermann2014-05-021-6/+6
|\
| * [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-6/+6
* | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-1/+0
|/
* [ticket/9758] Adds global template variable CURRENT_USER_AVATARCrizzo2014-03-281-86/+0
* [ticket/12272] Fix hardcoded colons in subforums.Maël Soucaze2014-03-151-1/+1
* [ticket/12240] Added class code for custom bbcodes based on bbcode_tagCrizzo2014-03-021-0/+1
* Merge remote-tracking branch 'vsephpbb/ticket/12060' into developJoas Schilling2013-12-201-7/+22
|\
| * [ticket/12060] Add num_predefined_bbcodes to display_custom_bbcodes_modify_sqlMatt Friedman2013-12-131-2/+4
| * [ticket/12060] Correctly label alpha versions in event docblocksMatt Friedman2013-12-131-1/+1
| * [ticket/12060] Change @since in event docblocksMatt Friedman2013-12-121-1/+1
| * [ticket/12060] Use $sql_ary instead of $sqlMatt Friedman2013-12-121-9/+11
| * [ticket/12060] Fix a core typo in display_custom_bbcodes doc blockMatt Friedman2013-12-041-1/+1
| * [ticket/12060] Add event core.display_custom_bbcodes_modify_sqlMatt Friedman2013-12-041-0/+11
* | [ticket/11241] Consolidate topic actions into "Topic tools" dropdown.Cesar G2013-12-061-0/+2
|/
* [ticket/11672] Remove duplicate $request global.Cesar G2013-11-191-1/+1
* [ticket/11672] Replace sprintf() usage with $user->lang().Cesar G2013-11-191-4/+8