root / tags / milestone_3 / phpBB / posting.php

View | Annotate | Download (63.9 KB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
5258 10/04/2005 11:47 PM

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

5249 10/03/2005 05:21 PM Meik Sievertsen

fix tiny bug. ;)

5247 10/02/2005 08:47 PM Meik Sievertsen

- session changes

5199 08/19/2005 12:48 PM Meik Sievertsen

- add ability to limit search to groups

5157 06/10/2005 08:57 PM Meik Sievertsen

- log removing posts
- fix queue saving if package size is 0
- user memberships (not used atm)

5138 04/30/2005 04:36 PM Meik Sievertsen

- some fixes here and there

5117 04/10/2005 08:07 PM Meik Sievertsen

- added updated coding guidelines
- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users
- changed bot code to act on useragent || ip

5114 04/09/2005 02:26 PM Meik Sievertsen

- Documentation related changes
- added resend activation email dialog
- fixed issue in session code
- log failed/successful admin re-authentication/login
- fixed simple forum dropdown box (used in mcp and posting)

5108 03/21/2005 11:43 PM Meik Sievertsen

- first try to break things...

5088 01/29/2005 03:46 PM Meik Sievertsen

fix last_post_information for moderated topics

5082 01/27/2005 07:54 PM Meik Sievertsen

- fix serious bug (not updating topic/post count), i do not know why this slipped through and no one noticed... :) Maybe only i, lately i was performing very badly, had a few flaws, need to update myself to a stable version...

5074 01/24/2005 12:02 AM Meik Sievertsen

- change registration page language on-the-fly
- added download function to functions_compress as well as tiny bugfixes
- added local_name and author to iso.txt file

5068 01/20/2005 09:57 PM Meik Sievertsen

- bugfixes
- default sort options for posts too
- adjusted format_date to remove the (time intensive) preg_ calls
- temporary style.php code.

5066 01/16/2005 01:09 PM Meik Sievertsen

- do not add post to queue (if moderated forum) if posting user is able to approve posts.

5063 01/15/2005 07:49 PM Meik Sievertsen

- bugfixes
- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)

5032 12/12/2004 03:07 PM Meik Sievertsen

- fix attachment mod errors
- make upload path consistent with all other 2.2 path settings
- fix "post title wrong after split" bug

5011 10/30/2004 07:04 PM Meik Sievertsen

fix subject bug

5003 10/19/2004 09:26 PM Meik Sievertsen

- search updates

4989 09/28/2004 07:46 PM Meik Sievertsen

- fixing ongoing "topic/post icons bug"

4984 09/16/2004 08:33 PM Meik Sievertsen

- more updates, mostly bugfixes to the bbcode parser
- changed current_user in sessions (please review)
- give more flexibility to style authors in regard to the pagination elements
- profile fields updates (included a sample constuct into viewtopic_body.html - have to be documented extensivly)...

4981 09/05/2004 05:45 PM Meik Sievertsen

- re-enable polls (user is now able to decide if users are able to change votes if this feature is enabled within the given forum)

4978 09/04/2004 09:32 PM Meik Sievertsen

my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR

4970 09/01/2004 05:47 PM psotfx

This is a mass commit ... expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!

4968 09/01/2004 10:40 AM Meik Sievertsen

- re-enable post icons (sorry for this, thought we would only support topic icons. :D) - fixed ordering to let the post icon_id be the primary selection

4956 08/04/2004 08:29 PM Meik Sievertsen

- fix time limit issue for moderators
- fixing redirection after posting

4938 07/27/2004 09:47 PM Meik Sievertsen

do not update post_text if the message content was not changed... (fixing a bug ;))

4937 07/19/2004 10:13 PM Meik Sievertsen

- approve/disapprove posts/topics
- changed mcp_front to be more moderator friendly
- able to change the forum in mcp_queue (for moderators moderating more than one forum)

4925 07/11/2004 05:20 PM Meik Sievertsen

