Register
phpBB.com Wiki · Home Projects Help

root / tags / release_2_0_2 / phpBB / upgrade.php

upgrade.php

View | Annotate | Download (55.5 KB)

# Date Author Comment
2845 View | Annotate 08/08/2002 08:06 PM

This commit was manufactured by cvs2svn to create tag
‘release_2_0_2’.

2785 View | Annotate 07/29/2002 07:04 AM dougk_ff7

Ok, so many bug fixes, so little time… Fun… Well, the change to
mysql_schema was just changing the phpbb_groups group_id to auto
increment, should fix problems in upgrade.php. Should. I will probably
include any relevant schema changes with a nice update_to script in 2.0.2
;)

2732 View | Annotate 07/24/2002 11:43 PM psotfx

Fix missing group_id in upgrade, move fulltext search indexing to last operation … it failing won’t result in a half upgraded board

2723 View | Annotate 07/19/2002 05:58 PM psotfx

Fixed HEAP MAX_ROWS

2575 View | Annotate 05/13/2002 03:18 PM psotfx

Added exit’s after those header location redirects without them

2511 View | Annotate 04/08/2002 03:11 AM psotfx

Fix user_timezone problem (in association with new schemas) + fix setting of user_level for moderators

2483 View | Annotate 04/04/2002 04:47 PM

This commit was manufactured by cvs2svn to create branch ‘phpBB-2_0_0’.

2433 View | Annotate 03/25/2002 09:28 PM thefinn

Fixed bug #534526, now my birthday won’t show up as users board_startdates :D

2400 View | Annotate 03/22/2002 06:25 PM psotfx

A few permission related discrepancies … hopefully fixed while hopefully not breaking anything else

2363 View | Annotate 03/20/2002 12:21 AM the_systech

Various updates for install and upgrade…

2356 View | Annotate 03/19/2002 08:37 PM the_systech

Fix for bug #521935 (extra fields in db after upgrade)

2305 View | Annotate 03/18/2002 02:35 PM psotfx

Loads’a changes including fix for security issue, thanks to Matthijs for checking this out and confirming

2271 View | Annotate 03/05/2002 03:15 PM bartvb

Rename ‘nederlands’ to ‘dutch’ during upgrade

2093 View | Annotate 02/12/2002 01:52 AM psotfx

Various updates to style and generated output, updated IP section to batch convert

2088 View | Annotate 02/11/2002 02:05 PM psotfx

Prevent upgrade being run standalone from install if PHPBB_INSTALLED present in config.

2031 View | Annotate 02/01/2002 12:19 AM bartvb

Fixed #509331, call to undefined function remove_common_global()

1829 View | Annotate 01/10/2002 12:13 AM psotfx

Delete soft-deleted users before updating user table … Bart, please check

1781 View | Annotate 01/03/2002 12:06 PM bartvb

Moved all search functions to includes/search.php Paul; please review

1771 View | Annotate 01/01/2002 11:52 PM psotfx

Removed failure on session table type change to HEAP, no biggie if it doesn’t work

1766 View | Annotate 01/01/2002 04:46 PM psotfx

Fix potential issue with themes table … I knew Bart had a reason for dropping tables at the beginning :D

1758 View | Annotate 01/01/2002 01:27 AM psotfx

Fix bug #498198

1757 View | Annotate 12/31/2001 11:00 PM psotfx

Fix bug #498194

1756 View | Annotate 12/31/2001 10:59 PM psotfx

Fixed bug #498191

1753 View | Annotate 12/31/2001 08:05 PM psotfx

$Id update …

1752 View | Annotate 12/31/2001 08:02 PM psotfx

Fix various errors and problems, added additional sig check method, added edit post upgrade method, poster_ip changes, config changes, search system integration, etc. etc.

1723 View | Annotate 12/25/2001 02:20 AM psotfx

Hopefully this fixes the anonymous user level problem … Bart take a look-see when you can.

1695 View | Annotate 12/24/2001 03:25 PM bartvb

Fixed problem with conversion of privmsgs and permissions of forums

1558 View | Annotate 12/13/2001 08:40 PM bartvb

Some minor updates and bugfixes in Upgrade. Added smiley conversion

1519 View | Annotate 12/06/2001 07:04 PM bartvb

Added conversion of private forums

1495 View | Annotate 12/01/2001 01:43 PM bartvb

Fixed some userlevel problems

1438 View | Annotate 11/24/2001 10:04 PM bartvb

Upgrade script; updating keys, using table_prefix properly

1299 View | Annotate 11/09/2001 04:02 PM the_systech

Some additional modifications for merging install with upgrade…

1250 View | Annotate 10/27/2001 01:26 AM bartvb

Able to convert moderators

1242 View | Annotate 10/22/2001 11:26 PM bartvb

Development version of upgrade script. Still needs quite some work.