@@ -14,9 +14,11 @@ If you open this page on the repo github site, they will link
1414to the PRs in question.
1515
1616application /
17+ - Config/Paths #1341
1718 - Config/Routes #1281
1819 - Filters/Honeypot #1314
1920 - Views/errors/cli/error_404 #1272
21+ - Views/welcome_message #1342
2022
2123public /
2224 - .htaccess #1281
@@ -27,10 +29,14 @@ system /
2729 - Server/Serve #1313
2830 - Config/
2931 - AutoloadConfig #1271
32+ - Services #1341
3033 - Database/
3134 - BaseBuilder #1217
3235 - BaseUtils #1209, #1329
36+ - Database #1339
3337 - MySQLi/Utils #1209
38+ - Debug/Toolbar/
39+ - Views/toolbar.css #1342
3440 - Exceptions/
3541 - CastException #1283
3642 - DownloadException #1239
@@ -62,7 +68,7 @@ system /
6268 - RouteCollection #1285
6369 - Test/
6470 - FeatureTestCase #1282
65- - CodeIgniter #1239
71+ - CodeIgniter #1239 #1337
6672 - Common #1291
6773 - Entity #1283, #1311
6874 - Model #1311
@@ -109,25 +115,78 @@ user_guide_src /source/
109115 - general/
110116 - common_functions #1300, #1329
111117 - helpers #1291
118+ - managing_apps #1341
112119 - helpers/
113120 - xml_helper #1321
114121 - incoming/
115122 - controllers #1323
123+ - routing #1337
116124 - intro/
117125 - requirements #1280, #1303
118126 - installation/ #1280, #1303
119127 - troubleshooting #1265
120128 - libraries/
121129 - curlrequest #1303
122130 - honeypot #1314
131+ - sessions #1333
123132 - uploaded_files #1302
124133 - models/
125134 - entities #1283
135+ - outgoing/
136+ - response #1340
126137 - tutorial... #1265, #1281, #1294
127138
128139/
129140 - spark #1305
130141
142+ PRs merged:
143+ -----------
144+
145+ - #1348 Fix sphinx formatting in sessions
146+ - #1347 Fix sphinx formatting in sessions
147+ - #1342 Toolbar Styles
148+ - #1341 Make viewpath configurable in Paths.php. Fixes #1296
149+ - #1340 Update docs for downloads to reflect the need to return it. Fixes #1331
150+ - #1339 Fix error where Forge class might not be returned. Fixes #1225
151+ - #1337 Filter in the router Fixes #1315
152+ - #1336 Revert alpha.2
153+ - #1334 Proposed changelog for alpha.2
154+ - #1333 Error in user guide for session config. Fixes #1330
155+ - #1329 Tweaks
156+ - #1327 FIX form_hidden and form_open - value escaping as is in form_input.
157+ - #1323 Fix doc error : show_404() doesn't exist any more
158+ - #1321 Added missing xml_helper UG page
159+ - #1319 Testing/entity
160+ - #1316 Refactor TimeTest
161+ - #1314 Fix & expand Honeypot & its tests
162+ - #1313 Clean exception
163+ - #1311 Entities store an original stack of values to compare against so we d…
164+ - #1306 Testing3/http
165+ - #1305 Change chdir('public') to chdir($public)
166+ - #1304 Refactor script name stripping in parseRequestURI()
167+ - #1303 Testing/http
168+ - #1302 Exception:No Formatter defined for mime type ''
169+ - #1300 Allow redirect with Query Vars from the current request.
170+ - #1295 Fix grammar in front controller comment.
171+ - #1294 Updated final tutorial page. Fixes #1292
172+ - #1291 Allows extending of helpers. Fixes #1264
173+ - #1286 Cookies
174+ - #1285 Ensure current HTTP verb routes are matched prior to any * matched ro…
175+ - #1283 Entities
176+ - #1282 system/Test/FeatureTestCase::setupRequest(), minor fixes phpdoc block…
177+ - #1281 Tut
178+ - #1280 Add contributing reference to user guide
179+ - #1273 Fix/timing
180+ - #1272 Fix undefined variable "heading" in cli 404
181+ - #1271 remove inexistent "CodeIgniter\L oader" from AutoloadConfig::classmap
182+ - #1269 Release notes & process
183+ - #1266 Adjusting the release build scripts
184+ - #1265 WIP Fix docs re PHP server
185+ - #1245 Fix #1244 (form_hidden declaration)
186+ - #1239 【Unsolicited PR】I changed the download method to testable.
187+ - #1217 Optional parameter for resetSelect() call in Builder's countAll();
188+ - #1209 Fix undefined function xml_convert at Database\B aseUtils
189+
131190
132191Version 4.0.0-alpha.1
133192=================================
0 commit comments