aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_convert.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16277] Move from each() functionrxu2019-12-291-1/+2
| | | | PHPBB3-16277
* [ticket/16167] Deprecate phpbb_email_hash() and remove gen_email_hash()Marc Alexander2019-11-191-10/+0
| | | | | | The latter one has been deprecated for 10 years now. PHPBB3-16167
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-5/+0
| | | | PHPBB3-16051
* Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2Marc Alexander2018-01-071-25/+25
|\
| * [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-25/+25
| | | | | | | | PHPBB3-14972
* | Merge branch 'ticket/security/211' into ticket/security/211-rheaMarc Alexander2018-01-011-1/+1
|\ \ | |/ |/|
| * [ticket/security/211] Make sure website URL only uses http & https schemesMarc Alexander2017-07-221-1/+1
| | | | | | | | SECURITY-211
* | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-2/+0
| | | | | | | | PHPBB3-14739
* | [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-1/+0
| | | | | | | | PHPBB3-10809
* | Merge branch 'ticket/14577' into ticket/14577-3.2.xMarc Alexander2016-04-021-8/+8
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/acp/acp_modules.php
| * [ticket/14577] Do not calculate size of array in for loopMarc Alexander2016-04-021-8/+8
| | | | | | | | | | | | | | For loops that modify the size of the looped arrays were obviously not changed. PHPBB3-14577
* | [ticket/13454] Add excessively removed code backMarc Alexander2016-01-061-1/+1
| | | | | | | | PHPBB3-13454
* | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-3/+3
| | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-11/+11
| | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-10/+8
| | | | | | | | | | | | Part 4 PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
* | Merge branch 'ticket/13930' into ticket/13930-masterMarc Alexander2015-06-081-1/+1
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/acp/acp_database.php
| * [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-081-1/+1
| | | | | | | | PHPBB3-13930
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-9/+9
|/ | | | PHPBB3-13494
* [ticket/13441] Functions_convert fails to set global moderators default groupGaëtan Muller2015-01-031-0/+1
| | | | PHPBB3-13441
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-2/+2
| | | | PHPBB3-12446
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-1/+0
| | | | PHPBB3-12747
* [ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacyTristan Darricau2014-06-161-1/+1
| | | | PHPBB3-12721
* [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-161-2/+2
| | | | PHPBB3-12722
* [ticket/12724] Add Squiz.PHP.Eval in the legacy rulesetTristan Darricau2014-06-161-0/+2
| | | | PHPBB3-12724
* [ticket/11366] Update FILE_NOT_FOUND language stringTristan Darricau2014-05-281-1/+1
| | | | PHPBB3-11366
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+2
| | | | | | | Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728
* [ticket/12005] Remove PM popup from converterLukasz2013-11-081-1/+0
| | | | PHPBB3-12005
* Merge pull request #1810 from nickvergessen/ticket/11031Nils Adermann2013-11-021-2/+34
|\ | | | | Ticket/11031 Bring phpBB2 converter up to speed with 3.1 changes
| * [ticket/11031] Correctly add groups to teampageJoas Schilling2013-11-021-1/+33
| | | | | | | | PHPBB3-11031
| * [ticket/11031] Fix group legend positionJoas Schilling2013-10-281-1/+1
| | | | | | | | PHPBB3-11031
* | [task/code-sniffer] Replace spaces with tabs.Andreas Fischer2013-10-301-2/+2
| | | | | | | | PHPBB3-11980
* | [task/code-sniffer] Fix argument list spacing.Andreas Fischer2013-10-291-1/+1
|/ | | | PHPBB3-11980
* [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-3/+3
| | | | | | So far, I've added no new functionality. The biggest change here is adjusting the DB column names to "visibility" rather than "approved". Some things here are pretty likely to change, for example the name and location of the topic_visibility class. Happy birthday phpBB :) PHPBB3-9657
* [feature/new-tz-handling] Remove appearances of board_dst and user_dstJoas Schilling2012-06-181-1/+1
| | | | PHPBB3-9558
* Merge branch 'develop-olympus' into developAndreas Fischer2012-01-021-4/+8
|\ | | | | | | | | | | * develop-olympus: [ticket/10407] Fix check for empty image paths in convertor [ticket/10407] Fix check for empty image paths in convertor
| * [ticket/10407] Fix check for empty image paths in convertorRichard Foote2012-01-021-16/+8
| | | | | | | | | | | | | | | | | | | | | | | | This applies to avatar_path,avatar_gallery_path,smilies_path and upload_path. Currently, the convertor gets each path from the config table and adds a trailing slash. If there is no entry in the config table for the path, the path can never be empty because of the added trailing slash. This patch will check the path without the trailing slash to see if the path is actually empty. PHPBB3-10407
| * [ticket/10407] Fix check for empty image paths in convertorRichard Foote2011-12-291-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | This applies to avatar_path,avatar_gallery_path,smilies_path and upload_path. Currently, the convertor gets each path from the config table and adds a trailing slash. If there is no entry in the config table for the path, the path can never be empty because of the added trailing slash. This patch will temporarily remove the trailing slash, then check if the path is empty. PHPBB3-10407
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | | | | | PHPBB3-9916
* | Merge branch 'develop-olympus' into developNils Adermann2010-12-131-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9851] "Search new posts" should require login. [task/phpdoc] Added a phpdoc task to the build process [task/phpdoc] Added a configuration file for phpDocumentor. [feature/acm-wincache] Adding caching module for WinCache's User Cache. [ticket/9939] Fix JavaScript error in admin recaptcha template [ticket/9575] Also change 'administrate' to 'administer' in templates [ticket/8736] guest can have 255 chars long username [ticket/9928] Do not link "login to your board" to the "send statistics" page. [ticket/9575] Change 'administrate' to 'administer' [ticket/9921] Adding sample configuration file for the lighttpd webserver. [ticket/9932] Add the Bing bot when converting [ticket/9930] Redirect failes with open_basedir enabled. [ticket/9910] Make sure S_BBCODE_ALLOWED exists when viewing PMs
| * [ticket/9932] Add the Bing bot when convertingRichard Foote2010-11-291-0/+1
| | | | | | | | PHPBB3-9932
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-4/+0
|/ | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-131-3/+3
| | | | | | includes/functions_convert.php and install/install_convert.php tested by Dicky. PHPBB3-9519
* [ticket/9659] Signature options in set_user_optionsRichard Foote2010-07-061-0/+3
| | | | | | The phpBB3 defaults are being used. PHPBB3-9659
* Fix Bug #57755 - Make user_email_hash() function independent from system's ↵Andreas Fischer2010-02-181-1/+3
| | | | | | architecture. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10499 89ea8834-ac86-4346-8a33-228a782c2dd0
* Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris ↵Nils Adermann2010-02-111-0/+1
| | | | | | | | | | | | | 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 you can find attached to the bug tracker ticket (look in the comments for the latest version, the one in the ticket itself is outdated): http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=57055 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10489 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #57265 - Convertors cannot read configuration filesJosh Woody2010-02-041-2/+16
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10473 89ea8834-ac86-4346-8a33-228a782c2dd0
* Apply locale-independent basename() to attachment filenames. New function ↵Meik Sievertsen2009-08-011-5/+5
| | | | | | added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9905 89ea8834-ac86-4346-8a33-228a782c2dd0