1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-01 14:27:45 +01:00

1543 Commits

Author SHA1 Message Date
Paul S. Owen
c35963cb76 More lang updates missed on last commit ... sleeeeeeeep, must have sleeeeeeep
git-svn-id: file:///svn/phpbb/trunk@1446 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-26 01:50:02 +00:00
Paul S. Owen
525e218819 Convert accents on chars into 'equivalent' plain letters
git-svn-id: file:///svn/phpbb/trunk@1445 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-26 01:37:25 +00:00
Paul S. Owen
5f01741bc4 stripslash email messages + remove  's from usernames, email addresses
git-svn-id: file:///svn/phpbb/trunk@1444 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-26 01:27:00 +00:00
natec
adb6ff9f58 Fixed bug 481943. Regexp that normalized linebreaks to \r\n was fucked, so 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
2001-11-26 00:50:03 +00:00
Bart van Bragt
67aae81a93 Fixed bug #481283 and #484466 (can't delete forums/cats)
git-svn-id: file:///svn/phpbb/trunk@1442 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-26 00:01:38 +00:00
natec
dbb0ce8eee Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can 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
2001-11-25 23:31:04 +00:00
Paul S. Owen
a25d1820f5 oops, missing page_header ...
git-svn-id: file:///svn/phpbb/trunk@1440 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-25 03:11:50 +00:00
Paul S. Owen
5c2c27f40d Handle deletion of search matches and words upon deletion of topic + removal of confirmation on lock/unlock
git-svn-id: file:///svn/phpbb/trunk@1439 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-25 00:21:07 +00:00
Bart van Bragt
015c2739bd Upgrade script; updating keys, using table_prefix properly
git-svn-id: file:///svn/phpbb/trunk@1438 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-24 21:04:51 +00:00
Paul S. Owen
bb1e0dd006 What did I say about that catchphrase ...
git-svn-id: file:///svn/phpbb/trunk@1437 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-24 18:25:52 +00:00
Bart van Bragt
7eee52fff3 Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN THE CONVERT SCRIPT IN /develop/ !!
git-svn-id: file:///svn/phpbb/trunk@1436 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-24 17:17:32 +00:00
Paul S. Owen
92e5512011 Reminder to self, checking files at 2am bad, checking files at 2pm good
git-svn-id: file:///svn/phpbb/trunk@1435 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-24 15:57:31 +00:00
James Atkinson
64f1d8b8ac Just a coouple updates
git-svn-id: file:///svn/phpbb/trunk@1434 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-24 09:58:10 +00:00
Paul S. Owen
2316ed8ca4 OOppss missed this one ... this should be my catchphrase ...
git-svn-id: file:///svn/phpbb/trunk@1433 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-24 02:23:36 +00:00
Paul S. Owen
44c849564f Various updates
git-svn-id: file:///svn/phpbb/trunk@1432 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-24 01:51:36 +00:00
Paul S. Owen
517647646b Cope with modules which don't have appropriate names set in the lang_admin file, output names to left pane like old way
git-svn-id: file:///svn/phpbb/trunk@1431 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-24 00:33:58 +00:00
Paul S. Owen
bb31a5e009 Fixes install problem
git-svn-id: file:///svn/phpbb/trunk@1430 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-23 22:55:23 +00:00
Paul S. Owen
8618f81d77 Small error in SQL for Postgres searchmatch clean
git-svn-id: file:///svn/phpbb/trunk@1429 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-23 21:09:37 +00:00
Paul S. Owen
8b7b50cdfb More search updates + user posts
git-svn-id: file:///svn/phpbb/trunk@1428 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-23 19:01:51 +00:00
Bart van Bragt
e0489034fc Oops, smallint is too small for group_id.. Thanks Paul :D
git-svn-id: file:///svn/phpbb/trunk@1427 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-23 18:52:46 +00:00
Bart van Bragt
4e621ef3c3 Some space/speed checkups on the types in the MySQL schema
git-svn-id: file:///svn/phpbb/trunk@1426 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-23 18:44:11 +00:00
James Atkinson
ac3757bad0 Added alternating row color/class for topicrow
git-svn-id: file:///svn/phpbb/trunk@1425 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-23 09:31:59 +00:00
Paul S. Owen
74d694afce Missed these earlier
git-svn-id: file:///svn/phpbb/trunk@1424 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-23 01:07:55 +00:00
Paul S. Owen
ed88c19320 Latest variants ... not finished yet ...
git-svn-id: file:///svn/phpbb/trunk@1423 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-23 01:04:31 +00:00
Paul S. Owen
6f02536adf Module and module function names now pulled from lang file
git-svn-id: file:///svn/phpbb/trunk@1422 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-23 01:01:01 +00:00
Paul S. Owen
45a4be47fb Updated and inline with MySQL - PostgreSQL fine under 7.1.2
git-svn-id: file:///svn/phpbb/trunk@1421 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-23 00:36:08 +00:00
Paul S. Owen
ba5a6e4640 More updates
git-svn-id: file:///svn/phpbb/trunk@1420 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-22 15:55:07 +00:00
Paul S. Owen
c5e2160a8a More updates
git-svn-id: file:///svn/phpbb/trunk@1419 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-22 15:45:54 +00:00
Paul S. Owen
9e437fb021 New image for PSO ... must move these into the template directory at some point
git-svn-id: file:///svn/phpbb/trunk@1418 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-22 15:40:20 +00:00
Paul S. Owen
a03656925a Minor update to an icon image name
git-svn-id: file:///svn/phpbb/trunk@1417 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-22 15:39:36 +00:00
Paul S. Owen
83d403358f More updates
git-svn-id: file:///svn/phpbb/trunk@1416 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-22 15:39:11 +00:00
Paul S. Owen
82215a4025 Fix for display of newest image icon when one doesn't exist
git-svn-id: file:///svn/phpbb/trunk@1415 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-22 02:02:11 +00:00
James Atkinson
60ba5d46fb Missing comma in proflie, thus registration SQL was b0rked...I like that word :)
git-svn-id: file:///svn/phpbb/trunk@1414 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-22 01:13:49 +00:00
James Atkinson
9dea3eb368 Fixed bug #484243 typo in sessions.php
git-svn-id: file:///svn/phpbb/trunk@1413 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-22 01:04:01 +00:00
Paul S. Owen
eb82c68087 Search re-write was erm, how can I say this, erm, brown, soft and smelly ... 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
2001-11-22 01:00:14 +00:00
James Atkinson
5e184479e6 Fixed bug #484331
git-svn-id: file:///svn/phpbb/trunk@1411 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-22 00:56:55 +00:00
Paul S. Owen
f6fb36de53 Updated smilies + fixes for insertion of smilie at caret (IE/PC only) + Mac BBCode buttons ... perhaps, Tom
git-svn-id: file:///svn/phpbb/trunk@1410 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 23:08:10 +00:00
Paul S. Owen
d049d770c5 Moved avatar dir size lang generation into avatar dir size conditional
git-svn-id: file:///svn/phpbb/trunk@1409 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 16:54:13 +00:00
Paul S. Owen
ce185663d4 Order of username in username search was missing
git-svn-id: file:///svn/phpbb/trunk@1408 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 16:27:43 +00:00
Paul S. Owen
bc5d1514d4 Minor change to use username selector
git-svn-id: file:///svn/phpbb/trunk@1407 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 16:20:40 +00:00
Paul S. Owen
d630bbde99 PM popup and icon are finally in place
git-svn-id: file:///svn/phpbb/trunk@1406 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 16:00:04 +00:00
Paul S. Owen
cad29155b8 PM popup and icon are finally in place
git-svn-id: file:///svn/phpbb/trunk@1405 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 15:56:12 +00:00
Paul S. Owen
db41a689f8 Add blank indexes to stop nosey people being, erm, nosey
git-svn-id: file:///svn/phpbb/trunk@1404 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 13:06:56 +00:00
Paul S. Owen
ac2c2c688e Added pop-up control for PM's to profile
git-svn-id: file:///svn/phpbb/trunk@1403 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 13:02:37 +00:00
dougk_ff7
3c6e635bec Now showing: A ton of bug fixes and a complete overhaul of my admin code...
git-svn-id: file:///svn/phpbb/trunk@1402 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 03:10:10 +00:00
Paul S. Owen
fd9158ac75 Up to date, fully populated, works fine or so it seems
git-svn-id: file:///svn/phpbb/trunk@1401 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 01:21:31 +00:00
Paul S. Owen
d0b2519813 Fixes small problem with MS Access
git-svn-id: file:///svn/phpbb/trunk@1400 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 01:21:03 +00:00
Paul S. Owen
3f820f64c6 oohh 'eck Dangermouse, I'm surprised they didn't pick up on this bug, quiet Penfold I'm thinking
git-svn-id: file:///svn/phpbb/trunk@1399 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 01:20:17 +00:00
Paul S. Owen
276b86e0da Various core updates for searching
git-svn-id: file:///svn/phpbb/trunk@1398 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-20 23:45:27 +00:00
Paul S. Owen
a2be6e1eac Changes in-line with DBAL changes
git-svn-id: file:///svn/phpbb/trunk@1397 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-20 22:35:46 +00:00