From 36e16b3d17a1871ed0118894fda7dc44437ddfa2 Mon Sep 17 00:00:00 2001 From: YFdyh000 Date: Sun, 22 Aug 2021 21:37:44 +0800 Subject: [PATCH 1/3] remove travis from README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ba4ad9a6..e1c81952 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,8 @@ _Shaarli is a minimalist link sharing service that you can install on your own s _It is designed to be personal (single-user), fast and handy._ [![](https://img.shields.io/badge/stable-v0.11.1-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.11.1) -[![](https://img.shields.io/travis/shaarli/Shaarli/stable.svg?label=stable)](https://travis-ci.org/shaarli/Shaarli) • [![](https://img.shields.io/badge/latest-v0.12.1-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.12.1) -[![](https://img.shields.io/travis/shaarli/Shaarli/latest.svg?label=latest)](https://travis-ci.org/shaarli/Shaarli) • [![](https://img.shields.io/badge/master-v0.12.x-blue.svg)](https://github.com/shaarli/Shaarli) [![](https://github.com/shaarli/Shaarli/actions/workflows/ci.yml/badge.svg)](https://github.com/shaarli/Shaarli/actions) From f33af48b596bc9dc3878fe3a583adbeeb20cca45 Mon Sep 17 00:00:00 2001 From: YFdyh000 Date: Sun, 22 Aug 2021 22:34:03 +0800 Subject: [PATCH 2/3] Intuitive checkbox for Enabled Plugins --- tpl/default/pluginsadmin.html | 8 ++++---- tpl/vintage/pluginsadmin.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tpl/default/pluginsadmin.html b/tpl/default/pluginsadmin.html index 5c073da6..e4d50661 100644 --- a/tpl/default/pluginsadmin.html +++ b/tpl/default/pluginsadmin.html @@ -32,7 +32,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -82,7 +82,7 @@
{'Disable'|t}{'Enabled'|t} {'Name'|t}
{'Description'|t}
{'Order'|t}
{'Disable'|t}{'Enabled'|t} {'Name'|t}
{'Description'|t}
{'Order'|t}
- + @@ -105,7 +105,7 @@ - + diff --git a/tpl/vintage/pluginsadmin.html b/tpl/vintage/pluginsadmin.html index d0972cd1..6a44408f 100644 --- a/tpl/vintage/pluginsadmin.html +++ b/tpl/vintage/pluginsadmin.html @@ -27,7 +27,7 @@
{'Enable'|t}{'Enabled'|t} {'Name'|t}
{'Description'|t}
{'Enable'|t}{'Enabled'|t} {'Name'|t}
{'Description'|t}
- + @@ -67,7 +67,7 @@ {else}
DisableEnabled Order Name Description
- + From a908ed6866eb1ee89c8b28745fca02c776d2cebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 16:51:51 +0000 Subject: [PATCH 3/3] Bump tar from 6.1.3 to 6.1.11 Bumps [tar](https://github.com/npm/node-tar) from 6.1.3 to 6.1.11. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v6.1.3...v6.1.11) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index f39160fb..1df28ab5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5513,9 +5513,9 @@ tapable@^1.0.0, tapable@^1.1.3: integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== tar@^6.0.2: - version "6.1.3" - resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.3.tgz#e44b97ee7d6cc7a4c574e8b01174614538291825" - integrity sha512-3rUqwucgVZXTeyJyL2jqtUau8/8r54SioM1xj3AmTX3HnWQdj2AydfJ2qYYayPyIIznSplcvU9mhBb7dR2XF3w== + version "6.1.11" + resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621" + integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA== dependencies: chownr "^2.0.0" fs-minipass "^2.0.0"
EnableEnabled Name Description