aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_convert.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12381] Fix broken error message when selecting invalid DB driverOliver Schramm2014-04-101-1/+1
* [ticket/11105] Added spaces between ; and "url=" to adhere to w3c conventions.gamerchan2013-05-121-1/+1
* [ticket/10185] Always set board startdate on conversionJoas Schilling2011-11-151-12/+9
* [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-131-1/+1
* [ticket/9637] Do not cache SQL server version in all casesJosh Woody2010-07-111-1/+1
* Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Puc...Nils Adermann2010-02-111-0/+2
* Bug #49215 again.Andreas Fischer2009-08-071-2/+2
* - add options for quick reply (forum-based and board-wide)Meik Sievertsen2009-06-231-2/+2
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-1/+1
* #28635Meik Sievertsen2008-06-071-9/+9
* This will prevent a php warning from being printed (and the layout getting ru...Vic D'Elfant2008-02-251-1/+1
* some language/style/code fixes (refer to the diff of the changelog)Meik Sievertsen2008-02-231-2/+2
* #16695Meik Sievertsen2007-12-271-4/+3
* some changesMeik Sievertsen2007-11-031-1/+1
* #14924Henry Sudhof2007-10-271-12/+12
* prevent posting empty messages with some UTF8-characters as well as fixing co...Meik Sievertsen2007-10-111-2/+2
* deregister globals to install tooMeik Sievertsen2007-10-041-6/+6
* some fixes. :PMeik Sievertsen2007-09-181-3/+3
* #13463David M2007-07-161-0/+1
* #12555David M2007-06-191-0/+28
* #12287Henry Sudhof2007-06-101-1/+0
* Adding to the conversion documentation. This introduces and changes languages...Henry Sudhof2007-05-281-0/+2
* Some fixes and improvements.Henry Sudhof2007-05-271-0/+2
* Introduced checks to stop negative postcounts (Bug #11561, #11421)Henry Sudhof2007-05-251-2/+13
* undoing the fix for #11421 - correcting post counts was not well liked.Henry Sudhof2007-05-251-84/+3
* This probably broke things :|Henry Sudhof2007-05-231-3/+88
* label changes, language fixes...Meik Sievertsen2007-05-161-0/+2
* Some changes due to #10980.Henry Sudhof2007-05-161-2/+12
* fixing some bugsMeik Sievertsen2007-05-071-1/+8
* - changed the way we do forum accounting in phpBB, far less intensive and muc...David M2007-05-051-1/+1
* some language-specific adjustementsMeik Sievertsen2007-05-031-1/+1
* Prepare to be yelled at and brace for the tide of bug reports: I had hoped we...Henry Sudhof2007-04-301-1/+1
* - * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug...Nils Adermann2007-04-291-0/+17
* #9554David M2007-04-021-1/+1
* - check for username_clean collisions prior to conversionNils Adermann2007-03-171-1/+1
* - change conversion to process dotted topics after syncing (else some informa...Meik Sievertsen2007-03-041-190/+100
* ok, i am not sure if this change is doing what is intended (forcing at least ...Meik Sievertsen2007-02-251-2/+2
* - fixed some convertor bugsMeik Sievertsen2007-02-231-9/+13
* - found a small flaw, no more errors from cross conversions :DDavid M2007-02-221-1/+1
* #8214David M2007-02-201-2/+2
* #8234David M2007-02-191-14/+5
* PHP4 lives!David M2007-02-191-16/+2
* - clean up mssql and mssql_odbc, mssql now uses a different method of dealing...David M2007-02-191-7/+7
* #8082David M2007-02-171-2/+3
* - fixed a referencing problem with objects (PHP4/5 conflict)Nils Adermann2007-02-171-4/+18
* - only give DBAL options which were available in phpBB2Nils Adermann2007-02-171-2/+2
* - allow converting from one database to another, no need for tables to be in ...Nils Adermann2007-02-161-63/+369
* found you!David M2007-02-131-0/+6
* - reimplemented autoincrement support in the convertor, made it more genericDavid M2007-02-101-80/+26
* some fixes to be committed.Meik Sievertsen2007-02-091-2/+5