:panda_face: Jitamin is a free software written in PHP, intended to handle the project management over the web. QQ群: 656868

Overview

Jitamin

Build Status StyleCI Scrutinizer Code Quality Software License

Jitamin (pronounced /ˈdʒɪtəmɪn/) is a free software written in PHP, intended to handle the project management over the web.

Jitamin is inspired by vitamin. It also stands for JIT(Just In Time) and Min(The pinyin of ).

简体中文

jitamin

Features

  • Get a clear visual overview of your project
  • Multiple themes
  • Project/task management
  • Support task list, kanban and Gantt views
  • Drag and drop tasks
  • Multiple language support, build-in English and Chinese language supports
  • Filter on search results
  • Support personal projects and team projects
  • Support tasks, sub-tasks, attachment, comments
  • Auto-trigger actions
  • Visualized statistics result
  • Support third part integration
  • Support plugins

Change Logs

Requirements

There are a few things that you will need to have set up in order to run Jitamin:

  • A web server: Nginx, Apache (with mod_rewrite), or Lighttpd
  • PHP 5.6+ (PHP7 is recommended)
  • Database: MySQL is recommended, also you can choose PostgreSQL orSQLite
  • Composer

Installation

Get the jitamin source code

$ cd /var/www
$ git clone https://github.com/jitamin/jitamin.git
$ cd jitamin

Setting the config file

$ cp .env.example .env

Adjust the .env according to your environment, especially the database settings.

Install the PHP dependency packages

$ composer install -o --no-dev

Create database,and setting env

CREATE DATABASE jitamin;
CREATE USER 'jitamin'@'localhost' IDENTIFIED BY 'jitamin';
# MySQL 8.0+ unsupported
# GRANT ALL PRIVILEGES ON jitamin.* TO 'jitamin'@'localhost' IDENTIFIED BY 'jitamin' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON jitamin.* TO 'jitamin'@'localhost';
FLUSH PRIVILEGES;

then, edit .env file, change databases,username and password. and edit config/config.php file.

Migrate the database and initialize the database

  • create database tables
vendor/bin/phinx migrate
  • initialize database
vendor/bin/phinx seed:run

For installation under Windows, you should replace the command vendor/bin/phinx with vendor\robmorgan\phinx\bin\phinx.bat.

Confirm that the directory bootstrap/cache and storage have write permission

$ chmod -R 0777 bootstrap/cache
$ chmod -R 0777 storage

Optional steps

$ php artisan config:cache
$ php artisan route:cache

Access the service through web browser

Open your web browser, enter the address such as http://jitamin.yourdomain.com to access the web service. The initial Super Administrator's user name and password are listed below:

Upgrade steps

Fetch the latest source code

$ git fetch --all
$ git checkout latest_tag // Change the  latest_tag to the latested release git tag, such as 0.4.4

Update the dependencies

$ composer install -o --no-dev

Update the database

vendor/bin/phinx migrate

For updating under Windows, you should replace the command vendor/bin/phinx with vendor\robmorgan\phinx\bin\phinx.bat.

Optional steps

$ php artisan config:cache
$ php artisan route:cache

Demo

We have a site to demostrate how Jitamin works, please visit http://jitamin.com. You can login by either of three kinds of account below.

Github account

Press the button Login with my Github Account

Test user

Manager

Development

Jitamin has its own pre-compiled static resources, if you don't want to change the web frontend styles, just skip this section.

Tools:

  • Node.js
  • Bower
  • Gulp
yarn install || npm install
bower install
gulp

License

Jitamin is licensed under the license of MIT. See the LICENSE for more details.

Jitamin is a fork based on Kanboard. Kanboard is Copyright Frédéric Guillot and others.

