Abdul Malik Ikhsan
|
cc216b596f
|
int port null default value
|
2018-08-05 18:42:50 +07:00 |
|
Abdul Malik Ikhsan
|
72657ab02d
|
remove unneeded (int) casting as already use int type hint or certainly an int
|
2018-08-05 18:35:58 +07:00 |
|
Waldemar Stanislawski
|
cb33226cae
|
Update html_helper.php
Fixed "if ( ! function_exists('link_tag'))" check end helper function
|
2018-08-04 00:02:47 +02:00 |
|
Lonnie Ezell
|
0f98889e63
|
Merge pull request #1131 from samsonasik/php-coveralls-latest
update to latest php-coveralls
|
2018-08-03 08:38:10 -05:00 |
|
Abdul Malik Ikhsan
|
ca30e77488
|
update to latest php-coveralls
|
2018-08-03 09:58:37 +07:00 |
|
Lonnie Ezell
|
6b18204858
|
Merge pull request #1129 from puschie286/DebugBarCSP
Fix debugbar loading while csp is enabled
|
2018-08-02 21:47:45 -05:00 |
|
Lonnie Ezell
|
6efd2b0cfa
|
Merge pull request #1128 from andreif23/develop
Run session tests in separate processes - fix for #1106
|
2018-08-02 21:44:47 -05:00 |
|
sugenganthos
|
739aefd729
|
Update View.php
Allow views with extension .html, .tpl, empty (assume as .php), etc
|
2018-08-03 05:50:04 +07:00 |
|
Andrei Furnica
|
6b6703dab1
|
fix form helper set_radio
|
2018-08-02 15:55:03 +03:00 |
|
Andrei Furnica
|
25922b5cfc
|
fix form helper set_radio
|
2018-08-02 15:16:59 +03:00 |
|
Andrei Furnica
|
9d16520e11
|
use session mock instead of the real driver
|
2018-08-02 14:53:20 +03:00 |
|
Andrei Furnica
|
1f1149e2ee
|
mark all tests that use session to run as separate processes and not share global state
|
2018-08-02 14:41:52 +03:00 |
|
Andrei Furnica
|
ee5f6a5355
|
mark all tests that use session to run as separate processes and not share global state
|
2018-08-02 14:36:24 +03:00 |
|
Christoph Potas
|
14328f9b04
|
~ fix last style tag position
+ added data: to image source (csp) -> fix icons not shown
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
|
2018-08-02 13:27:48 +02:00 |
|
Andrei Furnica
|
0d16b33326
|
mark whole session test class to run as separate process and don't preserve global state
|
2018-08-02 14:27:13 +03:00 |
|
Christoph Potas
|
37ba642b76
|
+ add dynamic generated styles to csp valid style tag
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
|
2018-08-02 13:17:34 +02:00 |
|
Christoph Potas
|
3a2682bde9
|
~ improve readability of js part and add some comments
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
|
2018-08-02 11:46:32 +02:00 |
|
Christoph Potas
|
7e20b3f683
|
~ replace most inline styles with css rules
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
|
2018-08-02 11:38:42 +02:00 |
|
Christoph Potas
|
cf6a63c03b
|
~ make debugbar loading under csp
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
|
2018-08-02 11:18:37 +02:00 |
|
Andrei Furnica
|
603468cfad
|
defined or define
|
2018-08-01 13:39:21 +03:00 |
|
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 |
|