285 Commits

Author SHA1 Message Date
ddevsr
caea1acd17
fix: missing valid_json in Validation Language 2022-10-04 14:57:17 +07:00
kenjis
ebd4130f3b
fix: typos in messages in Language/en/Email.php 2022-09-09 09:26:46 +09:00
kenjis
f9931e4376
fix: route name is not displayed in Exception message 2022-07-16 09:43:47 +09:00
Cole Thorsen
54fedb08d8
add missing valid_url_strict language string 2022-06-02 10:43:20 -07:00
kenjis
830750edd4
feat: throws exception when controller name in routes contains / 2022-04-09 09:04:37 +09:00
kenjis
8c1c5c93cd
Merge pull request #5814 from kenjis/fix-dynamic-controllers
fix: bug that allows dynamic controllers to be used
2022-03-22 10:42:37 +09:00
kenjis
46401c205d
fix: add check for dynamic controller
Dynamic controller should not be used, but if you set a route like this, it worked.
$routes->get('(:segment)/(:segment)/(:segment)', '\App\Controllers\\\\$2::$3');
2022-03-20 10:21:04 +09:00
Abdul Malik Ikhsan
4f97aac344
[Rector] Clean up skip config and re-run Rector 2022-03-19 23:30:10 +07:00
Lonnie Ezell
dc361856e3
Additional review comments 2022-01-13 22:16:39 -06:00
Lonnie Ezell
2657ce8591
Merge branch 'develop' into view-decorators 2022-01-13 22:15:48 -06:00
kenjis
d85a4fdece
fix: the error message
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
2022-01-13 18:44:59 +09:00
Lonnie Ezell
06f6cd6868
Added new View Decorators. 2022-01-13 00:33:57 -06:00
kenjis
9f561030f7
fix: throws Exception when getCompiled*() in the Model called 2022-01-12 13:04:04 +09:00
MGatner
feea6c2688
Merge pull request #5558 from codeigniter4/prep-4.2 2022-01-11 06:59:45 -05:00
Abdul Malik Ikhsan
af7fb3f9a5
[Rector] Apply PHP 7.4 Requirement and syntax 2022-01-10 02:02:27 +00:00
kenjis
41c8b17854
refactor: fix lang key
Co-authored-by: MGatner <mgatner@icloud.com>
2022-01-10 08:37:44 +09:00
kenjis
867e8d6963
fix: add missing Migration lang item 2022-01-09 11:21:37 +09:00
John Paul E. Balandan, CPA
107df929b0
Fix coding style violations in 4.2 2021-09-08 00:23:10 +08:00
MGatner
bacda111b9 Implement FileCollection 2021-09-07 22:25:34 +08:00
MGatner
55e79f6ef4 Add Publisher restrictions 2021-09-07 22:16:10 +08:00
MGatner
7d4cc0b482 Add Publish command 2021-09-07 22:16:04 +08:00
MGatner
291594c041 Apply suggestions from code review
Co-authored-by: Mostafa Khudair <59371810+mostafakhudair@users.noreply.github.com>
2021-09-07 22:16:00 +08:00
MGatner
944152fe13 Add Publisher 2021-09-07 22:15:59 +08:00
Lonnie Ezell
09609d5ab0 New mock() test helper and expanded MockCache with assertions. 2021-09-07 22:10:15 +08:00
John Paul E. Balandan, CPA
b7ec33cd56
Remove superfluous phpdoc tags (#4941) 2021-07-24 19:30:51 +08:00
John Paul E. Balandan, CPA
0ee2b2f922
Add file-level headers 2021-07-19 23:04:56 +08:00
John Paul E. Balandan, CPA
a6cfb8c1e6
Remove useless code separator comments (#4946) 2021-07-19 21:08:51 +08:00
John Paul E. Balandan, CPA
a4fe347638
Add ? to nullable typehints 2021-07-09 23:13:08 +08:00
John Paul E. Balandan, CPA
1dc72c1d65
Convert is_null to null === and fix phpstan errors 2021-07-09 00:08:00 +08:00
John Paul E. Balandan, CPA
de234899aa
Sort phpdoc types alphabetically 2021-06-11 23:46:56 +08:00
John Paul E. Balandan, CPA
777eec1121
Ensure trailing commas in multiline array 2021-06-10 01:38:34 +08:00
John Paul E. Balandan, CPA
5333844a19
Shift binary alignment to align_single_space_minimal 2021-06-10 00:35:54 +08:00
John Paul E. Balandan, CPA
2b78883c06
Align phpdocs 2021-06-08 12:11:23 +08:00
John Paul E. Balandan, CPA
4129b40cb6
Use short forms of param and return types 2021-06-08 11:46:56 +08:00
John Paul E. Balandan, CPA
d030096732
Enable braces 2021-06-08 10:15:25 +08:00
John Paul E. Balandan, CPA
18e742b380
Enable array_indentation 2021-06-04 23:22:33 +08:00
John Paul E. Balandan, CPA
e04d17b390
Convert tabs to 4 spaces (#4771) 2021-06-04 22:51:52 +08:00
Abdul Malik Ikhsan
ed5aa8c814
[Rector] Apply Rector : ListToArrayDestructRector 2021-05-26 13:29:51 +07:00
mostafakhudair
d1d6a5be55 Change Entity Namespace 2021-04-18 17:03:36 +02:00
Wolf Wortmann
b02080d06f
Language: getTranslationOutput: make method overridable by child classes 2021-03-22 12:56:19 +01:00
Mostafa Khudair
f21302ceb7
use lang() on php version compare 2021-03-16 22:22:58 +08:00
Toto
c44b808e30
fix typo name 2021-03-15 16:13:46 +07:00
kenjis
30e670c130
fix: add missing periods 2021-03-15 15:37:08 +09:00
Andrey Pyzhikov
db80bb69ca
Corrections requested at review 2021-03-02 23:11:05 +08:00
Andrey Pyzhikov
5fe2e50471
Merge branch 'develop' into feature/entity-cast-alternative 2021-03-02 01:14:18 +08:00
John Paul E. Balandan, CPA
43b849e2b9
Enhancements to ErrorlogHandler 2021-02-25 00:30:24 +08:00
Andrey Pyzhikov
71f329d0b1
Alternative Entity cast 2021-02-19 14:48:39 +08:00
John Paul E. Balandan, CPA
9718222f0b
Add Cookie to Session component 2021-02-12 23:43:49 +08:00
John Paul E. Balandan, CPA
be24342985
Add Cookie to Security component 2021-02-12 23:43:36 +08:00
John Paul E. Balandan, CPA
63d9889616
Add Cookie to HTTP component 2021-02-12 23:43:24 +08:00