Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / install / install_convert.php

History | View | Annotate | Download (61.6 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10489 02/11/2010 12:02 am Nils Adermann

Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Pucci at Microsoft [Bug #57055]

If you are using SQL Server, please try to test this new dbal so we can safely include it in 3.0.8. If you
want to try it on a current phpBB version you can apply the latest version of the patch to your board which...

9936 08/07/2009 01:50 pm Andreas Fischer

Bug #49215 again.

9656 06/23/2009 10:48 am Meik Sievertsen

- add options for quick reply (forum-based and board-wide)
- add option for minimum post chars (which is a required setting for quick reply, therefore we introduce it here)

8814 09/04/2008 02:01 pm Meik Sievertsen

Ok, story real database server info, as well as caching it
Store it on installation too - allows us to check the db version used on installation and used currently to warn the user about incompatibilities

8615 06/07/2008 03:50 pm Meik Sievertsen

#28635

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8400 02/25/2008 02:04 pm Vic D'Elfant

This will prevent a php warning from being printed (and the layout getting ruined) in case of a conflicting permission restriction such as open_basedir

8389 02/23/2008 02:18 pm Meik Sievertsen

some language/style/code fixes (refer to the diff of the changelog)

8290 12/27/2007 06:34 pm Meik Sievertsen

#16695
#s17235

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8223 11/03/2007 12:10 pm Meik Sievertsen

some changes

8215 10/27/2007 02:36 pm Henry Sudhof

#14924

8163 10/11/2007 10:12 am Meik Sievertsen

prevent posting empty messages with some UTF8-characters as well as fixing conversion in CVS.

8130 10/04/2007 01:33 pm Meik Sievertsen

deregister globals to install too

8092 09/18/2007 04:49 pm Meik Sievertsen

some fixes. :P
- language authors may review their email template files...

7893 07/16/2007 03:06 am David M

#13463
- tiny issue with get_tables()

7783 06/19/2007 05:24 pm David M

#12555

7744 06/10/2007 03:42 pm Henry Sudhof

#12287
#12219

A little clean-up in the installer (thanks ToonArmy)

7694 05/28/2007 08:10 pm Henry Sudhof

Adding to the conversion documentation. This introduces and changes languages variables.
#11407
#11251
#11673
#11671
#11215

7692 05/27/2007 05:07 pm Henry Sudhof

Some fixes and improvements.
#11817
#11851
#11801
#11461

7677 05/25/2007 06:03 pm Henry Sudhof

Introduced checks to stop negative postcounts (Bug #11561, #11421)
Allow IP v4/v6 urls for remote avatars (Bug #11633)
Delete avatar files automatically (Bug #11631)
Automatically add selected columsn to group by statements in the converter (Bug #11465)

7674 05/25/2007 11:34 am Henry Sudhof

undoing the fix for #11421 - correcting post counts was not well liked.
#11665

7666 05/23/2007 05:05 pm Henry Sudhof

This probably broke things :|
#10697
#11421
#11555
#11421

7608 05/16/2007 04:45 pm Meik Sievertsen

label changes, language fixes...

7603 05/16/2007 01:24 pm Henry Sudhof

Some changes due to #10980.

7497 05/07/2007 03:19 pm Meik Sievertsen

fixing some bugs
changed the way we are handling bookmarks. No order_id required, really! Order by last post time as suggested by BartVB.

7466 05/05/2007 06:53 am David M

- changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations....

7455 05/03/2007 04:29 pm Meik Sievertsen

some language-specific adjustements
fix prune users (adding the list of users to the confirmation page)
tried to fix the show/hide trigger in ACP by not using width: auto; (which gets somehow inherited to each other element)

7429 04/30/2007 12:46 pm Henry Sudhof

Prepare to be yelled at and brace for the tide of bug reports: I had hoped we would not have to do this, but it seems that we have to.

-Route all avatar downloads through download.php - adrien
-Change the way inline attachments are delivered
-Fixes a few (unreported) bugs, notably avatar upload during group generation...

7428 04/29/2007 10:56 pm Nils Adermann

- * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031]
- display a warning that the search index is not converted from phpBB2 to phpBB3 [Bug #9761]
- forgot to add : to reg_name when deleting userinfo from the url regex constructor [Bug #9868]...

7270 04/03/2007 12:10 am David M

#9554

7204 03/17/2007 01:18 pm Nils Adermann

- check for username_clean collisions prior to conversion

7118 03/04/2007 03:31 pm Meik Sievertsen

- change conversion to process dotted topics after syncing (else some informations needed are wrong or do not exist at all). This also adds the ability to shift some operations to the very end after syncing.
- remember entered register data when changing the default language.

7070 02/25/2007 06:17 pm Meik Sievertsen

ok, i am not sure if this change is doing what is intended (forcing at least one row to be processed) - please test. :) (i am currently not able to)

7040 02/23/2007 02:50 pm Meik Sievertsen

- fixed some convertor bugs
- adjusted forum standard access (+polls) role to include f_delete (no update, only new installations will have the change included)

7037 02/22/2007 09:36 pm David M

- found a small flaw, no more errors from cross conversions :D

7017 02/20/2007 04:01 am David M

#8214

7015 02/19/2007 08:35 pm David M

#8234
- some stupid bugs in restore
- centralized the method of getting tables

7014 02/19/2007 05:40 pm David M

PHP4 lives!

7009 02/19/2007 05:12 am David M

- clean up mssql and mssql_odbc, mssql now uses a different method of dealing with IDENTITY
- clean up firebird, I will consider changing it to use fetch array instead of fetch object. it's identity code already uses this method as of right... now :D
- fix a tiny bug in MySQL's driver (remember to pass the connect id to all DBAL functions)...

7004 02/17/2007 07:28 pm David M

#8082

7002 02/17/2007 03:14 pm Nils Adermann

- fixed a referencing problem with objects (PHP4/5 conflict)
- user_group_auth can take data from both target and source database

6996 02/17/2007 02:14 am Nils Adermann

- only give DBAL options which were available in phpBB2
- default to phpBB3 DB config

6995 02/17/2007 12:06 am Nils Adermann

- allow converting from one database to another, no need for tables to be in one database anylonger (this also allows switching from one DBMS that was used with phpBB2 to another DBMS supported by phpBB3 including new systems available in Olympus only)
- abstracted some installation code that is now relevant to converting as well into functions_install.php (mostly DBMS selection related)...

6985 02/13/2007 09:49 pm David M

found you!

6980 02/10/2007 07:41 am David M

- reimplemented autoincrement support in the convertor, made it more generic
#7528

6975 02/09/2007 03:24 pm Meik Sievertsen

some fixes to be committed.

6971 02/07/2007 05:02 am David M

#7698
- small UTF-8 thing

6969 02/05/2007 05:24 pm Meik Sievertsen

only some minor fixes

6964 02/03/2007 01:48 pm Meik Sievertsen

make sure the session table is empty after conversion and the current session being killed. This makes sure the user converting does not inherit wrong user settings becuase the 3.0.x users table being completely new.

6955 02/01/2007 08:49 pm David M

#7672

6954 02/01/2007 04:13 am David M

- should fix some Firebird issues ( can't believe that nobody found this until now )

6939 01/27/2007 05:41 pm Meik Sievertsen

some very tiny adjustements.

6930 01/26/2007 05:09 pm Meik Sievertsen

- fix some oddities (doubled spaces for example)
- changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier.
- Changed some permission namings based on suggestions by the community...

6925 01/24/2007 12:29 pm Meik Sievertsen

- added confirm box to ucp zebra (adding fried/foe)
- permission fixes for conversions
- use more appropiate error message within convertor if source tables could not be found
- other tiny fixes

6912 01/20/2007 06:58 pm Meik Sievertsen

- fixing some bugs
- removing utf8 characters from email files (has been discussed internally, you guys know why)
- making sure some opendir calls are checked before calling readdir.

6873 01/10/2007 05:54 pm Meik Sievertsen

hmm, no, this was not meant to go in

6872 01/10/2007 05:47 pm Meik Sievertsen

fix some general bugs and some convertor related

6865 01/09/2007 03:10 pm Meik Sievertsen

- some bugfixes
- bugfixes for the convertor (typecasting for example was totally broken)

6860 01/08/2007 05:47 pm Meik Sievertsen

- ok... first of all, let the forum names and descriptions being recoded correctly...
- fixed the php notices for a non-existant poster id. They were related to user signature conversion
- adjusted the topic_poster id; this should solve wrong user assignments for topic poster...

6859 01/07/2007 09:34 pm David M

#6868

6857 01/07/2007 07:02 pm David M

silly pants

6856 01/07/2007 06:45 pm David M

#6836

6854 01/07/2007 06:25 pm Meik Sievertsen

some fixes...

6847 01/06/2007 08:39 pm Meik Sievertsen

what is this? is it a plane? is it super-grobi? no, it is the convertor...