aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_convert.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-5/+11
* [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-9/+9
* [ticket/13441] Functions_convert fails to set global moderators default groupGaëtan Muller2015-01-031-0/+1
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-2/+2
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-1/+0
* [ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacyTristan Darricau2014-06-161-1/+1
* [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-161-2/+2
* [ticket/12724] Add Squiz.PHP.Eval in the legacy rulesetTristan Darricau2014-06-161-0/+2
* [ticket/11366] Update FILE_NOT_FOUND language stringTristan Darricau2014-05-281-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+2
* [ticket/12005] Remove PM popup from converterLukasz2013-11-081-1/+0
* Merge pull request #1810 from nickvergessen/ticket/11031Nils Adermann2013-11-021-2/+34
|\
| * [ticket/11031] Correctly add groups to teampageJoas Schilling2013-11-021-1/+33
| * [ticket/11031] Fix group legend positionJoas Schilling2013-10-281-1/+1
* | [task/code-sniffer] Replace spaces with tabs.Andreas Fischer2013-10-301-2/+2
* | [task/code-sniffer] Fix argument list spacing.Andreas Fischer2013-10-291-1/+1
|/
* [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-3/+3
* [feature/new-tz-handling] Remove appearances of board_dst and user_dstJoas Schilling2012-06-181-1/+1
* Merge branch 'develop-olympus' into developAndreas Fischer2012-01-021-4/+8
|\
| * [ticket/10407] Fix check for empty image paths in convertorRichard Foote2012-01-021-16/+8
| * [ticket/10407] Fix check for empty image paths in convertorRichard Foote2011-12-291-4/+16
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | Merge branch 'develop-olympus' into developNils Adermann2010-12-131-0/+1
|\ \ | |/
| * [ticket/9932] Add the Bing bot when convertingRichard Foote2010-11-291-0/+1
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-4/+0
|/
* [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-131-3/+3
* [ticket/9659] Signature options in set_user_optionsRichard Foote2010-07-061-0/+3
* Fix Bug #57755 - Make user_email_hash() function independent from system's ar...Andreas Fischer2010-02-181-1/+3
* Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Puc...Nils Adermann2010-02-111-0/+1
* Bug #57265 - Convertors cannot read configuration filesJosh Woody2010-02-041-2/+16
* Apply locale-independent basename() to attachment filenames. New function add...Meik Sievertsen2009-08-011-5/+5
* - [Feature] New "Newly Registered Users" group for assigning permis...Meik Sievertsen2009-06-201-1/+2
* Prevent integer overflow - Bug #19895Meik Sievertsen2008-09-181-1/+1
* Fix one design failure in phpBB3. Do not count non-approved posts to the user...Meik Sievertsen2008-09-021-0/+1
* further checks on maximum storage lengthMeik Sievertsen2008-06-211-15/+15
* Fixing converter bugs.Henry Sudhof2008-02-131-1/+1
* #14736Henry Sudhof2007-10-141-1/+9
* also use the new bbcode uid generation for the convertorMeik Sievertsen2007-10-041-22/+29
* necessary changes...Meik Sievertsen2007-08-301-1/+1
* some bugs fixedMeik Sievertsen2007-08-151-1/+1
* Introducing some changes to acp_icons. This adds language variables.Henry Sudhof2007-08-011-1/+1
* err, forgot to commitMeik Sievertsen2007-07-271-3/+3
* Cleaning up a little. Mostly there are excellent reasons not to use sql_in_set.Henry Sudhof2007-07-261-16/+19
* #13379Henry Sudhof2007-07-141-1/+3
* #12461Henry Sudhof2007-06-291-1/+1
* Oh well, not much we can do for boards already converted.Henry Sudhof2007-06-291-1/+7
* #12731Henry Sudhof2007-06-281-0/+10
* #12519Henry Sudhof2007-06-181-1/+1
* - Oracle can't handle IN clauses with more than 1000 elements (Bug #12449)David M2007-06-161-1/+1