History | View | Annotate | Download (22.6 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_20'.
this is what you get if you upgrade tortoiseCVS. :/ Wrong line endings.
2.0.7
Various fixes, see CHANGELOG
Missed a couple
redirect header changes
Ok, fixing a few bugs here.... I still have more to do, but this fixes afunny bug in login.php where redirect won't allow more than the file andmode... Now it should work with posting (or any other page). Also fixes atypo in admin_db_utilities.php.
P.S. James, don't commit config.php. ;) Fortunately, it didn't seem like...
More updates ... added Date and Content-type/encoding output for the emails, updated all email templates
More fixes ... hopefully corrects for moved topic/pagination issues ... needs testing (run update_to_201.php ... if you are already running 2.0.1 you'll need to modify the case statements in update_to_201 or necessary checks won't complete)
Added exit's after those header location redirects without them
Fixed bug #154
A few more missed intval's
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Minor update to SQL to remove an IN where it was no longer necessary
No comment
Various updates with any luck they fix a few minor issues without causing new ones ...
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
Redirect to login header change for IIS/Webstart
A few coding style alterations
Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming
Fix bug #520039, moved topics with wrong goto page links
Fix for bug #517896
Made hidden groups really hidden (index, viewforum)
Repeat after me "Paul is a moron"
Add a login redirect for users not logged in who attempt to visit restricted forums ... also shows a forum/post doesn't exist for hidden forums/topics/posts if user is logged in but not authed to view them
Guest username display error
Introduce an additional DB field for first_topic_id ... RUN update_to_RC3 ONCE YOU'VE UPDATED
Fix various var not set warnings ... many thanks go to The Horta for pointing out and offering fixes for many of these
Fixed $phpEx inside single quotes
Remove hard-coded .php
Fix unread marker after own post, change moderator listing method to that of index
Changed pagination of multi-page topics
Changes to topic/forum tracking ... tested for several days on test board and all seems fine, give feedback in forums
Allowing old style URLs
Fix bug #496783
Minor update, big speed increase ... Bart's idea :)
Changed way moderator lang is output on viewforum and index
Re-jiggle some unread/read/newest topic stuff
Fix view newest post error + missing mini post icon in posting preview
Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems
Remove guest user topic tracking via cookies, update viewtopic to re-fix highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction
Announce and Sticky are never shown as locked
Added another image name for 'goto post'
New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks
Implemented Navigation bar in Mozilla
Reminder to self, checking files at 2am bad, checking files at 2pm good
Added alternating row color/class for topicrow
More lang related cleanups
Mainly language updates but some bug fixes too
Should fix bug #478011
Support for new locked with new topics icon
Fixed various issues and bugs
Some updates to modcp to show the topic type and correct folder icons
Altered various language constructs + new quote changes for PM + altered pagination
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
Just the start to the wonderful world of global announcements. Adds support for them as well as creates a new forum, id -1. Do not delete the forum. I'll write the admin later.
Various changes to location redirection ... please note the format and name changes
Mental note - don't make mental notes, you forget them ... fixed lack of forum name appearing in title
I seem to have modified copies of these, so I'm comming 'em just in case
Minor updates and fixes
Fixed 468772 plus other moved-topic-inherits-stuff bugs.
Added one to check for display of goto page output
Changes related to private messaging + some bug fixes
topic watch/forum/topic read now cause a message to be displayed, changed profile ICQ for subSilver, various other changes
Updated moderator panel, particularly move/delete topic
Altered layout of phpbb_config table
Fixed bug #459427
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 problem with not all topics being displayed when there were announcements
Hot folders working ... only based on hot_threshold for replies
Fixed viewforum so topic titles show up when you don't have words in your censor list
Just some jiggling
Another file that shouldve commited ages ago, adds word censor to topic titles
A few changes to topic moving. TOPIC_MOVE constant gets set to the topic_status field so that moved topics don't 'stick' at the top of viewforum. Also, added topic_moved_id field to store the ID that the topic moves to.
Added move topic viewing
Some more changes ... hopefully not breaking anything else
I am an idiot ... fixed wrong var name breaking the topicday select
I have a horrible feeling the prune function is the cause of some problems, disabled till checked
More compliance updates + select previous posts in viewtopic
Forum locking now implemented + some updates for future functionality
Faking IF...ELSE...ENDIF again
Begone you nasty windows carriage returns
Who is the moron? Hey, stop pointing at me ... fixed mistake in SQL
Removed unrequired admin checks, modded moderator query, jiggled rank/avatar image stuff
An announce post icon + support for sticky topic icon
I was fed up with no posts meaning you cannot post
Template config system, store relevant config stuff here
Changes to include location + some other misc stuff
List message now based on last post rather than topic date
Mass lock/unlock done. Locked topic handling in viewforum
Announcements always stay in listing using previous x feature
Started on moderator control panel code. Main layout is started, no functionality yet