6380 Commits

Author SHA1 Message Date
maniaba
34358721a0
fix: TypeError for routes when translateURIDashes is enabled (#9209)
* fix: TypeError for OPTIONS routes when translateURIDashes is enabled

* docs: Update changelog for v4.5.6
2024-11-03 20:14:42 +01:00
Michal Sniatala
fc19b690f8
fix: case-insensitivity in the like() method when in use with accented characters (#9238)
* fix: case-insensitivity in the like() method when in use with accented characters

* Update system/Database/BaseBuilder.php

Co-authored-by: Pooya Parsa <pooya_parsa_dadashi@yahoo.com>

* add more cases for tests

* even more tests

* fix types

* set collation for sqlsrv

---------

Co-authored-by: Pooya Parsa <pooya_parsa_dadashi@yahoo.com>
2024-11-03 19:48:50 +01:00
Jéssica Pereira
3d0f9f2b30
fix: Parser - Equal key name replace conflict (#9246)
* Parse equal key name replace

* fix: parsing equal key name replace for parser

* improved code readability

Co-authored-by: Mostafa Khudair <59371810+mostafakhudair@users.noreply.github.com>

* updated changelog

---------

Co-authored-by: Mostafa Khudair <59371810+mostafakhudair@users.noreply.github.com>
2024-11-03 18:44:55 +01:00
Denny Septian Panggabean
4a7fbd1229
fix: getValidated() when validation multiple asterisk (#9220)
* fix: validation multiple asterisk

* docs: changelog

* Update user_guide_src/source/changelogs/v4.5.6.rst

Co-authored-by: Michal Sniatala <michal@sniatala.pl>

* tests: multiple asterisk for fail

* fix: PHPStan errors appear

---------

Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2024-10-22 08:23:28 +02:00
Wolf Wortmann
c8b9ea48eb
fix: change session start log level (#9221)
* Change session start log level

* Added changelog

Signed-off-by: Wolf Wortmann <7399618+element-code@users.noreply.github.com>

* Remove PR number from changelog

Co-authored-by: Michal Sniatala <michal@sniatala.pl>

---------

Signed-off-by: Wolf Wortmann <7399618+element-code@users.noreply.github.com>
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2024-10-15 08:08:15 +02:00
Denny Septian Panggabean
b1d044e358
fix: only v4.4.x config must set manually 2024-09-17 16:58:15 +07:00
Denny Septian Panggabean
60aa8e3f5b
docs: improve Factories 2024-09-17 16:47:12 +07:00
kenjis
7d2d81c3e4
docs: fix Project Files changes
See https://forum.codeigniter.com/showthread.php?tid=91656&pid=421265#pid421265
2024-09-13 17:20:29 +09:00
Denny Septian Panggabean
fe65154a4f
docs: broken link htmx ajax-header 2024-09-10 10:43:11 +07:00
kenjis
e53c32cd71
docs: fix typo 2024-09-08 17:38:09 +09:00
kenjis
71137925dc
docs: add link to section 2024-09-08 11:07:50 +09:00
kenjis
22cf15ecf3
docs: improve description for Migration File Names 2024-09-08 11:07:39 +09:00
kenjis
268156c1d4
Merge pull request #9171 from kenjis/docs-url_helper.rst
docs: improve url_helper.rst
2024-09-07 18:16:46 +09:00
kenjis
b5b2e57fdf
docs: add changelog and upgrade for v4.5.6 2024-09-07 17:59:37 +09:00
kenjis
f3de4d8cc3
Prep for 4.5.5 release 2024-09-07 08:30:20 +09:00
kenjis
0e283beff9
Merge pull request #9169 from kenjis/fix-auto-link-regexp
fix: `auto_link()` regexp
2024-09-07 08:04:17 +09:00
kenjis
ae0dcf4a17
Merge pull request #9163 from obozdag/patch-21
docs: Fix some function definitions in helpers/html_helper.rst
2024-09-07 08:03:22 +09:00
kenjis
f8e36d92fd
Merge pull request #9164 from obozdag/patch-22
docs: Fix track function definition in helpers/html_helper.rst
2024-09-06 18:26:41 +09:00
Osman Bozdag
8e09849c27
docs: Fix source function definition in helpers/html_helper.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
2024-09-06 11:24:37 +02:00
Osman Bozdag
1e868d035a
docs: Fix param function definition in helpers/html_helper.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
2024-09-06 11:23:44 +02:00
Osman Bozdag
e81e8e7f0e
docs: Fix track function src param definition in helpers/html_helper.rst
Fix track function src param definition in helpers/html_helper.rst
2024-09-06 09:51:33 +02:00
Shayo Rowland
9ac45a1d64
Update validation.rst
Insert 'are' after 'that' on line 1053
2024-09-06 07:05:20 +01:00
kenjis
2ef57abe35
docs: decorate text 2024-09-06 13:53:24 +09:00
kenjis
3dfd4bcb4c
docs: fix param types 2024-09-06 13:53:08 +09:00
kenjis
fdba50299c
docs: add changelog 2024-09-06 10:34:07 +09:00
Osman Bozdag
fe6efeddf8
docs: Update $config['indexPage'] in helpers/html_helper.rst
Update $config['indexPage'] to Config\App::$indexPage in img function in helpers/html_helper.rst
2024-09-05 21:38:02 +02:00
Osman Bozdag
de35cf487e
docs: Fix track function definition in helpers/html_helper.rst
Fix track function definition in helpers/html_helper.rst
2024-09-02 06:59:31 +02:00
Osman Bozdag
31b4508b26
docs: Fix some function definitions in helpers/html_helper.rst
Fix some function definitions in helpers/html_helper.rst
2024-09-02 06:46:15 +02:00
Osman Bozdag
496ef239ba
docs: Fix some typos in helpers/html_helper.rst
Fix some typos in helpers/html_helper.rst
2024-09-02 06:13:07 +02:00
Osman Bozdag
366f7d73ec
docs: Fix element names in helpes/html_helper.rst
Fix element names in helpes/html_helper.rst
2024-08-27 08:22:09 +02:00
Osman Bozdag
6bd60da2a3
Fix decleration to declaration in helpers/html_helper.rst
Co-authored-by: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com>
2024-08-27 08:11:24 +02:00
Osman Bozdag
90513e38ec
docs: Change tags to elements and fix some typos helpers/html_helper.rst
Change tags to elements and fix some typos helpers/html_helper.rst
2024-08-27 04:49:40 +02:00
kenjis
655bd1de0c
Merge pull request #9129 from datamweb/docs-add-Retrieving-Controller-MethodNames
docs: add Getting Routing Information
2024-08-22 11:33:33 +09:00
Pooya Parsa
0093929f51
docs: fix UG style 2024-08-20 07:56:45 +03:30
Pooya Parsa
febe5a48a2
docs: apply suggestions from code review
Co-authored-by: kenjis <kenji.uui@gmail.com>
2024-08-20 07:55:04 +03:30
Pooya Parsa Dadashi
962aecd5c5
style: run composer cs-fix 2024-08-19 18:05:36 +03:30
Pooya Parsa Dadashi
919f0dfbcb
docs: add new Getting Routing Information & Accessing Active Filters for a Route 2024-08-19 18:02:31 +03:30
Pooya Parsa
b9a327db85
docs: update for easier to read
Co-authored-by: kenjis <kenji.uui@gmail.com>
2024-08-19 15:12:34 +03:30
Pooya Parsa
2861340c17
fix: use Router in text
Co-authored-by: kenjis <kenji.uui@gmail.com>
2024-08-18 07:49:07 +03:30
Pooya Parsa Dadashi
dea8829720
refactor: use recommended code for service 2024-08-18 07:49:41 +03:30
Pooya Parsa Dadashi
4259b47237
style: run cs-fix for happy code style 2024-08-17 17:20:10 +03:30
Pooya Parsa Dadashi
d8953adb52
docs: add e.g. for Retrieving the Controller and Method Names 2024-08-17 17:12:37 +03:30
Pooya Parsa Dadashi
a9698274cf
docs: add Retrieving the Controller and Method Names 2024-08-17 17:11:46 +03:30
kenjis
861df584cb
docs: make description more precise 2024-08-17 11:03:01 +09:00
kenjis
3e06557fd4
Merge pull request #9109 from kenjis/docs-localization.rst
docs: improve Localization
2024-08-16 11:41:42 +09:00
kenjis
f60d27702b
Merge pull request #9115 from warcooft/docs-model
docs: add missing property types
2024-08-11 19:49:56 +09:00
Aselsan
c6a96d639c
update 057.php 2024-08-11 02:11:17 +07:00
kenjis
cb152ad3ec
docs: add () after method names 2024-08-10 10:44:28 +09:00
kenjis
5f02439dc3
docs: replace deprecated failValidationError() 2024-08-10 10:43:33 +09:00
kenjis
2835cc425d
docs: remove unneeded <?php in sample code 2024-08-10 10:09:17 +09:00