History | View | Annotate | Download (5.1 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_2'.
Added exit's after those header location redirects without them
More fixes, addresses double activation attempt
Loads of bug fixes and updates
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Allow global_var off for REMOTE_ADDR
Fix for private IPs via HTTP_FOR.. + spoofing of it ... note that getenv doesn't apparently work in ISAPI mode so will only report REMOTE_ADDR
Somewhat overhauled posting, fixed various bugs, completed new way of handling URIs in emails, blah blah
Now the code is fixed for real :D Not smart to use config info before it's read
Fixed some problems with last checkin ( for Email links etc)
Cleaned up stuff (for Email)
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
Updated IP stuff
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
Topic review changes + updates
A few tweaks to install
Updated and fixed various issues, see post in developers forum for info
Various changes to notification, editing, etc. etc.
Should fix any remaining chance of bug #462318 ... should
Removed some trailing newlines
Altered layout of phpbb_config table
Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be
Re-added GPL disclaimers
Modified header comments
Added emailer class, did alterations and templates for registrationWelcome message vars can be removed from lang file
Stupid oversight on slashing vars fixed ... doh
More varied changes, again hopefully not breaking anything
System config admin section started. Can view settings but can't modify them at the moment
Changed extension of templates to php
Basic stats almost done
Various updates to session code inc. moving data away from config
Opps, double assigned same board_config var
Removed most old language vars, not needed any more
Template config system, store relevant config stuff here
Changes to include location + some other misc stuff
Another fix to user_ip determination
More fixes
I am a total utter idiot and I will kill those monkies, down cheetah
Mass lock/unlock done. Locked topic handling in viewforum
More images ... now CVS is back up
More vB inspired icons
Fixes and updates
Image name update
Lots of updates
Updates related to message.php and transaction update
Included message.php and error.php
Added some gzip compression capability
Working on getting Oracle functional. Almost there, need to deal with the 'AUTO INCREMENT' issue
added auto_prune
Found that php has an imagesize function ... doh
Basic new post folder colour change
Fixed reply w/ quote link (functionality still dosan't exist for it though)Fixed bug with being able to modifiy someone elses profileFixed bug with BBCode not workingFixed bug with validate_username causing editing of profile to fail (only checks if you actually change you name now)
IP encoding now done in common no need to encode anywhere else
More work on posting. Editing now works. Also replies can have subjects.
Initial SQL updates complete
Moved config, images vars to arrays and various other fixes
Added extra defaults
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
Added some passthru support to loginGot edit profile half working..
Grab default_theme setting from DB
Updated for generic theming
Okay it seems the template setup has moved to the DB ... thanks for telling me :)
Someone removed the template instance ...
Added user selectable templates, and put the system template into the config database. Updated mysql_schema as well
Moved defaults to common + dir move changes
error_die changes and various bug fixes to files
Session code updates
Changes related to session code updates
User registration works.
New template system. Lots of merging conflicts, so let nate know if he broke stuff.
Changed USER_IP to $user_ip
Moved include files
Started on posting.php, got the logic done for displaying the new topic form
Started translation implemenation, added 1.2 english lang file
Added login/logout file and logic to login a user
Changed the order of some statements
Centralise common includes and setup