Comments
  • 项目列表里面,一行显示中文,一行显示英文

    项目列表里面,一行显示中文,一行显示英文

    • Jitamin Version: 直接下载的github的zip包 master e8b7baec9e1812f39422397d12aa27893e3f2f9c
    • PHP Version: 5.6.28
    • Database Driver & Version: MySql

    Description:

    我估计是在项目语言或者哪个地方设置过语言选项,导致现在显示的这个项目列表里面,“栏目”这一栏,一行是中文,一行是英文,见下面的截图:

    2017-01-24 09 02 19

    Steps To Reproduce:

    具体操作步骤我有点忘记了,反正是从昨天到今天创建了两个项目,然后设置了一些东西,就变成这样了。

    opened by asmwarrior 5
  • Installing fguillot/simple-queue (v1.0.1): Downloading (failed)

    Installing fguillot/simple-queue (v1.0.1): Downloading (failed)

    这个 https://github.com/fguillot/simple-queue.git 不存在了

    • Jitamin Version: #.#.# 当前版本

    • PHP Version:

    • Database Driver & Version:

    Description:

    > php -r "file_exists('config/config.php') || copy('config/config.default.php', 'config/config.php');"
    Loading composer repositories with package information
    Installing dependencies from lock file
    Package operations: 26 installs, 0 updates, 0 removals
      - Installing christian-riesen/base32 (1.3.1): Downloading (100%)         
      - Installing christian-riesen/otp (1.4.3): Downloading (100%)         
      - Installing eluceo/ical (0.10.1): Downloading (100%)         
      - Installing erusev/parsedown (1.6.0): Downloading (100%)         
      - Installing fguillot/json-rpc (v1.2.1): Downloading (100%)         
      - Installing fguillot/picodb (v1.0.14): Downloading (100%)         
      - Installing zendframework/zendxml (1.0.2): Downloading (100%)         
      - Installing fguillot/picofeed (v0.1.24): Downloading (100%)         
      - Installing fguillot/simple-queue (v1.0.1): Downloading (failed)    Failed to download fguillot/simple-queue from dist: The "https://api.github.com/repos/fguillot/simple-queue/zipball/ce7801c507f9501bcca455129fb04c3d2107d5ff" file could not be downloaded (HTTP/1.1 404 Not Found)
        Now trying to download from source
      - Installing fguillot/simple-queue (v1.0.1): The authenticity of host 'github.com (13.229.188.59)' can't be established.
    RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
    Are you sure you want to continue connecting (yes/no)? yes
    Cloning ce7801c507
                                                                                                               
      [RuntimeException]                                                                                        
      Failed to clone https://github.com/fguillot/simple-queue.git via https, ssh protocols, aborting.          
                                                                                                                
      - https://github.com/fguillot/simple-queue.git                                                            
        Cloning into '/app/vendor/fguillot/simple-queue'...                                                     
        remote: Invalid username or password.                                                                   
        fatal: Authentication failed for 'https://github.com/fguillot/simple-queue.git/'                        
                                                                                                                
      - [email protected]:fguillot/simple-queue.git                                                                
        Cloning into '/app/vendor/fguillot/simple-queue'...                                                     
        Warning: Permanently added the RSA host key for IP address '13.229.188.59' to the list of known hosts.  
        Permission denied (publickey).                                                                          
        fatal: Could not read from remote repository.                                                           
                                                                                                                
        Please make sure you have the correct access rights                                                     
        and the repository exists.                                                                              
                                                
    
    
    
    ### Steps To Reproduce:
    opened by paddy235 4
  • 创建一个Model类文件,引入其它Model基类,运行时出现找不到引入的Model类的错误

    创建一个Model类文件,引入其它Model基类,运行时出现找不到引入的Model类的错误

    • Jitamin Version: #.#.#
    • PHP Version:
    • Database Driver & Version: 1

    Description:

    如上图,创建RecentProModel类,引入Model基类,类的provider中已经声明,运行到$this->currentProModel时出现标题中的错误!

    Steps To Reproduce:

    opened by yxcn 4
  • PostgreSQL连接不正常

    PostgreSQL连接不正常

    • Jitamin Version: 0.4.6
    • PHP Version: 5.6.10
    • Database Driver & Version: PostgreSql

    Description:

    PHP错误信息,看起来像是无法正确获得postgresql的hostname。 ( ! ) Notice: Undefined index: postgres in /Applications/MAMP/htdocs/jitamin/bootstrap/bootstrap.php on line 72 Call Stack

    Time Memory Function Location

    1 0.0014 247056 {main}( ) ../index.php:0 2 0.0017 254768 require( '/Applications/MAMP/htdocs/jitamin/bootstrap/autoload.php' ) ../index.php:13 3 0.0204 872936 require( '/Applications/MAMP/htdocs/jitamin/bootstrap/bootstrap.php' ) ../autoload.php:34

    ( ! ) Notice: Undefined index: postgres in /Applications/MAMP/htdocs/jitamin/bootstrap/bootstrap.php on line 75 Call Stack

    Time Memory Function Location

    1 0.0014 247056 {main}( ) ../index.php:0 2 0.0017 254768 require( '/Applications/MAMP/htdocs/jitamin/bootstrap/autoload.php' ) ../index.php:13 3 0.0204 872936 require( '/Applications/MAMP/htdocs/jitamin/bootstrap/bootstrap.php' ) ../autoload.php:34

    ( ! ) Notice: Undefined index: postgres in /Applications/MAMP/htdocs/jitamin/bootstrap/bootstrap.php on line 78 Call Stack

    Time Memory Function Location

    1 0.0014 247056 {main}( ) ../index.php:0 2 0.0017 254768 require( '/Applications/MAMP/htdocs/jitamin/bootstrap/autoload.php' ) ../index.php:13 3 0.0204 872936 require( '/Applications/MAMP/htdocs/jitamin/bootstrap/bootstrap.php' ) ../autoload.php:34

    ( ! ) Notice: Undefined index: postgres in /Applications/MAMP/htdocs/jitamin/bootstrap/bootstrap.php on line 81 Call Stack

    Time Memory Function Location

    1 0.0014 247056 {main}( ) ../index.php:0 2 0.0017 254768 require( '/Applications/MAMP/htdocs/jitamin/bootstrap/autoload.php' ) ../index.php:13 3 0.0204 872936 require( '/Applications/MAMP/htdocs/jitamin/bootstrap/bootstrap.php' ) ../autoload.php:34

    ( ! ) Notice: Undefined index: postgres in /Applications/MAMP/htdocs/jitamin/bootstrap/bootstrap.php on line 84 Call Stack

    Time Memory Function Location

    1 0.0014 247056 {main}( ) ../index.php:0 2 0.0017 254768 require( '/Applications/MAMP/htdocs/jitamin/bootstrap/autoload.php' ) ../index.php:13 3 0.0204 872936 require( '/Applications/MAMP/htdocs/jitamin/bootstrap/bootstrap.php' ) ../autoload.php:34

    ( ! ) Fatal error: Uncaught exception 'LogicException' with message 'This configuration parameter is missing: "hostname"' in /Applications/MAMP/htdocs/jitamin/vendor/fguillot/picodb/lib/PicoDb/Driver/Base.php on line 125 ( ! ) LogicException: This configuration parameter is missing: "hostname" in /Applications/MAMP/htdocs/jitamin/vendor/fguillot/picodb/lib/PicoDb/Driver/Base.php on line 125 Call Stack

    Time Memory Function Location

    1 0.0014 247056 {main}( ) ../index.php:0 2 0.0264 826032 require_once( '/Applications/MAMP/htdocs/jitamin/bootstrap/app.php' ) ../index.php:16 3 0.0345 1100152 Pimple\Container->register( ???, ??? ) ../app.php:17 4 0.0346 1100376 Jitamin\Providers\DatabaseServiceProvider->register( ??? ) ../Container.php:274 5 0.0346 1100456 Jitamin\Providers\DatabaseServiceProvider->getInstance( ) ../DatabaseServiceProvider.php:33 6 0.0346 1100520 Jitamin\Providers\DatabaseServiceProvider->getPostgresInstance( ) ../DatabaseServiceProvider.php:59 7 0.0354 1151080 PicoDb\Database->__construct( ??? ) ../DatabaseServiceProvider.php:116 8 0.0356 1158056 PicoDb\DriverFactory::getDriver( ??? ) ../Database.php:61 9 0.0379 1221880 PicoDb\Driver\Base->__construct( ??? ) ../DriverFactory.php:40

    Steps To Reproduce:

    bug 
    opened by denghualiang 4
  • 在设置任务“结束日期”的时候,弹出来的日期显示控件的上下翻月按钮颜色和背景一致

    在设置任务“结束日期”的时候,弹出来的日期显示控件的上下翻月按钮颜色和背景一致

    • Jitamin Version: 直接下载的github的zip包 master e8b7baec9e1812f39422397d12aa27893e3f2f9c
    • PHP Version: 5.6.28
    • Database Driver & Version: MySql

    Description:

    截图如下

    2017-01-24 08 40 15

    Steps To Reproduce:

    添加一个Task的时候,在进行“结束日期”选择的时候,发现上下翻页按钮和背景颜色一致。见上面的截图。

    opened by asmwarrior 4
  • 请问如何发送提醒邮件?(设置发件服务器,smtp服务器地址等信息)

    请问如何发送提醒邮件?(设置发件服务器,smtp服务器地址等信息)

    • Jitamin Version: 直接下载的github的zip包 master e8b7baec9e1812f39422397d12aa27893e3f2f9c
    • PHP Version: 5.6.28
    • Database Driver & Version: MySql

    Description:

    我看到后台管理里面,有一个“邮箱设置”的功能,但是仅仅可以填入发邮件的地址,同时可以设置发邮件的方式,比如可以选择smtp,sendmail等,但是邮件服务器之类的东西如何设置?看不到相应的选项,不清楚这个如何设置,谢谢

    opened by asmwarrior 3
  • Master分支,移动位置功能不生效

    Master分支,移动位置功能不生效

    • Jitamin Version: #.#.#
    • PHP Version:
    • Database Driver & Version:

    Description:

    我的->我的任务->点击具体任务详情->右侧移动位置按钮->保存后,任务状态并没有更改。

    Steps To Reproduce:

    opened by timmyzhang 2
  • “项目成员”功能项报错

    “项目成员”功能项报错

    • Jitamin Version: 0.4.7-dev
    • PHP Version:7.0.25
    • Database Driver & Version:mysql 5.7.18-log

    Description:

    系统显示 Internal Error: SQL error: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'group_id' at row 1

    Steps To Reproduce:

    1、点击管理; 2、项目列表中选择一个项目; 3、右上角“菜单”选择“设置”; 4、右边列表中选择“项目成员”; 5、在“项目团队”中的“团队名称”输入任意值; 6、点击回车; 7、显示Internal Error: SQL error: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'group_id' at row 1

    opened by jiahm 2
  • 大哥,请问container生产脚本是在哪里注册的,能不能说一下项目的结构?

    大哥,请问container生产脚本是在哪里注册的,能不能说一下项目的结构?

    class Application extends Base { /** * Execute middleware and controller. */ public function execute() { if ($this->runningInConsole()) { $this->container['dispatcher']->dispatch('app.bootstrap', new Event()); $this->container['cli']->run();

            return;
        }
    
        $this->container['router']->dispatch();
    
        if ($this->container['router']->getController() === 'Api') {
            echo $this->container['api']->execute();
    
            return;
        }
    
        try {
            $this->executeMiddleware();
    
            if (!$this->response->isResponseAlreadySent()) {
                $this->executeController();
            }
        } catch (PageNotFoundException $e) {
            $controllerObject = new AppController($this->container);
            $controllerObject->notFound($e->hasLayout());
        } catch (AccessForbiddenException $e) {
            $controllerObject = new AppController($this->container);
            $controllerObject->accessForbidden($e->hasLayout(), $e->getMessage());
        }
    }
    

    ........ }

    $this->container['router']->getController() ‘router生产脚本是在哪定义的?????? 请大神指点一下??????’

    opened by yxcn 2
  • Internal Error: SQL error: SQLSTATE[42S02]: Base table or view not found

    Internal Error: SQL error: SQLSTATE[42S02]: Base table or view not found

    • Jitamin Version: #.#.#
      0.4.7 dev
    • PHP Version: 5.6.3
    • Database Driver & Version: bitnami wamp一键包 (mysql),win7 x64

    Description:

    Internal Error: SQL error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'jitamin.settings' doesn't exist

    Steps To Reproduce:

    https://github.com/jitamin/jitamin/issues/173 与上一个Internal Error 的哥们一样,我一开始也遇到了settings表不存在的错误,但是我修改config里面数据库连接后发现仍然存在上述错误,与帖子里老兄几乎相同的步骤,我直接用zip解压到E盘里没有用Git。 似乎是数据库没有创建好表,经过搜索发现没有相关解决办法,特此求助

    opened by dexcomman 2
  • 按教程安装后报错如下

    按教程安装后报错如下

    • Jitamin Version: #.#.#
    • PHP Version:
    • Database Driver & Version:

    Description:

    Fatal error: Uncaught Error: Class 'SimpleLogger\Logger' not found in C:\nginx-1.20.2\html\jitamin\app\Providers\LoggingServiceProvider.php:37 Stack trace: #0 C:\nginx-1.20.2\html\jitamin\vendor\pimple\pimple\src\Pimple\Container.php(274): Jitamin\Providers\LoggingServiceProvider->register(Object(Pimple\Container)) #1 C:\nginx-1.20.2\html\jitamin\bootstrap\app.php(17): Pimple\Container->register(Object(Jitamin\Providers\LoggingServiceProvider)) #2 C:\nginx-1.20.2\html\jitamin\public\index.php(16): require_once('C:\\nginx-1.20.2...') #3 {main} thrown in C:\nginx-1.20.2\html\jitamin\app\Providers\LoggingServiceProvider.php on line 37

    Steps To Reproduce:

    opened by peindunk 1
  • composer install error

    composer install error

    • Jitamin Version: Cloned latest master
    • PHP Version: 7.4
    • Database Driver & Version: Mysql 5.7
    • Composer Version: 2
    Class SimpleValidator\Validator located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validator.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\Alpha located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\Alpha.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\AlphaNumeric located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\AlphaNumeric.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\Base located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\Base.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\Date located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\Date.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\Email located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\Email.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\Equals located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\Equals.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\Exists located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\Exists.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\GreaterThan located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\GreaterThan.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\InArray located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\InArray.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\Integer located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\Integer.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\Ip located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\Ip.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\Length located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\Length.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\MaxLength located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\MaxLength.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\MinLength located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\MinLength.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\NotEmpty located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\NotEmpty.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\NotEquals located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\NotEquals.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\NotInArray located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\NotInArray.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\Numeric located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\Numeric.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\Range located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\Range.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\Required located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\Required.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleValidator\Validators\Unique located in C:/laragon/www/jitamin/vendor/jitamin/simple-validator/src\Validators\Unique.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleQueue\Adapter\AmqpQueueAdapter located in C:/laragon/www/jitamin/vendor/jitamin/simple-queue/src\Adapter\AmqpQueueAdapter.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleQueue\Adapter\AwsSqsQueueAdapter located in C:/laragon/www/jitamin/vendor/jitamin/simple-queue/src\Adapter\AwsSqsQueueAdapter.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleQueue\Adapter\BeanstalkQueueAdapter located in C:/laragon/www/jitamin/vendor/jitamin/simple-queue/src\Adapter\BeanstalkQueueAdapter.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleQueue\Adapter\DisqueQueueAdapter located in C:/laragon/www/jitamin/vendor/jitamin/simple-queue/src\Adapter\DisqueQueueAdapter.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleQueue\Adapter\MemoryQueueAdapter located in C:/laragon/www/jitamin/vendor/jitamin/simple-queue/src\Adapter\MemoryQueueAdapter.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleQueue\Exception\NotSupportedException located in C:/laragon/www/jitamin/vendor/jitamin/simple-queue/src\Exception\NotSupportedException.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleQueue\Job located in C:/laragon/www/jitamin/vendor/jitamin/simple-queue/src\Job.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleQueue\Queue located in C:/laragon/www/jitamin/vendor/jitamin/simple-queue/src\Queue.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleQueue\QueueAdapterInterface located in C:/laragon/www/jitamin/vendor/jitamin/simple-queue/src\QueueAdapterInterface.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleLogger\Base located in C:/laragon/www/jitamin/vendor/jitamin/simple-logger/src\Base.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleLogger\File located in C:/laragon/www/jitamin/vendor/jitamin/simple-logger/src\File.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleLogger\Logger located in C:/laragon/www/jitamin/vendor/jitamin/simple-logger/src\Logger.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleLogger\Stderr located in C:/laragon/www/jitamin/vendor/jitamin/simple-logger/src\Stderr.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleLogger\Stdout located in C:/laragon/www/jitamin/vendor/jitamin/simple-logger/src\Stdout.php does not comply with psr-0 autoloading standard. Skipping.
    Class SimpleLogger\Syslog located in C:/laragon/www/jitamin/vendor/jitamin/simple-logger/src\Syslog.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Base located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Base.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Client\Client located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Client\Client.php does not comply with psr-0 autoloading standard. Skipping. Class PicoFeed\Client\ClientException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Client\ClientException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Client\Curl located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Client\Curl.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Client\ForbiddenException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Client\ForbiddenException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Client\HttpHeaders located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Client\HttpHeaders.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Client\InvalidCertificateException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Client\InvalidCertificateException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Client\InvalidUrlException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Client\InvalidUrlException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Client\MaxRedirectException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Client\MaxRedirectException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Client\MaxSizeException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Client\MaxSizeException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Client\Stream located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Client\Stream.php does not comply with psr-0 autoloading standard. Skipping. Class PicoFeed\Client\TimeoutException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Client\TimeoutException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Client\UnauthorizedException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Client\UnauthorizedException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Client\Url located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Client\Url.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Config\Config located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Config\Config.php does not comply with psr-0 autoloading standard. Skipping. Class PicoFeed\Encoding\Encoding located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Encoding\Encoding.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Filter\Attribute located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Filter\Attribute.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Filter\Filter located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Filter\Filter.php does not comply with psr-0 autoloading standard. Skipping. Class PicoFeed\Filter\Html located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Filter\Html.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Filter\Tag located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Filter\Tag.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Generator\ContentGeneratorInterface located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Generator\ContentGeneratorInterface.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Generator\FileContentGenerator located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Generator\FileContentGenerator.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Generator\YoutubeContentGenerator located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Generator\YoutubeContentGenerator.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Logging\Logger located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Logging\Logger.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Parser\Atom located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Parser\Atom.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Parser\DateParser located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Parser\DateParser.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Parser\Feed located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Parser\Feed.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Parser\Item located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Parser\Item.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Parser\MalformedXmlException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Parser\MalformedXmlException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Parser\Parser located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Parser\Parser.php does not comply with psr-0 autoloading standard. Skipping. Class PicoFeed\Parser\ParserException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Parser\ParserException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Parser\ParserInterface located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Parser\ParserInterface.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Parser\Rss10 located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Parser\Rss10.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Parser\Rss20 located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Parser\Rss20.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Parser\Rss91 located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Parser\Rss91.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Parser\Rss92 located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Parser\Rss92.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Parser\XmlEntityException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Parser\XmlEntityException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Parser\XmlParser located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Parser\XmlParser.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\PicoFeedException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\PicoFeedException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Processor\ContentFilterProcessor located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Processor\ContentFilterProcessor.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Processor\ContentGeneratorProcessor located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Processor\ContentGeneratorProcessor.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Processor\ItemPostProcessor located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Processor\ItemPostProcessor.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Processor\ItemProcessorInterface located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Processor\ItemProcessorInterface.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Processor\ScraperProcessor located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Processor\ScraperProcessor.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Reader\Favicon located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Reader\Favicon.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Reader\Reader located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Reader\Reader.php does not comply with psr-0 autoloading standard. Skipping. Class PicoFeed\Reader\ReaderException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Reader\ReaderException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Reader\SubscriptionNotFoundException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Reader\SubscriptionNotFoundException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Reader\UnsupportedFeedFormatException located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Reader\UnsupportedFeedFormatException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Scraper\CandidateParser located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Scraper\CandidateParser.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Scraper\ParserInterface located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Scraper\ParserInterface.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Scraper\RuleLoader located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Scraper\RuleLoader.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Scraper\RuleParser located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Scraper\RuleParser.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Scraper\Scraper located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Scraper\Scraper.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Serialization\Subscription located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Serialization\Subscription.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Serialization\SubscriptionList located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Serialization\SubscriptionList.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Serialization\SubscriptionListBuilder located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Serialization\SubscriptionListBuilder.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Serialization\SubscriptionListParser located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Serialization\SubscriptionListParser.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Serialization\SubscriptionParser located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Serialization\SubscriptionParser.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Syndication\AtomFeedBuilder located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Syndication\AtomFeedBuilder.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Syndication\AtomHelper located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Syndication\AtomHelper.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Syndication\AtomItemBuilder located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Syndication\AtomItemBuilder.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Syndication\FeedBuilder located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Syndication\FeedBuilder.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Syndication\ItemBuilder located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Syndication\ItemBuilder.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Syndication\Rss20FeedBuilder located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Syndication\Rss20FeedBuilder.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Syndication\Rss20Helper located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Syndication\Rss20Helper.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoFeed\Syndication\Rss20ItemBuilder located in C:/laragon/www/jitamin/vendor/jitamin/picofeed/src\Syndication\Rss20ItemBuilder.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\Builder\BaseBuilder located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\Builder\BaseBuilder.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\Builder\ConditionBuilder located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\Builder\ConditionBuilder.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\Builder\InsertBuilder located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\Builder\InsertBuilder.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\Builder\OrConditionBuilder located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\Builder\OrConditionBuilder.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\Builder\UpdateBuilder located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\Builder\UpdateBuilder.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\Database located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\Database.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\Driver\Base located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\Driver\Base.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\Driver\Mssql located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\Driver\Mssql.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\Driver\Mysql located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\Driver\Mysql.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\Driver\Postgres located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\Driver\Postgres.php does not comply with psr-0 autoloading standard. Skipping. Class PicoDb\Driver\Sqlite located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\Driver\Sqlite.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\DriverFactory located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\DriverFactory.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\Hashtable located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\Hashtable.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\LargeObject located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\LargeObject.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\Schema located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\Schema.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\SQLException located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\SQLException.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\StatementHandler located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\StatementHandler.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\Table located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\Table.php does not comply with psr-0 autoloading standard. Skipping.
    Class PicoDb\UrlParser located in C:/laragon/www/jitamin/vendor/jitamin/picodb/src\UrlParser.php does not comply with psr-0 autoloading standard. Skipping.
    Class ParsedownTest located in C:/laragon/www/jitamin/vendor/erusev/parsedown\test\ParsedownTest.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Client located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Client.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Exception\AccessDeniedException located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Exception\AccessDeniedException.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Exception\AuthenticationFailureException located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Exception\AuthenticationFailureException.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Exception\ConnectionFailureException located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Exception\ConnectionFailureException.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Exception\InvalidJsonFormatException located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Exception\InvalidJsonFormatException.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Exception\InvalidJsonRpcFormatException located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Exception\InvalidJsonRpcFormatException.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Exception\ResponseEncodingFailureException located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Exception\ResponseEncodingFailureException.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Exception\ResponseException located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Exception\ResponseException.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Exception\ServerErrorException located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Exception\ServerErrorException.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\HttpClient located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\HttpClient.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\MiddlewareHandler located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\MiddlewareHandler.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\MiddlewareInterface located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\MiddlewareInterface.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\ProcedureHandler located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\ProcedureHandler.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Request\BatchRequestParser located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Request\BatchRequestParser.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Request\RequestBuilder located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Request\RequestBuilder.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Request\RequestParser located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Request\RequestParser.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Response\ResponseBuilder located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Response\ResponseBuilder.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Response\ResponseParser located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Response\ResponseParser.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Server located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Server.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Validator\HostValidator located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Validator\HostValidator.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Validator\JsonEncodingValidator located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Validator\JsonEncodingValidator.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Validator\JsonFormatValidator located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Validator\JsonFormatValidator.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Validator\RpcFormatValidator located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Validator\RpcFormatValidator.php does not comply with psr-0 autoloading standard. Skipping.
    Class JsonRPC\Validator\UserValidator located in C:/laragon/www/jitamin/vendor/jitamin/json-rpc/src\Validator\UserValidator.php does not comply with psr-0 autoloading standard. Skipping.
    
    opened by ugintl 0
  • Deprecation Notice

    Deprecation Notice

    • Jitamin Version: #.#.#
    • PHP Version:
    • Database Driver & Version:

    Description:

    Deprecation Notice: Class SimpleValidator\Validator located in ./vendor/jitamin/simple-validator/src/Validator.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\Exists located in ./vendor/jitamin/simple-validator/src/Validators/Exists.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\NotEquals located in ./vendor/jitamin/simple-validator/src/Validators/NotEquals.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\Required located in ./vendor/jitamin/simple-validator/src/Validators/Required.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\Equals located in ./vendor/jitamin/simple-validator/src/Validators/Equals.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\Range located in ./vendor/jitamin/simple-validator/src/Validators/Range.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\Integer located in ./vendor/jitamin/simple-validator/src/Validators/Integer.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\Length located in ./vendor/jitamin/simple-validator/src/Validators/Length.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\GreaterThan located in ./vendor/jitamin/simple-validator/src/Validators/GreaterThan.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\AlphaNumeric located in ./vendor/jitamin/simple-validator/src/Validators/AlphaNumeric.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\InArray located in ./vendor/jitamin/simple-validator/src/Validators/InArray.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\NotEmpty located in ./vendor/jitamin/simple-validator/src/Validators/NotEmpty.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\Ip located in ./vendor/jitamin/simple-validator/src/Validators/Ip.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\Date located in ./vendor/jitamin/simple-validator/src/Validators/Date.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\Email located in ./vendor/jitamin/simple-validator/src/Validators/Email.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\MaxLength located in ./vendor/jitamin/simple-validator/src/Validators/MaxLength.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\MinLength located in ./vendor/jitamin/simple-validator/src/Validators/MinLength.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\NotInArray located in ./vendor/jitamin/simple-validator/src/Validators/NotInArray.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\Alpha located in ./vendor/jitamin/simple-validator/src/Validators/Alpha.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\Numeric located in ./vendor/jitamin/simple-validator/src/Validators/Numeric.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\Unique located in ./vendor/jitamin/simple-validator/src/Validators/Unique.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleValidator\Validators\Base located in ./vendor/jitamin/simple-validator/src/Validators/Base.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleQueue\Adapter\BeanstalkQueueAdapter located in ./vendor/jitamin/simple-queue/src/Adapter/BeanstalkQueueAdapter.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleQueue\Adapter\DisqueQueueAdapter located in ./vendor/jitamin/simple-queue/src/Adapter/DisqueQueueAdapter.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleQueue\Adapter\AwsSqsQueueAdapter located in ./vendor/jitamin/simple-queue/src/Adapter/AwsSqsQueueAdapter.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleQueue\Adapter\AmqpQueueAdapter located in ./vendor/jitamin/simple-queue/src/Adapter/AmqpQueueAdapter.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleQueue\Adapter\MemoryQueueAdapter located in ./vendor/jitamin/simple-queue/src/Adapter/MemoryQueueAdapter.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleQueue\Exception\NotSupportedException located in ./vendor/jitamin/simple-queue/src/Exception/NotSupportedException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleQueue\QueueAdapterInterface located in ./vendor/jitamin/simple-queue/src/QueueAdapterInterface.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleQueue\Job located in ./vendor/jitamin/simple-queue/src/Job.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleQueue\Queue located in ./vendor/jitamin/simple-queue/src/Queue.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleLogger\Stdout located in ./vendor/jitamin/simple-logger/src/Stdout.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleLogger\Stderr located in ./vendor/jitamin/simple-logger/src/Stderr.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleLogger\File located in ./vendor/jitamin/simple-logger/src/File.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleLogger\Syslog located in ./vendor/jitamin/simple-logger/src/Syslog.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleLogger\Logger located in ./vendor/jitamin/simple-logger/src/Logger.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class SimpleLogger\Base located in ./vendor/jitamin/simple-logger/src/Base.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Parser\Atom located in ./vendor/jitamin/picofeed/src/Parser/Atom.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Parser\XmlParser located in ./vendor/jitamin/picofeed/src/Parser/XmlParser.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Parser\Rss10 located in ./vendor/jitamin/picofeed/src/Parser/Rss10.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Parser\Item located in ./vendor/jitamin/picofeed/src/Parser/Item.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Parser\Parser located in ./vendor/jitamin/picofeed/src/Parser/Parser.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Parser\Rss92 located in ./vendor/jitamin/picofeed/src/Parser/Rss92.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Parser\DateParser located in ./vendor/jitamin/picofeed/src/Parser/DateParser.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Parser\MalformedXmlException located in ./vendor/jitamin/picofeed/src/Parser/MalformedXmlException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Parser\ParserException located in ./vendor/jitamin/picofeed/src/Parser/ParserException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Parser\ParserInterface located in ./vendor/jitamin/picofeed/src/Parser/ParserInterface.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Parser\Rss20 located in ./vendor/jitamin/picofeed/src/Parser/Rss20.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Parser\Rss91 located in ./vendor/jitamin/picofeed/src/Parser/Rss91.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Parser\Feed located in ./vendor/jitamin/picofeed/src/Parser/Feed.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Parser\XmlEntityException located in ./vendor/jitamin/picofeed/src/Parser/XmlEntityException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Syndication\FeedBuilder located in ./vendor/jitamin/picofeed/src/Syndication/FeedBuilder.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Syndication\AtomHelper located in ./vendor/jitamin/picofeed/src/Syndication/AtomHelper.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Syndication\AtomItemBuilder located in ./vendor/jitamin/picofeed/src/Syndication/AtomItemBuilder.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Syndication\Rss20FeedBuilder located in ./vendor/jitamin/picofeed/src/Syndication/Rss20FeedBuilder.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Syndication\Rss20Helper located in ./vendor/jitamin/picofeed/src/Syndication/Rss20Helper.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Syndication\Rss20ItemBuilder located in ./vendor/jitamin/picofeed/src/Syndication/Rss20ItemBuilder.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Syndication\ItemBuilder located in ./vendor/jitamin/picofeed/src/Syndication/ItemBuilder.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Syndication\AtomFeedBuilder located in ./vendor/jitamin/picofeed/src/Syndication/AtomFeedBuilder.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Client\InvalidUrlException located in ./vendor/jitamin/picofeed/src/Client/InvalidUrlException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Client\Stream located in ./vendor/jitamin/picofeed/src/Client/Stream.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Client\ClientException located in ./vendor/jitamin/picofeed/src/Client/ClientException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Client\Url located in ./vendor/jitamin/picofeed/src/Client/Url.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Client\HttpHeaders located in ./vendor/jitamin/picofeed/src/Client/HttpHeaders.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Client\UnauthorizedException located in ./vendor/jitamin/picofeed/src/Client/UnauthorizedException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Client\MaxRedirectException located in ./vendor/jitamin/picofeed/src/Client/MaxRedirectException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Client\MaxSizeException located in ./vendor/jitamin/picofeed/src/Client/MaxSizeException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Client\InvalidCertificateException located in ./vendor/jitamin/picofeed/src/Client/InvalidCertificateException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Client\Curl located in ./vendor/jitamin/picofeed/src/Client/Curl.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Client\Client located in ./vendor/jitamin/picofeed/src/Client/Client.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Client\ForbiddenException located in ./vendor/jitamin/picofeed/src/Client/ForbiddenException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Client\TimeoutException located in ./vendor/jitamin/picofeed/src/Client/TimeoutException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Reader\Reader located in ./vendor/jitamin/picofeed/src/Reader/Reader.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Reader\SubscriptionNotFoundException located in ./vendor/jitamin/picofeed/src/Reader/SubscriptionNotFoundException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Reader\UnsupportedFeedFormatException located in ./vendor/jitamin/picofeed/src/Reader/UnsupportedFeedFormatException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Reader\Favicon located in ./vendor/jitamin/picofeed/src/Reader/Favicon.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Reader\ReaderException located in ./vendor/jitamin/picofeed/src/Reader/ReaderException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Config\Config located in ./vendor/jitamin/picofeed/src/Config/Config.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Generator\YoutubeContentGenerator located in ./vendor/jitamin/picofeed/src/Generator/YoutubeContentGenerator.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Generator\FileContentGenerator located in ./vendor/jitamin/picofeed/src/Generator/FileContentGenerator.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Generator\ContentGeneratorInterface located in ./vendor/jitamin/picofeed/src/Generator/ContentGeneratorInterface.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Serialization\SubscriptionList located in ./vendor/jitamin/picofeed/src/Serialization/SubscriptionList.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Serialization\SubscriptionParser located in ./vendor/jitamin/picofeed/src/Serialization/SubscriptionParser.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Serialization\SubscriptionListBuilder located in ./vendor/jitamin/picofeed/src/Serialization/SubscriptionListBuilder.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Serialization\SubscriptionListParser located in ./vendor/jitamin/picofeed/src/Serialization/SubscriptionListParser.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Serialization\Subscription located in ./vendor/jitamin/picofeed/src/Serialization/Subscription.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Scraper\RuleParser located in ./vendor/jitamin/picofeed/src/Scraper/RuleParser.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Scraper\RuleLoader located in ./vendor/jitamin/picofeed/src/Scraper/RuleLoader.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Scraper\ParserInterface located in ./vendor/jitamin/picofeed/src/Scraper/ParserInterface.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Scraper\Scraper located in ./vendor/jitamin/picofeed/src/Scraper/Scraper.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Scraper\CandidateParser located in ./vendor/jitamin/picofeed/src/Scraper/CandidateParser.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Processor\ContentFilterProcessor located in ./vendor/jitamin/picofeed/src/Processor/ContentFilterProcessor.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Processor\ItemPostProcessor located in ./vendor/jitamin/picofeed/src/Processor/ItemPostProcessor.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Processor\ItemProcessorInterface located in ./vendor/jitamin/picofeed/src/Processor/ItemProcessorInterface.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Processor\ContentGeneratorProcessor located in ./vendor/jitamin/picofeed/src/Processor/ContentGeneratorProcessor.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Processor\ScraperProcessor located in ./vendor/jitamin/picofeed/src/Processor/ScraperProcessor.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\PicoFeedException located in ./vendor/jitamin/picofeed/src/PicoFeedException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Encoding\Encoding located in ./vendor/jitamin/picofeed/src/Encoding/Encoding.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Logging\Logger located in ./vendor/jitamin/picofeed/src/Logging/Logger.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Filter\Attribute located in ./vendor/jitamin/picofeed/src/Filter/Attribute.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Filter\Html located in ./vendor/jitamin/picofeed/src/Filter/Html.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Filter\Filter located in ./vendor/jitamin/picofeed/src/Filter/Filter.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Filter\Tag located in ./vendor/jitamin/picofeed/src/Filter/Tag.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoFeed\Base located in ./vendor/jitamin/picofeed/src/Base.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\Table located in ./vendor/jitamin/picodb/src/Table.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\StatementHandler located in ./vendor/jitamin/picodb/src/StatementHandler.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\LargeObject located in ./vendor/jitamin/picodb/src/LargeObject.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\Hashtable located in ./vendor/jitamin/picodb/src/Hashtable.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\Driver\Mssql located in ./vendor/jitamin/picodb/src/Driver/Mssql.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\Driver\Mysql located in ./vendor/jitamin/picodb/src/Driver/Mysql.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\Driver\Postgres located in ./vendor/jitamin/picodb/src/Driver/Postgres.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\Driver\Sqlite located in ./vendor/jitamin/picodb/src/Driver/Sqlite.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\Driver\Base located in ./vendor/jitamin/picodb/src/Driver/Base.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\Database located in ./vendor/jitamin/picodb/src/Database.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\DriverFactory located in ./vendor/jitamin/picodb/src/DriverFactory.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\SQLException located in ./vendor/jitamin/picodb/src/SQLException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\Schema located in ./vendor/jitamin/picodb/src/Schema.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\UrlParser located in ./vendor/jitamin/picodb/src/UrlParser.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\Builder\BaseBuilder located in ./vendor/jitamin/picodb/src/Builder/BaseBuilder.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\Builder\OrConditionBuilder located in ./vendor/jitamin/picodb/src/Builder/OrConditionBuilder.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\Builder\ConditionBuilder located in ./vendor/jitamin/picodb/src/Builder/ConditionBuilder.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\Builder\InsertBuilder located in ./vendor/jitamin/picodb/src/Builder/InsertBuilder.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class PicoDb\Builder\UpdateBuilder located in ./vendor/jitamin/picodb/src/Builder/UpdateBuilder.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class ParsedownTest located in ./vendor/erusev/parsedown/test/ParsedownTest.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Request\BatchRequestParser located in ./vendor/jitamin/json-rpc/src/Request/BatchRequestParser.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Request\RequestBuilder located in ./vendor/jitamin/json-rpc/src/Request/RequestBuilder.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Request\RequestParser located in ./vendor/jitamin/json-rpc/src/Request/RequestParser.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Validator\RpcFormatValidator located in ./vendor/jitamin/json-rpc/src/Validator/RpcFormatValidator.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Validator\JsonFormatValidator located in ./vendor/jitamin/json-rpc/src/Validator/JsonFormatValidator.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Validator\UserValidator located in ./vendor/jitamin/json-rpc/src/Validator/UserValidator.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Validator\JsonEncodingValidator located in ./vendor/jitamin/json-rpc/src/Validator/JsonEncodingValidator.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Validator\HostValidator located in ./vendor/jitamin/json-rpc/src/Validator/HostValidator.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\MiddlewareHandler located in ./vendor/jitamin/json-rpc/src/MiddlewareHandler.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\MiddlewareInterface located in ./vendor/jitamin/json-rpc/src/MiddlewareInterface.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Server located in ./vendor/jitamin/json-rpc/src/Server.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Exception\InvalidJsonRpcFormatException located in ./vendor/jitamin/json-rpc/src/Exception/InvalidJsonRpcFormatException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Exception\InvalidJsonFormatException located in ./vendor/jitamin/json-rpc/src/Exception/InvalidJsonFormatException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Exception\ServerErrorException located in ./vendor/jitamin/json-rpc/src/Exception/ServerErrorException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Exception\ResponseEncodingFailureException located in ./vendor/jitamin/json-rpc/src/Exception/ResponseEncodingFailureException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Exception\AccessDeniedException located in ./vendor/jitamin/json-rpc/src/Exception/AccessDeniedException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Exception\ResponseException located in ./vendor/jitamin/json-rpc/src/Exception/ResponseException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Exception\AuthenticationFailureException located in ./vendor/jitamin/json-rpc/src/Exception/AuthenticationFailureException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Exception\ConnectionFailureException located in ./vendor/jitamin/json-rpc/src/Exception/ConnectionFailureException.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Response\ResponseBuilder located in ./vendor/jitamin/json-rpc/src/Response/ResponseBuilder.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Response\ResponseParser located in ./vendor/jitamin/json-rpc/src/Response/ResponseParser.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\HttpClient located in ./vendor/jitamin/json-rpc/src/HttpClient.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\ProcedureHandler located in ./vendor/jitamin/json-rpc/src/ProcedureHandler.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 Deprecation Notice: Class JsonRPC\Client located in ./vendor/jitamin/json-rpc/src/Client.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201

    Steps To Reproduce:

    opened by yinitian 0
  • 甘特图完成的任务进度展示1%问题

    甘特图完成的任务进度展示1%问题

    public function getProgress(array $task, array $columns)
    {
        if ($task['is_active'] == self::STATUS_CLOSED) {
            return 100;
        }
    
        return isset($task['progress']) && $task['progress'] ?: 0;
    }
    

    发现TaskModel内部该方法写法异常导致 可以修改为 return isset($task['progress']) && $task['progress'] ? $task['progress']: 0; 或者 return $task['progress'] ?? 0;

    opened by yinitian 0
