4796 Commits

Author SHA1 Message Date
Jim Parry
057c4d18b1
Docs: update the style guide 2019-03-27 02:30:20 -07:00
Jim Parry
97bf6f9e1e
Docs: fix phpdoc config 2019-03-27 02:22:40 -07:00
Instructor, BCIT
1828637e4f
Add index entry for base controller 2019-03-25 21:40:50 -07:00
Lonnie Ezell
5521894c6f
Merge pull request #1863 from atishamte/typos
Module wise Typos changes
2019-03-25 22:48:40 -05:00
Lonnie Ezell
b5c3f1839b
Merge pull request #1850 from MGatner/secure-routable-controller-methods
Secure routable controller methods
2019-03-25 22:26:44 -05:00
Lonnie Ezell
e73d3c3d9d
Merge pull request #1865 from atishamte/migration
MigrationRunner issue with definition resolved
2019-03-25 22:22:03 -05:00
Lonnie Ezell
f577d4903e
Merge pull request #1869 from atishamte/history
History::SetFiles check #1778
2019-03-25 22:20:33 -05:00
Atish Amte
36390aeb06
Updated migration user guide documentation 2019-03-25 23:41:24 +05:30
Atish Amte
c3443b45da
History::SetFiles check #1778 2019-03-25 23:35:30 +05:30
Atish Amte
06e5b4264a
Migration check 2019-03-25 22:53:04 +05:30
Atish Amte
ea580d2fba
Migration check 2019-03-25 22:34:01 +05:30
Atish Amte
bfff40f5f3
Migration check 2019-03-25 22:14:53 +05:30
MGatner
a56bfdf80c
Use getPrivateMethodInvoker() for protected Controller methods 2019-03-25 10:00:15 -04:00
Lonnie Ezell
1e6a0dc212
Merge pull request #1862 from atishamte/required_without
required_with and required_without definition changes
2019-03-24 23:01:09 -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
Lonnie Ezell
73a5cd68a5
Merge pull request #1860 from MGatner/migrationrunner-use-autoloader
Migrationrunner use autoloader
2019-03-24 22:24:56 -05:00
Lonnie Ezell
7f2b675654
Merge pull request #1867 from codeigniter4/eventcallables
Events should actually work with any callable now. Fixes #1835
2019-03-24 22:19:26 -05:00
Lonnie Ezell
2924b22ac6
Events should actually work with any callable now. Fixes #1835 2019-03-24 22:21:21 -05:00
MGatner
6a8a104d15
Update FileLocator.php 2019-03-24 22:52:46 -04:00
MGatner
b88cb65aeb
Undo last push's file cross
Okay not even sure how I did that but MigrationRunner and FileLocator got crossed - fixing it back
2019-03-24 22:52:21 -04:00
MGatner
26196f9028
Implement FileLocator and new listNamespaceFiles
This change allows findMigrations to leverage FileLocator (and by extension Autoloader) to include external PSR4 namespaces in migration searches
2019-03-24 21:45:12 -04:00
MGatner
25bb9aef0a
Add listNamespaceFiles
Provides similar functionality to listFiles but restricted to a single namespace
2019-03-24 21:38:31 -04:00
Atish Amte
9ddcd80a50
Migration check 2019-03-24 23:36:15 +05:30
Atish Amte
c1b3b5db12
Migration check 2019-03-24 23:14:56 +05:30
Atish Amte
e0c6f161c1
Migration check 2019-03-24 22:33:48 +05:30
Atish Amte
bc69e18efc
Core module typos 2019-03-24 12:36:11 +05:30
Atish Amte
b940cfdefa
View module typos 2019-03-24 00:01:37 +05:30
Atish Amte
8ed08beb4b
Validation module typos 2019-03-23 23:52:12 +05:30
Atish Amte
e5bf17ba10
Session module typos 2019-03-23 23:29:52 +05:30
Atish Amte
d3d82c6dc9
Router module typos 2019-03-23 23:15:22 +05:30
Atish Amte
4429e9ebfe
Log module typos 2019-03-23 23:01:00 +05:30
Atish Amte
617bea2208
Correction in color method 2019-03-23 21:15:09 +05:30
Atish Amte
7d22aa4560
Correction in timezone 2019-03-23 20:43:46 +05:30
Atish Amte
9658e9eab5
I18N module typos 2019-03-23 17:05:40 +05:30
Atish Amte
042ea84b27
HTTP Module typos 2019-03-23 16:45:19 +05:30
Atish Amte
ceae97469c
Filter Module typos 2019-03-23 16:15:44 +05:30
Atish Amte
31c774be78
Debug module typos 2019-03-23 16:05:50 +05:30
Atish Amte
3d91ccd171
Some typos changes 2019-03-23 15:45:39 +05:30
Atish Amte
f281a2527f
required_with and required_without definition changes 2019-03-23 15:23:30 +05:30
Lonnie Ezell
dbb149548f
[ci_skip] Update file move return type 2019-03-22 23:29:12 -05:00
Lonnie Ezell
5e02351f67
Merge pull request #1856 from samsonasik/ensure-ob-end-flush
ensure ob_end_flush() when ob_get_level() > 0 on pre_system event
2019-03-22 23:27:58 -05:00
Lonnie Ezell
3c540925fe
Merge pull request #1854 from codeigniter4/filemove
File::move now returns new file instance for relocated file. Fixes #1782
2019-03-22 23:20:45 -05:00
Lonnie Ezell
7e1c666ddd
Merge pull request #1859 from MGatner/cli-routes-strings-filter
Ignore callbacks in routes list
2019-03-22 23:18:51 -05:00
MGatner
3265bc3c76
Return types fix from @atishamte 2019-03-22 16:09:26 -04:00
MGatner
5556f3d433
Add support for external migration sources 2019-03-22 15:27:04 -04:00
MGatner
b2bb4e563b
Use Autoloader to find namespaces migrations
Currently MigrationRunner searches app/Config/Autoload.php for specified namespaces to include in migrations when a namespace is specified (or with "all"). This change uses the Autoloader service to search all discovered namespaces, so will include appropriately-namespaced migrations loaded from other sources (e.g. Composer).
2019-03-22 15:23:08 -04:00
Instructor, BCIT
ac37fdbed9
Merge pull request #1858 from atishamte/dbcorrection
Typos correction in DB module
2019-03-22 06:43:03 -07:00
MGatner
d324bc02a7
Ignore callbacks in routes list
The CLI command Routes iterates routes from system & app to display them as a table, but ends up trying to display callbacks. This change ignores any `$to` destinations that aren't strings.
2019-03-22 09:27:26 -04:00
Atish Amte
77562c7dab
Typos correction in DB module 2019-03-22 18:16:54 +05:30
Abdul Malik Ikhsan
a7809dee5c
move if ENVIRONMENT !== production inside pre_system events 2019-03-22 15:40:56 +07:00