- fixed permissions for mcp (global permission settings are false if user is only able to moderate one to x forums)
- determine permission settings for submodules
- further approve/disapprove work (approve_details added)

4920 07/09/2004 12:41 AM Meik Sievertsen

- remove output buffering options from download.php (not needed anymore)
- optimized viewtopic.php a little bit
- removed the create_function (was consuming too much memory) from viewtopic
- check for manually added convert[.exe] program name to imagemagick path in admin_attachments...

4919 06/24/2004 10:09 AM Meik Sievertsen

- fixed topic icon display (correct radio box checked, only visible in first post)

4912 06/06/2004 11:44 PM Meik Sievertsen

- added folder_moved image
- new feature: bookmark topics
- fixed post details link
- added confirmation screen to cookie deletion

4905 05/31/2004 11:35 PM Meik Sievertsen

- fix notify templates
- re-added subscribe/unsubscribe topic links. ;)

4904 05/31/2004 08:00 PM Meik Sievertsen

- added delete cookies link
- fixed global announcement links in viewforum
- do not display redirects in link forums as posts in forum overview

4903 05/30/2004 09:24 PM Meik Sievertsen

- forum rules + link to forum rules
- three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb...
- some bugfixes within admin_forums and other files
- new admin_board layout (much safer, security wise)

4890 05/26/2004 08:20 PM Meik Sievertsen

approval/other fixes

4883 05/02/2004 03:06 PM Meik Sievertsen

fix some issues with oop, fixing small bugs and prepare the next steps...
NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)

4870 03/20/2004 06:06 PM Meik Sievertsen

add a little bit more information for style authors
ease the jumpbox handling a little bit

4862 03/11/2004 10:17 PM Meik Sievertsen

- re-enable drafts. ;)
- put extension checking into a small function...

4861 03/10/2004 09:30 PM Meik Sievertsen

- check for array [lang]
- admin_forums delete routine updated
- added extension groups per forum

4859 03/06/2004 05:58 PM Meik Sievertsen

minor adjustments

4857 03/05/2004 10:21 AM Meik Sievertsen

argh... parse error

4855 03/02/2004 02:52 PM Meik Sievertsen

correct passworded forum login

4846 02/28/2004 10:24 PM Meik Sievertsen

cleanup... :P

4844 02/28/2004 10:16 PM Meik Sievertsen

splitted language files

4836 02/21/2004 01:47 PM Meik Sievertsen

- put consoring and smilie processing into functions (we use them all over the place) for better changing and consistency.
- changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php
- pleasing the users a little bit more by using table constants. :D...

4834 02/15/2004 03:03 PM Meik Sievertsen

removed message type from message parser
assign message if specified
parse/decode html if enabled
validate url

4832 02/15/2004 08:52 AM Meik Sievertsen

re-add and fix quoting from topic/post review

4819 02/08/2004 07:02 PM Meik Sievertsen

inline attachment capability...

4779 02/02/2004 06:20 PM Meik Sievertsen

preserve 'jump to post'... if emailed notification link and login required.

4770 01/31/2004 04:43 PM Meik Sievertsen

fixed: username validation in posting.php

4767 01/25/2004 03:30 PM Meik Sievertsen

fixed: smilie parsing in signatures
added: edit notes

4700 11/30/2003 07:03 PM Meik Sievertsen

update forum_ids for global announcements.

4699 11/30/2003 06:45 PM Meik Sievertsen

speed improvement... slap me for not seeing the user var. ;)

4696 11/28/2003 12:44 AM ludovic_arnaud

Fixed: "$config['allow_quote']"? No sir, there is no such thing. (my bad)
Changed: do not perform flood check when disabled
Added: a couple notes for Acyd ;)

4682 11/23/2003 11:25 PM Meik Sievertsen

my attempt to break things...

4678 11/22/2003 01:44 PM Meik Sievertsen

some performance/bug fixes

4668 11/16/2003 10:53 PM Meik Sievertsen

Finished drafts, one bit is remaining though.
added file and disk space statistics.
some minor changes here and there.