Releases(0.5.0)
  • v0.4.8(Dec 29, 2017)

    Version 0.4.8 (2017-12-29)

    新功能:

    • 新增任务进度的动作触发,可用不同的比较运算符进行匹配

    改进:

    • 调整看板UI,看起来更简洁
    • 调整部分提交按钮样式,使整体风格一致

    Bug修复:

    • 修复项目成员设置报错的bug
    • 修复任务不能移动的bug(非拖拽方式)
    • 修复部分时间用词没有被提取成语言的问题
    Source code(tar.gz)
    Source code(zip)
  • 0.4.7(Dec 14, 2017)

    Version 0.4.7 (2017-12-14)

    改进:

    • 能记住左侧边栏被收起/展开的行为
    • 项目管理员可移除项目成员

    Bug修复:

    • 修复pgsql配置项错误
    • 修复搜索栏在英文环境下错位的问题
    • 修复后台用户禁用的bug
    Source code(tar.gz)
    Source code(zip)
  • 0.4.6(Jan 26, 2017)

    Version 0.4.6 (2017-01-26)

    改进:

    • 调整部分中文措辞
    • 改进项目约束相关的操作

    Bug修复:

    • 修复项目自动角色编辑错误
    • 解决用户设置,邮箱被占用没有错误提示的bug
    • 修复拖拽任务修改开始和截止时间不一致的问题
    Source code(tar.gz)
    Source code(zip)
  • 0.4.5(Jan 20, 2017)

    Version 0.4.5 (2017-01-20)

    新功能:

    • 可在后台设置全局的项目默认视图

    改进:

    • 新增yarn的lock文件
    • 清理项目、任务相关的分页器
    • 优化403错误页模板
    • 改进任务详情页

    Bug修复:

    • 修复app-loading-icon不会消失的bug
    • 修复项目统计页模板路径错误
    • 修复子任务权限问题
    Source code(tar.gz)
    Source code(zip)
  • 0.4.4(Jan 16, 2017)

    Version 0.4.4 (2017-01-16)

    改进:

    • 将项目搜索框转移到导航栏,使项目导航更简洁
    • 新增项目的工具栏,使按赞和添加任务等操作更方便
    • 调整helpers编码规范
    • 调整分页导航栏为居中对齐
    • 改进项目设置中分类、自定义筛选等功能

    Bug修复:

    • 修复用户个人首页路径指向错误
    • 修复快捷导航当遇到私有项目时icon显示错位的问题
    • 修复最近打开的项目未设置会报PHP Notice的问题
    • 修复控制台翻页逻辑错乱的bug
    Source code(tar.gz)
    Source code(zip)
  • 0.4.3(Jan 13, 2017)

    Version 0.4.3 (2017-01-13)

    新功能:

    • 新增项目相关的快捷滑块导航(展示星标项目和最近打开的项目)

    改进:

    • 调整通知,创建独立的controller
    • 调整部分列表的默认排序规则
    • 改进Providers
    • 可直接使用Github账号直接登录jitamin.com,并更新Readme
    • 调整用户资料相关页面的组织方式
    • 通过简洁方式创建任务,默认将任务指派给自己
    Source code(tar.gz)
    Source code(zip)
  • 0.4.2(Jan 11, 2017)

    Version 0.4.2 (2017-01-11)

    改进:

    • 清理掉不需要的环境监测文件
    • 项目管理也,互换标题与状态的位置
    • 在看板页,简化添加任务
    • 调整相关package的namespace

    Bug修复:

    • 修复后台显示版权信息错误
    • 补充遗漏掉的异常包
    • 修复附件路径错误
    Source code(tar.gz)
    Source code(zip)
  • 0.4.1(Jan 9, 2017)

    Version 0.4.1 (2016-01-09)

    新功能:

    • 可对配置文件、路由文件进行缓存

    改进:

    • 优化程序入口文件

    Bug修复:

    • 修复命令行不能运行的bug(php artisan)
    • 修复分页导航栏错位的bug
    Source code(tar.gz)
    Source code(zip)
  • 0.4.0(Jan 8, 2017)

    Version 0.4.0 (2016-01-08)

    改进:

    • 调整项目、任务和子任务相关模板路径
    • 新增Manage管理模块,将项目管理相关的功能置入
    • 重构Controller和View的目录结构
    • 调整路由格式
    • 当有弹窗时,阻止背景层页面滚动
    • 重构Api模块
    • 删除冗余的常量定义文件
    • 重构弹框互动式操作交互流程

    Bug修复:

    • 修复OAuth授权系统报错的问题
    • 修复插件路径重复携带controller的bug
    • 解决任务筛选路径错误
    • 修复项目设置不能保存的bug
    Source code(tar.gz)
    Source code(zip)
  • 0.3.4(Jan 5, 2017)

    Version 0.3.4 (2016-01-05)

    新功能:

    • 可以设置项目默认显示页面,可设置为概况、看板、日历、列表和甘特图,默认是概况

    改进:

    • 合并TaskGanttController的功能到TaskController
    • 删除项目设置的概况页(功能与项目概况页有重叠)
    • 调整中文措辞,将过滤修改为筛选
    • 修改子任务图标,并显示状态title
    • 可根据需要设置弹出框大小,定义了大、中、小3个尺寸。
    • 优化后台标签和关联管理
    • 改进控制台、项目相关页面导航切换选中显示
    • 改进后台管理中标签和关联设置

    Bug修复:

    • 修复开启双重认证导致用户登录失败的bug
    • 修复勾选“继续创建新任务”会导致页面404
    • 编辑任务弹框与创建保持一致,弹出大窗口
    • 修复任务描述带双引号双重编码的bug
    Source code(tar.gz)
    Source code(zip)
  • 0.3.3(Jan 4, 2017)

    Version 0.3.3 (2016-01-04)

    新功能:

    • 在左侧导航创建新增创建任务功能

    改进:

    • 新增windows安装与升级步骤
    • 补充部分中文翻译
    • 调整dropdown样式,新增条目分隔符
    • 改进搜索任务与动态切换导航

    Bug修复:

    • 解决后台不能添加用户的bug
    • 解决项目权限页,团队搜索实时建议报错的bug
    Source code(tar.gz)
    Source code(zip)
