aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_display.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5726 from marc1706/ticket/12559Marc Alexander2019-11-081-1/+3
|\ | | | | | | [ticket/12559] Add forum setting to limit subforum legend
| * [ticket/12559] Applied DeMorgan and removed unnecessary true:falsePayBas2019-11-011-1/+1
| | | | | | | | PHPBB3-12559
| * [ticket/12559] Add forum setting to limit subforum legendPayBas2019-11-011-1/+3
| | | | | | | | | | | | Squashed all commits, they were basically just typos and errors PHPBB3-12559
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-011-1/+2
|\ \ | |/ |/|
| * Merge branch '3.2.x' into ticket/161533D-I2019-10-281-4/+5
| |\
| * | [ticket/16153] Enable Emojis and rich text in Topic title3D-I2019-09-101-1/+2
| | | | | | | | | | | | PHPBB3-16153
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-201-2/+2
|\ \ \ | | |/ | |/|
| * | [ticket/16184] Don't entity-encode & character in AJAX responsekasimi2019-10-171-2/+2
| | | | | | | | | | | | PHPBB3-16184
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-221-1/+0
|\ \ \ | |/ /
| * | Merge pull request #5676 from mrgoldy/ticket/15422Marc Alexander2019-09-221-1/+0
| |\ \ | | | | | | | | | | | | [ticket/15422] Remove redundant BBCode helpline
| | * | [ticket/15422] Remove redundant BBCode helplinemrgoldy2019-09-041-1/+0
| | |/ | | | | | | | | | PHPBB3-15422
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-211-1/+3
|\ \ \ | |/ /
| * | [ticket/16159] Use predefined DATE_RFC3339stevendegroote2019-09-181-1/+1
| | | | | | | | | | | | PHPBB3-16159
| * | Merge branch '3.2.x' into ticket/16159stevendegroote2019-09-171-8/+11
| |\ \ | | |/
| * | [ticket/16159] Wrap post times in html time tagstevendegroote2019-09-171-1/+3
| | | | | | | | | | | | PHPBB3-16159
* | | [ticket/12591] Improve breadcrumb naming and extend it's usageJakub Senko2019-05-091-14/+14
| | | | | | | | | | | | PHPBB3-12591
* | | [ticket/14548] Move deprecated globals and functionsMáté Bartus2019-05-061-12/+0
| |/ |/| | | | | PHPBB3-14584
* | [ticket/15872] Add show_user_activity to display_user_activity_modify_activesAlec2018-11-121-2/+5
| | | | | | | | | | | | | | | | Add config option for toggling most active forum & topic in the user profile. A bool was added to display_user_activity_modify_actives to achieve this. PHPBB3-15872
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-5/+5
| | | | | | | | PHPBB3-14972
* | [ticket/15372] Add and handle f_list_topics permissionDavid Colón2017-10-261-1/+1
|/
* [ticket/15176] Add setting for user activity display limit.lr942017-04-161-3/+4
| | | | | | | | | Up to phpBB 3.2 the maximum number of posts a user must have to have his activity shown is 5000. This limit is hardcoded in functions_display.php. It would be useful if board administrators could choose to disable the limit or to set an higher value. PHPBB3-15176
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-2/+2
|\
| * Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-111-1/+1
| |\ | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks
| | * [ticket/13429] Replace @change with @changedJakub Senko2017-01-231-1/+1
| | | | | | | | | | | | PHPBB3-13429
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-181-0/+17
|\ \ \ | |/ /
| * | [ticket/14331] Add core.get_user_rank_afterJakub Senko2016-11-211-0/+17
| |/ | | | | | | PHPBB3-14331
* | Merge pull request #4547 from VSEphpbb/ticket/14883Marc Alexander2016-12-021-5/+5
|\ \ | | | | | | | | | [ticket/14883] Do not display empty forum rules (after they've been re-parsed)
| * | [ticket/14883] Remove extra tabbageMatt Friedman2016-12-011-3/+3
| | | | | | | | | PHPBB3-14883
| * | [ticket/14883] Refactor forum rules logicMatt Friedman2016-12-011-11/+6
| | | | | | | | | PHPBB3-14883
| * | [ticket/14883] Do not display empty forum rules (after reparsing)Matt Friedman2016-11-301-0/+5
| | | | | | | | | | | | PHPBB3-14883
* | | [ticket/9211] Use different icon for link subforum in forum legendMarc Alexander2016-11-161-0/+3
|/ / | | | | | | PHPBB3-9211
* | [ticket/9435] Add NUM_PREDEFINED_BBCODES constantJakub Senko2016-03-181-1/+1
| | | | | | | | PHPBB3-9435
* | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+1
| | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+3
| | | | | | | | | | | | Part 4 PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
| | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | [ticket/14325] Preserve event variable BCMate Bartus2015-11-301-35/+33
| | | | | | | | PHPBB3-14325
* | [ticket/14234] Fix change version and remove more referencesMarc Alexander2015-10-121-1/+1
| | | | | | | | PHPBB3-14234
* | [ticket/14234] Replace more references with variablesMarc Alexander2015-10-121-6/+13
| | | | | | | | PHPBB3-14234
* | Merge branch '3.1.x'Tristan Darricau2015-09-011-1/+1
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14133] Comment fix for phpbb_get_user_rank()
| * [ticket/14133] Comment fix for phpbb_get_user_rank()lavigor2015-08-311-1/+1
| | | | | | | | PHPBB3-14133
* | [ticket/12143] Replace group name outputOliver Schramm2015-08-051-1/+5
| | | | | | | | | | | | So now we can use translated group names for non-special groups PHPBB3-12143
* | Merge branch '3.1.x'Tristan Darricau2015-06-061-5/+14
|\ \ | |/
| * Merge pull request #23 from phpbb/ticket/13913Tristan Darricau2015-06-061-5/+14
| |\ | | | | | | | | | [ticket/13913] Correctly check the forum_password and read permissions
| | * [ticket/13913] Correctly check the forum_password and read permissionsJoas Schilling2015-06-041-5/+14
| | | | | | | | | | | | | | | | | | | | | We need to check them on the forum the post is in, rather than the forum row we are displaying. PHPBB3-13913
* | | Merge branch '3.1.x'Tristan Darricau2015-06-061-1/+13
|\ \ \ | |/ /
| * | [ticket/9563] Do not show empty categories on indexMarc Alexander2015-05-311-1/+13
| |/ | | | | | | PHPBB3-9563
* | 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
| | | | | | | | | | | | | | | | Add generate_forum_nav() core event in includes/functions_display.php to allow modifying navlinks text. Use case example: extension(s) implementing multilanguage boards including translated forum names and so on. PHPBB3-13750
* | [ticket/13654] Moving reporting into controllerMateBartus2015-04-161-23/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving report.php's content into different services and controllers to better comply with the MVC model. Also implementing: * Replacement for reasons_display() * Adding assign_meta_refresh_var() to \controller\helper * Adding separate routes for easy configuration * Updating unit tests to expect to correct results * Add BC tests PHPBB3-13654