4654 11/06/2003 06:13 PM Meik Sievertsen

doh^2!

4652 11/06/2003 04:05 PM Meik Sievertsen

UCP -> Attachments

4641 11/05/2003 03:57 PM Meik Sievertsen

related to attachments

4638 11/04/2003 11:12 PM Meik Sievertsen

damn local storage folder. :/

4637 11/04/2003 11:05 PM Meik Sievertsen

new permissions, merged attachment tables (the intended purpose of two tables is no longer valid), attachment updates along the merging...

Note: please merge your attachment tables (develop dir).

4634 11/01/2003 05:10 PM Meik Sievertsen

finish bump topic feature...

4627 10/28/2003 10:23 PM Meik Sievertsen

fix "not able to reply to announcements" and wrong notify checkbox status.

4625 10/22/2003 10:41 PM Meik Sievertsen

oops... not realised the config name change locally. :/
added logging of bump action

4620 10/21/2003 03:05 PM psotfx

Enable/disable fulltext indexing of a given forum

4614 10/19/2003 05:36 PM Meik Sievertsen

bump topic and orphan attachments
changes here and there...

4585 10/12/2003 05:45 PM psotfx

this was working ... hhmmm

4583 10/12/2003 05:29 PM psotfx

Updated the various "users of emailer", fixed issue(!) of jabber using the email address as the uid, blah fixes, blah, blah di blah yakety smackety

4582 10/12/2003 05:14 PM psotfx

Wasn't finished and on my system is not performing correctly ... hence comments ;) Please leave commented out for now.

4581 10/12/2003 04:56 PM Meik Sievertsen

do not delete all users, i do not know if this was intended paul. :)
user_jabber not used within messenger object, only 'email' defined.

4578 10/12/2003 01:59 PM psotfx

Let's break lots of things

4575 10/12/2003 11:18 AM Meik Sievertsen

speed up posting in general... and some cleanups.

4552 10/11/2003 01:57 PM Meik Sievertsen

do not remove multiple newlines for posting message

4551 10/11/2003 01:46 PM Meik Sievertsen

re-add quote button. ;)

4545 10/10/2003 05:02 PM Meik Sievertsen

notification fix (wrong template var)
sticky/announcement time limit (viewtopic is pending)

4544 10/10/2003 02:11 PM Meik Sievertsen

admin decides which smilies to be displayed in posting screen

4542 10/09/2003 06:55 PM Meik Sievertsen

merged topic and post review
review updates
fix topic title

4541 10/09/2003 04:53 PM Meik Sievertsen

dumdidum...

4539 10/09/2003 04:48 PM Meik Sievertsen

fix resource id error. ;)
request_var updates
attachment updates/fixes
fix bbcode uid
Redirect to login upon emailed notification links (viewtopic and viewforum are not committed yet)

4536 10/07/2003 07:33 PM Meik Sievertsen

parse error...

4535 10/07/2003 07:29 PM Meik Sievertsen

changed user_notification... should be clearer to human brains and performance. :)

4533 10/05/2003 10:05 PM ludovic_arnaud

Asylum seekers ate my baby

4510 09/24/2003 09:41 PM Meik Sievertsen

some small fixes
got rid of iframe (topic review)... tested new div method with various browsers, further testing and oppinions would be nice. ;)
NOTE: New css element added to theme

4504 09/15/2003 11:05 PM Meik Sievertsen

stat update fixes
global announcement fixes

4493 09/09/2003 06:34 PM Meik Sievertsen

fix bbcode_uid, we do not like you empty. :D

4492 09/09/2003 09:02 AM Meik Sievertsen

fixed censoring (quote post, word boundaries, attachment comments)

4486 09/08/2003 09:05 AM Meik Sievertsen

small things... decode_text now checks for bbcode_uid existence. And yes, i know i have screwed up a lot of posts. :/

4485 09/07/2003 08:11 PM Meik Sievertsen

username quoting should be working again...

4483 09/07/2003 07:52 PM Meik Sievertsen

fix preview of postings with embedded bbcode