Simple Dynamic DNS Web management self-hosting. Run over dnsmasq.

MyDDNS [BETA] Simple Dynamic DNS Web management self-hosting. It use dnsmasq. It was inspired on duckdns.org. Preparation You need root access to a se

Iván Eixarch 4 Jul 6, 2022
CI4-Lic is a software license manager modul for Codeigniter 4, connecting to WordPress license server based on the Software License Manager Plugin.

CI4-Lic CI4-Lic is a software license manager modul for Codeigniter 4, connecting to WordPress license server based on Software License Manager Plugin

George Lewe 1 Jan 15, 2022
Kanban project management software

Kanboard Kanboard is project management software that focuses on the Kanban methodology. Official website: https://kanboard.org/ List of features Chan

Kanboard 7k Jan 7, 2023
mini Project in Laravel and vue js. Real World Laravel 8x + vue js Dashboard.Task management and project management system

mini Project in Laravel and vue js. Real World Laravel 8x + vue js Dashboard.Task management and project management system. Dashboard features such as: Complete Dashboard, Custom Authentication, Email Verification, custom-login-register-forgot password (without jetstream).

Hasmukh Dharajiya 2 Sep 20, 2022
A learning management system (LMS) is a software application or web-based technology used to plan, implement and assess a specific learning process.

