95 Commits

Author SHA1 Message Date
John Paul E. Balandan, CPA
32978d2598
Fix whitespaces for system/ 2020-11-19 01:25:50 +08:00
John Paul E. Balandan, CPA
81888e2545
Remove package tag 2020-10-28 19:28:07 +08:00
John Paul E. Balandan, CPA
c3dcd05e35
Use short notices for header docblock 2020-10-25 21:38:43 +08:00
John Paul E. Balandan, CPA
7dd927fbe3 Enforce consistent file-level docblock across all system files 2020-10-25 21:29:13 +08:00
Abdul Malik Ikhsan
b8ad7782ab
apply rector: set auto import FQCN 2020-10-11 13:22:34 +07:00
MGatner
10ed42640f
Supply fallback from realpath failures 2020-10-01 18:33:13 +00:00
Abdul Malik Ikhsan
5e5e2fcfa9
update both parameter and @param docblock 2020-09-28 19:00:51 +07:00
Abdul Malik Ikhsan
eb7ac59c79
skip _ in first character to not be changed to camelcase 2020-09-28 19:00:50 +07:00
Abdul Malik Ikhsan
b772c5ee79
apply rector: set local variable name to camel case 2020-09-28 19:00:49 +07:00
Abdul Malik Ikhsan
df617f9b26
remove else on return/throw/continue early 2020-08-31 19:13:56 +07:00
Abdul Malik Ikhsan
d936f4caf9
Apply phpstan level 5 (#3541)
Apply phpstan level 5
2020-08-26 10:54:27 +02:00
Abdul Malik Ikhsan
4ee4cfc9d4
Apply phpstan level 4 2020-08-25 20:03:59 +07:00
Abdul Malik Ikhsan
50f5548fe5
Apply phpstan level 2 2020-08-19 10:41:07 +07:00
Abdul Malik Ikhsan
b898978879
apply phpstan level 1 2020-08-17 12:33:17 +07:00
Abdul Malik Ikhsan
bdf6db40d1
typo fix s/Memcached/Redis in RedisHandler cache 2020-07-12 12:18:29 +07:00
John Paul E. Balandan, CPA
04bb1f7826
Update phpdocs of Cache library 2020-07-11 00:51:35 +08:00
Instrye
81fd066731
fix. predis::clean equals 2020-05-20 13:50:27 +08:00
Instrye
484abb86d9
update userguide 2020-05-20 10:59:51 +08:00
Abdul Malik Ikhsan
5db4c2ba54
clean up dead code detected by rectorphp/rector 2020-03-28 01:43:11 +07:00
MGatner
d5d194cf36
Add additional file check before unlink 2020-02-20 10:06:49 -05:00
Lonnie Ezell
fed757bee0
It is now 2020 2020-02-06 22:58:39 -06:00
Jim Parry
e5d46c9b05
CodeIgniter Foundation gets copyright [ci skip] 2019-10-19 01:58:38 -07:00
Jim Parry
e8ae780d83
CodeIgniter Foundation gets copyright [ci skip] 2019-10-19 00:43:47 -07:00
Jim Parry
7a5d2b9b26
Merge branch 'develop' into feature/resource 2019-08-27 14:53:33 -07:00
MGatner
a5c5d39d44
Replace legacy delete() with del() 2019-08-14 10:02:04 -04:00
Jim Parry
8d6110cc47
Merge branch 'develop' into feature/resource 2019-07-03 01:37:15 -07:00
Mohammed Karim
94554b97c7 Added check for Memcached connection. 2019-06-20 17:31:29 +01:00
Mohammed Karim
5fed4d7625 Punctuation is important. 2019-06-20 14:41:27 +01:00
Mohammed Karim
d7702c2eb2 Refactored initialize() method. (Removed redudent second if/else block)
Added connection checker for when \Memcache is used.
2019-06-20 14:08:05 +01:00
Mohammed Karim
6757ad6397 Updated comment. 2019-06-20 14:03:14 +01:00
Mohammed Karim
d254d35be2 Wrapped MemchachedHandler.php initialize() method in try/catch block to mimic RedisHandler.php and PredisHandler.php 2019-06-20 13:39:04 +01:00
Mohammed Karim
71486feb87 Added comment to existing try/catch block 2019-06-20 13:37:58 +01:00
Mohammed Karim
fc192db70e Updated comment. 2019-06-20 13:37:23 +01:00
Mohammed Karim
c08a9af497 CacheFactory will attempt to initialize $backup handler and finally 'dummy' handler if $adapter->initialize() throws a CriticalError.
RedisHandler throws a CriticalError if there is an issue connecting to Redis.
2019-06-18 14:09:24 +01:00
Jim Parry
5b9ced3537
Merge branch 'develop' into apidocs/errors 2019-05-05 23:23:44 -07:00
Jim Parry
c2b0107892
Third batch of docs 2019-05-05 10:21:48 -07:00
Jim Parry
fd1486fd1c
Update docblock version to 4.0.0 2019-05-04 00:58:04 -07:00
Jim Parry
dbc95733c7
Merge branch 'develop' into feature/resource 2019-05-01 23:38:38 -07:00
Atish Amte
d0f9838389
Cache typos changes 2019-04-17 23:18:49 +05:30
MGatner
92baba8b53
Change getMetaData to check for null 2019-04-02 13:33:56 -04:00
MGatner
2cde1c9816
Fix class constant reference 2019-04-02 11:20:58 -04:00
MGatner
3922cad0b1
Correct variable in Memcached handler 2019-03-29 09:29:37 -04:00
MGatner
a4265bb122
Force null returns on key not found 2019-03-29 09:27:37 -04:00
Jim Parry
d45c242985
Docs: fix phpdocs for Cache 2019-03-27 07:55:03 -07:00
Atish Amte
3d91ccd171
Some typos changes 2019-03-23 15:45:39 +05:30
Jim Parry
2fb7133e56
Test: Improve Cache code coverage 2019-03-07 16:30:08 -08:00
Jim Parry
a73d8ac87f
Test: Improve CacheFactory code coverage 2019-03-07 16:09:53 -08:00
vibbow
dfe90e71d8
Log an error if redis authentication is failed. 2019-02-14 13:05:29 +08:00
vibbow
8b2bd4cec9
Log an error if redis select database failed. 2019-02-14 12:17:41 +08:00
vibbow
03c6edd265
Update Cache RedisHandler to support select database. 2019-02-13 16:54:34 +08:00