オープンソース・ソフトウェアの開発とダウンロード

CVS リポジトリの参照

/[OSDN]/pukiwiki/pukiwiki/convert_html.php

Log of /pukiwiki/pukiwiki/convert_html.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.66
Sun Aug 1 01:57:43 2004 UTC (19 years, 8 months ago) by henoheno
Branch: MAIN
CVS Tags: HEAD
Changes since 1.65: +1 -1 lines
FILE REMOVED
Moved libraries from root to lib/


Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 31 03:09:19 2004 UTC (19 years, 8 months ago) by henoheno
Branch: MAIN
CVS Tags: pkwk14_2004-08-01_moved-before
Changes since 1.64: +72 -72 lines
Diff to previous 1.64
Cleankup. Remove redundant tabs and spaces with sed 's/[      ][      ]*$//'


Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 4 13:28:16 2004 UTC (19 years, 9 months ago) by henoheno
Branch: MAIN
Changes since 1.63: +74 -7 lines
Diff to previous 1.63
Remove unused $script. Added array inits. Added many bla nk lines


Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 4 14:17:18 2004 UTC (20 years ago) by arino
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62
BugTrack/573 無効なブロックプラグイン行はParagraphにする


Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 18 09:52:52 2004 UTC (20 years, 1 month ago) by arino
Branch: MAIN
CVS Tags: r1_4_3
Changes since 1.61: +3 -8 lines
Diff to previous 1.61
BugTrack/534 プラグインの引数をCSVのように扱う


Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 29 16:01:20 2004 UTC (20 years, 1 month ago) by arino
Branch: MAIN
Changes since 1.60: +9 -3 lines
Diff to previous 1.60
BugTrack/524 リストの継続処理を修正
BugTrack/521, BugTrack/545 blockquote内のインライン要素をparagraph化


Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 02:40:10 2003 UTC (20 years, 4 months ago) by arino
Branch: MAIN
Changes since 1.59: +4 -4 lines
Diff to previous 1.59
TableCellが空のとき<td>~</td>タグが省略されてしまう


Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 4 03:09:27 2003 UTC (20 years, 4 months ago) by arino
Branch: MAIN
Changes since 1.58: +21 -15 lines
Diff to previous 1.58
BugTrack/499: $thisをすり替える時の処理を修正
その他 処理統一など


Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 12:17:26 2003 UTC (20 years, 4 months ago) by arino
Branch: MAIN
Changes since 1.57: +426 -365 lines
Diff to previous 1.57
-Elementクラスをブロック要素型に修正、InlineクラスをElementクラスから派生
-処理の見直し
-以下の問題に対処
 BugTrack/498 定義リストで説明文を空にするとブロックが終了する