vidyaprabodhan-gov-php-project A learning management system (LMS) is a software application or web-based technology used to plan, implement and assess

Narayan Pote 1 Dec 23, 2021
Open Source Social Network (OSSN) is a social networking software written in PHP.

Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 17 international languages.

Open Source Social Network 923 Jan 6, 2023
NamelessMC is a free, easy to use & powerful website software for your Minecraft server

NamelessMC - v2 pre-release 10 NamelessMC is a free, easy to use & powerful website software for your Minecraft server, which includes a large range o

NamelessMC 520 Jan 1, 2023
Akaunting is a free, open source and online accounting software designed for small businesses and freelancers

Akaunting is a free, open source and online accounting software designed for small businesses and freelancers

jahidul alam mishuk 1 Jan 9, 2022
MOFHY Lite is a free web hosting management system to manage MOFH hosting accounts and SSL certificates.

MOFHY Lite is a free of cost MOFH clientarea for account management and support services with free ssl service. It have easy to use feature

Mahtab Hassan 17 Dec 8, 2022
MOFHY Lite is a free web hosting management system to manage MOFH hosting accounts and SSL certificates.

MOFHY Lite MOFHY LITE is a priceless MyOwnFreeHost Client Area for account management, ticket support system and a free ssl service. It has easy to us

