phpBB
Statistics
| Revision:

root / tags / release_2_0_1 / phpBB / includes / usercp_register.php

History | View | Annotate | Download (36.1 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
2610 05/20/2002 03:52 pm

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

2605 05/20/2002 02:21 am psotfx

Send only a newline for email headers ... breaks RFC but appears to work with mail() ... will undoubtedly lead to some problems for some users ...

2597 05/19/2002 03:20 pm psotfx

Minor changes

2571 05/12/2002 07:57 pm psotfx

More fixes, addresses double activation attempt

2570 05/12/2002 05:57 pm psotfx

Yep, more updates and fixes

2564 05/12/2002 02:47 am psotfx

Loads of bug fixes and updates

2551 05/03/2002 06:26 pm the_systech

Ok maybe it's actually fixed this time? :)

2547 04/29/2002 08:02 pm the_systech

Fix for non-deleting of avatars

2512 04/08/2002 03:47 am psotfx

COPPA appears to be broken ... this should fix it

2510 04/08/2002 02:51 am psotfx

Another minor change to avatar upload capability check

2508 04/07/2002 09:26 pm psotfx

Fix incorrect behaviour of allow view online when returning from avatar gallery

2501 04/07/2002 02:58 am psotfx

Add uploadeable avatar check for strtolower(@$ini_val('file_uploads') == 'off')

2483 04/04/2002 04:47 pm

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

2472 04/04/2002 01:24 am psotfx

Wasn't reporting oversized (filesize) avatars ... again.

2459 04/01/2002 09:19 pm the_systech

Shorten the activation, key to allow for less than 77 characters..,yet still keep it as long as possible.

2448 03/31/2002 02:06 am psotfx

pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly

2445 03/29/2002 01:24 am psotfx

Check returned language string

2424 03/24/2002 09:03 pm bartvb

Some extra comments and removed a redundant if

2420 03/24/2002 02:08 pm psotfx

Move $error=FALSE out of conditional to top of script

2412 03/23/2002 03:56 pm psotfx

Fix issues with quotes in profile fields and avatars

2393 03/21/2002 04:45 pm psotfx

damn it damn it ... engage brain before commiting the thing you were going to change but didn't ... again, thanks acydburn

2392 03/21/2002 04:42 pm psotfx

Change lang output upon no passwords entered to Fields_empty ... thanks acydburn ... completely forgot about that :D

2389 03/21/2002 02:34 pm psotfx

This one has the added benefit of working ...

2387 03/21/2002 02:27 pm psotfx

Fix blank error when not submitting any passwords during registration and alter error when no username is input

2382 03/21/2002 12:57 am psotfx

Replace space with + in AIM names

2373 03/20/2002 03:39 pm psotfx

Fix issue where nothing is reported for avatars larger than max filesize, bug #526880

2361 03/19/2002 10:54 pm the_systech

Just me nitpicking... Thought the file header name should match the filename...

2343 03/19/2002 02:11 am psotfx

One more error and this computer gets to see the Ionosphere close up ...

2342 03/19/2002 02:10 am psotfx

Me getting irritated now ...

2328 03/19/2002 12:53 am psotfx

Stop being too paranoid about hacking of includes containing only fully inclusive functions

2321 03/18/2002 08:00 pm the_systech

Fix for typo that wouldn't allow user registration line 487 should have checked for query to NOT be successful :D... But hey it was a Paul soooo... :D

2313 03/18/2002 04:21 pm psotfx

Fix for avatar gallery cancel appearing to delete avatar

2304 03/18/2002 02:35 pm psotfx

Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)