aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added some passthru support to loginJames Atkinson2001-05-016-19/+108
| | | | | | | Got edit profile half working.. git-svn-id: file:///svn/phpbb/trunk@223 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed a pile of Windows carriage returnsJames Atkinson2001-05-011-21/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@222 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed some windows carriage returnsJames Atkinson2001-05-011-4/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@221 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated GMT - x hours textPaul S. Owen2001-05-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@220 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor updates and alterations mainly to templating varsPaul S. Owen2001-04-303-4/+35
| | | | git-svn-id: file:///svn/phpbb/trunk@219 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added stripslashes to unserialize ... not a good idea to change php.ini ↵Paul S. Owen2001-04-291-3/+3
| | | | | | updating code git-svn-id: file:///svn/phpbb/trunk@218 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed theme_id field so its not null. schemea would not work on mysql 3.23 ↵James Atkinson2001-04-291-1/+1
| | | | | | with theme_id primary key and nullable git-svn-id: file:///svn/phpbb/trunk@217 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added forgotten default_theme to global declarationsPaul S. Owen2001-04-291-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@216 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor change to var in user_prefsPaul S. Owen2001-04-291-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@215 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
* Added view latest postPaul S. Owen2001-04-291-7/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@213 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update to session_endPaul S. Owen2001-04-291-3/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@212 89ea8834-ac86-4346-8a33-228a782c2dd0
* Corrected error in viewing categoriesPaul S. Owen2001-04-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@211 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor updatesPaul S. Owen2001-04-282-10/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@210 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added online users output to page header and from that, indexPaul S. Owen2001-04-284-47/+106
| | | | git-svn-id: file:///svn/phpbb/trunk@209 89ea8834-ac86-4346-8a33-228a782c2dd0
* Overhauled session code ... in a big wayPaul S. Owen2001-04-287-139/+172
| | | | git-svn-id: file:///svn/phpbb/trunk@208 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update which may fix some multiple session probsPaul S. Owen2001-04-281-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@207 89ea8834-ac86-4346-8a33-228a782c2dd0
* Quoted default values ...Paul S. Owen2001-04-241-12/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@206 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modify to template sendpassword.php as U_ urlPaul S. Owen2001-04-242-4/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@205 89ea8834-ac86-4346-8a33-228a782c2dd0
* Theme all font termsPaul S. Owen2001-04-241-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@204 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated for generic themingPaul S. Owen2001-04-246-270/+343
| | | | 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-207-58/+94
| | | | | | database. Updated mysql_schema as well git-svn-id: file:///svn/phpbb/trunk@200 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added l_hours for timezone indicationPaul S. Owen2001-04-201-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@199 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added jumpbox template to newtopicPaul S. Owen2001-04-201-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@198 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed forum_id checkPaul S. Owen2001-04-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@197 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
* Templating var assignment changes and various updates or fixesPaul S. Owen2001-04-1914-80/+91
| | | | git-svn-id: file:///svn/phpbb/trunk@195 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor cleanupPaul S. Owen2001-04-192-5/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@194 89ea8834-ac86-4346-8a33-228a782c2dd0
* Clean up and added timezone output to templatesPaul S. Owen2001-04-193-126/+170
| | | | git-svn-id: file:///svn/phpbb/trunk@193 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed profile viewing urlPaul S. Owen2001-04-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@192 89ea8834-ac86-4346-8a33-228a782c2dd0
* Small mods to login pagePaul S. Owen2001-04-193-14/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@191 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introduced a full page login box inc prelim themeingPaul S. Owen2001-04-192-1/+78
| | | | git-svn-id: file:///svn/phpbb/trunk@190 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed need to send db as a parameter to functionsPaul S. Owen2001-04-196-19/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@189 89ea8834-ac86-4346-8a33-228a782c2dd0
* Replaced previously removed anon and non-logged-in user templating infoPaul S. Owen2001-04-191-5/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@188 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified as per Nathans suggestion - Mark IIPaul S. Owen2001-04-192-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@187 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified as per Nathans suggestionPaul S. Owen2001-04-193-44/+67
| | | | git-svn-id: file:///svn/phpbb/trunk@186 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed IP types to char 8 for time beingPaul S. Owen2001-04-191-9/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@185 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved defaults to common + dir move changesPaul S. Owen2001-04-192-25/+30
| | | | git-svn-id: file:///svn/phpbb/trunk@184 89ea8834-ac86-4346-8a33-228a782c2dd0
* Off to the realm of Mordor we goPaul S. Owen2001-04-196-1492/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@183 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved all included files to includesPaul S. Owen2001-04-197-1/+1493
| | | | git-svn-id: file:///svn/phpbb/trunk@182 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added current time to overall footerJames Atkinson2001-04-192-25/+28
| | | | git-svn-id: file:///svn/phpbb/trunk@181 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
* Fix for viewonline templatesJames Atkinson2001-04-191-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@179 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some small fixes in the viewonline templatesJames Atkinson2001-04-192-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@178 89ea8834-ac86-4346-8a33-228a782c2dd0
* create_date function needs to use gmdate in order to output a correct date.James Atkinson2001-04-191-53/+54
| | | | git-svn-id: file:///svn/phpbb/trunk@177 89ea8834-ac86-4346-8a33-228a782c2dd0
* minor updates to add domain, path, securePaul S. Owen2001-04-181-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@176 89ea8834-ac86-4346-8a33-228a782c2dd0
* cookie additionsPaul S. Owen2001-04-181-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@175 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated mysql_basic file with new user fieldsJames Atkinson2001-04-181-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@174 89ea8834-ac86-4346-8a33-228a782c2dd0