-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
169 lines (93 loc) · 5.33 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
2010-07-13 ebin <[email protected]>
* sabel/db/mysql/Metadata.php: MySQL5.1以降用の外部キー取得SQLに誤りがあった
ため修正。(他のスキーマの同名テーブルの外部キー情報も取得してしまう不具合)
2010-07-13 ebin <[email protected]>
* generator/skeleton/en/lib/form/Object.php: 複数のインプット名によるフォー
ムバリデーションの際、カンマで連結したインプット名をsubmitメソッドに渡さなく
てもいいように変更。
2010-05-10 ebin <[email protected]>
* sabel/map/Candidate.php: uriメソッドのバグ修正。
2010-05-08 ebin <[email protected]>
* sabel/test/*: test関連のクラスのリファクタリング。モデル(DB)を使用しない
Fixtureに対応。テスト実行時にtestsディレクトリをインクルードパスに追加するよ
うに変更。
2010-05-02 ebin <[email protected]>
* sabel/response/Redirector.php: uri()にもパラメータを渡せるように変更。
flagmentに対応。
2010-04-29 ebin <[email protected]>
* generator/skeleton/en/tasks/Install.php: アドオンインストーラ修正。
Sabel_Xml_AttributesクラスにtoArray()メソッド追加。
2010-04-29 ebin <[email protected]>
* generator/skeleton/en/tasks/Install.php: アドオンインストーラ実装。
2010-04-28 ebin <[email protected]>
* sabel/db/mysql/Driver.php: mysql_set_charset関数がない環境でも
mysql_set_charsetが実行されて落ちる問題の修正。
2010-04-28 ebin <[email protected]>
* sabel/xml/Element.php: insertNextSibling()のバグ修正。
2010-04-27 ebin <[email protected]>
* generator/skeleton/en/config/INIT.php : APP_ENCODING定数の追加。それにとも
なう若干の改修。Sabel_Util_String::mbTrim()のバグ修正。
2010-04-26 ebin <[email protected]>
* Test/*: テストを全体的に修正。
2010-03-12 ebin <[email protected]>
* generator/skeleton/*: フォーム周りを若干更新。
2009-12-02 ebin <[email protected]>
* sabel/test/*: 他パッケージの更新に追い付いてない問題の修正。
2009-12-02 ebin <[email protected]>
* sabel/http/*: httpパッケージ更新。移植完了。
2009-12-01 ebin <[email protected]>
* sabel/http/*: Zend Frameworkから移植(CurlとかProxyとか未完了)。
2009-11-30 ebin <[email protected]>
* sabel/kvs/Xml.php: ファイルロック実装。
2009-11-27 ebin <[email protected]>
* sabel/session/*: sessionパッケージ改修。
2009-11-27 ebin <[email protected]>
* sabel/functions/core.php: get_server_name()関数追加。environment()関数の削
除。それに関わる箇所の変更。lib/Cache.php作り直し。
2009-11-27 ebin <[email protected]>
* sabel/rss/*: rssパッケージ改修。
2009-11-24 ebin <[email protected]>
* sabel/xml/Element.php: Sabel.jsに合わせ、insertPreviousSibling,
insertNextSiblingメソッド実装。insertBefore, insertAfterメソッド改修。
2009-11-24 ebin <[email protected]>
* sabel/controller/Page.php: __get()と__set()をpublicに修正。
* sabel/cache: キャッシュクラス内部でKVSパッケージを使用するように変更。
2009-11-24 ebin <[email protected]>
* sabel/db/Model.php: Sabel_Db_ModelにselectForUpdateメソッド追加。
2009-11-24 ebin <[email protected]>
* sabel/kvs: KVS(Key-Value-Store)パッケージの追加。
2009-11-23 hamaco <[email protected]>
* Sabel.js (Sabel.Widget.Calendar): 色々と改善。
* Sabel.js (Sabel.Element): insertPreviousSibling, insertNextSiblingメソッド追加。
2009-11-23 MoriReo <[email protected]>
* sabel/Container.php: 設定クラスのbind->toにインスタンスを指定可能に変更。
2009-11-22 MoriReo <[email protected]>
* sabel/Preference: パッケージを追加。
2009-11-21 Ebin <[email protected]>
* lib/Cache.php: lib/cache(キャッシュユーティリティ)を作成。
2009-11-19 Ebin <[email protected]>
* sabel/Functions.php: 削除し、sabel/functions/core.phpと
sabel/functions/db.phpに分けた。
2009-11-18 Ebin <[email protected]>
* sabel/xml/Document.php: newできないように変更。
2009-11-17 Ebin <[email protected]>
* sabel/xml/*: 使い易さの改善。
2009-11-14 MoriReo <[email protected]>
* sabel/Container.php: 名前付きでの設定インタフェイスを削除。コードの改善。
2009-11-13 Ebin <[email protected]>
* sabel/Bus.php: プロセッサINSERT用のメソッドinsertProcessor追加。
2009-11-12 MoriReo <[email protected]>
* sabel/Container.php: Sabel_Containerのload()時に、複数の設定クラスを
指定できるように変更。
2009-11-11 MoriReo <[email protected]>
* sabel/Container.php: Sabel_AspectからStaticProxyを削除。
2009-11-10 Ebin <[email protected]>
* sabel/Functions.php: get_mime_type()関数追加。それに応じて
Sabel_Mail_Mime_Html::addImage()のMIMEタイプを省略できるように変更。
2009-11-10 Ebin <[email protected]>
* generator/skeleton/en/lib/form/Object.php: toHidden()メソッド追加(フォームの
値を全てhiddenで書き出す)
2009-11-09 Ebin <[email protected]>
* sabel/Functions.php: is_ipaddr()関数の正規表現を修正
2009-11-09 hamaco <[email protected]>
* Sabel.js (Sabel.Event): getTargetメソッドの返り値をSabel.Elementに変更