History | View | Annotate | Download (27.4 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_2'.
Bug fixes ...
Fixes for bugs: 387, 519, 522, and 456
Loads of bug fixes and updates
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Fix problem with user_admin not showing correct status for certain settings + switch to same include series as main files
Security updates + a few updates for chopped up functions compatibility
Fix for bug #528319, can't check currval of a sequence when the sequence doesn't exist... We manually determine and assign the forum id so no need to get currval anyway :D
Change setmodules == 1 to !empty($setmodules), stop it complaining if it isn't set ... can someone do this for userauth, my copy is modified at present
Delete auth entries for forum upon deletion (#505713)
Fixed jumping of new cat when moving up (#505610)
Fixed #499363; reordering of newly created forums
Minor update changing $lang['days'] to $lang['Days']
Updates for the \' issue but fix for bug #496110 in admin_forums (changed names to utilise constants)
Fix bug #487265
Fixed bug with deleting categories, and found a hard coded english message!
Fixed bug #486170
Ooops, no default auth levels were set for new forums
Fixed bug #481283 and #484466 (can't delete forums/cats)
More lang updates
Fixed bug #474123
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 updates, cleanups and support for URI based sessions ... more to come at some point
Fix for part of bug 460308. We weren't checking if the forum belonged to the current cat before we drew it under that cat..
Fixed deleting/creating with no forums/cats left, bug #459962
Enabled just deleting a forum instead of moving msgs
Reshuffled some things, removed some debugging
Fixed bug #457840
Removed quoted numeric fields in SQL, tidied up various things
Fixed some URL's
Additions for forum auto_pruning, and fix for form submission on edits
Fixed bug #457043, couldn't edit cats
Re-added GPL disclaimers
Implemented order modification functions
Backed out 1.10 changes to 1.9, then redid header changes and fixed PHPSELF to PHP_SELF
Modified header comments
Made moving/deleting cats/forums possible
Implemented category manegement
Parial forum admin, add/edit forum is working
Introduced pagestart.inc
Beginnings of the forum managament code (no functionality yet). Also a bit of a fix to view topic so it dosan't screw up when HTML is turned off. Still needs work, HTML works in [quote] tags... havn't tracked it down yet. Nate should look at it!
Lots of languagification and redirection path change
Didnt I commit these?
Start of the admin frontend
Initial revision