aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/memberlist.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'bantu/ticket/10658' into develop-olympusOleg Pudeyev2012-04-031-15/+5
|\ | | | | | | | | | | * bantu/ticket/10658: [ticket/10658] Do not fetch ranks into the $ranks array, it is no longer used. [ticket/10658] Use get_user_rank() for group ranks on group view.
| * [ticket/10658] Do not fetch ranks into the $ranks array, it is no longer used.Andreas Fischer2012-03-081-5/+0
| | | | | | | | PHPBB3-10658
| * [ticket/10658] Use get_user_rank() for group ranks on group view.Andreas Fischer2012-02-181-10/+5
| | | | | | | | | | | | | | The old code was buggy because it did not prefix the path with the phpBB root path which causes problems with bridges and other URL rewriting. PHPBB3-10658
* | [ticket/10689] Fix "First character"-option in "Find a member"-searchJoas Schilling2012-03-121-0/+1
|/ | | | PHPBB3-10689
* [ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().Andreas Fischer2011-11-201-1/+1
| | | | PHPBB3-10446
* [ticket/10446] DRY X-AntiAbuse header addition.Oleg Pudeyev2011-11-201-4/+1
| | | | PHPBB3-10446
* [ticket/8571] Show 'Age: 0' on viewprofile when birthday is in the future.Andreas Fischer2011-07-201-1/+1
| | | | PHPBB3-8571
* Merge remote-tracking branch 'github-bantu/ticket/10243' into develop-olympusNils Adermann2011-07-161-1/+1
|\ | | | | | | | | | | | | * github-bantu/ticket/10243: [ticket/10243] Adding a few unit tests for phpbb_gmgetdate(). [ticket/10243] Call phpbb_gmgetdate() from various places. [ticket/10243] Adding wrapper function for getdate() for UTC timestamps.
| * [ticket/10243] Call phpbb_gmgetdate() from various places.Andreas Fischer2011-07-131-1/+1
| | | | | | | | PHPBB3-10243
* | [ticket/7291] Use template loop for character list, to avoid double &first_charJoas Schilling2011-07-141-8/+26
|/ | | | PHPBB3-7291
* [ticket/10121] Fix ICQ profile link, leading to a dead web-messenger.Joas Schilling2011-04-031-1/+1
| | | | PHPBB3-10121
* [ticket/10021] Add comment explaining why we can check -1 as an error value.Andreas Fischer2011-03-181-0/+5
| | | | PHPBB3-10021
* [ticket/10021] Check whether gmmktime() returns false before putting it in SQL.Andreas Fischer2011-03-071-2/+21
| | | | | | This prevents SQL errors when large dates are entered. PHPBB3-10021
* [ticket/9772] Unify permissions for sending email when board_email_form is offJosh Woody2010-08-281-1/+1
| | | | | | | | Sending email via memberlist.php was limited to users having u_sendemail. When board_email_form is disabled, no such requirement was enforced. This is now changed. PHPBB3-9772
* Small text corrections. r10393Andreas Fischer2009-12-311-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10394 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove complex query, add true sorting for viewprofile group list. Related ↵Andreas Fischer2009-12-311-6/+27
| | | | | | to #31845 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10393 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #31845 - List hidden groups on viewprofile where the viewing user is ↵Andreas Fischer2009-12-311-6/+35
| | | | | | also a member. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10392 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix whitespaces/tabs in r10256Meik Sievertsen2009-11-071-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10257 89ea8834-ac86-4346-8a33-228a782c2dd0
* #53655Henry Sudhof2009-11-071-4/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10256 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #50475 - Only show "Add friend" and "Add foe" links if the specific ↵Joas Schilling2009-08-301-6/+8
| | | | | | | | module is enabled. Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10065 89ea8834-ac86-4346-8a33-228a782c2dd0
* populate who is online only where requiredHenry Sudhof2009-08-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9961 89ea8834-ac86-4346-8a33-228a782c2dd0
* require link hash for switchpermHenry Sudhof2009-08-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9915 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change bug #47425 - IP data lost on paginationJoas Schilling2009-06-261-1/+1
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9684 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to r9617 Fix a template compilation issue, and reshuffle the code. ↵Chris Smith2009-06-181-21/+28
| | | | | | The added template complexity made it more of a problem to check the variables correctly, hence simplification. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9619 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #10519 - "View user notes" and "Warn user" links shown even if ↵Ruslan Uzdenov2009-06-181-11/+15
| | | | | | | | modules disabled Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9617 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #'ers 42585, 35505, 36675, and 42705Jim Wigginton2009-04-241-0/+1
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9482 89ea8834-ac86-4346-8a33-228a782c2dd0
* #43665Henry Sudhof2009-03-311-1/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9421 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a regression from r9075Chris Smith2008-12-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9156 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not display ban link for own profileMeik Sievertsen2008-11-301-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9140 89ea8834-ac86-4346-8a33-228a782c2dd0
* Only display special ranks to guests; no longer display normal ranks for ↵Meik Sievertsen2008-11-221-2/+2
| | | | | | | | guests (Bug #36735) [a bit ugly, but retains backward compatibility] git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9082 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not display COPPA group in memberlist find member dialog if COPPA ↵Meik Sievertsen2008-11-221-4/+20
| | | | | | disabled (Bug #37175) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9075 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix, small cosmetic issue made in r9004 with sort urlsChris Smith2008-11-091-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9054 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix r8929 and #35275Chris Smith2008-10-111-6/+12
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9004 89ea8834-ac86-4346-8a33-228a782c2dd0
* Make pagination work again, undoing rev8830 to fix #32515 properlyHenry Sudhof2008-09-241-3/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8929 89ea8834-ac86-4346-8a33-228a782c2dd0
* should make last_active work againHenry Sudhof2008-09-241-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8928 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Added 'max_recipients' setting for private messages. This setting allows ↵Meik Sievertsen2008-09-231-1/+1
| | | | | | | | | admins to define the maximum number of recipients per private message with a board-wide setting and a group-specific setting. - Added new permission setting for sending private messages to groups. Now there are two permissions to define sending private messages to multiple recipients and private messages to groups. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8911 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not jump back to page 1 when hiding member search in memberlist. Closes ↵Chris Smith2008-09-051-0/+1
| | | | | | #32515 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8830 89ea8834-ac86-4346-8a33-228a782c2dd0
* actually, queued posts can also be in forums with no post countsMeik Sievertsen2008-09-011-1/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8802 89ea8834-ac86-4346-8a33-228a782c2dd0
* Show users posts in queue in acp and profile + link to mcpMeik Sievertsen2008-09-011-4/+25
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8801 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to group display #32155, #32145, #32085, #26675, #26265Henry Sudhof2008-08-141-4/+26
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8755 89ea8834-ac86-4346-8a33-228a782c2dd0
* #28595 (AVATAR_IMG available to memberlist_body.html)Meik Sievertsen2008-06-101-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8645 89ea8834-ac86-4346-8a33-228a782c2dd0
* same here, session id.Meik Sievertsen2008-05-291-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8577 89ea8834-ac86-4346-8a33-228a782c2dd0
* What use is a shiny banstick(TM) if nobody finds it?Henry Sudhof2008-05-291-0/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8574 89ea8834-ac86-4346-8a33-228a782c2dd0
* #24435Meik Sievertsen2008-04-211-1/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8524 89ea8834-ac86-4346-8a33-228a782c2dd0
* only allow users having the a_user permission to search by email address ↵Meik Sievertsen2008-03-231-9/+12
| | | | | | (later on there will most likely a new permission for general email visibility) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8460 89ea8834-ac86-4346-8a33-228a782c2dd0
* Pertain select single link on memberlist (Bug #23235 - patch provided by Schumi)Meik Sievertsen2008-03-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8444 89ea8834-ac86-4346-8a33-228a782c2dd0
* #22805Meik Sievertsen2008-03-131-0/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8429 89ea8834-ac86-4346-8a33-228a782c2dd0
* Try to sort last active date on memberlist correctly at least on current ↵Meik Sievertsen2008-02-011-1/+2
| | | | | | page (Bug #18665) - patch provided by phillipK git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8359 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correctly check empty subjects/messages (Bug #17915)Meik Sievertsen2008-01-051-3/+2
| | | | | | | | Do not check usernames against word censor list. Disallowed usernames is already checked and word censor belong to posts. (Bug #17745) Additionally include non-postable forums for moderators forums shown within the teams list. (Bug #17265) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8306 89ea8834-ac86-4346-8a33-228a782c2dd0
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8146 89ea8834-ac86-4346-8a33-228a782c2dd0