phpBB
Statistics
| Revision:

root / tags / release_2_0_20 / phpBB / profile.php

History | View | Annotate | Download (3.3 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
5762 04/05/2006 02:42 pm

This commit was manufactured by cvs2svn to create tag
'release_2_0_20'.

5589 02/26/2006 06:35 pm grahamje

Time to roll the dice and see what number comes up :)
[Replace calls to rand/mt_rand in certain places with an alternative method]

5028 11/18/2004 06:49 pm Meik Sievertsen

2.0.11

4926 07/11/2004 06:46 pm Meik Sievertsen

prepare new release - see changelog for changes

3173 12/03/2002 09:55 pm psotfx

More fixes

3154 11/30/2002 10:37 pm psotfx

redirect header changes

2483 04/04/2002 04:47 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.

2444 03/28/2002 08:52 pm the_systech

Ok all of these damned httpd server that are different are about annoying

2411 03/23/2002 12:17 am psotfx

More header fixing

2329 03/19/2002 12:53 am psotfx

No need for IN_PROFILE, can just use IN_PHPBB

2305 03/18/2002 02:35 pm psotfx

Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming

2297 03/12/2002 10:14 pm the_systech

Ok, ok, ok so I didn't get one right... Sue me already

2296 03/12/2002 10:12 pm the_systech

Ok one last attempt on my part to fix file upload bugs.. Might actually work (Hey it could happen, even I get one right occasionally)

2277 03/06/2002 10:23 pm the_systech

Minor screw up in file upload checking.. If file_uploads is not set at all in the php.ini file then the check for get_cfg_var('file_uploads') == 0 would return true and say it was disabled, when in actuallity it was enabled.. Now check for it to empty as well... Empty as my head that is :D

2247 03/02/2002 07:12 pm psotfx

Changed way subject is sent to email ... handled by templates where necessary

2243 03/01/2002 07:04 pm the_systech

Oops I did a Paul... Still allow avatar uploads from Urls

2242 03/01/2002 06:42 pm the_systech

Ok it's official, I'm an idiot... Doesn't do much good to commit the updates to the profile template without the update to profile :(

2209 02/25/2002 02:17 am psotfx

Fix COPPA problems

2196 02/19/2002 05:30 pm the_systech

Fix for bug #518972 Remote Avatar URI's with Port numbers

2191 02/18/2002 10:29 pm psotfx

Couple of var names switched around in email URI

2183 02/18/2002 01:34 pm psotfx

Somewhat overhauled posting, fixed various bugs, completed new way of handling URIs in emails, blah blah

2178 02/17/2002 06:02 pm bartvb

Cleaned up stuff (for Email)

2124 02/13/2002 02:11 am psotfx

Attempt 2E200 at fixing the incorrect URLs in email messages ...

2112 02/12/2002 06:14 pm psotfx

Change way error is returned to validate email/username, fixes problem with lack of language support for error output and subsequent doubled username, etc. issues

1990 01/28/2002 01:37 pm psotfx

Fixed remaining email URI issues, hopefully

1974 01/27/2002 11:13 pm psotfx

Various updates related to email creation ... should fix various bugs and errors, in theory

1970 01/27/2002 03:13 pm psotfx

Fixed content-type/length bugs

1965 01/27/2002 04:10 am psotfx

Fix various bugs; password length warning, proper warnings for username/email errors

1948 01/25/2002 03:37 am psotfx

Fix display of HTML, BBCode, Smilies status next to signature to reflect global + user settings

1931 01/24/2002 04:19 am psotfx

This version has an added advantage ... it works ... I think.

1930 01/24/2002 04:05 am psotfx

Fix admin disable avatar yet still shows bug #506070

1927 01/24/2002 03:46 am psotfx

Fix smiley default bug #507777 (thanks hsim) plus fixes for other default (on register) settings.

1915 01/21/2002 03:37 pm bartvb

Fixed rounding errors in postcounts (view profile)

1876 01/15/2002 12:34 am psotfx

Moan moan moan ... here you are then, avatar gallery selection on leaving gallery :)

1821 01/08/2002 07:38 pm psotfx

Fix bug #500525

1809 01/07/2002 07:50 pm psotfx

Updates to hopefully fix bug #500212

1774 01/02/2002 03:39 pm psotfx

Fix bug #495335 by removing specialchars and strip_tags from password checks

1770 01/01/2002 10:39 pm psotfx

Added alt and title tags to rank image as per viewtopic

1729 12/28/2001 04:43 pm the_systech

Fix for bug # 496941

1708 12/24/2001 07:11 pm psotfx

Altered way ICQ overlay is done, uses JavaScript ... don't want this generated within the source code, fixed website issue in profile

1698 12/24/2001 03:46 pm psotfx

Minor change, checks for existence of required avatar directories when deciding whether to enable various avatar options.

1673 12/22/2001 01:54 pm bartvb

Recycle signature_bbcode_uid

1667 12/21/2001 09:39 pm psotfx

Fix bug #490164

1666 12/21/2001 07:42 pm psotfx

More \' updates + fix bug #490842 by changing " into " when jumping to gallery

1654 12/21/2001 03:22 am psotfx

Admin send/view emails + fix avatar strangeness ... hopefully

1599 12/16/2001 02:52 am psotfx

Fixed global_var bug #492117

1590 12/15/2001 05:51 pm psotfx

Moved agreement text to lang_main

1515 12/05/2001 06:54 pm psotfx

Various issues, removed META upon successfull registration, rank changes, etc.

1505 12/03/2001 06:37 pm psotfx

