John Paul E. Balandan, CPA
|
f722360d84
|
Use explicit 'PHP_EOL' in wordwrap
|
2020-06-28 19:42:51 +08:00 |
|
Lonnie Ezell
|
275ee0799e
|
Merge pull request #3167 from paulbalandan/docs-use-artifacts
Add the upload artifact action
|
2020-06-25 13:09:59 -05:00 |
|
John Paul E. Balandan, CPA
|
caa7cd2e1c
|
Add the upload artifact action
|
2020-06-26 01:57:18 +08:00 |
|
Michal Sniatala
|
8e0f4c97f4
|
Merge pull request #3162 from michalsn/delete_files
Update delete_files() helper function
|
2020-06-25 14:57:19 +02:00 |
|
Lonnie Ezell
|
6b23f2eed0
|
Merge pull request #3165 from paulbalandan/cli-color-detection
More robust color support detection in CLI
|
2020-06-24 22:52:22 -05:00 |
|
MGatner
|
55f947f8a6
|
Merge pull request #3151 from samsonasik/use-dedicated-dir
use writable directory for sqlite default location
|
2020-06-24 18:51:53 -04:00 |
|
Michal Sniatala
|
f66f3246d2
|
Merge pull request #3163 from michalsn/fix_batch_model
Fix testMode() for batch methods in Model
|
2020-06-24 19:29:53 +02:00 |
|
John Paul E. Balandan, CPA
|
e8918134e6
|
Add tests for new methods and normalize line endings to PHP_EOL
|
2020-06-25 01:14:21 +08:00 |
|
John Paul E. Balandan, CPA
|
1c4b4efa23
|
Add more robust color support detection in CLI
|
2020-06-25 01:12:46 +08:00 |
|
Michal Sniatala
|
30ad13f454
|
Merge pull request #3161 from paulbalandan/fix-namespaces-command
Fix ternary operator for $path in Namespaces Command
|
2020-06-24 19:08:37 +02:00 |
|
Michal Sniatala
|
93daa62f01
|
Merge pull request #3160 from paulbalandan/mysqli-connection
Fix type of $socket in MySQLi\Connection
|
2020-06-24 19:07:31 +02:00 |
|
Michal Sniatala
|
b94a7bf8ee
|
Merge pull request #3159 from paulbalandan/fix-ciunittestcase
Remove unused code in CIUnitTestCase
|
2020-06-24 19:06:32 +02:00 |
|
michalsn
|
8c5d084e29
|
Use throwable
|
2020-06-24 17:33:11 +02:00 |
|
michalsn
|
0194640888
|
Fix testMode() for batch methods in Model
|
2020-06-24 17:24:43 +02:00 |
|
michalsn
|
24ea615d0f
|
Update delete_files() helper function. Fixes #3015
|
2020-06-24 17:15:32 +02:00 |
|
John Paul E. Balandan, CPA
|
9185e2a926
|
Fix ternary operator for $path in Namespaces Command
|
2020-06-24 23:12:55 +08:00 |
|
John Paul E. Balandan, CPA
|
5588217428
|
Fix type of $socket in MySQLi\Connection
|
2020-06-24 22:56:14 +08:00 |
|
John Paul E. Balandan, CPA
|
28288199d4
|
Remove use statement for Paths
|
2020-06-24 22:48:44 +08:00 |
|
John Paul E. Balandan, CPA
|
f4902e0895
|
Remove unused line of code
|
2020-06-24 22:44:58 +08:00 |
|
Abdul Malik Ikhsan
|
bd61fe8809
|
test fix for get "database" property prefixed with WRITEPATH for sqlite
|
2020-06-24 18:16:30 +07:00 |
|
Michal Sniatala
|
e9de841818
|
Merge pull request #3155 from MGatner/email-recipients
Email property violation
|
2020-06-24 12:31:32 +02:00 |
|
Michal Sniatala
|
ad9b1beb48
|
Merge pull request #3154 from MGatner/docs-action
Prevent docs Action on forks
|
2020-06-24 12:30:47 +02:00 |
|
Michal Sniatala
|
38a0138077
|
Merge pull request #3150 from arma7x/forked
Define environment variables before initiating exception class
|
2020-06-24 12:28:46 +02:00 |
|
Abdul Malik Ikhsan
|
13b0da0d25
|
updated tests config to use "database.db" to prove that the patch is working
|
2020-06-24 01:41:14 +07:00 |
|
Abdul Malik Ikhsan
|
4f033de404
|
add writable/*.db and writable/*.sqlite to .gitignore
|
2020-06-24 01:38:50 +07:00 |
|
Abdul Malik Ikhsan
|
8ab342ae20
|
simplify check database needs WRITEPATH prefix
|
2020-06-24 01:28:54 +07:00 |
|
MGatner
|
37460f7bde
|
Bugfix property violation
|
2020-06-23 18:19:00 +00:00 |
|
MGatner
|
f377dab27d
|
Prevent docs Action on forks
|
2020-06-23 17:40:59 +00:00 |
|
Abdul Malik Ikhsan
|
acf3cdfc72
|
documentation update path sqlite
|
2020-06-23 22:52:33 +07:00 |
|
Abdul Malik Ikhsan
|
e136be0b54
|
remove DIRECTORY_SEPARATOR as WRITEPATH already have it
|
2020-06-23 22:50:47 +07:00 |
|
Abdul Malik Ikhsan
|
947d33de74
|
remove root ./data directory
|
2020-06-23 22:49:52 +07:00 |
|
Abdul Malik Ikhsan
|
106aeaf3c4
|
use writable/{database.db} path
|
2020-06-23 22:49:09 +07:00 |
|
MGatner
|
fdc1b8295a
|
Merge pull request #3152 from MGatner/email-bugfix
Revamp Email archive
|
2020-06-23 11:46:23 -04:00 |
|
MGatner
|
fb587b46cf
|
Revamp email archive
|
2020-06-23 14:59:02 +00:00 |
|
Abdul Malik Ikhsan
|
241c01e96e
|
use dedicated data directory in root project for sqlite default lcoaiton
|
2020-06-23 17:12:58 +07:00 |
|
Michal Sniatala
|
d0ec768c53
|
Merge pull request #3148 from MGatner/email-sets
Implement Email archive
|
2020-06-23 12:06:45 +02:00 |
|
arma7x
|
4c21cc45bb
|
define environment variables
|
2020-06-23 06:23:52 +08:00 |
|
Lonnie Ezell
|
730e2717fb
|
Merge pull request #3142 from michalsn/sqlite3_location_fix
Fix default location for SQLite3 database
|
2020-06-22 11:33:34 -05:00 |
|
MGatner
|
d12422c4f4
|
Implement Email archive
|
2020-06-22 16:14:13 +00:00 |
|
michalsn
|
b6670bc8de
|
[ci skip] start changelog
|
2020-06-22 17:35:35 +02:00 |
|
Lonnie Ezell
|
51e532fab7
|
Merge pull request #3065 from mostafakhudair/patch-10
Move shouldDiscover in a new system/Modules class
|
2020-06-21 23:02:00 -05:00 |
|
Lonnie Ezell
|
a0b27433b5
|
Merge pull request #3137 from michalsn/fetchGlobal_fix
Fix filtering for fetchGlobal() method
|
2020-06-21 22:59:53 -05:00 |
|
Lonnie Ezell
|
4cd221bba4
|
Trying to fix the nightly docs action again.
|
2020-06-21 22:53:02 -05:00 |
|
Michal Sniatala
|
4fa969a96f
|
Merge pull request #3143 from samsonasik/test-pagerenderer
more test for PagerRenderer
|
2020-06-21 14:39:31 +02:00 |
|
Abdul Malik Ikhsan
|
0af5ad5acb
|
more test for PagerRenderer
|
2020-06-21 17:32:55 +07:00 |
|
Michal Sniatala
|
c1da68a196
|
Merge pull request #3141 from MGatner/email-subject
Set Email subject property
|
2020-06-21 09:56:23 +02:00 |
|
Michal Sniatala
|
8e4600d409
|
Merge pull request #3133 from paulbalandan/fix-docs-2
More fixes to docs nightly
|
2020-06-21 09:46:52 +02:00 |
|
Michal Sniatala
|
c240f51917
|
Merge pull request #3139 from MGatner/ug-download
UG forced download error
|
2020-06-21 09:46:09 +02:00 |
|
Michal Sniatala
|
d820f70c05
|
Merge pull request #3140 from guidorossi/patch-1
Update encryption.rst
|
2020-06-21 09:44:45 +02:00 |
|
michalsn
|
826fae0031
|
Fix default location for SQLite3 database. Fixes #3113
|
2020-06-21 09:39:40 +02:00 |
|