4482 09/07/2003 07:16 PM Meik Sievertsen

okie, using array_merge. :D
fixed: admin_prune
added: prune topics last viewed at... (only admin_prune ATM)
moved: delete_attachments to functions_admin

4481 09/07/2003 06:57 PM psotfx

ERrOr

4479 09/07/2003 05:49 PM Meik Sievertsen

put deletion of post into function

4478 09/07/2003 05:33 PM Meik Sievertsen

update topic stats if complete topic is stored for approval.

4477 09/07/2003 05:23 PM Meik Sievertsen

some sync-related updates... more logical processing of submit_post.

4473 09/07/2003 03:46 PM psotfx

Updates mainly for removal of extension + header comment ... moved some aspects of ucp around, further work to be done on these areas ... not commiting search for time being

4467 09/04/2003 08:30 PM Meik Sievertsen

initial draft functionality, loading (and a bunch of other stuff) is not implemented yet + bugfixes.

4461 08/30/2003 02:59 PM Meik Sievertsen

oops

4460 08/30/2003 02:21 PM Meik Sievertsen

enable globalising within posting screen
not sure about forum statistics updates at the moment.

4458 08/29/2003 08:06 PM Meik Sievertsen

fixed: slashing attachment comments (hopefully)
changed header.

4451 08/28/2003 07:32 PM Meik Sievertsen

saved one query by moving max smilie check to the emoticons function

4414 08/21/2003 03:51 PM ludovic_arnaud

I said "temp"

4401 08/13/2003 06:58 PM Meik Sievertsen

re-display download notice

4311 07/22/2003 04:01 PM psotfx

Less aggressive stripslash for messages

4267 07/15/2003 06:47 PM Meik Sievertsen

small stat_username fix... sometimes the last poster name was not displayed correctly, this commit will fix this hopefully. hmm... have to think about a cleaner method of handling anonymous users...

4213 07/08/2003 01:43 AM psotfx

Move certain methods out of ucp class, move ucp class into ucp, break half a dozen other features, introduce x hundred new, exciting bugs

4209 07/06/2003 08:46 PM Meik Sievertsen

some topic/forum notification work, mainly bug fixing.

4194 07/03/2003 12:41 AM ludovic_arnaud

If I'm not wrong, f_ignorequeue is not anymore

4184 06/29/2003 12:59 PM Meik Sievertsen

a few fixes

4179 06/26/2003 10:40 PM Meik Sievertsen

small adjustment for editing informations and small fix for post editing.

4178 06/26/2003 06:46 PM Meik Sievertsen

fixed edit posts (wrong username/id entered)

4170 06/24/2003 06:46 PM psotfx

Fix up display of sigs and bbcode for preview

4167 06/23/2003 04:00 PM psotfx

Global announcements ... sort of work ... well they seem to, need to look at possbility of splitting topics table in two

4139 06/17/2003 09:34 PM Meik Sievertsen

added: download notice for people unable to see files attached to posts
changed: put attachment display into a function now called by posting preview and viewtopic (functions_display.php)
fixed: small fix in posting routines, cleanups...

4095 06/07/2003 06:38 PM Meik Sievertsen

ups. :)

4094 06/07/2003 06:37 PM Meik Sievertsen

fixed: message post storage. We do not hold the parsed message, only the decoded one for displaying within the textarea.

4093 06/06/2003 09:05 PM Meik Sievertsen

my turn to break things... only small changes.

4071 06/01/2003 09:44 PM psotfx

userdata -> ucp

4061 05/26/2003 04:07 PM psotfx

Editing time foobar

4057 05/25/2003 04:32 PM Meik Sievertsen

some cleanups/updates

4051 05/23/2003 06:15 PM psotfx

Various updates, changed jump to first unread as per Ashe's suggestion/request ... hope people don't start linking to it making me regret reverting to this implementation :D Moved many decisions on what icons to output to templates ... feedback wrt any performance impacts happily accepted.

4047 05/22/2003 03:35 AM ludovic_arnaud

