Download the PHP package piwind/flarum-diff without Composer

On this page you can find all versions of the php package piwind/flarum-diff. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package flarum-diff

Diff for Flarum

MIT license Latest Stable Version Total Downloads

This extension adds a "post revision history" feature to your Flarum forum.

About This Fork

This repository is a fork of hasan-ozbey/flarum-diff. Refer to the changelog at the end for detailed modifications.

目前版本(Diff 1.1.2)存在严重BUG:

插件初次安装完毕,并开启后,论坛系统会立马崩溃,在日志中看到如下:

该问题的核心是TheTurk\Diff\Listeners\PostActions这个类无法被正确加载,但是查看源码没有发现明显的问题

解决办法:Flarum 可能缓存了错误的类信息,清理缓存以解决:

Features

Also, it won't load (and cache) anything until you click the "Edited" button so no need to worry about loading times.

Requirements

php ext-iconv

You can check your php version by running php -v and check if iconv is installed by running php --ri iconv (which should display iconv support => enabled).

Installation & Updating

Install with composer:

Updating:

Usage

Enable the extension and set the permissions. You're ready to go!

Archive Old Revisions

If x ≥ A (where the x is post's revision count), first y=mx+b revisions for the post can be stored as merged & compressed BLOB in a new table (which is called post_edit_histories_archive). Specify the A, m and b from the settings modal. Float values of y will be rounded to the next lowest integer value. It's recommended to archive old revisions if you want to save storage volume but not recommended if you don't want to.

If you want to archive old revisions, please consider enabling cron job option from the settings modal. I set a weekly cron job which is working on sundays at 02:00 AM (nothing special) using diff:archive command**. Otherwise, it'll try to find & archive old revisions for the post as soon as Post\Revised event fires or wait for your php flarum diff:archive command. See this discussion for setting up the scheduler.

插件兼容问题

受影响的插件:

建议的配置和效果:

Screenshots

Diff Collage

Post-Stream Item

Dropdown List

改动说明

Links


All versions of flarum-diff with dependencies

PHP Build Version
Package Version
Requires flarum/core Version ^1.2.0
jfcherng/php-diff Version ^6.11.6
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package piwind/flarum-diff contains the following files

Loading the files please wait ...