363 Commits

Author SHA1 Message Date
kenjis
fa1679b844
test: fix regexp, remove unneeded "'" 2021-02-12 10:26:55 +09:00
MGatner
a91a5515c2
Add website notes 2021-02-01 19:32:53 +00:00
MGatner
2583aa3d9a
Add release docs 2021-02-01 18:50:34 +00:00
John Paul E. Balandan, CPA
53baf77bb5
Delete .gitattributes in framework. 2021-02-01 23:52:14 +08:00
MGatner
149c879291
Merge branch '4.1' into develop 2021-02-01 01:52:15 +00:00
MGatner
a3d282db06
Prep for 4.0.5 release 2021-02-01 01:13:15 +00:00
MGatner
385ba182e1 Improve XML formatting 2021-01-31 01:03:09 +08:00
MGatner
38efd6cc64 Update various references to 7.2 2021-01-31 01:03:09 +08:00
MGatner
89e7856084 Migrate PHPUnit to 9 2021-01-31 01:03:08 +08:00
MGatner
22e34b190f Bump PHP req, PHPUnit version 2021-01-31 01:03:03 +08:00
Abdul Malik Ikhsan
6e356e2b54
Merge pull request #4156 from paulbalandan/composer-classmap
Specifically exclude migrations from class mapping
2021-01-27 08:43:18 +07:00
Abdul Malik Ikhsan
529b037975
add phpunit.xml.dist to .gitattributes for admin/framework 2021-01-27 08:05:35 +07:00
Abdul Malik Ikhsan
727516ec11
[Develop] Fixes #4114 Cannot declare class Config\App error on running PHPUnit 2021-01-26 20:08:36 +07:00
John Paul E. Balandan, CPA
7b5155ab17
Specifically exclude migrations from class mapping 2021-01-26 20:42:46 +08:00
kenjis
08ac2c8706
docs: fix @var 2021-01-18 09:49:31 +09:00
Alex Schmitz
45a7972fa5
Solidate mime type guessing. (#4056)
* Improve security of mime type guessing.

* Update mime guessing changes in user guide and changelogs.

* Add ext-fileinfo to suggest section of composer.json.
2021-01-14 18:19:30 +01:00
totoprayogo1916
3594862cac
🎉 new year 2021 🎉 2021-01-02 05:16:47 +07:00
John Paul E. Balandan, CPA
e7300770f0
Merge pull request #4028 from totoprayogo1916/phpunit-manual
Update PHPUnit version in `tests`.
2020-12-25 21:02:51 +08:00
totoprayogo1916
7a65dbddac
PHPUnit version in tests docs 2020-12-24 21:29:06 +07:00
John Paul E. Balandan, CPA
b475229c33
Merge pull request #4017 from totoprayogo1916/userguide
remove extra comma in readme
2020-12-23 19:02:22 +08:00
totoprayogo1916
eeac8b69be
remove extra comma in readme 2020-12-22 14:46:43 +07:00
John Paul E. Balandan, CPA
302b86f557
Merge pull request #4009 from totoprayogo1916/update/grammar
Update spell on readme.
2020-12-21 23:09:35 +08:00
totoprayogo1916
f3e685085a
Update spell 2020-12-21 22:02:34 +07:00
Abdul Malik Ikhsan
101e1fdb2e
Merge pull request #4007 from totoprayogo1916/appstarter/ignore-files
ignore files when using composer
2020-12-21 21:59:11 +07:00
totoprayogo1916
5ea1275813
ignore files when using composer 2020-12-21 21:56:00 +07:00
totoprayogo1916
0706b3fa33
forgetting to update from develop branch 2020-12-21 19:18:09 +07:00
John Paul E. Balandan, CPA
d20d5dc808
Update php version constraints 2020-11-30 01:03:28 +08:00
Najdanović Ivan
3cc32dedcd
Fix Pre-Commit on windows
Attempt to Fix #3920
2020-11-26 19:19:17 +01:00
Najdanović Ivan
e111f04d74 pre-commit hook does not work with alias
In some workflows like  MAMP on OSX default php version is set using alias in bash profile

alias php='/Applications/MAMP/bin/php/php7.4.2/bin/php -c "/Library/Application Support/appsolute/MAMP PRO/conf/php7.4.2.ini"'

In such case when phpstan and codesniffer are executed via git hoot it will run them using the default system php instead of using the alias.

Prefixing the method call with php triggers the alias and solves the issue.
2020-11-17 13:22:31 +01:00
totoprayogo1916
a6f8449107 fixes display 2020-11-16 13:16:32 +08:00
totoprayogo1916
472626faef fixes align 2020-11-16 13:16:32 +08:00
totoprayogo1916
eda0b902a6 format & whitespaces 2020-11-16 13:16:32 +08:00
totoprayogo1916
6919cebe8d update toolbar.scss (update from toolbar.css) 2020-11-16 13:16:32 +08:00
Derek
0da2f0c21c
Fixed the call to the reader baseURL in HealthTest.php. 2020-11-07 16:24:59 -07:00
John Paul E. Balandan, CPA
b8c694bbca
Use fakerphp/faker 2020-10-28 17:26:35 +08:00
John Paul E. Balandan, CPA
dac12c9c48
Remove dump-autoload in post-update-cmd 2020-10-07 17:06:10 +08:00
Abdul Malik Ikhsan
ee34850726
[ci skip] remove awkward note at admin/framework/README.md and admin/starter/README.md 2020-10-03 15:07:50 +07:00
MGatner
33ae675da9
Enforce baseURL trailing slash 2020-09-25 14:54:14 +00:00
John Paul E. Balandan, CPA
71a32f832e
Add phpstan to pre-commit 2020-09-02 20:23:58 +08:00
Michal Sniatala
3e2bd81e47
Merge pull request #3438 from samsonasik/gitattribute-framework
add .gitattributes to admin/framework to allow --prefer-dist install only core framework
2020-08-06 15:41:55 +02:00
Abdul Malik Ikhsan
6776e0be97
add .gitattributes to admin/framework to allow --prefer-dist install only core framework 2020-08-02 02:47:34 +07:00
Abdul Malik Ikhsan
44fdf3ea2c
add app and app/Config to autoload composer.json for app starter 2020-07-29 18:42:40 +07:00
MGatner
e9afc850c5
Merge pull request #3183 from paulbalandan/apidocs-action
Add apidocs action
2020-07-04 14:32:54 -04:00
John Paul E. Balandan, CPA
8dc02930ca
Use the curl -L option 2020-07-01 23:22:52 +08:00
MGatner
688475d1fd
[ci skip] Normalize composer.json 2020-07-01 13:43:36 +00:00
John Paul E. Balandan, CPA
0c6058204c
Add apidocs action 2020-06-29 16:09:06 +08:00
MGatner
59b6404783
Standardize composer files to tabs 2020-06-23 17:18:10 +00:00
MGatner
5521a97e75
Clean and sync composer files 2020-06-23 17:17:28 +00:00
MGatner
88dc85fd46
Cease ignoring composer.lock in deployable repos 2020-05-30 02:20:46 +00:00
Lonnie Ezell
7b4c477c87
Release 2020-05-01 00:08:38 -05:00