Skip to content

Commit

Permalink
最近更新社区版插件补充直接访问判断并重新打包;RandomThumbnail补充加速用zip包
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwalk committed Jul 11, 2020
1 parent 85a6ae8 commit 60b4d1c
Show file tree
Hide file tree
Showing 24 changed files with 30 additions and 18 deletions.
2 changes: 2 additions & 0 deletions Attachment/Action.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

class Attachment_Action extends Typecho_Widget implements Widget_Interface_Do
{
public function action()
Expand Down
3 changes: 2 additions & 1 deletion Attachment/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

/**
* 附件下载插件 【<a href="https://github.com/typecho-fans/plugins" target="_blank">TF</a>社区维护版】
*
Expand All @@ -15,7 +17,6 @@
* 历史版本
* version 1.0.1 at 2010-01-02
* 修改下载地址路由
*
* version 1.0.0 at 2009-12-12
* 实现用<attach>aid</attach>添加附件的功能
* 与统计插件结合来实现下载次数的统计功能
Expand Down
10 changes: 4 additions & 6 deletions CommentFilter/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,32 +1,30 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

/**
* 评论过滤器 【<a href="https://github.com/typecho-fans/plugins" target="_blank">TF</a>社区维护版】
*
* @package CommentFilter
* @author jrotty,ghostry,Hanny
* @version 1.2.1
* @link https://github.com/typecho-fans/plugins/tree/master/CommentFilter
* 历史版本
*
* version 1.2.1 at 2020-06-27[typecho-fans合并2012-12-31 ghostry修改版]
* 增加首次评论过滤,评论者可以在评论底部看到自己的未审核评论
*
* version 1.2.0 at 2017-10-10[非原作者更新修改,jrotty魔改更新]
* 增加评论者昵称/超链接过滤功能
*
* 历史版本
* version 1.1.0 at 2014-01-04
* 增加机器评论过滤
*
* version 1.0.2 at 2010-05-16
* 修正发表评论成功后,评论内容Cookie不清空的Bug
*
* version 1.0.1 at 2009-11-29
* 增加IP段过滤功能
*
* version 1.0.0 at 2009-11-14
* 实现评论内容按屏蔽词过滤功能
* 实现过滤非中文评论功能
*
*/
class CommentFilter_Plugin implements Typecho_Plugin_Interface
{
Expand Down
2 changes: 2 additions & 0 deletions Links/Action.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

class Links_Action extends Typecho_Widget implements Widget_Interface_Do
{
private $db;
Expand Down
2 changes: 2 additions & 0 deletions Links/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

/**
* 友情链接插件 【<a href="https://github.com/typecho-fans/plugins" target="_blank">TF</a>社区维护版】
*
Expand Down
2 changes: 2 additions & 0 deletions Links/manage-links.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

include 'header.php';
include 'menu.php';
?>
Expand Down
6 changes: 2 additions & 4 deletions MagikeEditor/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

/**
* 简易编辑器,从Magike移植过来的 【<a href="https://github.com/typecho-fans/plugins" target="_blank">TF</a>社区维护版】
*
Expand All @@ -17,19 +19,15 @@
* 支持Typecho 0.9
* 新方法兼容Attachment插件
* 小小修改图片的插入方式
*
* version 1.0.3 at 2010-10-13
* 修正一个JS的Bug
*
* version 1.0.2 at 2010-10-08
* 与附件管理器插件相接
* 多动插入图片的方式选择
* 允许自定义一些简单按钮
* 自动转换 http https ftp 地址
*
* version 1.0.1 at 2009-12-01
* 修正一个插入图片的Bug
*
* version 1.0.0 at 2009-11-27
* 完成从Magike的移植
*/
Expand Down
2 changes: 2 additions & 0 deletions OssForTypecho/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

/**
* 阿里云OSS上传插件(Typecho)【<a href="https://github.com/typecho-fans/plugins" target="_blank">TF</a>社区维护版】
*
Expand Down
2 changes: 2 additions & 0 deletions QNUpload/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

/**
* 七牛云附件上传 【<a href="https://github.com/typecho-fans/plugins" target="_blank">TF</a>社区维护版】
*
Expand Down
2 changes: 2 additions & 0 deletions QiniuFile/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

/**
* 将 Typecho 的附件上传至七牛云存储中。【<a href="https://github.com/typecho-fans/plugins" target="_blank">TF</a>社区维护版】
*
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

> 下表中下载链接文字用于TeStore列表附加图标:`Download`即社区版,`N/A`为不可用,`Special`为安装用法特殊。
### 作品索引 (119)
### 作品索引 (120)

###### TeStore使用下表“名称”创建安装文件夹,“版本”提示升级,请确保文本准确;注意按字母排序添加,自增上方括号内总数,简介不要太长。
```
Expand Down Expand Up @@ -113,7 +113,7 @@
[Prism](Prism) | 多主题[Prism](https://prismjs.com)代码高亮插件([MD](https://baike.baidu.com/item/markdown/3245829)版) | 1.0.2 | [冰剑](https://github.com/binjoo) | [Download](https://github.com/typecho-fans/plugins/releases/download/plugins-M_to_R/Prism.zip)
[QNUpload](QNUpload) | 经典版(PHP5.2-5.6)七牛附件插件 | 1.3.1 | [rakiy](https://github.com/rakiy) | [Download](https://github.com/typecho-fans/plugins/releases/download/plugins-M_to_R/QNUpload.zip)
[QiniuFile](QiniuFile) | 新七牛附件插件(自定路径+截图等) | 1.3.3 | [LiCxi](https://github.com/gxuzf), [冰剑](https://github.com/binjoo), [abelyao](https://github.com/abelyao) | [Download](https://github.com/typecho-fans/plugins/releases/download/plugins-M_to_R/QiniuFile.zip)
[RandomThumbnail](RandomThumbnail) | 随机图片挂件 | 1.0.0 | [LittleJake](https://github.com/LittleJake) | [Download](https://github.com/typecho-fans/plugins/releases/download/plugins-M_to_R/RandomThumbnail.zip)
[RandomThumbnail](RandomThumbnail) | 随机图片挂件插件(支持懒加载效果) | 1.0.0 | [LittleJake](https://github.com/LittleJake) | [Download](https://github.com/typecho-fans/plugins/releases/download/plugins-M_to_R/RandomThumbnail.zip)
[Reposidget](Reposidget) | GitHub项目信息与内容展示栏插件 | 1.0.0 | [西秦公子](https://github.com/xiqingongzi) | [Download](https://github.com/typecho-fans/plugins/releases/download/plugins-M_to_R/Reposidget.zip)
[RewriteRule](RewriteRule) | 文章页面地址批量重定向跳转插件 | 1.0.0 | [laobubu](https://github.com/laobubu) | [Download](https://github.com/typecho-fans/plugins/releases/download/plugins-M_to_R/RewriteRule.zip)
[Rdog](Rdog) | 注册机制优化/发文自动审核插件 | 1.4.0 | [泽泽](https://github.com/jrotty) | [Download](https://github.com/typecho-fans/plugins/releases/download/plugins-M_to_R/Rdog.zip)
Expand Down
2 changes: 2 additions & 0 deletions Sitemap/Action.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

class Sitemap_Action extends Typecho_Widget implements Widget_Interface_Do
{
public function action()
Expand Down
4 changes: 2 additions & 2 deletions Sitemap/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

/**
* Google Sitemap 生成器 【<a href="https://github.com/typecho-fans/plugins" target="_blank">TF</a>社区维护版】
*
Expand All @@ -18,11 +20,9 @@
* 历史版本
* version 1.0.1 at 2010-01-02
* 修改自定义静态链接时错误的Bug
*
* version 1.0.0 at 2010-01-02
* Sitemap for Google
* 生成文章和页面的Sitemap
*
*/
class Sitemap_Plugin implements Typecho_Plugin_Interface
{
Expand Down
5 changes: 2 additions & 3 deletions Stat/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

/**
* 页面浏览次数统计插件 【<a href="https://github.com/typecho-fans/plugins" target="_blank">TF</a>社区维护版】
*
Expand All @@ -20,14 +22,11 @@
* 终于支持前台调用了
* 接口支持Typecho 0.8的计数
* 增加SQLite的支持
*
* version 1.0.1 at 2010-01-02
* 修改安装出错处理
* 修改安装时默认值错误
*
* version 1.0.0 at 2009-12-12
* 实现浏览次数统计的基本功能
*
*/
class Stat_Plugin implements Typecho_Plugin_Interface
{
Expand Down
Binary file modified ZIP_CDN/Attachment.zip
Binary file not shown.
Binary file modified ZIP_CDN/CommentFilter.zip
Binary file not shown.
Binary file modified ZIP_CDN/Links.zip
Binary file not shown.
Binary file modified ZIP_CDN/MagikeEditor.zip
Binary file not shown.
Binary file modified ZIP_CDN/OssForTypecho.zip
Binary file not shown.
Binary file modified ZIP_CDN/QNUpload.zip
Binary file not shown.
Binary file modified ZIP_CDN/QiniuFile.zip
Binary file not shown.
Binary file added ZIP_CDN/RandomThumbnail.zip
Binary file not shown.
Binary file modified ZIP_CDN/Sitemap.zip
Binary file not shown.
Binary file modified ZIP_CDN/Stat.zip
Binary file not shown.

0 comments on commit 60b4d1c

Please sign in to comment.