Paul S. Owen
|
0b609899e3
|
Introduce an additional DB field for first_topic_id ... RUN update_to_RC3 ONCE YOU'VE UPDATED
git-svn-id: file:///svn/phpbb/trunk@2036 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2002-02-02 18:04:21 +00:00 |
|
Paul S. Owen
|
88865f63ee
|
Initial warning fixes
git-svn-id: file:///svn/phpbb/trunk@2005 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2002-01-28 18:47:41 +00:00 |
|
Paul S. Owen
|
2989a6613a
|
Fix error in script name, posting vs. viewtopic
git-svn-id: file:///svn/phpbb/trunk@1987 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2002-01-28 12:05:00 +00:00 |
|
Paul S. Owen
|
ad0c105f90
|
Fix bug #505064
git-svn-id: file:///svn/phpbb/trunk@1975 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2002-01-28 00:28:26 +00:00 |
|
Paul S. Owen
|
6497f166ef
|
Various updates related to email creation ... should fix various bugs and errors, in theory
git-svn-id: file:///svn/phpbb/trunk@1974 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2002-01-27 22:13:17 +00:00 |
|
Paul S. Owen
|
d0a241eaff
|
htmlspecialchars for subject, poll title and options
git-svn-id: file:///svn/phpbb/trunk@1952 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2002-01-25 12:58:24 +00:00 |
|
Paul S. Owen
|
64dc7345b1
|
Changes to topic/forum tracking ... tested for several days on test board and all seems fine, give feedback in forums
git-svn-id: file:///svn/phpbb/trunk@1851 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2002-01-12 17:00:32 +00:00 |
|
Paul S. Owen
|
eb86e9ba68
|
Updates to hopefully fix bug #500212
git-svn-id: file:///svn/phpbb/trunk@1809 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2002-01-07 18:50:30 +00:00 |
|
Bart van Bragt
|
f02324d2cb
|
Moved all search functions to includes/search.php Paul; please review
git-svn-id: file:///svn/phpbb/trunk@1781 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2002-01-03 11:06:22 +00:00 |
|
Paul S. Owen
|
ea751b77f1
|
Fix bug #497725
git-svn-id: file:///svn/phpbb/trunk@1743 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-30 13:33:34 +00:00 |
|
Paul S. Owen
|
27c0fbe848
|
Fixed bug #496954
git-svn-id: file:///svn/phpbb/trunk@1737 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-29 15:18:34 +00:00 |
|
the_systech
|
17b3441412
|
Fix for #497218
git-svn-id: file:///svn/phpbb/trunk@1732 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-28 16:25:31 +00:00 |
|
Paul S. Owen
|
6c2e3922b1
|
Hopefully this addresses the \' and '' problems with MSSQL, etc. ... I'd like opinions on the security of doing this.
git-svn-id: file:///svn/phpbb/trunk@1661 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-21 15:51:31 +00:00 |
|
Paul S. Owen
|
7fab3bbdb5
|
Fix bug #494787, censor words in topic title for email notifications of replies
git-svn-id: file:///svn/phpbb/trunk@1634 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-19 16:59:44 +00:00 |
|
Paul S. Owen
|
cc3d50adbb
|
Fix for bug #494982, uses IP for anonymous posters and user_id for logged in users
git-svn-id: file:///svn/phpbb/trunk@1632 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-19 14:12:51 +00:00 |
|
Bart van Bragt
|
27ed6223d8
|
Moved generate_smilies() into includes/post.php, use smileypath in config table
git-svn-id: file:///svn/phpbb/trunk@1628 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-18 20:35:17 +00:00 |
|
Paul S. Owen
|
7ad2cf2c97
|
Stupid horrible group by clauses
git-svn-id: file:///svn/phpbb/trunk@1618 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-17 02:02:55 +00:00 |
|
Paul S. Owen
|
cb6366032c
|
Moved remaining hard coded text in posting template to lang_main, smilies now from DB + external smilies window if > 20
git-svn-id: file:///svn/phpbb/trunk@1609 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-16 18:13:34 +00:00 |
|
Paul S. Owen
|
a2a7edc761
|
This time I really fixed posting to prevent deletion of topic titles when editing
git-svn-id: file:///svn/phpbb/trunk@1595 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-15 22:05:25 +00:00 |
|
Paul S. Owen
|
27a7e8a401
|
Fixed empty topic title issue when editing posts + moderation of locked topics
git-svn-id: file:///svn/phpbb/trunk@1583 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-15 14:19:29 +00:00 |
|
natec
|
01b7683c36
|
bug #490286: undoing bbencode_first_pass() when bbcode was disabled is fruitless.
git-svn-id: file:///svn/phpbb/trunk@1554 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-11 08:55:17 +00:00 |
|
natec
|
f0bf32c5c1
|
bug #488067: no, preg_quote() didn't always have 2 args.
git-svn-id: file:///svn/phpbb/trunk@1553 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-11 08:43:05 +00:00 |
|
Paul S. Owen
|
4d495f9a59
|
Fix stripslashing on errors, preview, poll option addition ... okay I lied, but this one does work, honest guv ... wanna buy a bridge?
git-svn-id: file:///svn/phpbb/trunk@1510 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-05 00:00:39 +00:00 |
|
Paul S. Owen
|
8c8362d7bf
|
Fix stripslashing on errors, preview, poll option addition ... this one actually works properly ...
git-svn-id: file:///svn/phpbb/trunk@1509 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-04 22:02:30 +00:00 |
|
Paul S. Owen
|
3da714e11a
|
Fix stripslashing on errors, preview, poll option addition
git-svn-id: file:///svn/phpbb/trunk@1508 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-04 18:08:43 +00:00 |
|
Paul S. Owen
|
9cdb898106
|
Fix backslashing when adding poll options
git-svn-id: file:///svn/phpbb/trunk@1503 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-03 12:21:53 +00:00 |
|
Paul S. Owen
|
6432e3dd27
|
Removed 'Redirect' header
git-svn-id: file:///svn/phpbb/trunk@1497 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-02 23:54:25 +00:00 |
|
Paul S. Owen
|
87f818b4ef
|
Fix bug #486674 and removed superfluous/commented lines for html treatment
git-svn-id: file:///svn/phpbb/trunk@1477 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-29 12:46:16 +00:00 |
|
Bart van Bragt
|
8a485102af
|
Fixed some parse errors
git-svn-id: file:///svn/phpbb/trunk@1463 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-27 18:26:03 +00:00 |
|
Bart van Bragt
|
fee3b81b60
|
Some mindboggeling ternary operators removed :D
git-svn-id: file:///svn/phpbb/trunk@1462 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-27 17:59:27 +00:00 |
|
Paul S. Owen
|
22dce9ec94
|
Various fixes and updates, fix (hopefully) for bug #485799
git-svn-id: file:///svn/phpbb/trunk@1461 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-27 17:36:04 +00:00 |
|
Paul S. Owen
|
1d3f1cee55
|
Fixes various issues inc. bugs #485538, #485323 and an incorrect conversion of some accented chars (thanks Ashe for noting it)
git-svn-id: file:///svn/phpbb/trunk@1453 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-26 14:07:33 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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
|
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
|
3ccffbff76
|
Another attempt at getting universal compatibility with URI/paths ... I'm really beginning to dispise IIS ...
git-svn-id: file:///svn/phpbb/trunk@1380 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-19 23:56:00 +00:00 |
|
Paul S. Owen
|
c7bc2e37bd
|
Hopefully cope with boards running from SSL, ie. https://
git-svn-id: file:///svn/phpbb/trunk@1363 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-18 18:11:42 +00:00 |
|
Paul S. Owen
|
f027b477f4
|
Hopefully addresses bug #481831 ... changed REQUEST_URI to SCRIPT_NAME which seems common
git-svn-id: file:///svn/phpbb/trunk@1351 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-17 17:51:59 +00:00 |
|
Paul S. Owen
|
fb315827e7
|
Fixed problem where deleting a post with a poll could error deletion of remaining posts
git-svn-id: file:///svn/phpbb/trunk@1328 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-15 22:09:20 +00:00 |
|
Paul S. Owen
|
9dc6e8a5fa
|
Got a bad piece of tape that time, fell on the carpet, euuggh, this one should work
git-svn-id: file:///svn/phpbb/trunk@1325 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-15 21:38:09 +00:00 |
|
Paul S. Owen
|
68eb5bc3b3
|
Sticky tape fell off, that's what happens when you don't buy the real thing...
git-svn-id: file:///svn/phpbb/trunk@1324 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-15 21:36:31 +00:00 |
|
Paul S. Owen
|
6cbe3f48d8
|
This removes the looping queries causing the horendous query count ... clutch now fixed, but only with sticky tape
git-svn-id: file:///svn/phpbb/trunk@1323 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-15 21:28:58 +00:00 |
|
Paul S. Owen
|
be43f44e33
|
Email form - free with purchase of any two other items
git-svn-id: file:///svn/phpbb/trunk@1317 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-15 16:35:09 +00:00 |
|