4056 Commits

Author SHA1 Message Date
Michal Sniatala
0ac618c37f
Merge pull request #3271 from michalsn/throttler_code_style
Throttler code style update
2020-07-11 16:05:03 +02:00
Michal Sniatala
89029fd5f8
Merge pull request #3270 from samsonasik/cs
cs : remove unused import use statements and sort use statements
2020-07-11 16:04:43 +02:00
Michal Sniatala
ee0c554f81
Merge pull request #3268 from michalsn/fix/image_save
Fix Image::save() when target value is null
2020-07-11 16:04:02 +02:00
michalsn
2d66981714
Throttler code style update 2020-07-11 12:04:39 +02:00
Michal Sniatala
246ab82658
Merge pull request #2873 from jlamim/throttler_bug
Bug fix in Throttler class check validation
2020-07-11 11:58:31 +02:00
Abdul Malik Ikhsan
526ecd74f1
cs : remove unused import use statements and sort use statements 2020-07-11 16:56:57 +07:00
michalsn
f080b2dec6
Fix Image::save() when target value is null 2020-07-11 11:26:52 +02:00
michalsn
3b26e601ab
Use named variable in honeypot container 2020-07-11 07:20:02 +02:00
Michal Sniatala
f5d899c906
Merge pull request #3197 from Sosko/patch-1
Configurable container for honeypot
2020-07-11 07:03:25 +02:00
Michal Sniatala
40dd19bf16
Merge pull request #3264 from paulbalandan/cli-code-coverage
PHPUnit-annotate untestable code in CLI
2020-07-10 22:16:48 +02:00
Michal Sniatala
e75e39f8c6
Merge pull request #3263 from paulbalandan/phpdocs-cache
Update phpdocs of Cache library
2020-07-10 22:13:15 +02:00
Michal Sniatala
bb122e08f8
Merge pull request #3234 from abilioposada/abilioposada/feature-seed-command
Feature seed command
2020-07-10 22:09:05 +02:00
John Paul E. Balandan, CPA
9edf398f78
PHPUnit-annotate untestable code in CLI 2020-07-11 01:24:40 +08:00
John Paul E. Balandan, CPA
04bb1f7826
Update phpdocs of Cache library 2020-07-11 00:51:35 +08:00
Abdul Malik Ikhsan
41a8f04014
make run array_unique once after merge 2020-07-10 12:59:38 +07:00
Abilio Posada
459e9a4440 Replace namespace before show it 2020-07-09 16:34:52 -06:00
Abilio Posada
abf82e82f6 Change default namespace 2020-07-09 14:21:55 -06:00
Abilio Posada
182eabdd2d Rename namespace to work with PSR-4 2020-07-09 14:20:06 -06:00
Abilio Posada
249c5e17f6 Remove unused language string 2020-07-09 08:43:29 -06:00
Abilio Posada
4dbaaa1222 Add required validation on prompt 2020-07-09 08:42:51 -06:00
Abilio Posada
7cf8b8c894 Remove beginning forward slash of the path 2020-07-09 08:31:08 -06:00
Abilio Posada
c479438bd0 Add DIRECTORY_SEPARATOR at the end of homepath 2020-07-09 08:30:48 -06:00
Abilio Posada
81203fcec2 Change name to work with PSR-4 autoloading 2020-07-09 08:15:42 -06:00
Abilio Posada
9bfb96f9eb Change group name command 2020-07-09 08:14:28 -06:00
Abdul Malik Ikhsan
b8bff1b442
more verbose check for check prioritizeApp 2020-07-09 18:22:37 +07:00
Abdul Malik Ikhsan
d9a793bb43
ensure add array entry to $appPaths when strpos() found 2020-07-09 18:11:32 +07:00
Abdul Malik Ikhsan
0bdef6bff6
apply 3rd parameter $prioritizeApp = true to FileLocator::search() 2020-07-09 17:46:21 +07:00
Abdul Malik Ikhsan
caf0fce98d
Fixes #3254 add ability to override existing translation validation language in App
This reverts commit eeaa9221aec4ad63bf63236bc037190fd4a36495.
2020-07-09 17:24:43 +07:00
MGatner
7843deb01b
Merge pull request #3253 from MGatner/fabricator-throws
Add Fabricator model error
2020-07-08 17:15:49 -04:00
MGatner
08bf894775
Merge pull request #3252 from MGatner/model-events
Implement model callback overrides
2020-07-08 17:15:28 -04:00
MGatner
d8dea80e4d
Specify argument type
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2020-07-08 16:04:24 -04:00
MGatner
159945f705
Ensure model returned object 2020-07-08 19:58:13 +00:00
MGatner
81c4b50981
Implement model callback overrides 2020-07-08 15:33:10 +00:00
John Paul E. Balandan, CPA
6fcf7f6e82
Fix PHPDocBlock of Images library 2020-07-08 19:51:07 +08:00
Milan Hoško
c76b1dd7ab
Update Honeypot.php 2020-07-08 06:49:21 +02:00
Milan Hoško
9716d301d9
Update system/Honeypot/Honeypot.php
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2020-07-08 06:46:08 +02:00
Milan Hoško
4fa3424d6b
Update system/Honeypot/Honeypot.php
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2020-07-08 06:45:56 +02:00
Lonnie Ezell
bcd8955526
Merge pull request #3238 from codeigniter4/commandrefactor
Add ability to call commands programatically.
2020-07-07 10:13:02 -05:00
Lonnie Ezell
5e50c4da20
Merge pull request #3237 from MGatner/features-filters
Reset Filters between feature tests
2020-07-07 09:05:23 -05:00
Milan Hoško
de9be9e846
Usage of config hiddenContainer and hiddenByClass 2020-07-07 07:06:19 +02:00
Lonnie Ezell
030558c7d0
Added command() common helper function to run a command programatically. 2020-07-06 23:53:00 -05:00
Lonnie Ezell
28915851d9
Refactor Command running logic out of CommandRunner controller to new library. 2020-07-06 23:17:32 -05:00
MGatner
cda86977e7
Reset Filters between feature tests, fixes #3085 2020-07-07 02:10:16 +00:00
michalsn
093d195fe8
Fix CLI::validate() usage when using dot. Fixes #3233 2020-07-06 21:59:00 +02:00
Abilio Posada
812e8ed3e3 Change command name
Change the command name
2020-07-06 12:50:10 -06:00
Abilio Posada
910033043b Add create seeder
Add create seeder file
2020-07-06 10:03:17 -06:00
Abilio Posada
13c016e532 Add seed language
Add seed language file
2020-07-06 10:02:10 -06:00
Abdul Malik Ikhsan
80071fc0a9
more tests Files\File class 2020-07-06 16:09:29 +07:00
Michal Sniatala
e1ac9d7acc
Merge pull request #3224 from michalsn/fix_model_result
Fix result object handling in Model class
2020-07-05 19:15:36 +02:00
michalsn
5c5aabdfb8
More tests for save() method 2020-07-05 10:00:27 +02:00