Changed: Moved up some var definitions.
Changed: topic_review() modified to set the correct bbcode_bitfield.
Fixed: some bugs regarding post preview

4011 05/18/2003 01:12 PM Meik Sievertsen

#642733

4010 05/17/2003 07:33 PM Meik Sievertsen

prepared (and fixed) topic review.

4005 05/11/2003 06:21 PM Meik Sievertsen

a few updates, added #539865 and #694413.

3989 05/08/2003 03:14 AM psotfx

Changed forum_link_track to forum_flags for storage of additional info [ pruning related ], moved lang selection into DB, other minor changes, still working on admin_prune, per forum styling for posting

3980 05/06/2003 12:48 AM psotfx

email topic, minor other changes, removed updating of parent forums upon posting (handled by functions_display)

3969 05/04/2003 01:58 AM psotfx

page header/footer become functions, forum passwords (I know, I know but it appears a popular feature for some reason ... inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs).

3961 05/02/2003 05:50 PM psotfx

Various updates, forum links, "improve" forum management, cleanups, blah blah, note the schema changes, note also that forum management may misbehave ... reports on wrong doings are welcome ... seem to be having problems with some mcp functions under apache/win32

3960 05/01/2003 08:24 PM Meik Sievertsen

changed attachment processing (posting), the old way was a mess. :)

3947 04/24/2003 08:21 PM ludovic_arnaud

Fixed some undefined variables

3937 04/24/2003 12:00 AM ludovic_arnaud

Ugly-fixed: username missing when quoting a post
Added: in topic review, posts are second_pass()'ed

3926 04/22/2003 09:44 PM Meik Sievertsen

first version of attachment admin panel + some fixes (i hope i do not screw someones code with this, my appologies)

3920 04/22/2003 06:47 PM psotfx

Re-enabled polling ... includes option of multiple choice polling, indication of option voted for, etc. ... preliminary implementation, various things need finishing

3900 04/20/2003 09:46 PM ludovic_arnaud

Review only approved posts

3899 04/20/2003 06:54 PM Meik Sievertsen

dumdidum

3898 04/20/2003 06:49 PM Meik Sievertsen

#575496 - only one way to do it, user input would be nice. ;)

3887 04/19/2003 12:28 PM Meik Sievertsen

do not use the sync function if post get deleted. added topic_last_post_id information to viewtopic, for determining delete permission correctly.

3883 04/18/2003 03:07 PM Meik Sievertsen

some arrangements...

3879 04/18/2003 01:47 AM ludovic_arnaud

More bbcode fixes

3858 04/16/2003 11:16 PM ludovic_arnaud

Moved some code around, nothing serious.
Attention, bbcode() constructor now accepts only one argument: bbcode_bitfield

3842 04/16/2003 01:12 AM psotfx

Enable/disable display of moderator listings

3831 04/14/2003 01:20 AM ludovic_arnaud

$message is now processed in its unslashed form. Should not break anything...

3817 04/12/2003 04:30 PM Meik Sievertsen

added 711252 and lock topic within post, fixed post editing a bit.

3816 04/11/2003 09:51 PM Meik Sievertsen

changed $message to be a class variable, added attachment category constants (now images are displayed inlined by default... no wrong assignments anymore, if you wondered why your zip file got streamed. ;))

3812 04/11/2003 02:19 AM ludovic_arnaud

BBCode parser + decoder, missing some tags and mildly broken at this time

3807 04/10/2003 11:35 PM Meik Sievertsen

initial 'view attachments' implementation. added new template var (merged include, to preserve previous block vars), could be changed later to consider caching. some config variables and upload icons are not present as of yet...

3806 04/10/2003 09:11 PM ludovic_arnaud

Moved up flood-check a little to save a query whenever possible

3800 04/10/2003 12:17 AM ludovic_arnaud

