History | View | Annotate | Download (13.7 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_1'.
Loads of bug fixes and updates
since user_timezone is now a decimal/floating point number we have to cast it's return value as an integer to make sure it drops the .0 before using it as an array index..
Changes in sessions means a reduction in complexity for viewonline and page_header
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Latest header attempt
pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly
New set of cache control headers, will these work, who knows?
Suggested alteration of cache control header by Nathan
Fix for AOL browser issues as well as some IE blank Gzip pages..
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
Ignore duplicate IP's for guest counts ... keep in mind this swings 100% the other way from keeping them all, you'll not count some users.
Added false for the optional replace parameter of the header for Cache-Control.. This might actually fix some issues with gzip compression and win98/IIS...
Minor update to template vars.
Fix various var not set warnings ... many thanks go to The Horta for pointing out and offering fixes for many of these
Fix bug #509513
Fixed use of date instead of create_date for most users online ...
Uncomment and 'complete' browsing in forum online list
Removed INSERT code into separate routine, this separated update should be added to update_to before RC-3 is deemed final ...
Oops, why do I always screw up in the first checkin?
Implemented Record of online users
Fix HTML span color bug #507545
Removed fixed language string
yoik, that could've been an interesting security hole ...
Highlight admin/mods update to whos online
Minor update to flag admins
Dropped 'GROUP BY' from whosonline query for compatibility with non-MySQL DB's
Cleaned up the viewonline code, wasnt giving correct output if you where admin
Likely fix for bug #497163
Fixed 'bug' #495108, introduced a further string for fields with plural and singular entries, copes with zero conditions.
Changed way moderator lang is output on viewforum and index
PHP_SELF is a BadThing(tm)
Fixed some language strings, added some handy things to viewtopic
Sort online userlist alphabetically
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
Updates putting back something I took away, slapped hands for me
New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks
Various fixes and updates, fix (hopefully) for bug #485799
Implemented Navigation bar in Mozilla
More updates
Minor update to an icon image name
PM popup and icon are finally in place
Added pop-up control for PM's to profile
Various updates
Altered storage of private message info
Yet more cleanups
More lang cleanups
More lang related cleanups
Spelling mistake
Mainly language updates but some bug fixes too
Implemented Bart's 'egosearch', and the search for unanswered posts.Created links that are accessable from anywhere
Support for new locked with new topics icon
Fixed bug #477831 + some minor alterations
Various changes, added site description to DB
Altered various language constructs + new quote changes for PM + altered pagination
Topic review changes + updates
Changed logged in block to a logged in and logged out block
Altered layout of phpbb_config table
Added additional cache control headers
Re-added GPL disclaimers
Modified header comments
Various updates for templates
This is what happens when you try porting code from one set of files to another ... silly errors
Slight alteration to the whosonline code ... speed impacts unknown
HTML 4.01 and XHTML 1.0 compliance changes
Remove duplicate users
Using block_vars to fake IF...ELSE...ENDIF capability
Fixed errors, non-sid-appended urls, lang switchovers, etc.
Changed page timezone output to lang file based var setup
Changed filename
Changes related to message.php
Added a hidden user option
Updated gzip encoding for < 4.0.4pl1 I think ...
Added some gzip compression capability
Working on getting Oracle functional. Almost there, need to deal with the 'AUTO INCREMENT' issue
Knew I would forget something
Added a count of total number of topics to the get_db_stats function
Moved current time (S_CURRENT_TIME) to page_header
Updates for privmsgs and loginbox
Last visit addition
Possible group admin link ... possibly not necessary
Did some work converting lang file stuff to new format
A few more additions to new format lang file
Removed separate header/footers and moved into each pages body
Initial SQL updates complete
Memberlist working. Pagination seems to have problems. Might be generate_pagination code...
Minor changes to where template vars are assigned
Now allow for GET based session - additions
Now allow for GET based session
Moved config, images vars to arrays and various other fixes
Remove extra -ve from being printed for timezones behind GMT
Added some passthru support to loginGot edit profile half working..
Updated GMT - x hours text
Minor updates and alterations mainly to templating vars
Minor updates
Added online users output to page header and from that, index
Overhauled session code ... in a big way
Updated for generic theming
Added jumpbox template to newtopic