3259 Commits

Author SHA1 Message Date
Andrei Furnica
6c7329092a Revert "tabs, not spaces"
This reverts commit 9a317e8
2018-08-01 13:09:31 +03:00
Andrei Furnica
9a317e852e tabs, not spaces 2018-08-01 13:08:47 +03:00
Andrei Furnica
dc6b29d81e run session tests on separate processes 2018-08-01 13:08:12 +03:00
Lonnie Ezell
6c3ad4c281
Merge pull request #1117 from samsonasik/425-status
add 425 status code
2018-07-31 22:59:27 -05:00
Lonnie Ezell
b7360d0278
Merge pull request #1118 from samsonasik/rem-cast-bool
remove unneded cast to (bool) as use type hint feature
2018-07-31 22:58:23 -05:00
Lonnie Ezell
9d984edc74
Merge pull request #1120 from samsonasik/break-loop-prefix
apply break; on loop prefixes card on ccNumber has its prefix
2018-07-31 22:56:53 -05:00
Lonnie Ezell
bbc43cc45b
Merge pull request #1121 from samsonasik/m-invalid-day
update invalidDay and invalidMonth start check, use 1 instead of 0
2018-07-31 22:55:26 -05:00
Lonnie Ezell
a4d1acc7a6
Merge pull request #1123 from samsonasik/type-case
type case: using \Config\Services instead of \config\services at View\Plugins::ValidationErrors()
2018-07-31 22:52:32 -05:00
Lonnie Ezell
41a0fe6505
Merge pull request #1122 from andreif23/develop
Fix regex pattern matching
2018-07-31 22:51:19 -05:00
Lonnie Ezell
93d91a1c38
Merge pull request #1124 from bangbangda/develop
Controller Filters Bug.
2018-07-31 22:50:07 -05:00
HaoLiang
293266400f Controller Filters Bug. If a Response instance is returned, script execution is not stop.
See application/Filters/Throttle.php for an example. Did not send 429 Code. script execution is not stop.
2018-07-31 14:21:26 +08:00
Abdul Malik Ikhsan
498e12df91
type case: using \Config\Services instead of \config\services at View\Plugins::ValidationErrors() 2018-07-30 08:34:50 +07:00
Andrei Furnica
5573c03d69 remove else 2018-07-29 15:23:02 +03:00
Andrei Furnica
6acf32bb13 fix spacing 2018-07-29 14:39:50 +03:00
Andrei Furnica
17ff4a5072 fix spacing 2018-07-29 14:39:13 +03:00
Andrei Furnica
454a9a1b5e fix spacing 2018-07-29 14:37:28 +03:00
Andrei Furnica
1c24935f55 fix spacing 2018-07-29 14:32:17 +03:00
Andrei Furnica
54b6af7b08 regex pattern matching to cover edge case #1084 2018-07-29 14:29:11 +03:00
Abdul Malik Ikhsan
90b4603455
is_numeric($value) check for month 2018-07-29 10:59:54 +07:00
Abdul Malik Ikhsan
323023992a
fix invalidDay and invalidMonth start check, use 1 instead of 0 2018-07-29 10:40:03 +07:00
Abdul Malik Ikhsan
9dcab15cc1
apply break; on loop prefixes card on ccNumber has its prefix 2018-07-29 10:04:45 +07:00
Abdul Malik Ikhsan
68d285605a
remove unneded cast to (bool) as use type hint feature 2018-07-28 06:43:55 +07:00
Abdul Malik Ikhsan
b4e1349809
add 425 status code 2018-07-28 06:13:10 +07:00
Lonnie Ezell
0d2b287188
Merge pull request #1097 from bangbangda/develop
auto session start
2018-07-27 09:01:22 -05:00
24Kdabaiyang
8196f8c8e2
Merge pull request #2 from bcit-ci/develop
Update code
2018-07-27 12:35:24 +08:00
HaoLiang
de7d9e1b62 同步model 2018-07-27 10:51:03 +08:00
Lonnie Ezell
6da7103ecb Merge branch 'develop' of github.com:bcit-ci/CodeIgniter4 into develop 2018-07-26 12:48:37 -05:00
Lonnie Ezell
a77aab36fb
Clearer Formatting for migrate:status command. 2018-07-26 12:48:30 -05:00
Lonnie Ezell
77844b4b70
Merge pull request #1115 from jim-parry/fix/incoming
Fix IncomingRequestURI parsing
2018-07-26 11:49:04 -05:00
Master Yoda
d6331833b5
Fix IncomingRequestURI parsing 2018-07-26 07:15:20 -07:00
Lonnie Ezell
169429a33a
Merge pull request #1113 from jim-parry/testing4/http
Testing4/http
2018-07-25 10:15:16 -05:00
Master Yoda
fab1fbeaf9
Remove unused code in Message 2018-07-25 01:05:29 -07:00
Master Yoda
b56cf5b066
Beef up UserAgent tests for 100% coverage 2018-07-25 00:49:53 -07:00
Master Yoda
9e165acca7
Flesh out URI tests for 100% coverage 2018-07-24 11:27:47 -07:00
Lonnie Ezell
c64328c09d
Merge pull request #1112 from jim-parry/testing2/dotenv
Rework Dotenv testing to use VFS
2018-07-24 12:10:22 -05:00
Master Yoda
ed10225046
Rework Dotenv testing to use VFS 2018-07-24 09:44:49 -07:00
Lonnie Ezell
cab7303fb1
Merge pull request #1101 from samsonasik/implement-todo-esc
implements @todo Optimize Escaper instance creation to only load a single instance during page request
2018-07-23 23:08:18 -05:00
Lonnie Ezell
e6d67a3c6a
Merge pull request #1111 from samsonasik/7.2-count-fix
php 7.2 fix Request::getIPAddress() error count(): Parameter must be an array or an object that implements Countable
2018-07-23 22:35:21 -05:00
Abdul Malik Ikhsan
feff78ac32
php 7.2 fix Request::getIPAddress() error count(): Parameter must be an array or an object that implements Countable 2018-07-24 08:12:59 +07:00
Abdul Malik Ikhsan
5525455af3
update esc function with apply $encoding check with its create new instance when defined escaper->getEncoding() not equals than passed encoding 2018-07-23 14:53:04 +07:00
Lonnie Ezell
1a6499a46c
Merge pull request #1109 from jim-parry/testing3/http
Testing3/http
2018-07-22 22:43:48 -05:00
Lonnie Ezell
83ac2f4763
Merge pull request #1108 from ytetsuro/fix/bug-where-you-can-not-change-the-path-freely
Fixed a bug where you can not change the path freely.
2018-07-22 22:28:38 -05:00
ytetsuro
d976b25d81
fix: Remove the dependence on path. 2018-07-21 22:05:45 +09:00
Master Yoda
364847cec7
Beef up IncomingRequest & Negotiate unit testing 2018-07-21 00:36:06 -07:00
Lonnie Ezell
1747c01989
Merge pull request #1107 from bcit-ci/revert-1105-fix/bug-where-you-can-not-change-the-path-freely
Revert "Fixed a bug where you can not change the path freely"
2018-07-20 10:25:57 -05:00
Lonnie Ezell
ef986a4bc1
Revert "Fixed a bug where you can not change the path freely" 2018-07-20 10:25:33 -05:00
Lonnie Ezell
05c7958d47
Merge pull request #1105 from ytetsuro/fix/bug-where-you-can-not-change-the-path-freely
Fixed a bug where you can not change the path freely
2018-07-19 23:29:49 -05:00
ytetsuro
7cab071dea
fix: Fixed a bug where you can not change the path freely 2018-07-19 21:56:44 +09:00
24Kdabaiyang
1fe0c12127
Model deleting multiple data error
https://bcit-ci.github.io/CodeIgniter4/database/model.html#deleting-data

An array of primary keys can be passed in as the first parameter to delete multiple records at once:
`$userModel->delete([1,2,3]);`
2018-07-19 16:25:25 +08:00
Lonnie Ezell
31f15bbddb
Fixing safe_mailto by removing CDATA comment hack that no longer works in modern browsers and in HTML5. Fixes #1102 2018-07-17 23:18:56 -05:00