1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 07:08:09 +01:00

131 Commits

Author SHA1 Message Date
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
Paul S. Owen
0ed25deb63 Email form - free with purchase of any two other items
git-svn-id: file:///svn/phpbb/trunk@1316 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-15 16:26:41 +00:00
James Atkinson
8237698bac Tsk, tsk, tsk, someone forgot to use the constant for the posts table
git-svn-id: file:///svn/phpbb/trunk@1303 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-12 12:02:26 +00:00
Paul S. Owen
4e0ec70803 Altered for constant table names
git-svn-id: file:///svn/phpbb/trunk@1297 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-09 13:26:55 +00:00
Paul S. Owen
a7382c8e88 Altered templates so preview/errors are sent as 'boxes' rather than pparsed and output directly, greater control for designer
git-svn-id: file:///svn/phpbb/trunk@1295 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-09 13:15:36 +00:00
natec
8ef00898b3 fixed code:1 bbcode bug.
git-svn-id: file:///svn/phpbb/trunk@1287 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-08 06:06:54 +00:00
Paul S. Owen
5f978355db Fixed small error in message output upon deletion of msg
git-svn-id: file:///svn/phpbb/trunk@1280 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-05 02:40:41 +00:00
Paul S. Owen
7da0c6b61a Changed to new lang vars + redirect for login
git-svn-id: file:///svn/phpbb/trunk@1263 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-03 16:15:00 +00:00
natec
a719de20ea [quote=username] bbcode.
git-svn-id: file:///svn/phpbb/trunk@1243 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-24 22:52:24 +00:00
Paul S. Owen
6b2915c0a2 Removed remaining elements of global announcements to prevent confusion
git-svn-id: file:///svn/phpbb/trunk@1235 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-17 23:05:46 +00:00
Paul S. Owen
7285487e5b Fix a few things left over from old global announce stuff
git-svn-id: file:///svn/phpbb/trunk@1230 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-16 17:15:25 +00:00
Paul S. Owen
36936afdb2 Fix a few things left over from old global announce stuff
git-svn-id: file:///svn/phpbb/trunk@1227 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-16 16:23:33 +00:00