aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/profile.php
Commit message (Expand)AuthorAgeFilesLines
* Re-added GPL disclaimersJames Atkinson2001-08-301-0/+9
* Modified header commentsPaul S. Owen2001-08-261-10/+0
* Thought it best to add the email validate nowPaul S. Owen2001-08-241-21/+13
* New, updated schemas, profilePaul S. Owen2001-08-231-13/+2
* Group id now taken from group table rather than next_idPaul S. Owen2001-08-201-9/+23
* Remote avatar supportPaul S. Owen2001-08-181-22/+45
* Error in name of notifyreply varPaul S. Owen2001-08-141-5/+7
* Topic notification ... initial stuffPaul S. Owen2001-08-141-8/+16
* If a user changes their email address, and account activation is turned on, t...James Atkinson2001-08-131-2/+44
* Implmented the emailer class everywhere it needs it (just registration and pr...James Atkinson2001-08-131-1/+2
* Added emailer class, did alterations and templates for registrationJames Atkinson2001-08-131-71/+72
* More varied changes, again hopefully not breaking anythingPaul S. Owen2001-08-091-14/+14
* Wildcard username ban in email banningPaul S. Owen2001-08-021-1/+2
* More compliance ... it never endsPaul S. Owen2001-07-311-1/+1
* More compliance ... it never endsPaul S. Owen2001-07-311-1/+1
* More compliance updates + select previous posts in viewtopicPaul S. Owen2001-07-311-40/+52
* System config admin section started. Can view settings but can't modify them ...James Atkinson2001-07-241-151/+0
* Noted HTML,BBCode,Smilies status for signaturesPaul S. Owen2001-07-231-1/+12
* Using block_vars to fake IF...ELSE...ENDIF capabilityPaul S. Owen2001-07-211-0/+24
* Some more work on group CP, modified profile to match themes with templatesPaul S. Owen2001-07-211-1/+2
* Damn it, damn it, damn itPaul S. Owen2001-07-201-1/+3
* Fixed over-written lang var and updated add profile templatesPaul S. Owen2001-07-201-2/+2
* A few new vars sent to view profile, remain l_ vars changed to lang arrayPaul S. Owen2001-07-201-56/+78
* Template config system, store relevant config stuff herePaul S. Owen2001-07-141-6/+6
* Changes to include location + some other misc stuffPaul S. Owen2001-07-131-11/+11
* Fixed content type check when using OperaPaul S. Owen2001-07-111-1/+8
* Avatar upload and remote xfer should be fixedPaul S. Owen2001-07-091-10/+38
* More error fixingPaul S. Owen2001-07-061-9/+9
* Fixes and updatesuid420622001-07-041-32/+44
* Lots of updatesuid420622001-07-041-806/+552
* Avatars can now be uploaded from remote serverPaul S. Owen2001-07-021-16/+168
* Added a hidden user optionPaul S. Owen2001-07-011-36/+24
* Fixed update query for profileBart van Bragt2001-07-011-2/+24
* Added a profile preference for recieving notification on new PMsPaul S. Owen2001-06-161-5/+14
* Found that php has an imagesize function ... dohPaul S. Owen2001-06-121-26/+47
* Added a banned email check during registrationPaul S. Owen2001-06-111-2/+25
* Posting preview done, ability for anonymous users to post with a usernameJames Atkinson2001-06-111-54/+0
* Fixed profile resetting user_level problem ...Paul S. Owen2001-06-081-3/+3
* Fixed postgres query in indexJames Atkinson2001-06-071-1/+1
* Fixed reply w/ quote link (functionality still dosan't exist for it though)James Atkinson2001-06-031-66/+72
* Mental note - Remove echos before commiting ...Paul S. Owen2001-06-031-2/+2
* Fixed validate_username failure and matched groups field namesPaul S. Owen2001-06-031-4/+4
* Various changes and fixes to enable search from username and template updatesPaul S. Owen2001-05-311-3/+8
* Some changes for usergroup additionPaul S. Owen2001-05-301-2/+2
* Basic user group addition for single user upon registrationPaul S. Owen2001-05-301-26/+62
* More slash slashing ... this does require magic_quotes_gpc be on though ...Paul S. Owen2001-05-281-50/+51
* Fixed a couple of show stopping errors with avatarsPaul S. Owen2001-05-281-93/+121
* Fixed some slashing problemsPaul S. Owen2001-05-281-33/+33
* Fixed my stupid error ... well ChiSox are playing the Tigers ... I have an ex...Paul S. Owen2001-05-281-8/+8
* Added filename extension check for avatar imagePaul S. Owen2001-05-281-74/+88