Devorama
3850fc893c
Move non default values to config
...
Move non default values to config
2020-07-13 18:58:18 +02:00
Devorama
9940e2e92f
removed testing formatter option value
...
removed testing formatter option value
2020-07-12 20:22:56 +02:00
Devorama
88e650624d
add config options to formatter
...
add config options to formatter
2020-07-12 20:12:29 +02:00
Devorama
1c65410b82
add config option to add to format options
...
add config option to add to format options
2020-07-12 20:11:40 +02:00
Devorama
8bdda7a7c2
Update Format.php
2020-07-12 20:10:45 +02:00
Devorama
93550639a6
add JSON_NUMERIC_CHECK to json encode options
...
linked to
https://github.com/codeigniter4/CodeIgniter4/pull/3286
This allows encoding to make numeric data more true to its type (not enclose them with "", making the receiving system identify
the types easier.
Note making the options variable configurable might be handy in the future depending on the needs of the users
people they interface with they might need additional options added here
2020-07-12 13:20:42 +02:00
Michal Sniatala
748ec9a39a
Merge pull request #3284 from samsonasik/optimize-session-foreach
...
optimize Session : use foreach instead of for with count when possible
2020-07-12 10:34:12 +02:00
Michal Sniatala
90a6b6f99f
Merge pull request #3281 from samsonasik/optimize-route-collection
...
optimize RouteCollection : use foreach instead of for with count when possible
2020-07-12 10:33:22 +02:00
Michal Sniatala
0e6eac7978
Merge pull request #3280 from samsonasik/file-locator-optimize
...
optimize FileLocator autoloader : use foreach instead of for with count when possible
2020-07-12 10:31:21 +02:00
Michal Sniatala
5c5bc1a461
Merge pull request #3285 from samsonasik/typo-fix-redis
...
typo fix s/Memcached/Redis in RedisHandler cache
2020-07-12 09:11:04 +02:00
Michal Sniatala
fdda2e7b9a
Merge pull request #3274 from michalsn/fix/continue
...
Fix "100 Continue" header handling in CURLRequest class
2020-07-12 08:07:34 +02:00
Michal Sniatala
6cf6c8b473
Merge pull request #3265 from michalsn/fix/use_request_headers
...
Check server headers via Request class
2020-07-12 08:07:02 +02:00
Abdul Malik Ikhsan
bdf6db40d1
typo fix s/Memcached/Redis in RedisHandler cache
2020-07-12 12:18:29 +07:00
Abdul Malik Ikhsan
edf68d9921
optimize Session : use foreach instead of for with count when possible
2020-07-12 12:15:59 +07:00
Abdul Malik Ikhsan
983293ec33
fix unset reference variable
2020-07-12 11:21:41 +07:00
Abdul Malik Ikhsan
abd27945f0
optimize RouteCollection : use foreach instead of for with count when possible
2020-07-12 09:49:25 +07:00
Abdul Malik Ikhsan
5841dce723
optimize FileLocator autoloader : use foreach instead of for with count when possible
2020-07-12 09:36:18 +07:00
MGatner
5d0b3cde9e
Merge pull request #3247 from avegacms/patch-1
...
Update html_helper.php
2020-07-11 16:16:24 -04:00
Michal Sniatala
5ae1b3e643
Merge pull request #3272 from samsonasik/cs-fix-session
...
cs fix in Session class
2020-07-11 17:02:43 +02:00
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
831abd6652
Merge pull request #3269 from michalsn/uri_tests
...
Add more URI class tests to fully illustrate current behavior
2020-07-11 16:04:17 +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
ea0bc8352f
Fix "100 Continue" header handling in CURLRequest class. Fixes #3261
2020-07-11 15:54:26 +02:00
Abdul Malik Ikhsan
7b9b865a2c
cs fix in Session class
2020-07-11 20:32:15 +07:00
michalsn
8f9ef32977
Update test fot GDHandler
2020-07-11 12:16:30 +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
043eb17572
Add more URI class tests to fully illustrate current behavior
2020-07-11 11:43:33 +02:00
michalsn
f080b2dec6
Fix Image::save() when target value is null
2020-07-11 11:26:52 +02:00
Michal Sniatala
3508f0fcb9
Merge pull request #3267 from michalsn/honeypot_updates
...
Use named variable in honeypot container
2020-07-11 08:44:12 +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
michalsn
850ee9b1e9
Check 'HTTP_' server variables via request class. Fixes #3246
2020-07-10 21:58:57 +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
MGatner
5d8dd65721
Merge pull request #3262 from paulbalandan/update-htaccess
...
Update htaccess
2020-07-10 10:58:25 -04:00
MGatner
fd70a90279
Merge pull request #3254 from samsonasik/alternative-for-app-translation-validation-override-system
...
Fixes #3125 : add ability to override existing translation en in system language from App
2020-07-10 10:55:14 -04:00
John Paul E. Balandan, CPA
43749a8e5c
Fix misalignment
2020-07-10 22:15:01 +08:00
John Paul E. Balandan, CPA
a155b4aa13
Update htaccess
2020-07-10 22:10:57 +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