phpBB
Statistics
| Revision:

root / tags / release_2_0_1 / phpBB / posting.php

History | View | Annotate | Download (33.2 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
2610 05/20/2002 03:52 pm

This commit was manufactured by cvs2svn to create tag
'release_2_0_1'.

2600 05/19/2002 05:11 pm psotfx

More fixes

2599 05/19/2002 05:02 pm psotfx

Various updates

2570 05/12/2002 05:57 pm psotfx

Yep, more updates and fixes

2566 05/12/2002 03:21 am psotfx

Signature issues

2503 04/07/2002 04:59 pm psotfx

A few more missed intval's

2496 04/07/2002 02:21 am psotfx

Fix 'forget' topic type when previewing.

2483 04/04/2002 04:47 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.

2460 04/01/2002 10:07 pm the_systech

Ok so we shouldn't allow subject lines to be all whitespace either :)

2448 03/31/2002 02:06 am psotfx

pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly

2444 03/28/2002 08:52 pm the_systech

Ok all of these damned httpd server that are different are about annoying

2438 03/26/2002 02:13 pm psotfx

Fix bug with editing polls containing options with quotes

2415 03/23/2002 11:18 pm psotfx

Various bug fixes, polls, Guest vs. Anonymous, quoting guests

2408 03/22/2002 10:50 pm psotfx

Change redirection header for not logged in redirect ...

2383 03/21/2002 02:03 am psotfx

Fix failure if duplicate username, no subject, no post, etc. errors have occured when submitting, bug #532336

2375 03/20/2002 03:56 pm psotfx

Extra check for logged in user when deciding whether to determine if user should be notified on reply

2307 03/18/2002 02:44 pm psotfx

Morons have congregated in my head for a moron-party

2305 03/18/2002 02:35 pm psotfx

Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming

2258 03/03/2002 11:53 pm psotfx

Fix incorrect setting of checkboxes on edit, bug #525244

2203 02/23/2002 06:54 pm psotfx

Fixed updating of user post count on deletion

2200 02/20/2002 06:39 pm psotfx

Fix my hilariously dumb mistake in posting allowing unauthed users to post ...

2184 02/18/2002 01:41 pm psotfx

There always has to be at least one bug doesn't there ... why is that?

2183 02/18/2002 01:34 pm psotfx

Somewhat overhauled posting, fixed various bugs, completed new way of handling URIs in emails, blah blah

2178 02/17/2002 06:02 pm bartvb

Cleaned up stuff (for Email)

2036 02/02/2002 07:04 pm psotfx

Introduce an additional DB field for first_topic_id ... RUN update_to_RC3 ONCE YOU'VE UPDATED

2005 01/28/2002 07:47 pm psotfx

Initial warning fixes

1987 01/28/2002 01:05 pm psotfx

Fix error in script name, posting vs. viewtopic

1975 01/28/2002 01:28 am psotfx

Fix bug #505064

1974 01/27/2002 11:13 pm psotfx

Various updates related to email creation ... should fix various bugs and errors, in theory

1952 01/25/2002 01:58 pm psotfx

htmlspecialchars for subject, poll title and options

1851 01/12/2002 06:00 pm psotfx

Changes to topic/forum tracking ... tested for several days on test board and all seems fine, give feedback in forums

1809 01/07/2002 07:50 pm psotfx

Updates to hopefully fix bug #500212

1781 01/03/2002 12:06 pm bartvb

Moved all search functions to includes/search.php Paul; please review

1743 12/30/2001 02:33 pm psotfx

Fix bug #497725

1737 12/29/2001 04:18 pm psotfx

Fixed bug #496954

1732 12/28/2001 05:25 pm the_systech

Fix for #497218

1661 12/21/2001 04:51 pm psotfx

Hopefully this addresses the \' and '' problems with MSSQL, etc. ... I'd like opinions on the security of doing this.

1634 12/19/2001 05:59 pm psotfx

Fix bug #494787, censor words in topic title for email notifications of replies

1632 12/19/2001 03:12 pm psotfx

Fix for bug #494982, uses IP for anonymous posters and user_id for logged in users

1628 12/18/2001 09:35 pm bartvb

Moved generate_smilies() into includes/post.php, use smileypath in config table

1618 12/17/2001 03:02 am psotfx

Stupid horrible group by clauses

1609 12/16/2001 07:13 pm psotfx

Moved remaining hard coded text in posting template to lang_main, smilies now from DB + external smilies window if > 20

1595 12/15/2001 11:05 pm psotfx

This time I really fixed posting to prevent deletion of topic titles when editing

1583 12/15/2001 03:19 pm psotfx

Fixed empty topic title issue when editing posts + moderation of locked topics

1554 12/11/2001 09:55 am natec

bug #490286: undoing bbencode_first_pass() when bbcode was disabled is fruitless.

1553 12/11/2001 09:43 am natec

bug #488067: no, preg_quote() didn't always have 2 args.

1510 12/05/2001 01:00 am psotfx

Fix stripslashing on errors, preview, poll option addition ... okay I lied, but this one does work, honest guv ... wanna buy a bridge?

1509 12/04/2001 11:02 pm psotfx

Fix stripslashing on errors, preview, poll option addition ... this one actually works properly ...

1508 12/04/2001 07:08 pm psotfx

Fix stripslashing on errors, preview, poll option addition

1503 12/03/2001 01:21 pm psotfx

Fix backslashing when adding poll options

1497 12/03/2001 12:54 am psotfx

Removed 'Redirect' header

1477 11/29/2001 01:46 pm psotfx

Fix bug #486674 and removed superfluous/commented lines for html treatment

1463 11/27/2001 07:26 pm bartvb

Fixed some parse errors

1462 11/27/2001 06:59 pm bartvb

Some mindboggeling ternary operators removed :D

1461 11/27/2001 06:36 pm psotfx

Various fixes and updates, fix (hopefully) for bug #485799

1453 11/26/2001 03:07 pm psotfx

Fixes various issues inc. bugs #485538, #485323 and an incorrect conversion of some accented chars (thanks Ashe for noting it)

1445 11/26/2001 02:37 am psotfx

Convert accents on chars into 'equivalent' plain letters

1441 11/26/2001 12:31 am natec

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.

1436 11/24/2001 06:17 pm bartvb

Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN THE CONVERT SCRIPT IN /develop/ !!

1435 11/24/2001 04:57 pm psotfx

Reminder to self, checking files at 2am bad, checking files at 2pm good

1429 11/23/2001 10:09 pm psotfx

Small error in SQL for Postgres searchmatch clean

1428 11/23/2001 08:01 pm psotfx

More search updates + user posts

1423 11/23/2001 02:04 am psotfx

Latest variants ... not finished yet ...

1402 11/21/2001 04:10 am dougk_ff7

Now showing: A ton of bug fixes and a complete overhaul of my admin code...

1400 11/21/2001 02:21 am psotfx

Fixes small problem with MS Access

1398 11/21/2001 12:45 am psotfx

Various core updates for searching

1380 11/20/2001 12:56 am psotfx

Another attempt at getting universal compatibility with URI/paths ... I'm really beginning to dispise IIS ...

1363 11/18/2001 07:11 pm psotfx

Hopefully cope with boards running from SSL, ie. https://>

1351 11/17/2001 06:51 pm psotfx

Hopefully addresses bug #481831 ... changed REQUEST_URI to SCRIPT_NAME which seems common

1328 11/15/2001 11:09 pm psotfx

Fixed problem where deleting a post with a poll could error deletion of remaining posts

1325 11/15/2001 10:38 pm psotfx

Got a bad piece of tape that time, fell on the carpet, euuggh, this one should work

1324 11/15/2001 10:36 pm psotfx

Sticky tape fell off, that's what happens when you don't buy the real thing...

1323 11/15/2001 10:28 pm psotfx

This removes the looping queries causing the horendous query count ... clutch now fixed, but only with sticky tape

1317 11/15/2001 05:35 pm psotfx

Email form - free with purchase of any two other items

1316 11/15/2001 05:26 pm psotfx

Email form - free with purchase of any two other items

1303 11/12/2001 01:02 pm thefinn

Tsk, tsk, tsk, someone forgot to use the constant for the posts table

1297 11/09/2001 02:26 pm psotfx

Altered for constant table names

1295 11/09/2001 02:15 pm psotfx

Altered templates so preview/errors are sent as 'boxes' rather than pparsed and output directly, greater control for designer

1287 11/08/2001 07:06 am natec

fixed code:1 bbcode bug.

1280 11/05/2001 03:40 am psotfx

Fixed small error in message output upon deletion of msg

1263 11/03/2001 05:15 pm psotfx

Changed to new lang vars + redirect for login

1243 10/25/2001 12:52 am natec

[quote=username] bbcode.

1235 10/18/2001 01:05 am psotfx

Removed remaining elements of global announcements to prevent confusion

1230 10/16/2001 07:15 pm psotfx

Fix a few things left over from old global announce stuff

1227 10/16/2001 06:23 pm psotfx

Fix a few things left over from old global announce stuff

1222 10/16/2001 03:10 pm dougk_ff7

More changes for global announcements. They no longer require the mode to be set (it works without), posting.php has been updated to reflect replies to announcements in ALL forums, and a admin page for announcements (global) has been added, although it can only link to pages with the true forum and auth permissions. A more refined version will be coming soon

1220 10/16/2001 01:12 pm psotfx

Topic review changes + updates

1199 10/15/2001 12:32 am psotfx

Altered uri's in emails to utilise HTTP_HOST if available + altered some METAs to append_sid

1190 10/14/2001 08:22 pm psotfx

Various changes to location redirection ... please note the format and name changes

1183 10/14/2001 05:49 pm psotfx

Various updates mainly URI session related ... login still having problem with full URI sessions

1151 10/10/2001 04:57 pm psotfx

Allow remote deletion of posts + addition of several new checks

1148 10/10/2001 12:45 pm psotfx

Fixed bug with deleting only post in forum

1128 10/05/2001 04:13 pm psotfx

Moved emailer instantiation out of loop, was causing failures during topic reply notifications

1084 09/25/2001 08:26 pm psotfx

Updated and fixed various issues, see post in developers forum for info

1061 09/18/2001 03:24 am psotfx

Various changes to notification, editing, etc. etc.

1041 09/16/2001 12:11 am natec

Fixed a situation where we weren't escaping sql special chars.

1031 09/12/2001 12:52 am natec

fixed bug 460663 -- we were trying to use the wrong field as the email addy when sending reply notification emails.

1024 09/10/2001 06:20 pm psotfx

Missed a couple of config name changes

1023 09/10/2001 04:22 pm psotfx

Missed a couple of config name changes

1016 09/09/2001 02:40 pm bartvb

Removed some trailing newlines