7844 Commits

Author SHA1 Message Date
Abdul Malik Ikhsan
e36605e4be
ensure add realpath() in spark 2020-08-23 14:50:41 +07:00
MGatner
b98eac7268
Merge pull request #3520 from samsonasik/fix-header-setheader-append
Fixes Message::setHeader() appendHeader when header exists, its value  is array, and passed value is string/array
2020-08-22 09:40:18 -04:00
MGatner
499de54665
Merge pull request #3505 from michalsn/feature/dsn_string
Add support for DSN universal prototype
2020-08-22 07:46:41 -04:00
Abdul Malik Ikhsan
a0f9e4bd69
add handling when passed value is array 2020-08-22 18:33:13 +07:00
Abdul Malik Ikhsan
0b97f540e8
Fixes Message::setHeader() appendHeader when header exists, its value is array, and passed value is string 2020-08-22 18:22:14 +07:00
Devorama
3d91d80970
Add param type to constructor to force param type hint (#3517)
Add param type to constructor to force param type hint
2020-08-21 19:22:42 +02:00
MGatner
6e047713d4
Merge pull request #3516 from samsonasik/apply-phpstan-level-3
Apply phpstan level 3
2020-08-20 16:23:43 -04:00
Abdul Malik Ikhsan
c480aedd3c
Apply phpstan level 3 2020-08-21 01:15:30 +07:00
michalsn
59d05b6fa4
Fix typo 2020-08-20 08:36:52 +02:00
michalsn
fffeec53dc
Merge branch 'feature/dsn_string' of github.com:michalsn/CodeIgniter4 into feature/dsn_string 2020-08-20 07:34:55 +02:00
michalsn
24dee09bad
Fix @throw 2020-08-20 07:34:21 +02:00
Michal Sniatala
b22106c786
Apply suggestions from code review
Co-authored-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
2020-08-20 07:30:02 +02:00
michalsn
709ca14e6b
Various fixes 2020-08-20 07:28:35 +02:00
Michal Sniatala
18f6618511
Merge pull request #3514 from michalsn/edg
Add Edge browser to UserAgents
2020-08-19 21:26:26 +02:00
Michal Sniatala
1766b8a748
Fix handling returnSQL parameter in Model::replace() (#3511)
Fix handling returnSQL parameter in Model::replace()
2020-08-19 21:26:06 +02:00
michalsn
ff34fd12e5
Add Edge browser to UserAgents 2020-08-19 16:07:06 +02:00
MGatner
0548923425
Merge pull request #3509 from samsonasik/apply-phpstan-level-2
Apply phpstan level 2
2020-08-19 09:32:32 -04:00
Abdul Malik Ikhsan
853fc1c58a
make fixture Encryption class test extends Config\Encryption 2020-08-19 13:42:35 +07:00
Abdul Malik Ikhsan
382530ab7c
using using Config\App in CommonFunctionsTest for session config 2020-08-19 12:30:53 +07:00
Abdul Malik Ikhsan
40b97fa1ea
clean up phpstan config 2020-08-19 11:17:22 +07:00
Abdul Malik Ikhsan
eee0cd3e60
phpstan config clean up 2020-08-19 11:11:25 +07:00
Abdul Malik Ikhsan
8670a37547
only concat $columns with $this->_processIndexes($table) when returns string 2020-08-19 10:58:46 +07:00
Abdul Malik Ikhsan
9296871aac
using Config\App in SessionTest 2020-08-19 10:43:38 +07:00
Abdul Malik Ikhsan
7f09840cf4
cs fix 2020-08-19 10:41:08 +07:00
Abdul Malik Ikhsan
b66b88cea5
clean up unnecessary check driver instance of SessionHandlerInterface in Session::start() since it type hinted in constructor 2020-08-19 10:41:08 +07:00
Abdul Malik Ikhsan
9759efae68
final touch 2020-08-19 10:41:08 +07:00
Abdul Malik Ikhsan
ffb0123cab
final touch 2020-08-19 10:41:07 +07:00
Abdul Malik Ikhsan
982a062d66
ignore concat handling 2020-08-19 10:41:07 +07:00
Abdul Malik Ikhsan
9b2fbdaab2
using App Config for session handler config 2020-08-19 10:41:07 +07:00
Abdul Malik Ikhsan
50f5548fe5
Apply phpstan level 2 2020-08-19 10:41:07 +07:00
MGatner
6da204ce23
Merge pull request #3463 from paulbalandan/services-optimization
Optimize: Services
2020-08-18 15:35:18 -04:00
Michal Sniatala
84464af567
Merge pull request #3480 from paulbalandan/feat/generator-commands
[Feature] Robust code scaffolder commands
2020-08-18 17:28:05 +02:00
michalsn
2b22b98c69
Fix tests 2020-08-18 08:13:27 +02:00
Lonnie Ezell
ac82eb2da9
Merge pull request #3507 from michalsn/fix/setPath
Fix setPath method in UploadedFile class
2020-08-17 21:56:09 -05:00
michalsn
64548138ba
Fix tests 2020-08-17 22:14:21 +02:00
michalsn
e85c5d85ab
Fix setPath method in UploadedFile class 2020-08-17 21:26:35 +02:00
michalsn
81a3944466
Add support for DSN universal prototype. Fixes #3456 2020-08-17 21:00:43 +02:00
MGatner
91b534c426
Merge pull request #3495 from najdanovicivan/entity-deep
Codeigniter\Entity - Added $deep parameter in toArray and toRawArray
2020-08-17 14:52:42 -04:00
Lonnie Ezell
7f967c989c
Merge pull request #3502 from paulbalandan/logger-config
Set default logging threshold to 4
2020-08-17 12:53:25 -05:00
John Paul E. Balandan, CPA
ce0d3df3ea
Update ClearLogsTest 2020-08-17 22:34:32 +08:00
MGatner
9a7e826138
Merge pull request #3504 from samsonasik/apply-phpstan-level-1
apply phpstan level 1
2020-08-17 10:11:23 -04:00
Abdul Malik Ikhsan
94ad4dc5ac
ignore for whatever reason, set $_GET and $_POST as null 2020-08-17 19:56:16 +07:00
Abdul Malik Ikhsan
9180c293cb
clean up unnecessary fallback to empty array 2020-08-17 19:47:25 +07:00
Abdul Malik Ikhsan
eb00eec5d0
clean up unnecessary fallback to empty array 2020-08-17 19:40:10 +07:00
John Paul E. Balandan, CPA
0622589d0e
Update on PR event for phpstan 2020-08-17 19:33:34 +07:00
Abdul Malik Ikhsan
f9deaadf69
add abstract methods for _resize,_crop,_getWidth,_getHeight in Images BaseHandler 2020-08-17 17:26:12 +07:00
Abdul Malik Ikhsan
0f670d4f00
Fixes returns array for BaseConnection::getFieldData(), getIndexData(), getForeignKeyData() 2020-08-17 17:05:45 +07:00
Abdul Malik Ikhsan
afc0556f87
use isset check for $current_index in FileCollection::getValueDotNotationSyntax() 2020-08-17 14:10:57 +07:00
Abdul Malik Ikhsan
b898978879
apply phpstan level 1 2020-08-17 12:33:17 +07:00
John Paul E. Balandan, CPA
94e9700674
Add $useAutoIncrement property to model template 2020-08-17 01:10:40 +08:00