Lonnie Ezell
1075094af1
Update insert and update in model to work with set() and more like the builder version. #967
2018-07-15 22:35:22 -05:00
Lonnie Ezell
f89c8698a0
Fixes ordering of items in CLI. Fixes #1099
2018-07-12 23:44:24 -05:00
Lonnie Ezell
a62391a5fc
Don't check base path on cli
2018-07-12 23:24:19 -05:00
Lonnie Ezell
25274e27db
Actually check the response from before filters so we can redirect silly. Fixes #1098
2018-07-12 22:49:42 -05:00
Lonnie Ezell
e78170208b
Removing BOM
2018-07-10 23:29:36 -05:00
Lonnie Ezell
6166af56cd
Provide a safeguard against sending headers during tests. Inneffective at fixing Session tests.
2018-07-10 22:52:36 -05:00
Lonnie Ezell
476a3c19e3
Merge pull request #879 from natanfelles/db
...
Escape Forge createTable() attributes
2018-07-10 22:23:06 -05:00
Lonnie Ezell
f4c373ecee
Refactor controller to not use the constructor.
2018-07-09 23:44:28 -05:00
Lonnie Ezell
fa8c1c725a
Convert all usages on Config\App through config function for performance gains.
2018-07-09 23:04:07 -05:00
Lonnie Ezell
ca34c680f4
Tweak how memory usage is calculated. Fixes #1049
2018-07-09 22:35:50 -05:00
Lonnie Ezell
4e31dfb8b7
Updating CSRF docs
2018-07-09 22:12:59 -05:00
Lonnie Ezell
107753d415
Allow redirecting on CSRF failures. Fixes #1012
2018-07-09 00:04:28 -05:00
Lonnie Ezell
106a37dd5c
Merge branch 'develop' of github.com:bcit-ci/CodeIgniter4 into develop
2018-07-08 22:48:34 -05:00
Lonnie Ezell
57acd4d870
Prevent double-encoding URI query values. Fixes #954
2018-07-08 22:48:21 -05:00
Lonnie Ezell
dfbf09fc5a
Merge pull request #1095 from bangbangda/develop
...
toolbar cannot be initialized correctly.
2018-07-08 21:41:15 -05:00
bangbangda
936fa81768
toolbar cannot be initialized correctly.
...
setcookie() is arrays will cause ‘Array to string conversion’ to be wrong.
toolbar cannot be initialized correctly.
Example, Home Controller add code:
setcookie("cookie[three]", "cookiethree");
setcookie("cookie[two]", "cookietwo");
setcookie("cookie[one]", "cookieone");
2018-07-08 22:42:53 +08:00
Lonnie Ezell
f10da681ef
Merge pull request #1002 from natanfelles/doc_migration
...
Add default namespace in the migration example doc
2018-07-07 23:44:20 -05:00
Lonnie Ezell
be854f51c3
Merge pull request #1091 from samsonasik/substr-strpos
...
change substr with strpos/stripos when possible
2018-07-07 23:43:58 -05:00
Lonnie Ezell
3b5090675a
Merge pull request #1090 from bangbangda/develop
...
name contains uppercase letters. get file object error.
2018-07-07 23:32:42 -05:00
Lonnie Ezell
aea09c1da4
Merge pull request #1092 from samsonasik/count-optimize
...
count optimization : using truthy check instead when possible
2018-07-07 23:23:45 -05:00
Lonnie Ezell
b3c8421b3d
Merge pull request #1094 from jim-parry/fixing/travis
...
Fix travis breaking from backwards incompatiblity
2018-07-07 23:17:23 -05:00
Lonnie Ezell
db1948c840
Merge pull request #1093 from jim-parry/testing2/helpers
...
Testing2/helpers
2018-07-07 23:15:32 -05:00
Lonnie Ezell
b269aa8204
Merge pull request #1083 from vibbow/develop
...
Update Logger to cache log handler.
2018-07-07 23:06:44 -05:00
Master Yoda
8ab9b697aa
Rename inflector_helper's is_countable to is_pluralizable to avoid PHP7.3 conflict
2018-07-06 13:38:49 -07:00
Master Yoda
c9a0413ee3
Fix MemcachedHandler and ModelTest for PHP7.2 compatibility
2018-07-06 13:31:56 -07:00
Master Yoda
a856e3674d
Add test data in RulesTest to avoid ErrorException in Postgres
2018-07-06 10:58:20 -07:00
Master Yoda
dd40aba3f3
Change array defaults in FeatureResponseTest:getFeatureResponse
2018-07-06 10:29:30 -07:00
Master Yoda
982345e127
Revert travis.yml to original
2018-07-06 00:50:31 -07:00
Master Yoda
5101b362d6
Merge branch 'develop' into testing2/helpers
2018-07-06 00:46:09 -07:00
Lonnie Ezell
828d9ac7ba
Putting method back.
2018-07-05 23:50:16 -05:00
Lonnie Ezell
a282574e6e
Correcting config value on RedisHandlerTest.
2018-07-05 23:39:41 -05:00
Lonnie Ezell
03f39e60f4
Oops. Extraneous letter in phpunit.xml.dist
2018-07-05 23:14:49 -05:00
Lonnie Ezell
274fcb533e
CodeIgniter class should not exit directly when doing full page cache, without checking returnREsponse flag.
2018-07-05 23:11:26 -05:00
Master Yoda
f601a6d56b
Looking for travis exit problem
2018-07-05 11:16:36 -07:00
Master Yoda
d08101b029
Looking for travis exit problem
2018-07-05 11:02:02 -07:00
Master Yoda
18fdb2669a
Looking for travis exit problem
2018-07-05 10:55:38 -07:00
Master Yoda
8eae514bee
Looking for travis exit problem
2018-07-05 10:48:34 -07:00
Master Yoda
5c66230eb7
Looking for travis exit problem
2018-07-05 10:35:34 -07:00
Master Yoda
4419d689eb
Looking for travis exit problem
2018-07-05 10:29:04 -07:00
Master Yoda
83e9b8d116
Looking for travis exit problem
2018-07-05 10:19:53 -07:00
Master Yoda
aaebc490f7
Merge branch 'develop' into testing2/helpers
2018-07-04 01:01:16 -07:00
Master Yoda
fbf6ae6342
Beefed up text helper testing
2018-07-04 00:55:45 -07:00
Lonnie Ezell
fc04aee927
Remove invalid IICP data from logo.png so it doesn't throw warnings with libpng 1.6+
2018-07-02 22:36:39 -05:00
Lonnie Ezell
edcab3d97c
Fixing some hardcoded info in FilesystemHelperTest
2018-07-02 22:31:45 -05:00
Abdul Malik Ikhsan
357d0abc98
count optimization : using truthy check instead when possible
2018-07-03 00:34:53 +07:00
Abdul Malik Ikhsan
ef54f2fa74
donot use yoda condition
2018-07-03 00:16:21 +07:00
Lonnie Ezell
829465485a
Merge pull request #1088 from puschie286/ConfigHelper
...
ConfigHelper : case-sensitive
2018-07-02 09:03:25 -05:00
Abdul Malik Ikhsan
b3a66256d0
change substr with strpos/stripos when possible
2018-07-02 19:24:37 +07:00
puschie286
c7ed960b8b
Update Config.php
...
- remove comment
2018-07-02 08:58:53 +02:00
Master Yoda
cb90a1fcde
Beef up url_helper testing
2018-07-01 00:04:24 -07:00