493 Commits

Author SHA1 Message Date
Lonnie Ezell
4d58f552b2
Migrate:create now uses customizable timestamp format. 2019-08-07 00:04:18 -05:00
Jason Napolitano
1abccce729
Added app/Common.php
A commit that will hopefully help with this topic: #2101. This is a re-submit due to lack of GPG signing in the previous PR: https://github.com/codeigniter4/CodeIgniter4/pull/2105
2019-07-27 18:17:00 -07:00
Lonnie Ezell
ba59cf1f27
Remove test migration file 2019-07-24 00:06:42 -05:00
Lonnie Ezell
3ef43ed9cc
Migration rollback now works with batches. Fixed issue with migrate:create. 2019-07-24 00:04:26 -05:00
Jim Parry
4abd02f12d
Throw exceptions; drop logger 2019-07-11 07:41:36 -07:00
Jim Parry
ccf37f3768
Original email port 2019-07-10 23:45:13 -07:00
Jim Parry
8d6110cc47
Merge branch 'develop' into feature/resource 2019-07-03 01:37:15 -07:00
Lonnie Ezell
be3dff6978
Remove sequential migration file support. 2019-06-20 23:46:22 -05:00
Lonnie Ezell
6dc2377d36
Remove current functionality from migrations as it was not needed. 2019-06-20 23:11:02 -05:00
Behnam Mirzaei
9da30d9d6c clean base controller 2019-06-08 09:08:01 +04:30
Harjito
30c54a4931
use CodeIgniter\Controller; not needed since Home Controller extends BaseController 2019-05-12 11:36:15 +07:00
Jim Parry
fcb2ab21ae
Original implementation 2019-05-05 01:32:02 -07:00
Jim Parry
dbc95733c7
Merge branch 'develop' into feature/resource 2019-05-01 23:38:38 -07:00
Lonnie Ezell
cf1b702f07
Remove salt from app config since it was only there for encryption anyway and isn't used anywhere. 2019-04-24 22:50:58 -05:00
Lonnie Ezell
633121d4d6
Migrations should be enabled by default to remove a frustration of getting started. 2019-04-24 22:39:59 -05:00
Lonnie Ezell
4872f0aac1
Undo the last bone-headed commit. 2019-04-04 22:58:14 -05:00
Lonnie Ezell
35d00b9cb2
Get Model basics working with CI4-beta2 2019-04-04 22:53:20 -05:00
Lonnie Ezell
b2deed21d3
Merge pull request #1847 from MGatner/basecontroller
Extend Controller to BaseController by default
2019-03-24 22:56:56 -05:00
Abdul Malik Ikhsan
a7809dee5c
move if ENVIRONMENT !== production inside pre_system events 2019-03-22 15:40:56 +07:00
Abdul Malik Ikhsan
0c5a9e0b9a
move if ENVIRONMENT !== production inside pre_system events 2019-03-22 15:40:46 +07:00
Abdul Malik Ikhsan
ac5b37d372
move ob_end_flush and ob_start outside ENVIRONMENT !== production check 2019-03-22 15:14:25 +07:00
Abdul Malik Ikhsan
a0ff19b102
ensure ob_end_flush() when ob_get_level() > 0 on pre_system event 2019-03-22 14:32:06 +07:00
MGatner
92bf2b0d7b
add class docblock and example usage 2019-03-20 12:15:12 -04:00
MGatner
7439de1528
change Home Controller to extend BaseController 2019-03-20 11:11:31 -04:00
MGatner
f101e48e3c
Create BaseController.php 2019-03-20 11:10:46 -04:00
Jim Parry
88bb90821e
Housekeeping for beta.1 2019-03-01 01:01:24 -08:00
Lonnie Ezell
31add12238
Revert "Ensure isn't checked during RouteCollection calls when called from CLI" 2019-02-16 21:37:33 -06:00
Lonnie Ezell
b4df00051d
Ensure isn't checked during RouteCollection calls when called from CLI. Fixes #1724 2019-02-16 21:36:08 -06:00
vibbow
03c6edd265
Update Cache RedisHandler to support select database. 2019-02-13 16:54:34 +08:00
Lonnie Ezell
6e549af9d1
Provide default baseURL that works with the development server for easier first time setup. 2019-02-05 23:15:11 -06:00
Jim Parry
778a26aba5
Move the filters into CI namespace 2019-01-24 01:47:00 -08:00
Jim Parry
9dc19c3d55
Move Throttle filter to docs only 2019-01-24 01:34:13 -08:00
Lonnie Ezell
22c93a5312
Composer PSR4 namespaces are now part of the modules auto-discovery system. Fixes #1662 2019-01-15 21:42:30 -06:00
Abdul Malik Ikhsan
6034779988
update Paths::$appDirectory as well 2019-01-02 18:14:18 +07:00
Abdul Malik Ikhsan
5f4319762d
clean up Paths::$viewDirectory property 2019-01-02 18:11:04 +07:00
Jim Parry
2a551abf73
Remove Email module 2019-01-01 13:17:18 -08:00
Abdul Malik Ikhsan
180fc1dd65
"application" to "app" directory doc and comments and welcom_message clean up 2018-12-26 14:52:35 +07:00
Lonnie Ezell
24ded3a2bd
Provide a configurable limit on the number of queries recorded for the toolbar. Fixes #1607 2018-12-16 23:23:20 -06:00
Lonnie Ezell
614216d985
Moved honeypot service out of the app Services file to the system Services where it belongs. 2018-12-16 23:15:55 -06:00
Jim Parry
a207666c00
Merge branch 'absolute_paths' of https://github.com/natanfelles/CodeIgniter4 into natanfelles-absolute_paths 2018-12-15 10:21:52 -08:00
Natan Felles
8d15f38216
Merge branch 'develop' into absolute_paths 2018-12-07 18:48:10 -02:00
Natan Felles
95193c5f61
Use app instead of application 2018-12-07 18:03:40 -02:00
Natan Felles
e609147fbc
Move application directory to app 2018-12-07 17:51:37 -02:00