Weekly update: MCP templates. Forms renamed to 'main', added mcp_jumpbox.html for easy jumping and mcp_foruminfo.html.
Not too happy with HTML though =" templates\subSilver\mcp_forum.html templates\subSilver\mcp_foruminfo.html templates\subSilver\mcp_front.html templates\subSilver\mcp_header.html templates\subSilver\mcp_jumpbox.html templates\subSilver\mcp_move.html templates\subSilver\mcp_post.html templates\subSilver\mcp_viewip.html templates\subSilver\mcp_viewlogs.html

3697 03/22/2003 04:48 PM Meik Sievertsen

initial attachment functionality... only posting related (add/delete/edit) and schema. Also added attachment switch to board settings admin.

3695 03/20/2003 02:21 PM Meik Sievertsen

prepare files, last commit before committing initial attachment functionality - please see thread within development forum.

3635 03/12/2003 05:34 PM Meik Sievertsen

Insert [*] when clicking list button (is my approach user friendly ?)

3633 03/12/2003 03:21 PM Meik Sievertsen

forum and topic notification + poll fixes

3631 03/10/2003 08:39 PM Meik Sievertsen

some posting updates and fixes.

3396 01/28/2003 09:53 PM psotfx

Check for display set when outputting icons

3361 01/22/2003 09:52 PM ludovic_arnaud

Re-enabled fully dynamic config settings.

3354 01/22/2003 05:35 PM psotfx

Posting works again ... well, as it did previously!

3338 01/20/2003 06:12 AM ludovic_arnaud

Un-b0rked ACL options caching, small general fixes

3315 01/13/2003 05:25 AM ludovic_arnaud

EOL should be fixed now

3314 01/12/2003 01:28 AM psotfx

whatever that commit was caused some interesting formating :D

3312 01/11/2003 11:56 PM ludovic_arnaud

Implementation of an experimental cache manager.

3277 01/08/2003 06:00 PM psotfx

Oh my God what have they done? What HAVE they done .... infamy! infamy! they've all got it in-for-me ... (c) Rank

3265 01/07/2003 03:45 PM psotfx

We'll try and get it right this time ...

3263 01/07/2003 03:37 PM psotfx

Various updates, inc. fixing non-escaping of '

3102 11/27/2002 02:24 PM bartvb

Initial Lastread support. Mind the schema and config changes\!

3094 11/26/2002 12:46 AM psotfx

Some changes to forum admin to better reflect subforum 'post/non-post' changes ... no guarantees I've not broken something ... note the schema changes

3072 11/21/2002 02:35 AM psotfx

Just to get topic review working again ...

3061 11/18/2002 10:04 PM psotfx

Cache moderator names? Output moderators for all forums in viewforum. Alter a few things in templates

3022 11/09/2002 01:47 AM psotfx

More key changes ...

3019 11/08/2002 11:59 AM psotfx

Incorrect check on moderated forum field

3015 11/07/2002 11:12 PM psotfx

oops

3014 11/07/2002 11:02 PM psotfx

Update parent forums upon posting, show navlinks ... should create a function for this given commonality with viewtopic/viewforum

3007 11/05/2002 05:50 AM ludovic_arnaud

viewforum queries update + a couple of bugfixes.

3004 11/01/2002 04:40 PM psotfx

More minor changes

2997 11/01/2002 01:23 PM psotfx

Various, typically posting related updates

2995 10/31/2002 02:41 PM psotfx

Smilies enabled ... note this is not necessarily final ...

2992 10/31/2002 01:51 AM psotfx

Magic URL updates

2987 10/30/2002 09:05 PM psotfx

These ones probably work ...

2986 10/30/2002 07:59 PM psotfx

Dumped sql_query_array, replaced with build_array, posting updates, fixed quoting in mysql layers, fulltext enabled ... speed/problem feedback welcome

2985 10/30/2002 02:02 AM psotfx

sqLquote subject ...

2984 10/30/2002 02:00 AM psotfx

acl_get not get_acl

2983 10/30/2002 01:57 AM psotfx

Changed $board_config to $config, more posting "stuff", altered polling code in viewtopic and loads of new problems, poor coding, etc. created :)

