Commit Graph

  • 996684b123
    Merge 332a78fdc0f6d04308341ed1dcebb03e98ab5222 into a348792bf28207ce29acfb88f6dd0e48bc01a447 Michal Sniatala 2025-02-19 20:48:22 +00:00
  • 332a78fdc0
    docs: handling constraints for databases other than MySQL michalsn 2025-02-19 21:48:15 +01:00
  • f67babcec0
    update tests michalsn 2025-02-19 08:32:03 +01:00
  • 1625eaf160
    cs fix michalsn 2025-02-18 22:01:54 +01:00
  • 1b992e6f6a
    fix: upsert with composite unique index michalsn 2025-02-18 21:56:30 +01:00
  • f110a1762b
    Merge f14dc1c376b76cc50ca4ab1e2ca12eff0d4be1b6 into a348792bf28207ce29acfb88f6dd0e48bc01a447 Denny Septian Panggabean 2025-02-15 13:12:53 +00:00
  • 1353797db1
    Merge 2e3ddfb112b7ba1b9c7312814a55b2596abab148 into a348792bf28207ce29acfb88f6dd0e48bc01a447 Eskiso 2025-02-15 13:12:53 +00:00
  • 054d2b3da9
    Merge 2fa1eeea97f9b906ea9b514c8d32973edb59f733 into a348792bf28207ce29acfb88f6dd0e48bc01a447 neznaika0 2025-02-15 13:12:53 +00:00
  • b527091c0b
    Merge 5421889d4a6225f690c1c4be49b844eecb723161 into a348792bf28207ce29acfb88f6dd0e48bc01a447 neznaika0 2025-02-15 13:12:53 +00:00
  • a348792bf2
    Merge pull request #9452 from michalsn/fix/phpdoc develop Abdul Malik Ikhsan 2025-02-15 20:12:41 +07:00
  • da85d9f523
    chore: update gpg key for phpdocumentor workflow michalsn 2025-02-15 12:03:25 +01:00
  • ae921b0a4e
    Merge pull request #9446 from neznaika0/refactor/filters-parent-phpdoc Abdul Malik Ikhsan 2025-02-15 08:15:42 +07:00
  • 57a8859d09
    Merge pull request #9449 from ddevsr/patch-3 Abdul Malik Ikhsan 2025-02-13 00:18:04 +07:00
  • d2bf2099e2
    refactor: get upper first protocol only one call in Email Denny Septian Panggabean 2025-02-12 18:36:53 +07:00
  • f4213aba00
    Merge pull request #9447 from codeigniter4/dependabot/composer/rector/rector-2.0.9 Abdul Malik Ikhsan 2025-02-11 14:50:09 +07:00
  • 1925f692bc
    fix Revert "refactor: re-run rector" Abdul Malik Ikhsan 2025-02-11 14:30:12 +07:00
  • 65b71e963b
    refactor: re-run rector Abdul Malik Ikhsan 2025-02-10 22:37:03 +07:00
  • 1955a33b99
    chore(deps-dev): update rector/rector requirement from 2.0.8 to 2.0.9 dependabot[bot] 2025-02-10 15:15:28 +00:00
  • 1dc2f7c918
    refactor: Add phpDoc for Filters neznaika0 2025-02-09 23:06:54 +03:00
  • a739ffa245 Update User Guide gh-pages michalsn 2025-02-08 18:45:35 +00:00
  • c430f34720
    fix: set headers for CORS (#9437) Michal Sniatala 2025-02-08 19:43:28 +01:00
  • 5421889d4a
    tests: Update Registrar tests neznaika0 2025-02-08 01:55:39 +03:00
  • b8ca97c3aa
    chore: Refresh phpstan baseline neznaika0 2025-02-08 01:40:34 +03:00
  • 40544664ea
    feat: Add BaseModules property $registrarHasData neznaika0 2025-02-08 01:39:56 +03:00
  • 0cf7d297eb Update User Guide paulbalandan 2025-02-07 17:49:30 +00:00
  • 50a73d6bc8 Update User Guide paulbalandan 2025-02-07 17:48:15 +00:00
  • efcabb3fdf
    docs: Add info about Router::getMatchedRouteOptions() (#9441) neznaika0 2025-02-07 20:47:32 +03:00
  • 73d5d3f813
    Typo fix, classname misspelled (#9444) grimpirate 2025-02-07 12:46:08 -05:00
  • 129ace6c35
    Typo fix, classname misspelled grimpirate 2025-02-07 12:16:03 -05:00
  • 9ed0b1d716
    Merge pull request #9443 from codeigniter4/dependabot/composer/rector/rector-2.0.8 Abdul Malik Ikhsan 2025-02-06 22:37:45 +07:00
  • aa90aab952
    chore(deps-dev): update rector/rector requirement from 2.0.7 to 2.0.8 dependabot[bot] 2025-02-06 15:24:09 +00:00
  • 08033f987a
    fix: Apply suggestions neznaika0 2025-02-05 17:59:56 +03:00
  • 90baec3257
    docs: Add info about Router::getMatchedRouteOptions() neznaika0 2025-02-04 22:48:23 +03:00
  • e89ef62f33
    Merge pull request #9440 from samsonasik/refactor-assert-not Abdul Malik Ikhsan 2025-02-04 10:02:36 +07:00
  • 3eae99070b
    refactor: use assertNotInstanceOf over assertNull on nullable object return and flip actual/expect on constant check Abdul Malik Ikhsan 2025-02-04 09:00:10 +07:00
  • 2fa1eeea97
    fix: Add Model in deptrac.yaml neznaika0 2025-02-01 18:03:35 +03:00
  • 1140c6de01
    refactor: Fix phpstan codeigniter.modelArgumentInstanceOf neznaika0 2025-01-09 20:49:14 +03:00
  • 1b7b1ae97c
    cs fix michalsn 2025-01-31 08:31:50 +01:00
  • ff66dd83e1
    cors: apply response headers in the after filter only if they are not already set michalsn 2025-01-31 08:27:18 +01:00
  • 74a78610fd
    chore: remove draft condition in mergeable (#9439) John Paul E. Balandan, CPA 2025-01-30 18:18:20 +08:00
  • e3d19a183b
    style: Update Cache to fix some formatting (#9438) Nalaka Samarasinghe 2025-01-30 15:47:45 +05:30
  • 7dc2c74840
    chore: remove draft condition in mergeable John Paul E. Balandan, CPA 2025-01-29 20:52:24 +08:00
  • d1e8d772c5
    Update Cache.php to fix some formatting. Nalaka Samarasinghe 2025-01-29 16:23:51 +05:30
  • 729969632a
    fix append vary header michalsn 2025-01-27 08:52:13 +01:00
  • 63e4037dc7
    fix: set everything in the before filter for CORS michalsn 2025-01-27 08:35:47 +01:00
  • 3276808f5b
    chore: greet new PR contributors using mergeable (#9434) John Paul E. Balandan, CPA 2025-01-26 14:58:03 +08:00
  • b119e3294b
    Merge pull request #9436 from samsonasik/use-x-dev Abdul Malik Ikhsan 2025-01-25 03:21:34 +07:00
  • faeedb5a7e
    chore: try using codeigniter/phpstan-codeigniter:1.x-dev Abdul Malik Ikhsan 2025-01-25 03:18:52 +07:00
  • f6edd67cbe
    Merge pull request #9435 from paulbalandan/branch-alias-all Abdul Malik Ikhsan 2025-01-25 02:38:28 +07:00
  • 47e36c9674
    chore: try a universal branch alias John Paul E. Balandan, CPA 2025-01-25 03:05:06 +08:00
  • de50ad8676
    chore: greet new PR contributors using mergeable John Paul E. Balandan, CPA 2025-01-25 01:49:41 +08:00
  • b5e9715518
    refactor: fix rector change on RedirectException (#9433) John Paul E. Balandan, CPA 2025-01-25 00:43:15 +08:00
  • 10ba614d8a
    refactor: fix rector change on RedirectException John Paul E. Balandan, CPA 2025-01-24 23:32:38 +08:00
  • b18a4067f6
    Merge pull request #9432 from paulbalandan/phpstan-baseline Abdul Malik Ikhsan 2025-01-24 23:13:34 +07:00
  • 897980a1c8
    chore: update phpstan baseline count of errors John Paul E. Balandan, CPA 2025-01-24 23:13:59 +08:00
  • d1c60dcfad Update User Guide paulbalandan 2025-01-23 01:30:21 +00:00
  • 909e9b0a1a
    fix(CURLRequest): multiple header sections after redirects (#9426) Thomas Nguyen 2025-01-23 14:28:25 +13:00
  • cc521d9989
    Merge branch 'develop' into fix/curl_multiple_header_sections_after_redirects ducng99 2025-01-22 11:47:01 +13:00
  • 9727f104c8
    chore: Fix Netbeans IDE related entries in two gitignore files under framework admin dir (#9428) Nalaka Samarasinghe 2025-01-22 04:06:06 +05:30
  • 8909dbd523
    Updated changelog to be clearer ducng99 2025-01-22 11:27:33 +13:00
  • a9c9284047
    Moved redirect header loop to a separate function ducng99 2025-01-21 21:14:40 +13:00
  • a106b1890a
    apply cs-fix for test ducng99 2025-01-21 10:25:32 +13:00
  • 4722795d67
    Added a non-standard http redirect code test ducng99 2025-01-21 09:51:18 +13:00
  • bfec9709f2
    docs: changelog for fixing returning multiple header sections after redirects ducng99 2025-01-21 09:35:56 +13:00
  • 1f3fe2d2b3
    test: add test for stripping out multiple redirect header sections ducng99 2025-01-21 01:08:08 +13:00
  • 23354d4355
    fix: strip out multiple header sections for redirect ducng99 2025-01-21 00:33:54 +13:00
  • 8d22b7aab9
    Fix Netbeans IDE related entries in the framework/admin/framework gitignore file. Nalaka Samarasinghe 2025-01-20 23:44:26 +05:30
  • 34675269cc
    Fix Netbeans IDE related entries in the framework/admin/starter gitignore file. Nalaka Samarasinghe 2025-01-20 23:43:24 +05:30
  • 1eb7eada2d
    Ensure that the NetBeans IDE-related entries in the framework root's .gitignore file apply exclusively to the framework root directory. Nalaka Samarasinghe 2025-01-20 22:55:03 +05:30
  • 9f6e33ed72 Update User Guide paulbalandan 2025-01-20 12:33:58 +00:00
  • d9686083cd
    docs: add changelog and upgrade for v4.6.1 (#9425) John Paul E. Balandan, CPA 2025-01-20 20:32:05 +08:00
  • c2290551d9
    docs: add changelog and upgrade for v4.6.1 John Paul E. Balandan, CPA 2025-01-20 20:22:37 +08:00
  • 3a04112ba3
    chore: update release process (#9421) John Paul E. Balandan, CPA 2025-01-20 03:16:22 +08:00
  • 8cd9c43824
    chore: update release process John Paul E. Balandan, CPA 2025-01-20 02:21:22 +08:00
  • 5f37fda626
    Merge pull request #9420 from codeigniter4/develop v4.6.0 master 4.7 John Paul E. Balandan, CPA 2025-01-20 02:27:53 +08:00
  • 4711136b01 Update User Guide paulbalandan 2025-01-19 18:10:53 +00:00
  • 190f720253
    Prep for 4.6.0 release (#9419) John Paul E. Balandan, CPA 2025-01-20 02:08:57 +08:00
  • 8ec4c0a366
    Prep for 4.6.0 release John Paul E. Balandan, CPA 2025-01-20 01:49:09 +08:00
  • 3be476e91d
    Merge pull request #9417 from codeigniter4/4.6 John Paul E. Balandan, CPA 2025-01-20 01:28:51 +08:00
  • 6fca1213e7
    Merge branch 'develop' into 4.6 John Paul E. Balandan, CPA 2025-01-20 01:16:12 +08:00
  • 0aad98b578
    chore: allow "Merge code" as valid PR title for PRLint (#9418) John Paul E. Balandan, CPA 2025-01-20 01:15:14 +08:00
  • 6a912314ff
    chore: allow "Merge code" as valid PR title for PRLint John Paul E. Balandan, CPA 2025-01-20 01:10:01 +08:00
  • 1221b85e0b
    Merge branch 'develop' into 4.6 John Paul E. Balandan, CPA 2025-01-20 00:18:29 +08:00
  • 195c0dac03
    Merge pull request #9416 from codeigniter4/develop v4.5.8 John Paul E. Balandan, CPA 2025-01-20 00:04:36 +08:00
  • e867b6fc0b Update User Guide paulbalandan 2025-01-19 15:32:03 +00:00
  • 3abaf4bc23
    Prep for 4.5.8 release (#9415) John Paul E. Balandan, CPA 2025-01-19 23:30:07 +08:00
  • 8fc7edc7ce
    Prep for 4.5.8 release John Paul E. Balandan, CPA 2025-01-19 22:48:55 +08:00
  • 6414090ebe
    Merge branch 'develop' into 4.6 John Paul E. Balandan, CPA 2025-01-19 22:21:16 +08:00
  • 369f98b72f Update User Guide paulbalandan 2025-01-18 14:35:28 +00:00
  • 97a6d66640
    fix: ensure csrf token is string (#9365) Ngô Quốc Đạt 2025-01-18 21:33:37 +07:00
  • d11d76a3b2
    Use data providers John Paul E. Balandan, CPA 2025-01-18 22:17:56 +08:00
  • 9d24d4bb0a
    Update user_guide_src/source/changelogs/v4.5.8.rst John Paul E. Balandan, CPA 2025-01-18 21:59:18 +08:00
  • dc4c641b33
    wip Ngô Quốc Đạt 2025-01-17 16:46:16 +07:00
  • 333c7344e3
    wip Ngô Quốc Đạt 2025-01-17 16:46:07 +07:00
  • 86178783ef
    wip Ngo Quoc Dat 2025-01-15 11:15:48 +07:00
  • d9d94e5320
    wip Ngo Quoc Dat 2025-01-15 11:11:19 +07:00
  • e62db7a2da
    wip Ngo Quoc Dat 2025-01-15 11:10:08 +07:00
  • 4b4c8bc635
    handle request php://input Ngo Quoc Dat 2025-01-14 14:59:25 +07:00
  • c3afea61b9
    handle request php://input Ngo Quoc Dat 2025-01-14 14:32:55 +07:00
  • 9694783e0d
    fix: ensure csrf token is string Ngo Quoc Dat 2025-01-14 14:26:40 +07:00