aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Had to change the name of the submit button because it was interfearing with ↵James Atkinson2001-11-261-1/+1
| | | | | | checking in the user_admin code. git-svn-id: file:///svn/phpbb/trunk@1451 89ea8834-ac86-4346-8a33-228a782c2dd0
* Doh, note to self make sure you check the right field when doing stuff like thisJames Atkinson2001-11-261-1/+2
| | | | | | | Fixed bug #485452 git-svn-id: file:///svn/phpbb/trunk@1450 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug #484526James Atkinson2001-11-262-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1449 89ea8834-ac86-4346-8a33-228a782c2dd0
* tabs-to-spaces and other indentation mojo for [code] bbcode.natec2001-11-261-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@1448 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed little sequance name problemJames Atkinson2001-11-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1447 89ea8834-ac86-4346-8a33-228a782c2dd0
* More lang updates missed on last commit ... sleeeeeeeep, must have sleeeeeeepPaul S. Owen2001-11-261-7/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1446 89ea8834-ac86-4346-8a33-228a782c2dd0
* Convert accents on chars into 'equivalent' plain lettersPaul S. Owen2001-11-261-7/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@1445 89ea8834-ac86-4346-8a33-228a782c2dd0
* stripslash email messages + remove  's from usernames, email addressesPaul S. Owen2001-11-261-12/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@1444 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug 481943. Regexp that normalized linebreaks to \r\n was fucked, so ↵natec2001-11-262-6/+14
| | | | | | it was changing (char)\n to \r\n and dropping (char). Hence we lost the char before every single linebreak in every email sent thru SMTP. yay. ALso fixed so it gets the FROM address from the right place. git-svn-id: file:///svn/phpbb/trunk@1443 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
* Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can ↵natec2001-11-256-10/+15
| | | | | | no longer contain the double-quote character. Also removed a dupe from lang_main file. git-svn-id: file:///svn/phpbb/trunk@1441 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, missing page_header ...Paul S. Owen2001-11-251-0/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@1440 89ea8834-ac86-4346-8a33-228a782c2dd0
* Handle deletion of search matches and words upon deletion of topic + removal ↵Paul S. Owen2001-11-251-164/+178
| | | | | | of confirmation on lock/unlock git-svn-id: file:///svn/phpbb/trunk@1439 89ea8834-ac86-4346-8a33-228a782c2dd0
* Upgrade script; updating keys, using table_prefix properlyBart van Bragt2001-11-242-71/+140
| | | | git-svn-id: file:///svn/phpbb/trunk@1438 89ea8834-ac86-4346-8a33-228a782c2dd0
* What did I say about that catchphrase ...Paul S. Owen2001-11-241-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1437 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN ↵Bart van Bragt2001-11-248-17/+99
| | | | | | THE CONVERT SCRIPT IN /develop/ !! git-svn-id: file:///svn/phpbb/trunk@1436 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reminder to self, checking files at 2am bad, checking files at 2pm goodPaul S. Owen2001-11-244-36/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@1435 89ea8834-ac86-4346-8a33-228a782c2dd0
* Just a coouple updatesJames Atkinson2001-11-241-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1434 89ea8834-ac86-4346-8a33-228a782c2dd0
* OOppss missed this one ... this should be my catchphrase ...Paul S. Owen2001-11-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1433 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2001-11-246-774/+810
| | | | 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
* Fixes install problemPaul S. Owen2001-11-232-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1430 89ea8834-ac86-4346-8a33-228a782c2dd0
* Small error in SQL for Postgres searchmatch cleanPaul S. Owen2001-11-231-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1429 89ea8834-ac86-4346-8a33-228a782c2dd0
* More search updates + user postsPaul S. Owen2001-11-232-88/+81
| | | | git-svn-id: file:///svn/phpbb/trunk@1428 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oops, smallint is too small for group_id.. Thanks Paul :DBart van Bragt2001-11-231-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1427 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some space/speed checkups on the types in the MySQL schemaBart van Bragt2001-11-231-20/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@1426 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added alternating row color/class for topicrowJames Atkinson2001-11-231-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1425 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missed these earlierPaul S. Owen2001-11-233-31/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@1424 89ea8834-ac86-4346-8a33-228a782c2dd0
* Latest variants ... not finished yet ...Paul S. Owen2001-11-232-287/+182
| | | | git-svn-id: file:///svn/phpbb/trunk@1423 89ea8834-ac86-4346-8a33-228a782c2dd0
* Module and module function names now pulled from lang filePaul S. Owen2001-11-232-1/+35
| | | | git-svn-id: file:///svn/phpbb/trunk@1422 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated and inline with MySQL - PostgreSQL fine under 7.1.2Paul S. Owen2001-11-233-133/+192
| | | | git-svn-id: file:///svn/phpbb/trunk@1421 89ea8834-ac86-4346-8a33-228a782c2dd0
* More updatesPaul S. Owen2001-11-222-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1420 89ea8834-ac86-4346-8a33-228a782c2dd0
* More updatesPaul S. Owen2001-11-221-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1419 89ea8834-ac86-4346-8a33-228a782c2dd0
* New image for PSO ... must move these into the template directory at some pointPaul S. Owen2001-11-221-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1418 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update to an icon image namePaul S. Owen2001-11-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1417 89ea8834-ac86-4346-8a33-228a782c2dd0
* More updatesPaul S. Owen2001-11-226-56/+86
| | | | git-svn-id: file:///svn/phpbb/trunk@1416 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for display of newest image icon when one doesn't existPaul S. Owen2001-11-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1415 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missing comma in proflie, thus registration SQL was b0rked...I like that word :)James Atkinson2001-11-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1414 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #484243 typo in sessions.phpJames Atkinson2001-11-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1413 89ea8834-ac86-4346-8a33-228a782c2dd0
* Search re-write was erm, how can I say this, erm, brown, soft and smelly ... ↵Paul S. Owen2001-11-221-81/+144
| | | | | | putting old one with required updates back, will do more work soon git-svn-id: file:///svn/phpbb/trunk@1412 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #484331James Atkinson2001-11-221-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1411 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated smilies + fixes for insertion of smilie at caret (IE/PC only) + Mac ↵Paul S. Owen2001-11-213-56/+76
| | | | | | BBCode buttons ... perhaps, Tom git-svn-id: file:///svn/phpbb/trunk@1410 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
* Order of username in username search was missingPaul S. Owen2001-11-211-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1408 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor change to use username selectorPaul S. Owen2001-11-212-34/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@1407 89ea8834-ac86-4346-8a33-228a782c2dd0
* PM popup and icon are finally in placePaul S. Owen2001-11-212-5/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1406 89ea8834-ac86-4346-8a33-228a782c2dd0
* PM popup and icon are finally in placePaul S. Owen2001-11-216-4/+102
| | | | git-svn-id: file:///svn/phpbb/trunk@1405 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add blank indexes to stop nosey people being, erm, noseyPaul S. Owen2001-11-2111-0/+110
| | | | git-svn-id: file:///svn/phpbb/trunk@1404 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added pop-up control for PM's to profilePaul S. Owen2001-11-216-249/+298
| | | | 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-2110-88/+109
| | | | git-svn-id: file:///svn/phpbb/trunk@1402 89ea8834-ac86-4346-8a33-228a782c2dd0