-以下の問題に対処 $line_break=1でインライン要素間に<br />を挿入する
 質問箱/344 入力時の改行の扱いについて再び
 質問箱/280 改行がそのまま反映されないのか?


Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 12 01:21:21 2003 UTC (20 years, 5 months ago) by arino
Branch: MAIN
CVS Tags: r1_4_2
Changes since 1.56: +1 -21 lines
Diff to previous 1.56
関数名がコンストラクタと衝突


Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 3 14:59:39 2003 UTC (20 years, 5 months ago) by arino
Branch: MAIN
CVS Tags: r1_4_1
Changes since 1.55: +2 -2 lines
Diff to previous 1.55
BugTrack/478: リストのcontruct時に$last変数が子オブジェクトを指していなかった


Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 2 14:04:21 2003 UTC (20 years, 5 months ago) by arino
Branch: MAIN
CVS Tags: r1_4
Changes since 1.54: +3 -3 lines
Diff to previous 1.54
改行コードを削除


Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 3 02:07:56 2003 UTC (20 years, 7 months ago) by arino
Branch: MAIN
CVS Tags: r1_4_final
Changes since 1.53: +4 -4 lines
Diff to previous 1.53
BugTrack/444: インライン要素の区切りに改行を入れる


Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 3 01:35:51 2003 UTC (20 years, 7 months ago) by arino
Branch: MAIN
Changes since 1.52: +5 -10 lines
Diff to previous 1.52
BugTrack/450: $contentsをキャッシュしないように


Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 08:22:47 2003 UTC (20 years, 8 months ago) by arino
Branch: MAIN
CVS Tags: r1_4_rc4
Changes since 1.51: +2 -1 lines
Diff to previous 1.51
$varsのglobal宣言漏れ


Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 09:57:13 2003 UTC (20 years, 8 months ago) by arino
Branch: MAIN
Changes since 1.50: +30 -9 lines
Diff to previous 1.50
BugTrack/425: #contentsや#relatedを「本当のブロックプラグイン」に近い動作に


Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 27 13:40:41 2003 UTC (20 years, 8 months ago) by arino
Branch: MAIN
Changes since 1.49: +0 -1 lines
Diff to previous 1.49
デバッグコードを除去 XD


Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 27 13:37:42 2003 UTC (20 years, 8 months ago) by arino
Branch: MAIN
Changes since 1.48: +5 -4 lines
Diff to previous 1.48
BugTrack/428: BlockQuoteのオブジェクトマージ処理のバグを修理


Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 5 01:40:49 2003 UTC (20 years, 9 months ago) by arino
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47
BugTrack/400の続き: #relatedの吐くタグを微調整


Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 30 00:38:21 2003 UTC (20 years, 9 months ago) by arino
Branch: MAIN
Changes since 1.46: +3 -2 lines
Diff to previous 1.46
BugTrack/400: #relatedが<ul>で囲まれていない


Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 30 00:30:04 2003 UTC (20 years, 9 months ago) by arino
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45
BugTrack/405,BugTrack/406: 見出しの整形方法を調整


Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 12 00:44:30 2003 UTC (20 years, 10 months ago) by arino
Branch: MAIN
CVS Tags: r1_4_rc3
Changes since 1.44: +3 -2 lines
Diff to previous 1.44
BugTrack/374:thead, tfoot, tbodyの順に出力


Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 10 13:57:49 2003 UTC (20 years, 10 months ago) by arino
Branch: MAIN
Changes since 1.43: +26 -4 lines
Diff to previous 1.43
Contents_UListクラスのコンストラクタの引数が間違っていた


Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 02:04:16 2003 UTC (20 years, 10 months ago) by arino
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42
BugTrack/354:テーブルのフォントサイズ指定をpxに固定


Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 2 10:03:20 2003 UTC (20 years, 10 months ago) by arino
Branch: MAIN
Changes since 1.41: +14 -5 lines
Diff to previous 1.41
-BugTrack/354:TableCellでSIZE():をサポート
-BugTrack/357:<pre>の行頭スペースを*1個*取り除く


Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 29 09:25:43 2003 UTC (20 years, 10 months ago) by arino
Branch: MAIN
Changes since 1.40: +12 -2 lines
Diff to previous 1.40
テーブルセル内でブロックプラグインを使用できるようにする試み その2


Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 04:48:49 2003 UTC (20 years, 10 months ago) by arino
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39
テーブルセル内でブロックプラグインを使用できるようにする仕掛けを削除


Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 26 13:53:49 2003 UTC (20 years, 10 months ago) by arino
Branch: MAIN
Changes since 1.38: +16 -6 lines
Diff to previous 1.38
-テーブルセル内でCOLOR():/BGCOLOR():を使用可能に
-テーブルセル内でブロックプラグインを使用可能に


Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 17 11:17:11 2003 UTC (20 years, 11 months ago) by arino
Branch: MAIN
Changes since 1.37: +5 -11 lines
Diff to previous 1.37
BugTrack/333: 見出し固有IDアンカーのシンボル'&dagger;'を*.lngで設定($_symbol_anchor)


Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 14 10:13:29 2003 UTC (20 years, 11 months ago) by arino
Branch: MAIN
Changes since 1.36: +4 -4 lines
Diff to previous 1.36
BugTrack/328のつづき:
-PHP4.1.2で注釈の変換に失敗する問題を修理
-make_str_rules()の呼び出しをinline2()からmake_link()に移動
--inline2()の呼び出しをmake_link()の呼び出しに変更


Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 12 10:28:48 2003 UTC (20 years, 11 months ago) by arino
Branch: MAIN
Changes since 1.35: +8 -5 lines
Diff to previous 1.35
BugTrack/328: inline()を使用しないように


Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 1 01:15:43 2003 UTC (20 years, 11 months ago) by arino
Branch: MAIN
Changes since 1.34: +5 -3 lines
Diff to previous 1.34
BugTrack/320の続き:$this->lastの設定をさらに見直し


Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 13:20:35 2003 UTC (20 years, 11 months ago) by arino
Branch: MAIN
Changes since 1.33: +1 -0 lines
Diff to previous 1.33
BugTrack/320の続き:$this->lastを未定義にしておかないと問題が起こる可能性がある


Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 12:53:54 2003 UTC (20 years, 11 months ago) by arino
Branch: MAIN
Changes since 1.32: +4 -1 lines
Diff to previous 1.32
BugTrack/320:空のリストが連続したときにFatal errorが発生する問題に対処


Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 26 05:13:25 2003 UTC (20 years, 11 months ago) by arino
Branch: MAIN
Changes since 1.31: +10 -4 lines
Diff to previous 1.31
BugTrack/308:見出し行の固有IDを処理する


Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 25 01:17:25 2003 UTC (20 years, 11 months ago) by arino
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
BugTrack/310


Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 25 00:53:11 2003 UTC (20 years, 11 months ago) by arino
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
BugTrack/313


Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 13 05:13:10 2003 UTC (21 years ago) by arino
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
BugTrack/288:


Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 22 15:22:48 2003 UTC (21 years, 1 month ago) by panda
Branch: MAIN
CVS Tags: r1_4_rc1, r1_4_rc2
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
BugTrack/269:" -> &quot; in <pre>.


Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 4 06:38:31 2003 UTC (21 years, 1 month ago) by panda
Branch: MAIN
CVS Tags: r1_4_pre6
Changes since 1.26: +5 -1 lines
Diff to previous 1.26
BugTrack/239:Align(LEFT:/CENTER:/RIGHT:) can contain only Inline element.


Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 2 16:09:00 2003 UTC (21 years, 1 month ago) by panda
Branch: MAIN
Changes since 1.25: +35 -14 lines
Diff to previous 1.25
BugTrack/225


Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 28 15:22:42 2003 UTC (21 years, 1 month ago) by panda
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
#contents probrem fix.


Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 28 05:35:44 2003 UTC (21 years, 1 month ago) by panda
Branch: MAIN
Changes since 1.23: +1 -8 lines
Diff to previous 1.23
BugTrack/223:delete Align::insert(). use Super-class-method(Block::insert()).


Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 28 03:39:36 2003 UTC (21 years, 1 month ago) by panda
Branch: MAIN
Changes since 1.22: +2 -11 lines
Diff to previous 1.22
BugTrack/223:LEFT: does not become a left end.


Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 26 01:28:39 2003 UTC (21 years, 1 month ago) by panda
Branch: MAIN
Changes since 1.21: +11 -5 lines
Diff to previous 1.21
separate each (ul/ol/dl)  list margin size.


Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 20 12:22:51 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
CVS Tags: r1_4_pre5
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
no output GO TO CONTENTS link when $top is blank.


Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 17 07:31:45 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19
BugTrack/28


Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 15 14:04:21 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
add right curly bracket at end of variable name.   X(


Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 15 14:00:09 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.17: +6 -7 lines
Diff to previous 1.17
fix probrem when table cell is an empty.


Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 11 05:43:27 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
CVS Tags: r1_4_pre4
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
contents replace pattern fix.


Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 11 04:50:17 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.15: +3 -2 lines
Diff to previous 1.15
blockquote bug fix.


Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 9 00:02:14 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
plugin parameter initialize  if out[2] is not defined.


Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 8 12:22:29 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
preg_replace pattern  fix.


Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 7 15:09:10 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.12: +139 -118 lines
Diff to previous 1.12
some fixes.


Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 4 01:15:40 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.11: +8 -12 lines
Diff to previous 1.11
改行関係の調整


Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 3 12:46:56 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.10: +3 -2 lines
Diff to previous 1.10
make_related関係を修正


Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 3 11:56:28 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.9: +11 -4 lines
Diff to previous 1.9
Alignの親クラスを変更


Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 3 10:31:45 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
syntax error修正 ;(


Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 3 10:22:11 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.7: +238 -260 lines
Diff to previous 1.7
Table関係書き直し、Bodyに行パース処理を移動その他


Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 31 09:49:03 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6
lastオブジェクトの初期化チェック


Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 31 07:04:58 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.5: +6 -3 lines
Diff to previous 1.5
引用終了時のバグ修正


Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 31 05:16:43 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
<dt>のテキストにinline2()が不足


Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 31 05:11:38 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
デバッグコードが残っていました


Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 31 04:50:17 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.2: +13 -13 lines
Diff to previous 1.2
引用書式を修正


Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 31 01:49:35 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
Changes since 1.1: +151 -109 lines
Diff to previous 1.1
convert_html()の引数を配列にしました


Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 27 05:44:11 2003 UTC (21 years, 2 months ago) by panda
Branch: MAIN
CVS Tags: r1_4_pre2, r1_4_pre3
PukiWiki/1.4 first beta release


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26