aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/profile.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Found that php has an imagesize function ... dohPaul S. Owen2001-06-121-26/+47
| | | | git-svn-id: file:///svn/phpbb/trunk@482 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added a banned email check during registrationPaul S. Owen2001-06-111-2/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@469 89ea8834-ac86-4346-8a33-228a782c2dd0
* Posting preview done, ability for anonymous users to post with a usernameJames Atkinson2001-06-111-54/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@463 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed profile resetting user_level problem ...Paul S. Owen2001-06-081-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@439 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed postgres query in indexJames Atkinson2001-06-071-1/+1
| | | | | | | Fixed profile so people arn't created with automatic admin status (eek) git-svn-id: file:///svn/phpbb/trunk@436 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed reply w/ quote link (functionality still dosan't exist for it though)James Atkinson2001-06-031-66/+72
| | | | | | | | | Fixed bug with being able to modifiy someone elses profile Fixed bug with BBCode not working Fixed bug with validate_username causing editing of profile to fail (only checks if you actually change you name now) git-svn-id: file:///svn/phpbb/trunk@421 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mental note - Remove echos before commiting ...Paul S. Owen2001-06-031-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@420 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed validate_username failure and matched groups field namesPaul S. Owen2001-06-031-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@419 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes and fixes to enable search from username and template updatesPaul S. Owen2001-05-311-3/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@382 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some changes for usergroup additionPaul S. Owen2001-05-301-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@376 89ea8834-ac86-4346-8a33-228a782c2dd0
* Basic user group addition for single user upon registrationPaul S. Owen2001-05-301-26/+62
| | | | git-svn-id: file:///svn/phpbb/trunk@374 89ea8834-ac86-4346-8a33-228a782c2dd0
* More slash slashing ... this does require magic_quotes_gpc be on though ...Paul S. Owen2001-05-281-50/+51
| | | | git-svn-id: file:///svn/phpbb/trunk@364 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed a couple of show stopping errors with avatarsPaul S. Owen2001-05-281-93/+121
| | | | git-svn-id: file:///svn/phpbb/trunk@363 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some slashing problemsPaul S. Owen2001-05-281-33/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@359 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed my stupid error ... well ChiSox are playing the Tigers ... I have an ↵Paul S. Owen2001-05-281-8/+8
| | | | | | excuse git-svn-id: file:///svn/phpbb/trunk@358 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added filename extension check for avatar imagePaul S. Owen2001-05-281-74/+88
| | | | git-svn-id: file:///svn/phpbb/trunk@357 89ea8834-ac86-4346-8a33-228a782c2dd0
* Uploadable avatars now added ... hey I was boredPaul S. Owen2001-05-271-9/+118
| | | | git-svn-id: file:///svn/phpbb/trunk@352 89ea8834-ac86-4346-8a33-228a782c2dd0
* As I said in a post at phpBB.com today nothing has gone right first timePaul S. Owen2001-05-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@334 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed a problem with newlines replacing breaks in sigsPaul S. Owen2001-05-261-13/+49
| | | | git-svn-id: file:///svn/phpbb/trunk@333 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some little bugs in viewtopic. Also made sure viewtopic's next/prev ↵James Atkinson2001-05-241-0/+19
| | | | | | | | | functionality only views topics in the current forum. Added some extra error messages to modify profile for when the query fails. git-svn-id: file:///svn/phpbb/trunk@321 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed the allow/disallow fields to match the profile templatePaul S. Owen2001-05-171-10/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@313 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added jumpbox output for all profile pagesPaul S. Owen2001-05-171-5/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@312 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed separate header/footers and moved into each pages bodyPaul S. Owen2001-05-171-470/+518
| | | | git-svn-id: file:///svn/phpbb/trunk@311 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added functionality for the next/prev buttions in viewtopicJames Atkinson2001-05-161-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@301 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered SQL slightly for PostgresPaul S. Owen2001-05-141-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@293 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial SQL updates completePaul S. Owen2001-05-131-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@281 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor changes to where template vars are assignedPaul S. Owen2001-05-061-7/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@261 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem with incorrect conversion of line breaks in alter profilePaul S. Owen2001-05-061-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@252 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem where password was cleared even if unchangedPaul S. Owen2001-05-061-6/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@248 89ea8834-ac86-4346-8a33-228a782c2dd0
* Now remembers profile changes on errorPaul S. Owen2001-05-051-74/+104
| | | | git-svn-id: file:///svn/phpbb/trunk@246 89ea8834-ac86-4346-8a33-228a782c2dd0
* Users can now edit profile. However, it dosan't retain the data on an error, yetJames Atkinson2001-05-041-5/+102
| | | | git-svn-id: file:///svn/phpbb/trunk@245 89ea8834-ac86-4346-8a33-228a782c2dd0
* Little fix to login so de-activated accounts won't be able to loginJames Atkinson2001-05-041-1/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@243 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved config, images vars to arrays and various other fixesPaul S. Owen2001-05-031-83/+93
| | | | git-svn-id: file:///svn/phpbb/trunk@237 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some code cleanup and various updates + moved certain functions herePaul S. Owen2001-05-021-237/+418
| | | | git-svn-id: file:///svn/phpbb/trunk@230 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added some passthru support to loginJames Atkinson2001-05-011-3/+74
| | | | | | | Got edit profile half working.. git-svn-id: file:///svn/phpbb/trunk@223 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added user selectable templates, and put the system template into the config ↵James Atkinson2001-04-201-0/+9
| | | | | | database. Updated mysql_schema as well git-svn-id: file:///svn/phpbb/trunk@200 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed call to get_userdataPaul S. Owen2001-04-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@196 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed need to send db as a parameter to functionsPaul S. Owen2001-04-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@189 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some more fine turning on the profile sectionJames Atkinson2001-04-191-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@180 89ea8834-ac86-4346-8a33-228a782c2dd0
* Most of profile and registration doneJames Atkinson2001-04-181-3/+84
| | | | git-svn-id: file:///svn/phpbb/trunk@171 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some hard coded referances to table namesJames Atkinson2001-04-171-33/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@169 89ea8834-ac86-4346-8a33-228a782c2dd0
* error_die changes and various bug fixes to filesPaul S. Owen2001-04-151-14/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@149 89ea8834-ac86-4346-8a33-228a782c2dd0
* Session code updatesPaul S. Owen2001-04-151-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@143 89ea8834-ac86-4346-8a33-228a782c2dd0
* Registration is almost done, coppa support is in..James Atkinson2001-03-221-1/+40
| | | | git-svn-id: file:///svn/phpbb/trunk@129 89ea8834-ac86-4346-8a33-228a782c2dd0
* User registration works.James Atkinson2001-03-191-2/+233
| | | | git-svn-id: file:///svn/phpbb/trunk@106 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial revisionJames Atkinson2001-02-171-0/+27
git-svn-id: file:///svn/phpbb/trunk@2 89ea8834-ac86-4346-8a33-228a782c2dd0