aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/user_loader.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-3/+3
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/11453] Improve performance of notification.method.messenger_baseJakub Senko2018-07-271-2/+4
| | | | PHPBB3-11453
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* Merge branch '3.1.x'Marc Alexander2015-06-161-2/+3
|\ | | | | | | | | Conflicts: phpBB/phpbb/user_loader.php
| * [ticket/13882] Lazy load the notification avatars.Callum Macrae2015-05-281-2/+3
| | | | | | | | | | | | | | This moves them further down the waterfall, making the page load quicker. PHPBB3-13882
* | [ticket/13498] Update calls to `get_user_avatar()`Gaëtan Muller2015-01-111-6/+8
|/ | | | PHPBB3-13498
* [ticket/12993] Return an array instead of reference passingTristan Darricau2014-08-191-1/+4
| | | | PHPBB3-12993
* [ticket/12993] Fix includes of functions_displayTristan Darricau2014-08-191-1/+1
| | | | PHPBB3-12993
* [ticket/12993] Rename to phpbb_get_user_rankTristan Darricau2014-08-181-1/+1
| | | | PHPBB3-12993
* [ticket/12993] Fix user_loader and memberlistTristan Darricau2014-08-181-1/+1
| | | | PHPBB3-12993
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-3/+3
| | | | PHPBB3-12282
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-7/+0
| | | | PHPBB3-11980
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-4/+6
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+231
PHPBB3-11698