2981 10/28/2002 09:39 PM psotfx

Minor updates for syncing, sql quoting, etc.

2972 10/28/2002 01:08 AM psotfx

Posting and acl option updates

2958 10/20/2002 09:19 PM psotfx

Mostly changes to turn userdata into user->data, lang into user->lang + bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final

2943 10/08/2002 10:11 PM psotfx

Permission related updates ... is still not final but is getting there ... faster than British Rail too

2923 10/04/2002 03:09 PM psotfx

Well, here are all my changes ... don't blame me if things break :D

2853 08/15/2002 05:45 PM psotfx

More session changes to accomodate ACL_PERMIT/PREVENT ...

2849 08/13/2002 06:34 PM psotfx

More changes ... switched away from prefetch for now ...

2673 07/14/2002 04:45 PM psotfx

Updates for permissions, sessions, lots of things ... note that many things do_not_work now ... I'm commiting them to stop people complaining about my holding on to everything :) There is no update script at present for all these changes, you'll have to work out what's needed yourselves till I finish various things

2532 04/20/2002 02:22 AM psotfx

merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and trial stuff for example session alterations

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

1010 09/08/2001 08:24 PM bartvb

Altered layout of phpbb_config table

1001 09/07/2001 06:59 PM psotfx

Fixed looping END_TRANSACTION ... oops

999 09/07/2001 02:32 PM psotfx

Fixed bug #459427

998 09/07/2001 02:23 AM psotfx

Moved signature attach toggle to DB run convert_sig to update after adding new field to DB

994 09/06/2001 06:48 PM psotfx

Possible fix for bug #459075, please report any strange behaviour with this update

987 09/06/2001 02:29 AM psotfx

Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be

943 08/31/2001 12:20 AM thefinn

Re-added GPL disclaimers

932 08/26/2001 03:53 PM psotfx

Modified header comments

925 08/23/2001 05:55 PM psotfx

Fixed title for quoted replies

889 08/16/2001 01:45 AM psotfx

A few changes and updates, removed fields no longer used, etc.

888 08/16/2001 12:54 AM psotfx

Add word censor to preview mode

865 08/14/2001 03:37 PM psotfx

Notify on reply now supposedly fully functional

862 08/14/2001 02:29 AM psotfx

Topic notification ... initial stuff

837 08/11/2001 01:13 AM psotfx

Only give sig option if user has a signature, display correct signature when editing, do user_id check for edit preview

836 08/11/2001 12:00 AM psotfx

Various posting updates

824 08/10/2001 12:21 AM psotfx

More varied changes, again hopefully not breaking anything

818 08/08/2001 09:42 PM the_systech

Changes encorporate smily processing...

746 07/24/2001 07:51 PM psotfx

Forum locking now implemented + some updates for future functionality

733 07/23/2001 06:43 PM psotfx

Noted HTML,BBCode,Smilies status for signatures

721 07/21/2001 04:17 PM psotfx

Fixed editpost check for login redirect

706 07/20/2001 02:26 AM psotfx

Redirect user if not logged in and not authed

674 07/16/2001 01:27 AM psotfx

Moderators get edited by message when editing own posts

673 07/15/2001 05:45 PM psotfx

Added editing information, no time limit at present

646 07/13/2001 06:14 PM psotfx

Changes to include location + some other misc stuff

624 07/11/2001 02:02 AM psotfx

Updated to use confirm

615 07/11/2001 12:32 AM psotfx

Lots of checking in posting + delete now works

609 07/10/2001 12:35 AM thefinn

Fixed bug in posting (forum_topics was incremented on replies, not just new topics)
One click lock/unlock/delete works for modcp.

586 07/06/2001 08:56 PM thefinn

Code wasn't updating the topic_replies

582 07/06/2001 03:09 AM psotfx

Fixed some errors and ... reply with quote now works

549 07/04/2001 02:34 AM psotfx

Various changes inc topic type as radio buttons

503 06/16/2001 06:43 PM psotfx

