cli tools

  1. Kruzya

    Not a bug xf-dev:generate-schema-entity don't correctly generates creating UInt columns

    As said in title. Column has a type \XF\Mvc\Entity\Entity::UINT, and i expect generating schema like: $this->createTable('table_name', function (\XF\Db\Schema\Create $table) { $table->addColumn('my_column', 'int')->unsigned(); }); What i receive: $this->createTable('table_name', function...
  2. Kruzya

    Fixed xf-dev:generate-phpstorm-meta doesn't generate information for \XF\App::validator()

    \XF\App::validator() can accept class name in short style, but noted cli command in thread title doesn't generate metadata for phpStorm for this method.
  3. SAS1024

    Beta [OGRU] DataTables BB Code converter 1.0.0 Beta

    Description: This resource can convert old [TH] DataTables BB Code to native XenForo 2.x tables. It can be useful for migration from XenForo 1.5 to XenForo 2.x I tried to convert over DataTables BB Code from 1300 messages, and all messages was converted successfully. How to use it: Create...
  4. Earl

    Not a bug xf-dev:generate-phpstorm-meta not skipping add-ons in $config['development']['skipAddOns']= [];

    when I execute php cmd.php xf-dev:generate-phpstorm-meta I get this error Fatal error: Class 'KL\UserCriteriaExtended\Entity\XFCP_User' not found in /app/src/addons/KL/UserCriteriaExtended/Entity/User.php on line 15 The add-on named "KL\UserCriteriaExtended" has no _output directory because...
  5. DeltaHF

    XF 2.1 CLI returning errors, cannot connect to database

    When trying to run commands with cmd.php, I am receiving errors which seem to imply that it cannot connect to the database. Even a simple command like running a file check cannot be completed: $ php cmd.php xf:file-check An exception occurred: [XF\Db\Exception] No such file or directory in...
  6. M

    XF 2.0 Issues changing database to utf8mb4

    I am trying to allow emojis on my forum. I have followed the instructions in the documentation for upgrading an existing installation (https://xenforo.com/xf2-docs/manual/unicode/). This is what gets output when I run the command using SSH: $ php cmd.php xf:convert-utf8mb4 Content-type...
  7. Robru

    XF 2.0 CLI tools

    Where can I find these comprehensive suite of CLI command line tools?
Top Bottom