Abilio Posada
7cf8b8c894
Remove beginning forward slash of the path
2020-07-09 08:31:08 -06:00
Abilio Posada
c479438bd0
Add DIRECTORY_SEPARATOR at the end of homepath
2020-07-09 08:30:48 -06:00
Abilio Posada
81203fcec2
Change name to work with PSR-4 autoloading
2020-07-09 08:15:42 -06:00
Abilio Posada
9bfb96f9eb
Change group name command
2020-07-09 08:14:28 -06:00
Abdul Malik Ikhsan
b8bff1b442
more verbose check for check prioritizeApp
2020-07-09 18:22:37 +07:00
Abdul Malik Ikhsan
d9a793bb43
ensure add array entry to $appPaths when strpos() found
2020-07-09 18:11:32 +07:00
Abdul Malik Ikhsan
0bdef6bff6
apply 3rd parameter $prioritizeApp = true to FileLocator::search()
2020-07-09 17:46:21 +07:00
Abdul Malik Ikhsan
caf0fce98d
Fixes #3254 add ability to override existing translation validation language in App
...
This reverts commit eeaa9221aec4ad63bf63236bc037190fd4a36495.
2020-07-09 17:24:43 +07:00
avegacms
a7bafc284a
Update html_helper.php
...
Updated code by style guide
2020-07-09 05:54:15 +06:00
MGatner
a18fdea70b
Merge pull request #3248 from avegacms/patch-3
...
Update html_helper.rst
2020-07-08 17:16:59 -04:00
MGatner
7843deb01b
Merge pull request #3253 from MGatner/fabricator-throws
...
Add Fabricator model error
2020-07-08 17:15:49 -04:00
MGatner
08bf894775
Merge pull request #3252 from MGatner/model-events
...
Implement model callback overrides
2020-07-08 17:15:28 -04:00
Michal Sniatala
6f1ef1edd5
Merge pull request #3250 from paulbalandan/image-handlers
...
Fix PHPDocBlock of Images library
2020-07-08 22:16:22 +02:00
MGatner
d8dea80e4d
Specify argument type
...
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2020-07-08 16:04:24 -04:00
MGatner
159945f705
Ensure model returned object
2020-07-08 19:58:13 +00:00
MGatner
81c4b50981
Implement model callback overrides
2020-07-08 15:33:10 +00:00
John Paul E. Balandan, CPA
6fcf7f6e82
Fix PHPDocBlock of Images library
2020-07-08 19:51:07 +08:00
Milan Hoško
c76b1dd7ab
Update Honeypot.php
2020-07-08 06:49:21 +02:00
Milan Hoško
1fe681b168
Update Honeypot.php
2020-07-08 06:49:18 +02:00
Milan Hoško
47369e4530
Update app/Config/Honeypot.php
...
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2020-07-08 06:46:44 +02:00
Milan Hoško
9716d301d9
Update system/Honeypot/Honeypot.php
...
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2020-07-08 06:46:08 +02:00
Milan Hoško
4fa3424d6b
Update system/Honeypot/Honeypot.php
...
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
2020-07-08 06:45:56 +02:00
avegacms
8078776dca
Update html_helper.rst
...
Added to link_tag hreflang parameter
2020-07-08 09:11:54 +06:00
avegacms
aaebccd48c
Update html_helper.php
...
Added hreflang parameter for link_tag function for calling <link href="https://domain.com/en " hreflang="x-default" rel="alternate"> and etc. And added checks for tags with rel expressions for 'alternate','canonical' in this case attribute type dont use
2020-07-08 09:06:34 +06:00
Lonnie Ezell
bcd8955526
Merge pull request #3238 from codeigniter4/commandrefactor
...
Add ability to call commands programatically.
2020-07-07 10:13:02 -05:00
Lonnie Ezell
5e50c4da20
Merge pull request #3237 from MGatner/features-filters
...
Reset Filters between feature tests
2020-07-07 09:05:23 -05:00
Michal Sniatala
1d5648adb4
Merge pull request #3244 from paulbalandan/migration-docs
...
Syntax fix for migration.rst
2020-07-07 15:21:19 +02:00
Michal Sniatala
e9ef9dde5b
Merge pull request #3241 from paulbalandan/apidocs-paths
...
Run apidocs action only when system files are changed
2020-07-07 15:20:18 +02:00
Michal Sniatala
22fc794969
Merge pull request #3240 from Connum/patch-1
...
Fix formatting issue in userguide/outgoing/view_parser
2020-07-07 15:19:32 +02:00
John Paul E. Balandan, CPA
9a4bcda6cf
Use lowercased true/false and escape backslashes
2020-07-07 20:15:26 +08:00
John Paul E. Balandan, CPA
0f95f40ef2
Syntax fix for migration.rst
2020-07-07 20:04:13 +08:00
John Paul E. Balandan, CPA
dcf1efe33c
Run apidocs action only when system is changed
2020-07-07 16:45:48 +08:00
Connum
374a52de00
Fix formatting issue in userguide/outgoing/view_parser
...
There was an issue with the boldfacing of two words.
2020-07-07 10:33:38 +02:00
Milan Hoško
de9be9e846
Usage of config hiddenContainer and hiddenByClass
2020-07-07 07:06:19 +02:00
Milan Hoško
a80c2f0b5d
hidden extended via hiddenByClass and hiddenContainer
...
The hiddenByClass is used for explicit what class to use for hide element.
The hiddenContainer is template for sprintf
2020-07-07 07:06:17 +02:00
Lonnie Ezell
030558c7d0
Added command() common helper function to run a command programatically.
2020-07-06 23:53:00 -05:00
Lonnie Ezell
28915851d9
Refactor Command running logic out of CommandRunner controller to new library.
2020-07-06 23:17:32 -05:00
Lonnie Ezell
2319754dbc
Merge pull request #3236 from michalsn/cli_validate
...
Fix CLI::validate() usage when using dot sign
2020-07-06 21:58:39 -05:00
MGatner
cda86977e7
Reset Filters between feature tests, fixes #3085
2020-07-07 02:10:16 +00:00
michalsn
093d195fe8
Fix CLI::validate() usage when using dot. Fixes #3233
2020-07-06 21:59:00 +02:00
Abilio Posada
812e8ed3e3
Change command name
...
Change the command name
2020-07-06 12:50:10 -06:00
Michal Sniatala
5c40d31f57
Merge pull request #3235 from paulbalandan/update-gitignore
...
Remove cilexer from gitignore
2020-07-06 19:33:01 +02:00
John Paul E. Balandan, CPA
9483a16bfc
Remove cilexer from gitignore
2020-07-07 00:29:57 +08:00
Abilio Posada
910033043b
Add create seeder
...
Add create seeder file
2020-07-06 10:03:17 -06:00
Abilio Posada
13c016e532
Add seed language
...
Add seed language file
2020-07-06 10:02:10 -06:00
MGatner
06c3ad8355
Merge pull request #3232 from samsonasik/more-test-file
...
more test Files\File class
2020-07-06 09:06:59 -04:00
MGatner
4bc1dc2193
Merge pull request #3231 from samsonasik/more-test-filelocator
...
more tests on Autoloader\FileLocator
2020-07-06 09:06:22 -04:00
Abdul Malik Ikhsan
80071fc0a9
more tests Files\File class
2020-07-06 16:09:29 +07:00
Abdul Malik Ikhsan
a7a6c2fcda
more tests on Autoloader\FileLocator
2020-07-06 14:50:46 +07:00
Michal Sniatala
e1ac9d7acc
Merge pull request #3224 from michalsn/fix_model_result
...
Fix result object handling in Model class
2020-07-05 19:15:36 +02:00