aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Fixed query that wasn't using CONSTANT table nameBart van Bragt2001-11-071-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1285 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added some code to keep the admin from deleteing the forums default styleJames Atkinson2001-11-072-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1284 89ea8834-ac86-4346-8a33-228a782c2dd0
* Theme edit/create in place. Damn it took way to long to do that form.James Atkinson2001-11-073-0/+648
| | | | | | | Still needs the themes_name code, but I'll do that tommorow git-svn-id: file:///svn/phpbb/trunk@1283 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update to "merge" upgrade with Install... (Not fully tested since current ↵the_systech2001-11-063-4/+32
| | | | | | upgrade not in CVS) git-svn-id: file:///svn/phpbb/trunk@1282 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added coppa stuff for admin (who removed it??)James Atkinson2001-11-052-0/+23
| | | | | | | Added SMTP username and password settiings git-svn-id: file:///svn/phpbb/trunk@1281 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed small error in message output upon deletion of msgPaul S. Owen2001-11-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1280 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added check for avatar type before attempting deletionPaul S. Owen2001-11-051-46/+48
| | | | git-svn-id: file:///svn/phpbb/trunk@1279 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mental note, engage brain before typingPaul S. Owen2001-11-051-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1278 89ea8834-ac86-4346-8a33-228a782c2dd0
* Seemed to be a problem creeping back in with duplicated names due to switch ↵Paul S. Owen2001-11-051-73/+69
| | | | | | in code ... fixed? git-svn-id: file:///svn/phpbb/trunk@1277 89ea8834-ac86-4346-8a33-228a782c2dd0
* MySQL 4.x support, functionaly similar to MySQL bar transaction supportPaul S. Owen2001-11-042-0/+361
| | | | git-svn-id: file:///svn/phpbb/trunk@1276 89ea8834-ac86-4346-8a33-228a782c2dd0
* Support for new locked with new topics iconPaul S. Owen2001-11-041-13/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1275 89ea8834-ac86-4346-8a33-228a782c2dd0
* Support for new locked with new topics iconPaul S. Owen2001-11-044-47/+56
| | | | git-svn-id: file:///svn/phpbb/trunk@1274 89ea8834-ac86-4346-8a33-228a782c2dd0
* New iconPaul S. Owen2001-11-041-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1273 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hopefully killed bug #472269 dead, a touch of Domestos powerPaul S. Owen2001-11-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1272 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hopefully killed bug #472269 dead, a touch of Domestos powerPaul S. Owen2001-11-031-7/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@1271 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #477831 + some minor alterationsPaul S. Owen2001-11-032-17/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@1270 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed error #475726 + lang updatesPaul S. Owen2001-11-031-12/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@1269 89ea8834-ac86-4346-8a33-228a782c2dd0
* Group control panel updates and mods + hidden group abilityPaul S. Owen2001-11-038-584/+859
| | | | git-svn-id: file:///svn/phpbb/trunk@1268 89ea8834-ac86-4346-8a33-228a782c2dd0
* Gone and sadly forgotten, sniff sniffPaul S. Owen2001-11-031-68/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1267 89ea8834-ac86-4346-8a33-228a782c2dd0
* Additions for site descriptionPaul S. Owen2001-11-033-28/+41
| | | | git-svn-id: file:///svn/phpbb/trunk@1266 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #475735Paul S. Owen2001-11-031-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1265 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed to new lang vars + redirect for loginPaul S. Owen2001-11-031-4/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@1264 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed to new lang vars + redirect for loginPaul S. Owen2001-11-033-26/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@1263 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes, added site description to DBPaul S. Owen2001-11-037-20/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@1262 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed various issues and bugsPaul S. Owen2001-11-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1261 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed various issues and bugsPaul S. Owen2001-11-034-86/+114
| | | | git-svn-id: file:///svn/phpbb/trunk@1260 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some updates to modcp to show the topic type and correct folder iconsJames Atkinson2001-11-033-12/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@1259 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oops missed one typo in create_date...the_systech2001-11-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1258 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for typo's in create_date statements...the_systech2001-11-022-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1257 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is not Beta-1 anymoreBart van Bragt2001-11-011-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1256 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix for hard link to index...the_systech2001-11-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1255 89ea8834-ac86-4346-8a33-228a782c2dd0
* Quick BugFixthe_systech2001-11-011-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1254 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, this gets all the area it needs..hehJames Atkinson2001-11-011-12/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@1253 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed little bug that would leave slashes in the config file if ↵James Atkinson2001-11-011-4/+6
| | | | | | | | | magic_quotes_gpc was off See this topic for more info: http://area51.phpbb.com/phpBB2/viewtopic.php?p=9797#9797 git-svn-id: file:///svn/phpbb/trunk@1252 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #474123James Atkinson2001-10-302-4/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1251 89ea8834-ac86-4346-8a33-228a782c2dd0
* Able to convert moderatorsBart van Bragt2001-10-261-2/+55
| | | | git-svn-id: file:///svn/phpbb/trunk@1250 89ea8834-ac86-4346-8a33-228a782c2dd0
* Readded ftp stuff for installthe_systech2001-10-261-2/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@1249 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ooops, forgot to clear edited by output for subsequent postsPaul S. Owen2001-10-261-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1248 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered various language constructs + new quote changes for PM + altered ↵Paul S. Owen2001-10-2510-335/+327
| | | | | | pagination git-svn-id: file:///svn/phpbb/trunk@1247 89ea8834-ac86-4346-8a33-228a782c2dd0
* Not sure what a TALBE is..hehJames Atkinson2001-10-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1246 89ea8834-ac86-4346-8a33-228a782c2dd0
* Couple tweeks to the file gerneration to make it a more 'proper' array.James Atkinson2001-10-251-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1245 89ea8834-ac86-4346-8a33-228a782c2dd0
* A little over half done the styles adminJames Atkinson2001-10-256-6/+434
| | | | | | | | Can do: Add new themes from cfg file, export theme data to cfg file, remove themes Cannot do: Created or edit themes git-svn-id: file:///svn/phpbb/trunk@1244 89ea8834-ac86-4346-8a33-228a782c2dd0
* [quote=username] bbcode.natec2001-10-246-26/+111
| | | | git-svn-id: file:///svn/phpbb/trunk@1243 89ea8834-ac86-4346-8a33-228a782c2dd0
* Development version of upgrade script. Still needs quite some work.Bart van Bragt2001-10-221-0/+895
| | | | git-svn-id: file:///svn/phpbb/trunk@1242 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug in profile where account reactivation email had wrong linkJames Atkinson2001-10-222-4/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@1241 89ea8834-ac86-4346-8a33-228a782c2dd0
* Additional updates, TomPaul S. Owen2001-10-213-19/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@1240 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed ranks admin so it shows the min and max posts of the rankJames Atkinson2001-10-193-8/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@1239 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removing traces of global announcements and also fixing a potential security ↵dougk_ff72001-10-192-2/+1
| | | | | | hole in bbcode. Img-based javascript is now stripped. All images have to begin with http:// git-svn-id: file:///svn/phpbb/trunk@1238 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixes the bug in profile.php where MSNM does not show up correctly.dougk_ff72001-10-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1237 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some clean-upsthe_systech2001-10-182-23/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@1236 89ea8834-ac86-4346-8a33-228a782c2dd0