aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
Commit message (Collapse)AuthorAgeFilesLines
* Lots of updatesuid420622001-07-041-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@553 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates related to message.php and transaction updatePaul S. Owen2001-07-031-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@547 89ea8834-ac86-4346-8a33-228a782c2dd0
* Included message.php _and_ error.phpPaul S. Owen2001-07-031-9/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@539 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added some gzip compression capabilityPaul S. Owen2001-06-301-1/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@528 89ea8834-ac86-4346-8a33-228a782c2dd0
* Working on getting Oracle functional. Almost there, need to deal with the ↵James Atkinson2001-06-211-1/+1
| | | | | | 'AUTO INCREMENT' issue git-svn-id: file:///svn/phpbb/trunk@520 89ea8834-ac86-4346-8a33-228a782c2dd0
* added auto_prunethe_systech2001-06-191-6/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@516 89ea8834-ac86-4346-8a33-228a782c2dd0
* Found that php has an imagesize function ... dohPaul S. Owen2001-06-121-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@483 89ea8834-ac86-4346-8a33-228a782c2dd0
* Basic new post folder colour changePaul S. Owen2001-06-051-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@430 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed reply w/ quote link (functionality still dosan't exist for it though)James Atkinson2001-06-031-1/+0
| | | | | | | | | 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
* IP encoding now done in common no need to encode anywhere elsePaul S. Owen2001-05-271-3/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@346 89ea8834-ac86-4346-8a33-228a782c2dd0
* More work on posting. Editing now works. Also replies can have subjects.James Atkinson2001-05-271-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@336 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial SQL updates completePaul S. Owen2001-05-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@281 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved config, images vars to arrays and various other fixesPaul S. Owen2001-05-031-50/+60
| | | | git-svn-id: file:///svn/phpbb/trunk@237 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added extra defaultsPaul S. Owen2001-05-021-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@234 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added some passthru support to loginJames Atkinson2001-05-011-3/+0
| | | | | | | Got edit profile half working.. git-svn-id: file:///svn/phpbb/trunk@223 89ea8834-ac86-4346-8a33-228a782c2dd0
* Grab default_theme setting from DBPaul S. Owen2001-04-291-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@214 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated for generic themingPaul S. Owen2001-04-241-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@203 89ea8834-ac86-4346-8a33-228a782c2dd0
* Okay it seems the template setup has moved to the DB ... thanks for telling ↵Paul S. Owen2001-04-221-1/+2
| | | | | | me :) git-svn-id: file:///svn/phpbb/trunk@202 89ea8834-ac86-4346-8a33-228a782c2dd0
* Someone removed the template instance ...Paul S. Owen2001-04-221-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@201 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added user selectable templates, and put the system template into the config ↵James Atkinson2001-04-201-25/+26
| | | | | | database. Updated mysql_schema as well git-svn-id: file:///svn/phpbb/trunk@200 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved defaults to common + dir move changesPaul S. Owen2001-04-191-4/+30
| | | | git-svn-id: file:///svn/phpbb/trunk@184 89ea8834-ac86-4346-8a33-228a782c2dd0
* error_die changes and various bug fixes to filesPaul S. Owen2001-04-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@149 89ea8834-ac86-4346-8a33-228a782c2dd0
* Session code updatesPaul S. Owen2001-04-151-7/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@143 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes related to session code updatesPaul S. Owen2001-03-211-51/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@122 89ea8834-ac86-4346-8a33-228a782c2dd0
* User registration works.James Atkinson2001-03-191-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@106 89ea8834-ac86-4346-8a33-228a782c2dd0
* New template system. Lots of merging conflicts, so let nate know if he broke ↵natec2001-03-171-1/+1
| | | | | | stuff. git-svn-id: file:///svn/phpbb/trunk@105 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed USER_IP to $user_ipBart van Bragt2001-03-091-5/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@95 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved include filesBart van Bragt2001-03-091-5/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@94 89ea8834-ac86-4346-8a33-228a782c2dd0
* Started on posting.php, got the logic done for displaying the new topic formJames Atkinson2001-03-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@83 89ea8834-ac86-4346-8a33-228a782c2dd0
* Started translation implemenation, added 1.2 english lang fileJames Atkinson2001-03-021-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@73 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added login/logout file and logic to login a userJames Atkinson2001-02-251-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@65 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed the order of some statementsBart van Bragt2001-02-241-6/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@41 89ea8834-ac86-4346-8a33-228a782c2dd0
* Centralise common includes and setupPaul S. Owen2001-02-241-0/+108
git-svn-id: file:///svn/phpbb/trunk@38 89ea8834-ac86-4346-8a33-228a782c2dd0