aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin
Commit message (Collapse)AuthorAgeFilesLines
* Remove guest user topic tracking via cookies, update viewtopic to re-fix ↵Paul S. Owen2001-12-141-23/+31
| | | | | | highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction git-svn-id: file:///svn/phpbb/trunk@1567 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #490613James Atkinson2001-12-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1525 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some fixes for missused language variables.the_systech2001-12-071-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1524 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bugs #487774 and #487773Paul S. Owen2001-12-051-168/+664
| | | | git-svn-id: file:///svn/phpbb/trunk@1514 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed max setting for ranks as per poll and feedbackPaul S. Owen2001-12-051-26/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@1513 89ea8834-ac86-4346-8a33-228a782c2dd0
* Keep it from complaining if it can't reset the array #@#ed arraysthe_systech2001-12-031-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1506 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #487716Paul S. Owen2001-12-031-23/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@1501 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #487951 but mass email needs some other additions, notes are in file ...Paul S. Owen2001-12-031-59/+73
| | | | git-svn-id: file:///svn/phpbb/trunk@1498 89ea8834-ac86-4346-8a33-228a782c2dd0
* Backtrack on IDENTITY ... dohPaul S. Owen2001-12-011-9/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@1494 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for [] not supported bugPaul S. Owen2001-11-301-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1489 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #487265Paul S. Owen2001-11-291-48/+46
| | | | git-svn-id: file:///svn/phpbb/trunk@1487 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #486207Paul S. Owen2001-11-291-2/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1474 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug with deleting categories, and found a hard coded english message!James Atkinson2001-11-291-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1472 89ea8834-ac86-4346-8a33-228a782c2dd0
* Dumped array_merge for code that should be php3 compatableJames Atkinson2001-11-291-1/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@1471 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #486170Bart van Bragt2001-11-271-55/+56
| | | | git-svn-id: file:///svn/phpbb/trunk@1465 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ooops, no default auth levels were set for new forumsPaul S. Owen2001-11-261-2/+30
| | | | git-svn-id: file:///svn/phpbb/trunk@1456 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #481283 and #484466 (can't delete forums/cats)Bart van Bragt2001-11-261-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1442 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2001-11-244-700/+712
| | | | git-svn-id: file:///svn/phpbb/trunk@1432 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cope with modules which don't have appropriate names set in the lang_admin ↵Paul S. Owen2001-11-241-2/+2
| | | | | | file, output names to left pane like old way git-svn-id: file:///svn/phpbb/trunk@1431 89ea8834-ac86-4346-8a33-228a782c2dd0
* Module and module function names now pulled from lang filePaul S. Owen2001-11-231-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1422 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved avatar dir size lang generation into avatar dir size conditionalPaul S. Owen2001-11-211-18/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@1409 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor change to use username selectorPaul S. Owen2001-11-211-32/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@1407 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added pop-up control for PM's to profilePaul S. Owen2001-11-211-245/+262
| | | | git-svn-id: file:///svn/phpbb/trunk@1403 89ea8834-ac86-4346-8a33-228a782c2dd0
* Now showing: A ton of bug fixes and a complete overhaul of my admin code...dougk_ff72001-11-215-76/+83
| | | | git-svn-id: file:///svn/phpbb/trunk@1402 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some output buffering to try to decrease time and memory usage.the_systech2001-11-201-65/+54
| | | | git-svn-id: file:///svn/phpbb/trunk@1389 89ea8834-ac86-4346-8a33-228a782c2dd0
* Likely fix for bug #482308Paul S. Owen2001-11-201-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1388 89ea8834-ac86-4346-8a33-228a782c2dd0
* Yep, you guess it some more lang updates + cleanupsPaul S. Owen2001-11-191-378/+363
| | | | git-svn-id: file:///svn/phpbb/trunk@1379 89ea8834-ac86-4346-8a33-228a782c2dd0
* More lang updatesPaul S. Owen2001-11-191-97/+153
| | | | git-svn-id: file:///svn/phpbb/trunk@1378 89ea8834-ac86-4346-8a33-228a782c2dd0
* Yet another missed option ... blimey, we've made this too configurable ... ↵Paul S. Owen2001-11-191-0/+2
| | | | | | only kidding git-svn-id: file:///svn/phpbb/trunk@1376 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change to use a temp file... Hopefully reduce memory usage on backup.the_systech2001-11-191-7/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@1375 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various admin lang and other fixes ... this will break other things I'm ↵Paul S. Owen2001-11-197-457/+488
| | | | | | sure, only submit bug reports for recently commited files git-svn-id: file:///svn/phpbb/trunk@1373 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed it back to is_null, using empty just created a much larger problem ↵James Atkinson2001-11-171-1/+1
| | | | | | (parse error!) git-svn-id: file:///svn/phpbb/trunk@1344 89ea8834-ac86-4346-8a33-228a782c2dd0
* Possible bugfix for admin_smilies.php.dougk_ff72001-11-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1343 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added admin enabling of email formPaul S. Owen2001-11-151-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1320 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #481673Paul S. Owen2001-11-141-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1313 89ea8834-ac86-4346-8a33-228a782c2dd0
* Translated all the remaining enlgish strings in the admin config sectionJames Atkinson2001-11-141-1/+50
| | | | git-svn-id: file:///svn/phpbb/trunk@1309 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added new tables to backup listPaul S. Owen2001-11-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1308 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added global PM disable + modded emailer to allow lang select + re-added ↵Paul S. Owen2001-11-131-2/+31
| | | | | | back box limits my dumbness removed recently git-svn-id: file:///svn/phpbb/trunk@1305 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bugfixs... Darn those bugs... Where's an exterminator when you need one?the_systech2001-11-121-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1304 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, I think thats the last of the theme admin stuff. Hopefully its bug freeJames Atkinson2001-11-121-4/+110
| | | | git-svn-id: file:///svn/phpbb/trunk@1302 89ea8834-ac86-4346-8a33-228a782c2dd0
* Checked all calls to message_die and made sure that if they would be ↵James Atkinson2001-11-093-5/+13
| | | | | | | | | | outputted to a user without a major error that they got their error string from the lang file Also made sure all calls had the right arguments in teh right place git-svn-id: file:///svn/phpbb/trunk@1289 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adding capability for "smiley packs" import/exportthe_systech2001-11-071-4/+200
| | | | git-svn-id: file:///svn/phpbb/trunk@1286 89ea8834-ac86-4346-8a33-228a782c2dd0
* 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-071-0/+5
| | | | 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-071-0/+357
| | | | | | | 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
* Re-added coppa stuff for admin (who removed it??)James Atkinson2001-11-051-0/+2
| | | | | | | Added SMTP username and password settiings git-svn-id: file:///svn/phpbb/trunk@1281 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
* Group control panel updates and mods + hidden group abilityPaul S. Owen2001-11-031-6/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@1268 89ea8834-ac86-4346-8a33-228a782c2dd0
* Additions for site descriptionPaul S. Owen2001-11-031-28/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@1266 89ea8834-ac86-4346-8a33-228a782c2dd0