更新履歴/0.1.0の変更点

  • 追加された行はこの色です。
  • 削除された行はこの色です。
  • 移動:バックアップ
  • 最新のバージョン:2014-04-02 16:29:12
  • バージョン:(Rev:dbWmJktvon)2014-04-02 12:44:54

OldNew差分
1-*Ver 0.1.0 [#r6amga8]
2-**修正内容 [#cMOluqr]
3--XSS脆弱性修正 skin.original.js 行数不明
4- 修正前
5- '<h1><a href="#">'+&color(#F00){$('h1#title').text()};+'</a><abbr title="Table of Contents">[TOC]</abbr></h1>',
6- 修正後
7- '<h1><a href="#">'+&color(#00F){$('h1#title>a').html()};+'</a><abbr title="Table of Contents">[TOC]</abbr></h1>',
1+*目次 [#czyTJkO]
2+#contents
3+*修正内容 [#cMOluqr]
4+**XSS脆弱性修正 skin.original.js 行数不明 [#1M5aZ0I]
5+:修正前|'<h1><a href="#">'+&color(#F00){$('h1#title').text()};+'</a><abbr title="Table of Contents">[TOC]</abbr></h1>',
6+:修正後|'<h1><a href="#">'+&color(#00F){$('h1#title>a').html()};+'</a><abbr title="Table of Contents">[TOC]</abbr></h1>',
87
9--誤植修正 PukiWiki\Spam\PostId.php 31行目付近
10- 修正前
11- $session->offsetSet(self::&color(#F00){POSTID_SESSIO_PREFIX};.$idstring, REMOTE_ADDR);
12- 修正後
13- $session->offsetSet(self::&color(#00F){POSTID_SESSION_PREFIX};.$idstring, REMOTE_ADDR);
8+**誤植修正 PukiWiki\Spam\PostId.php 31行目付近 [#mqdN4Oo]
9+:修正前|&#36;session->offsetSet(self::&color(#F00){POSTID_SESSIO_PREFIX};.$idstring, REMOTE_ADDR);
10+:修正後|&#36;session->offsetSet(self::&color(#00F){POSTID_SESSION_PREFIX};.$idstring, REMOTE_ADDR);
1411
15--誤植修正 PukiWiki\Diff\Diff.php 120行目付近
16- 修正前
17- if (isset($this->a[&color(#F00){$py_idx};])){
18- 修正後
19- if (isset($this->a[&color(#00F){$px_idx};])){
12+**誤植修正 PukiWiki\Diff\Diff.php 120行目付近 [#dfjTBlc]
13+:修正前|if (isset($this->a[&color(#F00){&#36;py_idx};])){
14+:修正後|if (isset($this->a[&color(#00F){&#36;px_idx};])){
2015
16+**その他不具合対応 js/src/php-bin/batch_compiler.php [#iQ3jCek]
17+読み込み順序が適正でないため、不具合が出たので暫定的に順序を指定して実行
18+&#36;script[] = loadFiles("tzCalculation_LocalTimeZone.js");
19+&#36;script[] = loadFiles("activity-indicator.js");
20+&#36;script[] = loadFiles("jquery.form.min.js");
21+&#36;script[] = loadFiles("jquery.a-tools.js");
22+&#36;script[] = loadFiles("jquery.autosize.js");
23+~中略~
24+&#36;script[] = loadFiles("skin.original.js");
スポンサー