Fixed spelling error in ANNOUNCEMENT which in caused an incorrect check to occur

502 06/16/2001 04:29 PM psotfx

Fixed error in return to post link when editing a message

487 06/13/2001 07:36 PM psotfx

Moved prepare message to post.php to enable privmsg to use it

478 06/12/2001 03:34 PM psotfx

Some language var switch overs

471 06/11/2001 10:48 PM thefinn

Can unstick/unannounce topics via edit post now

470 06/11/2001 10:02 PM thefinn

Made some fixes to posting, next up Reply with Quote

465 06/11/2001 02:00 PM psotfx

Minor mods or fixes and PSO preview template

463 06/11/2001 02:58 AM thefinn

Posting preview done, ability for anonymous users to post with a username

437 06/07/2001 09:56 AM thefinn

Forum level annoucements and sticky topics are done.
Added topic_type field to the topics database in order to handle ordering. Would have used topic_status but that would have messed up the ordering when topics were locked

434 06/06/2001 07:50 PM psotfx

Auth now returns a type allowing for more meaningful failure messa ges

426 06/04/2001 03:35 AM psotfx

Noticed that the initial conditions had been changed so changed them back

423 06/04/2001 02:14 AM psotfx

Fixed problem with users editing posts they did not create

421 06/04/2001 01:10 AM thefinn

Fixed reply w/ quote link (functionality still dosan't exist for it though)
Fixed bug with being able to modifiy someone elses profile
Fixed bug with BBCode not working
Fixed bug with validate_username causing editing of profile to fail (only checks if you actually change you name now)

401 06/01/2001 03:45 AM psotfx

Something else broke, now fixed, probably ... sleep uuugghhh

399 06/01/2001 02:28 AM psotfx

Updated for latest auth

379 05/30/2001 11:23 PM psotfx

Some auth updates to posting ... these ones work

378 05/30/2001 10:35 PM psotfx

Some auth updates to posting

372 05/29/2001 09:43 PM psotfx

Added the jump to post made to posting.php

366 05/28/2001 10:23 PM thefinn

Did some work converting lang file stuff to new format

350 05/27/2001 08:08 PM psotfx

Corrected and finished some things I commited earlier

347 05/27/2001 06:41 PM psotfx

Removed encoding of IP and fixed reversed userdata checks for allow

336 05/27/2001 05:11 AM thefinn

More work on posting. Editing now works. Also replies can have subjects.

328 05/26/2001 02:25 AM thefinn

Lots of work on posting. New topic and reply functionality is mostly done. Edit post loads the form but needs database functionality
All this is only been tested on Postgres, donno if it works as well on MySQL yet, will test when I can get access to sourceforge again

326 05/25/2001 09:02 AM thefinn

Users sigs display correctly.
Some minor improvments to posting...still LOTS to be done

323 05/25/2001 02:56 AM thefinn

Got started on the posting functions. Can post new topics as Anonymous, yay!

311 05/17/2001 04:48 PM psotfx

Removed separate header/footers and moved into each pages body

258 05/06/2001 06:58 PM psotfx

Now allow for GET based session

228 05/02/2001 07:46 PM thefinn

Ran John's fix_files script to fix all the windows carriage returns.
Also added the script in the develop dir. To use it copy it to the phpBB2 root dir and run it

197 04/20/2001 03:07 AM psotfx

Fixed forum_id check

171 04/18/2001 08:26 AM thefinn

Most of profile and registration done

169 04/17/2001 09:14 AM thefinn

Fixed some hard coded referances to table names

149 04/15/2001 07:32 PM psotfx

error_die changes and various bug fixes to files

105 03/17/2001 01:46 AM natec

New template system. Lots of merging conflicts, so let nate know if he broke stuff.

94 03/10/2001 12:33 AM bartvb

Moved include files

84 03/07/2001 08:15 AM thefinn

Stupid error

83 03/07/2001 07:53 AM thefinn

Started on posting.php, got the logic done for displaying the new topic form

2 02/17/2001 09:37 AM thefinn

Initial revision