Kijin Sung
1d1171344a
Merge branch 'develop' into pr/session-class
2016-07-17 23:07:06 +09:00
Kijin Sung
273c95b449
Fix error when loading XML lang file with simplexml_load_file()
2016-07-12 23:35:44 +09:00
Kijin Sung
55547c56e4
Do not use safe_overwrite if target directory is not writable
2016-07-11 11:14:00 +09:00
Kijin Sung
2f5d51076c
Add generic getter and setter methods
2016-07-09 23:13:44 +09:00
Kijin Sung
7816062044
Initial structure of session class
2016-07-05 23:27:25 +09:00
Kijin Sung
07d97242ec
Unify lang and locale config files
2016-07-03 23:58:11 +09:00
Kijin Sung
63b6ac9e37
Set the default umask automatically upon install
2016-07-03 21:48:09 +09:00
Kijin Sung
f0e6b818af
Add method to recommend the best umask for the current server environment
2016-07-03 21:42:47 +09:00
Kijin Sung
480e27b55d
Apply permissions before moving temp file into place
2016-07-03 21:25:05 +09:00
Kijin Sung
ce878bcaf6
Merge branch 'develop' into pr/umask
2016-07-03 21:21:17 +09:00
Kijin Sung
a15095dd00
Use umask consistently
2016-07-03 20:46:22 +09:00
Kijin Sung
ce594eece7
Throw user warnings when a file operation fails dangerously
2016-07-03 17:30:46 +09:00
Kijin Sung
2dddc982a7
Treat user warnings as same as PHP warnings
2016-07-03 17:27:59 +09:00
Kijin Sung
866b709f36
Merge pull request #535 from kijin/pr/ua-improvement
...
User-Agent 감지 기능 개선
2016-06-26 17:55:46 +09:00
Kijin Sung
976fa799f3
Add more edge cases and tests, always default to Mozilla/X.X
2016-06-26 17:25:59 +09:00
Kijin Sung
2086c73295
Change detection order of Opera/Konq/Chrome/Safari
2016-06-26 17:07:05 +09:00
Kijin Sung
38b3db1238
Rename OS X to macOS (official name change since Sierra)
2016-06-26 15:41:07 +09:00
Kijin Sung
c9c4d7cda1
Improve filename encoding for miscellaneous old browsers
2016-06-25 21:37:35 +09:00
Kijin Sung
c3fe8d265b
Move RFC5987 encoding function to UA class
2016-06-25 21:22:32 +09:00
Kijin Sung
8fe8c9203e
Improve browser detection
...
- Distinguish iOS from Mac OS X
- Better detection of Android default browser and webview
- Detect Chrome and Firefox on iOS
- Detect common search robots
2016-06-25 20:59:14 +09:00
Kijin Sung
8f3a9db69a
Call clearstatcache() after write operations
2016-06-23 17:29:32 +09:00
Kijin Sung
30106b7fc4
Use atomic rename to safely overwrite frequently accessed files
2016-06-23 00:00:48 +09:00
Kijin Sung
6791208ae1
Prevent function arguments from being exposed in the error log
...
Also: Produce backtrace when a regular error occurs
Also: Remove unnecessary check for DEBUG_BACKTRACE_IGNORE_ARGS
(This is not necessary in PHP > 5.3.6)
2016-06-15 17:03:32 +09:00
Kijin Sung
7484b67b3a
Fix error in Woorimail driver when the recipient's name is empty
2016-06-15 16:48:16 +09:00
Kijin Sung
6f527cc2ad
Merge pull request #521 from kijin/pr/allow-id-in-html
...
사용자가 작성한 HTML 콘텐츠 중 일부 id 속성을 허용
2016-06-08 16:35:55 +09:00
Kijin Sung
54fe5e102e
Allow id attributes starting with 'user_content_'
2016-06-08 16:26:58 +09:00
Kijin Sung
2d54687a52
Add slow remote requests to debug content
2016-06-08 16:15:32 +09:00
Kijin Sung
e96ac0ba7a
Add function to get relative timestamp up to many years, with unit tests
2016-05-26 16:41:20 +09:00
Kijin Sung
3ee6eaa363
Fix incorrect value of DateTime::formatTimestamp() if timestamp is not given
2016-05-23 23:43:04 +09:00
Kijin Sung
9a7445b677
Merge pull request #460 from kijin/pr/advanced-mailer
...
고급 메일 발송 모듈의 기능을 라이믹스에 포함
2016-05-23 22:03:37 +09:00
Kijin Sung
c8c319b988
Fix minor compatibility bugs, and add unit tests for Mail class
2016-05-23 17:34:40 +09:00
Kijin Sung
a0db70ef6a
Improve force_sender handling
2016-05-23 16:38:38 +09:00
Kijin Sung
194ef11de7
Implement force_sender, exception handling, and logging with triggers
2016-05-23 16:22:38 +09:00
Kijin Sung
0961253a74
Improve ConfigHelper::consolidate() to allow use of filters
2016-05-19 21:02:39 +09:00
Kijin Sung
557d338427
Add configuration helper (consolidator) class and unit tests
2016-05-19 17:46:52 +09:00
Kijin Sung
a098685c29
Return SPF and DKIM hints when getSupportedDrivers() is called
2016-05-19 14:20:24 +09:00
Kijin Sung
729bfe8239
Add SPF and DKIM hints for each sending method
2016-05-19 14:11:55 +09:00
Kijin Sung
ce66292fe4
Automatically recognize the current default sending method
2016-05-19 14:04:10 +09:00
Kijin Sung
9be52c3444
Add 'Do not edit' warning to legacy configuration files
2016-05-17 15:06:53 +09:00
Kijin Sung
1f39a51c66
Merge branch 'develop' into pr/advanced-mailer
2016-05-15 20:22:55 +09:00
Kijin Sung
ebb1b2fd4a
Add dummy driver and other transports supported by Advanced Mailer
2016-05-15 19:56:28 +09:00
Kijin Sung
0b20f3f5c7
Reset Message-ID in case send() is called multiple times
2016-05-13 11:34:46 +09:00
Kijin Sung
8f9eacee64
Add DB number to redis cache settings, and set the default to 1
2016-05-12 00:46:41 +09:00
Kijin Sung
bdd00fe6b7
Better emulate Advanced Mailer features
2016-05-11 15:02:59 +09:00
Kijin Sung
ad8a07096c
Allow tablets to be treated as mobile or not depending on configuration
2016-05-10 23:33:12 +09:00
Kijin Sung
2e73c6acaa
Return more detailed information from Mail::getSupportedDrivers()
2016-05-10 20:25:44 +09:00
Kijin Sung
06f8643307
Add Mail->isSent() method and clean up visibility of properties
2016-05-10 17:29:05 +09:00
Kijin Sung
14dfba32e4
Do not return false after failed trigger if mail is already sent
2016-05-10 17:25:59 +09:00
Kijin Sung
10309e5811
Standardize config field names, and make drivers declare which fields they require
2016-05-10 15:58:26 +09:00
Kijin Sung
4d1ada5f28
Add mail.send (before/after) triggers
2016-05-10 15:40:23 +09:00