@@ -7,6 +7,8 @@ Release Date: Not released
77
88Enhancements:
99
10+ - query builder testability simplified with new property, but dropped
11+ method parameters (breaking change)
1012- database, migrations and sessions beefed up
1113- numerous smaller bugs corrected
1214
@@ -34,9 +36,11 @@ The list of changed files follows, with PR numbers shown.
3436 - BaseCommand #2231
3537 - Database/
3638 - MySQLi/Connection #2201, 2229
37- - Postgre/Connection #2201
39+ - Postgre/
40+ - BaseBuilder #2269
41+ - Connection #2201
3842 - SQLite3/Connection #2201, 2228, 2230
39- - BaseBuilder #2257, 2232
43+ - BaseBuilder #2257, 2232, 2269
4044 - BaseConnection #2208, 2213, 2231
4145 - Config #2224
4246 - Forge #2205
@@ -58,6 +62,8 @@ The list of changed files follows, with PR numbers shown.
5862 - TimeDifference #2231
5963 - Images/
6064 - Handlers/BaseHandler #2246
65+ - RESTful/
66+ - ResourcePresenter #2271
6167 - Security/
6268 - Security #2240
6369 - Session/
@@ -67,6 +73,7 @@ The list of changed files follows, with PR numbers shown.
6773 - CIDatabaseUnitTestCase #2184
6874 - Validation/
6975 - FileRules #2265
76+ - Validation #2268
7077 - View/
7178 - Parser #2264
7279
@@ -81,7 +88,15 @@ The list of changed files follows, with PR numbers shown.
8188 - Database/
8289 - Builder/
8390 - GetTest #2232
91+ - CountTest #2269
92+ - DeleteTest #2269
93+ - EmptyTest #2269
94+ - GetTest #2269
8495 - GroupTest #2257
96+ - InsertTest #2269
97+ - ReplaceTest #2269
98+ - TruncateTest #2269
99+ - UpdateTest #2269
85100 - Live/
86101 - EscapeTest #2229
87102 - ForgeTest #2201, 2211
@@ -102,6 +117,8 @@ The list of changed files follows, with PR numbers shown.
102117 - TimeTest #2231
103118 - Pager/
104119 - pagerTest #2259
120+ - RESTful/
121+ - ResourcePresenterTest #2271
105122 - Session/
106123 - SessionTest #2231
107124 - View/
@@ -113,7 +130,7 @@ The list of changed files follows, with PR numbers shown.
113130 - database/
114131 - metadata #2199, 2201, 2208
115132 - queries #2208
116- - query_builder #2257, 2232
133+ - query_builder #2257, 2232, 2269
117134 - dbmgmt/
118135 - migration #2190, 2191
119136 - extending/
@@ -149,6 +166,10 @@ The list of changed files follows, with PR numbers shown.
149166PRs merged:
150167----------
151168
169+ - #2271 fix ResourcePresenter::setModel()
170+ - #2269 testMode() method for BaseBuilder
171+ - #2268 Validation session use only if exists
172+ - #2267 Tests setUp and tearDown: void
152173- #2265 Fix a validation issue on multiple file upload
153174- #2264 fix. Parser allow other extension
154175- #2262 Fix parameter type in Debug/Exceptions
0 commit comments