View | Annotate | Download (33.2 KB)
This commit was manufactured by cvs2svn to create tag 'release_2_0_1'.
More fixes
Various updates
Yep, more updates and fixes
Signature issues
A few more missed intval's
Fix 'forget' topic type when previewing.
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Ok so we shouldn't allow subject lines to be all whitespace either :)
pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly
Ok all of these damned httpd server that are different are about annoying
Fix bug with editing polls containing options with quotes
Various bug fixes, polls, Guest vs. Anonymous, quoting guests
Change redirection header for not logged in redirect ...
Fix failure if duplicate username, no subject, no post, etc. errors have occured when submitting, bug #532336
Extra check for logged in user when deciding whether to determine if user should be notified on reply
Morons have congregated in my head for a moron-party
Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming
Fix incorrect setting of checkboxes on edit, bug #525244
Fixed updating of user post count on deletion
Fix my hilariously dumb mistake in posting allowing unauthed users to post ...
There always has to be at least one bug doesn't there ... why is that?
Somewhat overhauled posting, fixed various bugs, completed new way of handling URIs in emails, blah blah
Cleaned up stuff (for Email)
Introduce an additional DB field for first_topic_id ... RUN update_to_RC3 ONCE YOU'VE UPDATED
Initial warning fixes
Fix error in script name, posting vs. viewtopic
Fix bug #505064
Various updates related to email creation ... should fix various bugs and errors, in theory
htmlspecialchars for subject, poll title and options
Changes to topic/forum tracking ... tested for several days on test board and all seems fine, give feedback in forums
Updates to hopefully fix bug #500212
Moved all search functions to includes/search.php Paul; please review
Fix bug #497725
Fixed bug #496954
Fix for #497218
Hopefully this addresses the \' and '' problems with MSSQL, etc. ... I'd like opinions on the security of doing this.
Fix bug #494787, censor words in topic title for email notifications of replies
Fix for bug #494982, uses IP for anonymous posters and user_id for logged in users
Moved generate_smilies() into includes/post.php, use smileypath in config table
Stupid horrible group by clauses
Moved remaining hard coded text in posting template to lang_main, smilies now from DB + external smilies window if > 20
This time I really fixed posting to prevent deletion of topic titles when editing
Fixed empty topic title issue when editing posts + moderation of locked topics
bug #490286: undoing bbencode_first_pass() when bbcode was disabled is fruitless.
bug #488067: no, preg_quote() didn't always have 2 args.
Fix stripslashing on errors, preview, poll option addition ... okay I lied, but this one does work, honest guv ... wanna buy a bridge?
Fix stripslashing on errors, preview, poll option addition ... this one actually works properly ...
Fix stripslashing on errors, preview, poll option addition
Fix backslashing when adding poll options
Removed 'Redirect' header
Fix bug #486674 and removed superfluous/commented lines for html treatment
Fixed some parse errors
Some mindboggeling ternary operators removed :D
Various fixes and updates, fix (hopefully) for bug #485799
Fixes various issues inc. bugs #485538, #485323 and an incorrect conversion of some accented chars (thanks Ashe for noting it)
Convert accents on chars into 'equivalent' plain letters
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.
Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN THE CONVERT SCRIPT IN /develop/ !!
Reminder to self, checking files at 2am bad, checking files at 2pm good
Small error in SQL for Postgres searchmatch clean
More search updates + user posts
Latest variants ... not finished yet ...
Now showing: A ton of bug fixes and a complete overhaul of my admin code...
Fixes small problem with MS Access
Various core updates for searching
Another attempt at getting universal compatibility with URI/paths ... I'm really beginning to dispise IIS ...
Hopefully cope with boards running from SSL, ie. https://
Hopefully addresses bug #481831 ... changed REQUEST_URI to SCRIPT_NAME which seems common
Fixed problem where deleting a post with a poll could error deletion of remaining posts
Got a bad piece of tape that time, fell on the carpet, euuggh, this one should work
Sticky tape fell off, that's what happens when you don't buy the real thing...
This removes the looping queries causing the horendous query count ... clutch now fixed, but only with sticky tape
Email form - free with purchase of any two other items
Tsk, tsk, tsk, someone forgot to use the constant for the posts table
Altered for constant table names
Altered templates so preview/errors are sent as 'boxes' rather than pparsed and output directly, greater control for designer
fixed code:1 bbcode bug.
Fixed small error in message output upon deletion of msg
Changed to new lang vars + redirect for login
[quote=username] bbcode.
Removed remaining elements of global announcements to prevent confusion
Fix a few things left over from old global announce stuff
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
Topic review changes + updates
Altered uri's in emails to utilise HTTP_HOST if available + altered some METAs to append_sid
Various changes to location redirection ... please note the format and name changes
Various updates mainly URI session related ... login still having problem with full URI sessions
Allow remote deletion of posts + addition of several new checks
Fixed bug with deleting only post in forum
Moved emailer instantiation out of loop, was causing failures during topic reply notifications
Updated and fixed various issues, see post in developers forum for info
Various changes to notification, editing, etc. etc.
Fixed a situation where we weren't escaping sql special chars.
fixed bug 460663 -- we were trying to use the wrong field as the email addy when sending reply notification emails.
Missed a couple of config name changes
Removed some trailing newlines
Altered layout of phpbb_config table
Fixed looping END_TRANSACTION ... oops
Fixed bug #459427
Moved signature attach toggle to DB run convert_sig to update after adding new field to DB
Possible fix for bug #459075, please report any strange behaviour with this update
Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be
Re-added GPL disclaimers
Modified header comments
Fixed title for quoted replies
A few changes and updates, removed fields no longer used, etc.
Add word censor to preview mode
Notify on reply now supposedly fully functional
Topic notification ... initial stuff
Only give sig option if user has a signature, display correct signature when editing, do user_id check for edit preview
Various posting updates
More varied changes, again hopefully not breaking anything
Changes encorporate smily processing...
Forum locking now implemented + some updates for future functionality
Noted HTML,BBCode,Smilies status for signatures
Fixed editpost check for login redirect
Redirect user if not logged in and not authed
Moderators get edited by message when editing own posts
Added editing information, no time limit at present
Changes to include location + some other misc stuff
Updated to use confirm
Lots of checking in posting + delete now works
Fixed bug in posting (forum_topics was incremented on replies, not just new topics) One click lock/unlock/delete works for modcp.
Code wasn't updating the topic_replies
Fixed some errors and ... reply with quote now works
Various changes inc topic type as radio buttons
Fixed spelling error in ANNOUNCEMENT which in caused an incorrect check to occur
Fixed error in return to post link when editing a message
Moved prepare message to post.php to enable privmsg to use it
Some language var switch overs
Can unstick/unannounce topics via edit post now
Made some fixes to posting, next up Reply with Quote
Minor mods or fixes and PSO preview template
Posting preview done, ability for anonymous users to post with a username
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
Auth now returns a type allowing for more meaningful failure messa ges
Noticed that the initial conditions had been changed so changed them back
Fixed problem with users editing posts they did not create
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)
Something else broke, now fixed, probably ... sleep uuugghhh
Updated for latest auth
Some auth updates to posting ... these ones work
Some auth updates to posting
Added the jump to post made to posting.php
Did some work converting lang file stuff to new format
Corrected and finished some things I commited earlier
Removed encoding of IP and fixed reversed userdata checks for allow
More work on posting. Editing now works. Also replies can have subjects.
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
Users sigs display correctly. Some minor improvments to posting...still LOTS to be done
Got started on the posting functions. Can post new topics as Anonymous, yay!
Removed separate header/footers and moved into each pages body
Now allow for GET based session
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
Fixed forum_id check
Most of profile and registration done
Fixed some hard coded referances to table names
error_die changes and various bug fixes to files
New template system. Lots of merging conflicts, so let nate know if he broke stuff.
Moved include files
Stupid error
Started on posting.php, got the logic done for displaying the new topic form
Initial revision