更新履歴/0.1.1の変更点

  • 追加された行はこの色です。
  • 削除された行はこの色です。
  • 移動:バックアップ
  • バージョン:(Rev:Mvic7KeUet)2014-04-02 16:35:25
  • 直前のバージョン:(Rev:7VPepS5OUQ)2014-04-02 16:34:44

OldNew差分
11*目次 [#sRYhFru]
22#contents
33*修正内容 [#S3CasI5]
4-**軽量化 [#rEVVmZl]
4+**軽量化 PukiWiki\Render.php [#rEVVmZl]
55descriptionの項目のためにrender処理が2回されていたせいで、
66ページの描画に倍の時間がかかっていたので、設定されていない場合は空白にするように修正。
7-:修正前|$desc = !empty($description) ? $description : mb_strimwidth(preg_replace("/[\r\n]/" ,' ' ,strip_htmltag($this->wiki->render())) ,0 ,256 ,'...');
8-:修正後|$desc = !empty($description) ? $description : "";
7+:修正前|$desc = !empty($description) ? $description : mb_strimwidth(preg_replace("/[\r\n]/" ,' ' ,strip_htmltag($this->wiki->render())) ,0 ,256 ,'...');
8+:修正後|$desc = !empty($description) ? $description : "";
スポンサー