Added extra term to allow multiple subdomain terms in uris, fixes bug #488030 hopefully

1486 11/29/2001 10:48 pm psotfx

Fix bugs #487201 & #487182

1478 11/29/2001 01:47 pm psotfx

Fixed bug #486800 which is probably caused by pruning of posts ... can't see any other reason at present

1464 11/27/2001 09:03 pm bartvb

Check, check, double check :( Missed this one ;(

1463 11/27/2001 07:26 pm bartvb

Fixed some parse errors

1461 11/27/2001 06:36 pm psotfx

Various fixes and updates, fix (hopefully) for bug #485799

1459 11/27/2001 01:24 am psotfx

Another Pauls up

1454 11/26/2001 03:12 pm psotfx

Fixed various issues, blank space usernames, incorrect email abuse headers, incorrect email language for bulk email, slashes in emails

1449 11/26/2001 10:50 am thefinn

Fix for bug #484526

1446 11/26/2001 02:50 am psotfx

More lang updates missed on last commit ... sleeeeeeeep, must have sleeeeeeep

1444 11/26/2001 02:27 am psotfx

stripslash email messages + remove  's from usernames, email addresses

1441 11/26/2001 12:31 am natec

Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can no longer contain the double-quote character. Also removed a dupe from lang_main file.

1428 11/23/2001 08:01 pm psotfx

More search updates + user posts

1414 11/22/2001 02:13 am thefinn

Missing comma in proflie, thus registration SQL was b0rked...I like that word :)

1403 11/21/2001 02:02 pm psotfx

Added pop-up control for PM's to profile

1380 11/20/2001 12:56 am psotfx

Another attempt at getting universal compatibility with URI/paths ... I'm really beginning to dispise IIS ...

1363 11/18/2001 07:11 pm psotfx

Hopefully cope with boards running from SSL, ie. https://>

1361 11/18/2001 05:08 pm psotfx

Slightly fairer sig length check, removes =.*? from BBCode and HTML tags - version 2

1360 11/18/2001 04:36 pm psotfx

Slightly fairer sig length check, removes =.*? from BBCode and HTML tags

1359 11/18/2001 04:17 pm psotfx

Another lang related update

1356 11/18/2001 03:40 pm psotfx

More lang cleanups

1351 11/17/2001 06:51 pm psotfx

Hopefully addresses bug #481831 ... changed REQUEST_URI to SCRIPT_NAME which seems common

1332 11/16/2001 06:31 pm psotfx

Mainly language updates but some bug fixes too

1320 11/15/2001 07:38 pm psotfx

Added admin enabling of email form

1316 11/15/2001 05:26 pm psotfx

Email form - free with purchase of any two other items

1295 11/09/2001 02:15 pm psotfx

Altered templates so preview/errors are sent as 'boxes' rather than pparsed and output directly, greater control for designer

1288 11/08/2001 07:12 am natec

Fixed bug where more than 2 dots in email not allowed in registration

1279 11/05/2001 02:24 am psotfx

Added check for avatar type before attempting deletion

1269 11/03/2001 08:33 pm psotfx

Fixed error #475726 + lang updates

1241 10/22/2001 03:11 am thefinn

Fixed bug in profile where account reactivation email had wrong link

1237 10/19/2001 12:18 am dougk_ff7

Fixes the bug in profile.php where MSNM does not show up correctly.

1205 10/15/2001 06:00 pm psotfx

Fix for potential security/HTML abuse problem, thanks Silverion

1199 10/15/2001 12:32 am psotfx

Altered uri's in emails to utilise HTTP_HOST if available + altered some METAs to append_sid

1190 10/14/2001 08:22 pm psotfx

Various changes to location redirection ... please note the format and name changes

1188 10/14/2001 06:36 pm psotfx

Lang var incorrect for PM

1187 10/14/2001 06:30 pm psotfx

Fixed bug #471044 and problem with coppa support upon registration when using avatar gallery

1174 10/12/2001 12:22 am psotfx

That stupid broken is_die and filetype ... ran fine under Win2K, failed under Linux, workaround in place

1173 10/12/2001 12:05 am psotfx

Preliminary avatar gallery support

1166 10/11/2001 01:05 pm psotfx

Removed conflicts ... please indicate why changes are neccessary in some form either here or @ forums :)

1165 10/11/2001 01:02 pm psotfx

Changed profile back to deactivating user upon new password request ...

1164 10/11/2001 10:03 am thefinn

Changed sendpassword so it dosan't deactivate the account
Fixed a security hole in group cp (thanks Ashe)

1159 10/10/2001 08:27 pm psotfx

Send new password + old password check stuff ... this time I'm fairly confident it works ... no really, I mean it

1157 10/10/2001 07:55 pm psotfx

Send new password + old password check stuff ... this time I'm fairly confident it works

1156 10/10/2001 07:34 pm psotfx

Added Send New Password functions + added check for current password when changing

1155 10/10/2001 07:27 pm psotfx

Added Send New Password functions + added check for current password when changing

1149 10/10/2001 04:19 pm psotfx

Added rank output to view profile

1141 10/09/2001 09:22 pm natec

Fixed profile bug where website contains a hyphen

1133 10/06/2001 02:59 am psotfx

Couple more, thanks again Ashe for pointing potential problem

1132 10/06/2001 02:51 am psotfx

Potential security hole fixed, thanks Ashe for pointing it out

1101 09/28/2001 02:14 am psotfx

Changes for subSilver template and minor other mods

1096 09/27/2001 11:48 am thefinn

Finished up COPPA support (I hope), now has a form the parents can print and sign and added config areas for mailing address and fax number.