17421 Commits

Author SHA1 Message Date
kenjis
e936bb393a
Merge pull request #7555 from kenjis/fix-docs-database-configuration.rst
docs: fix database/configuration.rst
2023-06-10 20:11:35 +09:00
Michal Sniatala
99b93bf671
fix: [Postgre] Semicolon in the connection parameters break the DSN string (#7552)
move all related code to the convertDSN() method
2023-06-10 12:04:57 +02:00
kenjis
a6b876bd81
test: fix charset for OCI8 2023-06-10 13:43:17 +09:00
kenjis
b9d4bf9a3f
docs: update DBDebug for testing 2023-06-10 13:16:34 +09:00
kenjis
faaadd6bdc
docs: update sample files 2023-06-10 12:03:33 +09:00
kenjis
5eeb98809e
docs: fix incorrect description
We don't have PDO and ODBC drivers.
Some driver uses DSN to connect, but it is not a must
because CI builds it from other settings.
2023-06-10 11:57:20 +09:00
kenjis
bceb19e7fc
docs: add section titles 2023-06-10 11:48:26 +09:00
kenjis
e277406793
docs: fix text decoration 2023-06-10 11:47:37 +09:00
kenjis
2ebf497038
docs: fix section title 2023-06-10 11:46:59 +09:00
kenjis
9426a5a21c
docs: make TOC depth 3 2023-06-10 11:45:13 +09:00
kenjis
a3c2b71619
docs: fix incorrect property name 2023-06-10 11:44:40 +09:00
kenjis
b93a90143e
docs: do not show unneeded <?php in sample code 2023-06-10 10:49:27 +09:00
kenjis
df4e640850
docs: decorate string in sample code 2023-06-10 10:44:27 +09:00
kenjis
c372070063
docs: fix variable notation 2023-06-10 10:44:08 +09:00
kenjis
7789dcf117
docs: capitalize first letter of title 2023-06-10 10:42:56 +09:00
kenjis
de3635b8c2
docs: fix section title 2023-06-10 10:42:38 +09:00
kenjis
d7826f54bc
docs: add section titles 2023-06-10 10:42:05 +09:00
kenjis
07f3274d88
refactor: use ternary operator 2023-06-09 12:01:35 +09:00
kenjis
ebccb29314
refactor: do not reassign 2023-06-09 10:05:49 +09:00
kenjis
f36ef7044a
docs: improve doc comments 2023-06-09 10:02:56 +09:00
kenjis
0798239a59
Merge pull request #7549 from kenjis/fix-validation-placeholder-DBGroup
fix: [Validation] DBGroup is ignored when checking the value of a placeholder
2023-06-09 08:28:13 +09:00
kenjis
fa86c559b8
Merge pull request #7551 from kenjis/fix-docs-changelogs-435
docs: fix RST format or so in changelogs/v4.3.5.rst
2023-06-09 08:27:30 +09:00
kenjis
470c41f241
Merge pull request #7548 from kenjis/fix-feature-test-validation
fix: feature test with validation
2023-06-09 08:26:45 +09:00
kenjis
c68e6d021a
docs: fix RST format or so 2023-06-08 21:38:55 +09:00
kenjis
e634bd5af1
Merge pull request #7515 from kenjis/docs-validation-data-array
docs: add warning on Validation $data array
2023-06-08 18:55:49 +09:00
kenjis
a4113697af
docs: add changelog and upgrade guide 2023-06-08 17:58:43 +09:00
kenjis
0318d87794
fix: [BC] Validation::check() cannot specify non-default database group. 2023-06-08 17:57:23 +09:00
kenjis
0e739318a3
docs: improve comment 2023-06-08 10:52:05 +09:00
kenjis
96e690cebf
fix: DBGroup is ignored in validation process while using placeholders 2023-06-08 10:51:48 +09:00
kenjis
0012fe3802
docs: remove uneeded @throws 2023-06-08 10:39:53 +09:00
kenjis
66e3804485
docs: remove unneeded @throws 2023-06-08 10:39:52 +09:00
kenjis
b5bea514c5
docs: add @TODO 2023-06-08 10:25:03 +09:00
kenjis
ce2df7af93
test: add test for invalid DBGroup 2023-06-08 10:23:35 +09:00
kenjis
8c0b58e644
test: improve test method names 2023-06-08 09:11:04 +09:00
kenjis
0410b825a6
docs: fix by proofreading
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2023-06-08 08:02:58 +09:00
kenjis
dbf469fe92
fix: feature testing does not reset validation result 2023-06-08 07:57:03 +09:00
kenjis
05fbcd4a2a
test: add test for feature test with validation twice 2023-06-08 07:55:07 +09:00
kenjis
335ab860b6
Merge pull request #7542 from kenjis/fix-Entity-return-type
refactor: [Entity] fix incorrect return value
2023-06-06 14:51:54 +09:00
kenjis
2b04972a58
Merge pull request #7535 from kenjis/test-FileLocator
docs: improve doc comment and tests for locateFile()
2023-06-06 14:29:47 +09:00
kenjis
505041cd39
Merge pull request #7534 from kenjis/refactor-View
refactor: View
2023-06-06 14:28:33 +09:00
kenjis
1e8e60ec85
Merge pull request #7532 from kenjis/docs-routing.rst
docs: improve routing.rst
2023-06-06 14:27:50 +09:00
kenjis
90321e70c7
Merge pull request #7523 from kenjis/docs-cli
docs: update CLI
2023-06-06 14:27:10 +09:00
kenjis
923e2b33c2
refactor: fix incorrect return value
See https://www.php.net/manual/en/language.oop5.overloading.php#language.oop5.overloading.members
2023-06-06 12:16:16 +09:00
kenjis
85bfa4451d
Merge pull request #7526 from iRedds/doc-qb-examples
docs: [QueryBuilder] class without import. scrolling in examples.
2023-06-03 18:57:58 +09:00
Andrey Pyzhikov
0de4ce27b6
Update user_guide_src/source/database/query_builder/062.php
Co-authored-by: kenjis <kenji.uui@gmail.com>
2023-06-03 17:09:27 +08:00
kenjis
8fc46bbec1
docs: fix by proofreading
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2023-06-03 17:49:39 +09:00
Abdul Malik Ikhsan
2e93b9b376
Merge pull request #7537 from LukaMax/TimeLegacy
fix typos
2023-06-03 12:45:17 +07:00
Maksim
7af4ff8d23 fix typos 2023-06-03 11:46:31 +10:00
kenjis
d8a1565c51
docs: make doc comments more specific 2023-06-03 10:43:06 +09:00
kenjis
9dab01a759
docs: add comments 2023-06-03 10:42:49 +09:00