-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix: move Kint loading to Autoloader #8603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
28a8009
refactor: move CodeIgniter::initializeKint() to Autoloader
kenjis 470dace
docs: remove unneeded @var
kenjis 4e602a6
refactor: move CodeIgniter::bootstrapEnvironment() to bootstrap.php
kenjis 85adb5b
docs: remove meaningless @codeCoverageIgnore
kenjis c157590
docs: add comment headings
kenjis e670df1
refactor: move DEFINE ENVIRONMENT to bootstrap.php
kenjis 66c81bc
refactor: move Services::exceptions()->initialize() to bootstrap.php
kenjis 83c15b9
refactor: move CodeIgniter::resolvePlatformExtensions() to bootstrap.php
kenjis fb00173
refactor: remove variables
kenjis a87af65
refactor: match test/bootstrap to system/bootstrap as much as possible
kenjis 3c8b1c3
refactor: remove `$_SERVER['app.baseURL'] = 'http://example.com/'`
kenjis a1c1be2
refactor: remove unneeded `require_once COMPOSER_PATH`
kenjis ff6a2d5
fix: move LOAD ENVIRONMENT BOOTSTRAP to index.php
kenjis 3f55c98
fix: move BOOTSTRAP THE APPLICATION down
kenjis a3bccfb
fix: add missing LOAD ENVIRONMENT BOOTSTRAP
kenjis 10a60e0
fix: index.php and spark do not work
kenjis 793b57a
fix: Undefined variable $paths
kenjis 48307b5
chore: add exlucde for PHPCPD
kenjis 46230e7
docs: add user guide
kenjis 3dba2bc
docs: fix by proofreading
kenjis e75e128
docs: fix by proofreading
kenjis 458333c
docs: add Bootstrap change to changelog
kenjis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.