aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
Commit message (Collapse)AuthorAgeFilesLines
...
* some bugs fixedMeik Sievertsen2007-08-151-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8033 89ea8834-ac86-4346-8a33-228a782c2dd0
* Better this way.Henry Sudhof2007-08-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8010 89ea8834-ac86-4346-8a33-228a782c2dd0
* hrmHenry Sudhof2007-08-051-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@8008 89ea8834-ac86-4346-8a33-228a782c2dd0
* Okay, this add a few queries, but now ranks and avatars should behave as ↵Henry Sudhof2007-08-051-20/+133
| | | | | | expected. git-svn-id: file:///svn/phpbb/trunk@8007 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13961 - the fix is not perfect, we now nuke the avatar/rank when leaving a ↵Henry Sudhof2007-08-041-3/+3
| | | | | | group - no matter what. git-svn-id: file:///svn/phpbb/trunk@8005 89ea8834-ac86-4346-8a33-228a782c2dd0
* some tiny fixes and two new features. ;)Meik Sievertsen2007-08-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7994 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13906 Invalid files will be silently ignoredHenry Sudhof2007-07-311-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7989 89ea8834-ac86-4346-8a33-228a782c2dd0
* err, forgot to commitMeik Sievertsen2007-07-271-11/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@7961 89ea8834-ac86-4346-8a33-228a782c2dd0
* small fixes.Henry Sudhof2007-07-251-2/+2
| | | | | | | | | | | #13794 : Raised the used error level by one #13763 : Removed an old Beta2 compatibility fix #13527 : cleaned up the code #13525 : Changed templates as proposed by damnian #11515 : added explanation about CPF checkboxes git-svn-id: file:///svn/phpbb/trunk@7943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bugs #13701, #13697Henry Sudhof2007-07-231-4/+4
| | | | | | | | | | Still not a perfect fix, but it should be better. To illustrate the problem: Whenever the default group is changed, we have to apply group avatars and ranks. The group value is then copied to the user table, where it is not easily decideable whatever or not it is a group value or a special value. If we change the default group of an user, we want that user to lose the group rank/avatar; however, we also have to dispose special ranks etc. in the process. Bottom line: use groups to assign ranks :| git-svn-id: file:///svn/phpbb/trunk@7927 89ea8834-ac86-4346-8a33-228a782c2dd0
* - a better way of checking PCRE property supportDavid M2007-07-231-2/+2
| | | | | | | - fixed the naming of a variable or two git-svn-id: file:///svn/phpbb/trunk@7925 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaning up (#13689)Henry Sudhof2007-07-221-5/+5
| | | | | | | Also removed the useless login box from the ACP. git-svn-id: file:///svn/phpbb/trunk@7919 89ea8834-ac86-4346-8a33-228a782c2dd0
* again, a lot of bug fixesMeik Sievertsen2007-07-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7909 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well, seems that many hosts are in a business in which they shouldn't be in. ↵Henry Sudhof2007-07-171-3/+3
| | | | | | | | | Lessen the impact for their customers by allowing to do without getimagesize for remote avatatars. #13531 git-svn-id: file:///svn/phpbb/trunk@7899 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13225David M2007-07-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7885 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13391David M2007-07-141-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7883 89ea8834-ac86-4346-8a33-228a782c2dd0
* changesMeik Sievertsen2007-07-131-28/+35
| | | | git-svn-id: file:///svn/phpbb/trunk@7881 89ea8834-ac86-4346-8a33-228a782c2dd0
* *grumble*Henry Sudhof2007-06-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7756 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix for #12255 - do not allow empty cleaned usernamesMeik Sievertsen2007-06-101-2/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@7748 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12275, #12267Henry Sudhof2007-06-091-1/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@7740 89ea8834-ac86-4346-8a33-228a782c2dd0
* other fixesMeik Sievertsen2007-06-081-0/+200
| | | | git-svn-id: file:///svn/phpbb/trunk@7726 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12231Henry Sudhof2007-06-081-6/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@7723 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introduced checks to stop negative postcounts (Bug #11561, #11421)Henry Sudhof2007-05-251-3/+3
| | | | | | | | | Allow IP v4/v6 urls for remote avatars (Bug #11633) Delete avatar files automatically (Bug #11631) Automatically add selected columsn to group by statements in the converter (Bug #11465) git-svn-id: file:///svn/phpbb/trunk@7677 89ea8834-ac86-4346-8a33-228a782c2dd0
* Better this way :DHenry Sudhof2007-05-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7660 89ea8834-ac86-4346-8a33-228a782c2dd0
* 99 bugs on the wall ...Henry Sudhof2007-05-211-1/+1
| | | | | | | | | | #11339 #11283 ... 97 bugs on the wall ... git-svn-id: file:///svn/phpbb/trunk@7658 89ea8834-ac86-4346-8a33-228a782c2dd0
* we included a check for getimagesize() existance... now we again can ↵Meik Sievertsen2007-05-191-1/+1
| | | | | | suppress notices while running this function. git-svn-id: file:///svn/phpbb/trunk@7646 89ea8834-ac86-4346-8a33-228a782c2dd0
* #11074 - only process and check (as well as display) images if the category ↵Meik Sievertsen2007-05-171-0/+1
| | | | | | also matches. ;) git-svn-id: file:///svn/phpbb/trunk@7616 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaning up.Henry Sudhof2007-05-161-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7602 89ea8834-ac86-4346-8a33-228a782c2dd0
* Triggering Error messages in the ban function is not pretty. We'll continue ↵Henry Sudhof2007-05-151-1/+9
| | | | | | | | | to do it for now, though. #10966 git-svn-id: file:///svn/phpbb/trunk@7591 89ea8834-ac86-4346-8a33-228a782c2dd0
* Not really a bug, as Admins indeed have to take care of such things. ↵Henry Sudhof2007-05-151-1/+2
| | | | | | | | | However, let's assume they knew what they were doing. #10933 git-svn-id: file:///svn/phpbb/trunk@7580 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10917David M2007-05-141-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7575 89ea8834-ac86-4346-8a33-228a782c2dd0
* Maybe we should globalize objects which we want to use.Henry Sudhof2007-05-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7551 89ea8834-ac86-4346-8a33-228a782c2dd0
* We do not support nesting code tags - #10763Meik Sievertsen2007-05-111-0/+59
| | | | | | | | | | #10741 Confirm box on pruning forums - #10619 Not stripping empty lines on parsing messages - #10579 Remove reports alongside with users - #10501 git-svn-id: file:///svn/phpbb/trunk@7527 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10617Meik Sievertsen2007-05-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7503 89ea8834-ac86-4346-8a33-228a782c2dd0
* Just removing a few extra lines.Henry Sudhof2007-05-071-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@7496 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixing a bug nobody reported so far: the avatar gallery displayed a faulty ↵Henry Sudhof2007-05-071-4/+75
| | | | | | | | | message about avatars being disabled. Also fixes #10531 (let's pretend that it isn't a new feature. It's neat, though) git-svn-id: file:///svn/phpbb/trunk@7495 89ea8834-ac86-4346-8a33-228a782c2dd0
* some language-specific adjustementsMeik Sievertsen2007-05-031-1/+1
| | | | | | | | fix prune users (adding the list of users to the confirmation page) tried to fix the show/hide trigger in ACP by not using width: auto; (which gets somehow inherited to each other element) git-svn-id: file:///svn/phpbb/trunk@7455 89ea8834-ac86-4346-8a33-228a782c2dd0
* Still finetuning avatar uploading and delivery.Henry Sudhof2007-05-031-1/+1
| | | | | | | Remember that the recent changes broke compatibility with old uploaded avatars and that there were changes to the database entries. git-svn-id: file:///svn/phpbb/trunk@7453 89ea8834-ac86-4346-8a33-228a782c2dd0
* some tiny changesMeik Sievertsen2007-05-021-11/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@7452 89ea8834-ac86-4346-8a33-228a782c2dd0
* cleaning up a little.Henry Sudhof2007-05-021-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7450 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10377Henry Sudhof2007-05-021-1/+48
| | | | | | | Translators, take note. This inroduces a new language variable in acp/groups.php git-svn-id: file:///svn/phpbb/trunk@7449 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10371Henry Sudhof2007-05-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7445 89ea8834-ac86-4346-8a33-228a782c2dd0
* Prepare to be yelled at and brace for the tide of bug reports: I had hoped ↵Henry Sudhof2007-04-301-8/+62
| | | | | | | | | | | | we would not have to do this, but it seems that we have to. -Route all avatar downloads through download.php - adrien -Change the way inline attachments are delivered -Fixes a few (unreported) bugs, notably avatar upload during group generation -#10079 git-svn-id: file:///svn/phpbb/trunk@7429 89ea8834-ac86-4346-8a33-228a782c2dd0
* more bugfixing. Important change: admins able to give ban reason for user ↵Meik Sievertsen2007-04-291-1/+11
| | | | | | quick tool ban - logging also syndicated, now always logged to ACP and MCP logs. git-svn-id: file:///svn/phpbb/trunk@7426 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***Meik Sievertsen2007-04-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7416 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10185David M2007-04-281-3/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7413 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, ↵Meik Sievertsen2007-04-221-5/+7
| | | | | | | | | | | | | | | | | | #9831, #9830, #9815, #9665, #9624 prosilver adjustments for important announcements in ucp - #9995 MCP fixes for user notes/warnings - #9981 Preserving imageset values on save/edit find a member link for Mass PM's - #9925 syndicate window.onload events where necessary - #9878 Duplicate topics in forums with announcements - #9840 Email template for forced re-activation - #9808 Topic pagination adjustment - #9763 Changed compose message layout in UCP - #9706, #9702 Fixed inline attachment font size (hopefully) git-svn-id: file:///svn/phpbb/trunk@7384 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9931David M2007-04-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7376 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9902David M2007-04-191-1/+86
| | | | git-svn-id: file:///svn/phpbb/trunk@7374 89ea8834-ac86-4346-8a33-228a782c2dd0
* allow password complexity to work using mbstring if PCRE does not support ↵David M2007-03-311-3/+29
| | | | | | unicode properties git-svn-id: file:///svn/phpbb/trunk@7249 89ea8834-ac86-4346-8a33-228a782c2dd0