Santiago Rodríguez 6 Dec 28, 2021
MyAAC is a free and open-source Automatic Account Creator (AAC) written in PHP

MyAAC is a free and open-source Automatic Account Creator (AAC) written in PHP. It supports only MySQL databases.

Lucas Giovanni 6 Aug 26, 2022
Create videos programmatically in the cloud from PHP: add watermarks, resize videos, create slideshows, add soundtrack, voice-over with text-to-speech (TTS), text animations.

Create videos programmatically in the cloud from PHP: add watermarks, resize videos, create slideshows, add soundtrack, voice-over with text-to-speech (TTS), text animations.

null 6 Oct 21, 2022
¡BACKEND OVER APP! API REST IMPLEMENTANDO CONCEPTOS DE ARQUITECTURA HEXAGONAL, DDD, TDD Y SOLID. HECHO EN LARAVEL & PHP

¡BACKEND OVER APP! API REST IMPLEMENTANDO CONCEPTOS DE ARQUITECTURA HEXAGONAL, DDD, TDD Y SOLID. HECHO EN LARAVEL & PHP

Cristian Camilo Vasquez 17 Dec 27, 2022
A simple website for estimating withdrawal availability over multiple exchanges.

IOTA exchange status FAQs | Installation | Contributing IOTA exchange status is a simple website for tracking the current withdrawal possibility of IO

Brayd 1 Aug 4, 2022
FreeBSD Bhyve Web Administration Software

BVCP is a graphical and secure webcontrol panel for FreeBSD Bhyve's Virtual Machines. BVCP is made with love and for enterprise use, 24/7 NON-STOP operation, tested on production enterprise-class area.

null 44 Dec 30, 2022
Handle GitHub webhooks in a Laravel application

GitHub can notify your application of events using webhooks. This package can help you handle those webhooks.

Spatie 71 Nov 5, 2022
Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be.

Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be.

Dries Vints 1.1k Jan 1, 2023
Scrumwala: Your very own Scrum, Agile project management web app - built with Laravel

Scrumwala Your very own Scrum/Agile web app built with Laravel Features Create and manage projects with plan and work views Group issues in a project

null 255 Nov 2, 2022