- Japan
Block or Report
Block or report kenjis
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
codeigniter-ss-twig Public
A Simple and Secure Twig integration for CodeIgniter 3.x and 4.x
-
Installs the offical CodeIgniter 3 with secure folder structure via Composer
-
-
3,153 contributions in the last year
Less
More
Contribution activity
February 2022
Created 80 commits in 5 repositories
Created a pull request in codeigniter4/CodeIgniter4 that received 38 comments
refactor: CodeIgniter has context
Description
Supersede: #5649
add CodeIgniter::$context: web, php-cli, spark
make the constant SPARKED deprecated
remove is_cli() in CodeIgniter
C…
+146
−14
•
38
comments
Opened 32 other pull requests in 4 repositories
codeigniter4/CodeIgniter4
7
open
20
merged
1
closed
- fix: Ajax request makes the session expire when app.sessionExpiration is set to 0
-
docs: use
get()notadd()from the beginning in routing.rst - fix: $routes->setDefaultMethod() does not work
- fix: do not call header() if headers have already been sent
- fix: $builder->ignore()->insertBatch() only ignores on first iteration
- docs: add about "auto routes"
- docs: fix sample code in mocking.rst
- fix: Config CSRF $redirect does not work
- docs: remove out of dated explanation in basecontroller.rst
- docs: add warning about $method filters
- docs: improve view_renderer.rst
-
docs: update coding style of
if - refactor: update Kint CSP nonce
- refactor: Session does not use cookies()
- docs: update internals.md
- refactor: isCLI() in CLIRequest and IncomingRequest
- refactor: remove migrations routes
- refactor: SPARKED
- refactor: move logic to prevent access to initController
- refactor: make BaseController abstract
- test: move tests of getIPAddress() from CLIRequestTest to IncomingRequestTest
- docs: small fix general/errors.rst
- docs: fix validation.rst format
- feat: add Controller::validateData()
- fix: spark does not show Exception
- Some pull requests not shown.
kenjis/ci4-attribute-routes
2
merged
kenjis/ci4-tettei-apps
1
merged
codeigniter4/translations
1
merged
Reviewed 18 pull requests in 3 repositories
codeigniter4/CodeIgniter4
13 pull requests
-
Deprecate object implementations of
clean_path()function - refactor: CodeIgniter has context
-
Auto-review
require-devmatching - Rename docblocks in Routes utilities classes
- fix: $builder->ignore()->insertBatch() only ignores on first iteration
- Permit use of lates php-cs-fixer v3.6
- refactor: update Kint CSP nonce
- docs: add warning about $method filters
- Feature: Request::isMethod() to test the HTTP method.
-
feat:
spark routesshows filters - debugbar logging requests using microtime
- test: move tests of getIPAddress() from CLIRequestTest to IncomingRequestTest
- Fix PHPStan notice on 1.4.4