2546 Commits

Author SHA1 Message Date
JakeAi
73e436f206 Prevent remove_invisible_characters from removing url encoded characters
Prevent remove_invisible_characters from removing url encoded
characters. This creates problems with DB LIKE queries.
2017-08-17 10:50:19 -04:00
Lonnie Ezell
3ffa803e9c Merge branch 'develop' of github.com:bcit-ci/CodeIgniter4 into develop 2017-08-16 23:03:36 -05:00
Lonnie Ezell
f44b7f6515
Added new Router test. 2017-08-16 23:02:36 -05:00
Lonnie Ezell
34a1bf2408 Merge pull request #616 from puschie286/develop
forward flags support for filter_var in fetchGlobal ( and all helper func )
2017-08-16 22:43:59 -05:00
Lonnie Ezell
e7f746dc67 Merge pull request #681 from chistel/patch-2
Update `getFiles()` to return all files in form
2017-08-16 22:36:02 -05:00
Lonnie Ezell
e3b9f7a8ea Merge pull request #683 from chistel/patch-4
Update on doing multiple file upload
2017-08-16 22:35:17 -05:00
Lonnie Ezell
abee717a2c
Documented casting Entity properties and Ensured array casts are reserialized when set. 2017-08-16 22:31:07 -05:00
Lonnie Ezell
10ccce0115
Adding casting of Entity objects. Needs docs. 2017-08-16 12:55:44 -05:00
Lonnie Ezell
50e6f98afc Merge branch 'develop' of github.com:bcit-ci/CodeIgniter4 into develop 2017-08-16 12:44:59 -05:00
Lonnie Ezell
0a4d635b9e
Fix test 2017-08-16 12:44:47 -05:00
chistel
ad976cf251 Update on doing multiple file upload 2017-08-16 17:09:34 +01:00
Lonnie Ezell
0a0864e511 Merge pull request #682 from chistel/patch-3
Create file target path if it does not exist
2017-08-16 11:08:55 -05:00
chistel
a836c2528e Create file target path if it does not exist 2017-08-16 17:00:19 +01:00
chistel
dc9e5ea406 Update getFiles() to return all files in form 2017-08-16 16:57:37 +01:00
chistel
875d85057e te getFiles() to return all files in form 2017-08-16 16:56:46 +01:00
chistel
c4f55fea1c Create file target path if it does not exist 2017-08-16 16:45:59 +01:00
chistel
dfae43da6a Create file target path if it does not exist 2017-08-16 16:29:58 +01:00
chistel
fd42e0f085 Update getFiles() to return all files in form 2017-08-16 16:29:13 +01:00
Lonnie Ezell
a970f0c69e
Remove default value from invalid fields. 2017-08-16 08:00:23 -05:00
Lonnie Ezell
0d6bf21cd6
Document Entity Date Mutators. Move the setting into to keep it out of user space. 2017-08-15 00:25:50 -05:00
Lonnie Ezell
a03db41dd4
[ci skip] Updated minimum PHP version. 2017-08-14 23:48:05 -05:00
Lonnie Ezell
f2fa297aa1
Modify how we are handling named binds in Query objects. 2017-08-14 23:07:41 -05:00
Lonnie Ezell
4368af5813
Clean up exception titles 2017-08-14 22:26:54 -05:00
Lonnie Ezell
ce0a7edfda
Remove onSave check in Model as it is no longer needed now that we have Model Events. 2017-08-13 23:49:04 -05:00
Lonnie Ezell
fb16a039ad
Trying to fix Postgres issue on Travis 2017-08-13 23:32:25 -05:00
Lonnie Ezell
17d3ce3859
Stop deleting the migrations table during testing 2017-08-13 23:27:12 -05:00
Lonnie Ezell
e9732f1862
Missing return false 2017-08-11 00:17:12 -05:00
Lonnie Ezell
d18195c689
Returning value from Builder's update to try and appease Travis' setup. 2017-08-10 23:58:36 -05:00
Lonnie Ezell
a4420b4d4e
Don't let tests be marked as Risky just because the DB doesn't support that feature. 2017-08-10 23:43:30 -05:00
Lonnie Ezell
817af0a3e1
Minor config/database tweaks to get .env working for db properly. 2017-08-10 23:00:13 -05:00
Lonnie Ezell
ac3d214626 Merge branch 'develop' of github.com:bcit-ci/CodeIgniter4 into develop 2017-08-08 22:31:30 -05:00
Lonnie Ezell
8e10b7351c
[ci skip] Final chunk of Time docs. 2017-08-08 22:31:26 -05:00
Lonnie Ezell
8db395d885 Merge pull request #670 from samsonasik/array-empty-check
use empty() check instead of == [] compare
2017-08-08 22:21:53 -05:00
Lonnie Ezell
cb04f4316b Merge pull request #671 from samsonasik/test-fix-time
test fix: Time::equals() instead of Time::equal()
2017-08-08 22:03:15 -05:00
Abdul Malik Ikhsan
dbfa737b25
test fix: Time::equals() instead of Time::equal() 2017-08-09 08:16:35 +07:00
Abdul Malik Ikhsan
a76900043e
use empty() check instead of == [] compare 2017-08-09 08:07:18 +07:00
Lonnie Ezell
21e45202f5 Merge pull request #664 from samsonasik/install
update installation instruction with include composer create-project
2017-08-08 16:39:57 -05:00
Lonnie Ezell
13c5bd70a1 Merge pull request #669 from samsonasik/more-timing-constants
add more timing constants
2017-08-08 16:39:13 -05:00
Abdul Malik Ikhsan
664e4ea693
update wording composer installation as optional way 2017-08-09 04:34:41 +07:00
Abdul Malik Ikhsan
d92f7cb01a
remove lustrum, indiction, century, millenium, keep decade 2017-08-09 04:32:06 +07:00
Lonnie Ezell
a41692efdd Merge branch 'develop' of github.com:bcit-ci/CodeIgniter4 into develop 2017-08-08 12:35:09 -05:00
Lonnie Ezell
8e6c6e983a
[ci skip] This should conclude docs for Time instance. Just need to document the TimeDifference class now. 2017-08-08 12:35:05 -05:00
Lonnie Ezell
1face2f1b5 Merge pull request #667 from samsonasik/unused-var
remove unused $max variable inside closure at CLI::wrap()
2017-08-08 08:07:22 -05:00
Abdul Malik Ikhsan
52560d108a
doc constant update for additional timing constant 2017-08-08 16:32:45 +07:00
Abdul Malik Ikhsan
deb1f0c7b8
add more timing constants 2017-08-08 16:25:53 +07:00
Abdul Malik Ikhsan
6c8b126eeb
remove unused $max variable inside closure at CLI::wrap() 2017-08-08 13:44:37 +07:00
Lonnie Ezell
6765c6e27c Merge pull request #666 from samsonasik/count-improve
count() usage improvement: replace with empty() when possible, assign to variable on loop
2017-08-07 22:58:39 -05:00
Lonnie Ezell
7fac6defc3 Merge pull request #657 from samsonasik/break-loop
add break; on loop $namespaces when it match $ns on CreateMigration command
2017-08-07 22:37:12 -05:00
Lonnie Ezell
457c87fa3c Merge pull request #663 from samsonasik/add-crypto-random-string-helper
add random_bytes() into random_string() helper
2017-08-07 22:36:38 -05:00
Lonnie Ezell
17307c9fee Merge pull request #665 from samsonasik/short-array-syntax
replace array() with short array syntax []
2017-08-07 22:34:14 -05:00