MGatner
6b35f0375d
Set release date
2022-02-26 00:47:27 +00:00
kenjis
196d759569
Merge pull request #5713 from kenjis/feat-route-add-callable
...
feat: can add route handler as callable
2022-02-26 08:36:36 +09:00
Alex Schmitz
28aed3f3f8
[Docs] Show opening tags. ( #5723 )
...
* No need to carry the :lines: directive around anymore.
* Display php opening tag.
* Add closing tag for mixed HTML.
* Remove unneeded comment.
* Convert comment.
* Convert comment to HTML.
2022-02-26 08:34:55 +09:00
Alex Schmitz
fcd95942d1
Extract.
2022-02-25 09:57:57 +01:00
Alex Schmitz
f0e473c76f
Replace utf-8 chars.
2022-02-25 09:40:37 +01:00
Alex Schmitz
f05298d34d
Replace .:
2022-02-25 09:36:11 +01:00
kenjis
09cccfb602
Merge pull request #5722 from sfadschm/docs-non-php-code
...
[Docs-1] Convert non-php code.
2022-02-25 17:29:07 +09:00
Alex Schmitz
21e7c4ef5a
Fix UploadedFile instance.
...
Thanks, missed that.
Co-authored-by: kenjis <kenji.uui@gmail.com>
2022-02-25 08:53:24 +01:00
kenjis
464ed0350e
feat: can add route handler as callable
...
E.g.:
$routes->add('home', [Hello::class, 'index']);
$routes->add('product/(:num)/(:num)', [[Hello::class, 'index'], '$1/$2']);
2022-02-25 13:26:01 +09:00
Andrey Pyzhikov
ab420a71e6
Fix
...
Signed-off-by: Andrey Pyzhikov <5071@mail.ru>
2022-02-25 08:57:07 +08:00
Andrey Pyzhikov
2b4c7bb7bb
doc
...
Signed-off-by: Andrey Pyzhikov <5071@mail.ru>
2022-02-25 06:32:24 +08:00
Alex Schmitz
5a685df6d8
Fix sessions examples.
2022-02-24 14:23:49 +01:00
Alex Schmitz
65f4cdb732
Revert extraction of uploaded_files array.
2022-02-24 14:16:51 +01:00
Alex Schmitz
f2d74b2b88
Fix array style in comments.
2022-02-24 12:47:50 +01:00
Alex Schmitz
b7bb3f29af
Renumerate incomingrequest, pagination and validation.
2022-02-24 12:03:03 +01:00
Alex Schmitz
c4d4281274
Remove wrong semicolon in response body.
2022-02-24 11:59:15 +01:00
Alex Schmitz
c2883077a6
Add return statement for localization arrays.
2022-02-24 11:58:35 +01:00
Alex Schmitz
da96ff3519
Revert extraction of single array elements.
2022-02-24 11:58:29 +01:00
Alex Schmitz
087ef29cb5
Fix delimiters in renumerate script.
2022-02-24 11:52:32 +01:00
Alex Schmitz
36976f5945
Fix output of getHeaderLine.
...
Co-authored-by: kenjis <kenji.uui@gmail.com>
2022-02-24 11:38:03 +01:00
Alex Schmitz
df2e2239cb
Convert array dumps and prints to comments.
2022-02-24 11:33:28 +01:00
Alex Schmitz
af4995f2cd
Fix space.
...
Co-authored-by: kenjis <kenji.uui@gmail.com>
2022-02-24 11:01:00 +01:00
Alex Schmitz
c49c8a60ab
Fix newlines.
2022-02-24 08:29:44 +01:00
Andrey Pyzhikov
1541d0665a
Feature: Subquery for SELECT
...
Signed-off-by: Andrey Pyzhikov <5071@mail.ru>
2022-02-24 13:22:49 +08:00
kenjis
0e18a6ca4c
docs: change "previous version" to a specific version
2022-02-23 09:40:33 +09:00
Alex Schmitz
a915d86978
Convert non-php code.
2022-02-22 10:19:56 +01:00
kenjis
7c84a3052d
docs: add warning about auto-routing
2022-02-22 15:11:34 +09:00
kenjis
59715c7b9a
docs: improve page link
2022-02-22 15:10:14 +09:00
kenjis
52fc49c701
docs: make the file path more detailed
2022-02-22 15:08:44 +09:00
kenjis
661cf1633d
Merge pull request #5689 from sfadschm/docs-example-code
...
[Docs] Extract example php code for static analysis.
2022-02-22 14:30:52 +09:00
kenjis
f205895802
Merge pull request #5716 from kenjis/fix-docs-changelogs/v4.2.0.rst
...
docs: update changelogs/v4.2.0.rst
2022-02-22 12:51:20 +09:00
kenjis
3a216d0f5e
docs: add note about how to check CI version
2022-02-22 09:39:09 +09:00
kenjis
60abb80ba5
docs: add SPARKED in Deprecations
2022-02-22 08:54:34 +09:00
kenjis
2c52bd6746
docs: fix typo
2022-02-22 08:49:29 +09:00
Alex Schmitz
b135145df6
Add script for automatic renumeration of examples.
2022-02-21 00:27:30 +01:00
Alex Schmitz
5b84072e32
Fix merge conflicts.
2022-02-20 20:40:51 +01:00
Alex Schmitz
a85a2e843e
Renumerate examples.
2022-02-20 20:40:51 +01:00
Alex Schmitz
c18c392c01
Segregate duplicates.
2022-02-20 09:50:02 +01:00
Alex Schmitz
e6f878510c
Extract php examples in docs to php files.
2022-02-20 09:49:53 +01:00
kenjis
5010f64ddc
docs: fix incorrect description about Uploaded Files
2022-02-19 10:01:12 +09:00
kenjis
bc966170be
Merge pull request #5650 from kenjis/remove-SPARKED
...
refactor: CodeIgniter has context
2022-02-19 08:36:42 +09:00
kenjis
fa6494f180
Merge pull request #5639 from kenjis/add-validateData
...
feat: add Controller::validateData()
2022-02-18 13:03:07 +09:00
John Paul E. Balandan, CPA
968c0278a0
Merge pull request #5684 from paulbalandan/refactor-exception-logging
...
Improve exception logging
2022-02-17 19:56:20 +08:00
kenjis
5dfa393d93
Merge pull request #5698 from kenjis/fix-docs-autoloader.rst
...
docs: fix out of dated description in autoloader.rst
2022-02-16 12:34:01 +09:00
kenjis
9ddb49d46e
docs: fix out of dated description
2022-02-16 11:41:55 +09:00
kenjis
c5b53697d5
Merge pull request #5127 from vlakoff/db-query
...
Allow calling getQuery() multiple times, and other improvements
2022-02-16 09:01:11 +09:00
John Paul E. Balandan, CPA
825534e1f1
Add changes to changelog
2022-02-15 17:27:44 +08:00
kenjis
827c360a10
Merge pull request #5609 from iRedds/fix/validation-asterisk-error
...
Fix: Validation. Error key for field with asterisk
2022-02-15 17:43:42 +09:00
kenjis
d68d1b8b02
Merge pull request #5686 from kenjis/fix-docs-routing.rst
...
docs: use `get()` not `add()` from the beginning in routing.rst
2022-02-15 17:00:10 +09:00
kenjis
909e78cb16
Merge pull request #5682 from kenjis/fix-router-default-method
...
fix: $routes->setDefaultMethod() does not work
2022-02-15 16:59:33 +09:00