Kijin Sung
0f82bc6d57
Import some commits from XE 1.8.21
2016-06-16 22:38:54 +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
1f86ae7883
Merge pull request #513 from kijin/pr/recaptcha
...
캡챠 애드온을 reCAPTCHA로 대체
2016-06-08 15:43:24 +09:00
Kijin Sung
fe63f24617
Support multiple CAPTCHA instances on the same page
2016-06-08 00:04:32 +09:00
Kijin Sung
4a32c65ae3
Update IP address range for CloudFlare
2016-06-07 23:50:02 +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
a7eb59bdf6
Version 1.8.20
2016-05-16 22:38:11 +09:00
Kijin Sung
de98117c0e
Remove unnecessary default configuration for mail
2016-05-15 20:25:24 +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
8e1b870000
Fix JQMigrate warning in common.js
2016-05-14 16:38:41 +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
503a332f9b
Merge pull request #490 from kijin/pr/tablet-as-mobile
...
태블릿 기기를 모바일로 취급할지 선택할 수 있도록 함
2016-05-11 15:16:23 +09:00
Kijin Sung
3fbf94f630
Fix #491 no display of canonical URL on some pages
2016-05-11 15:15:05 +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
Kijin Sung
b971ea19ca
Merge branch 'develop' into pr/advanced-mailer
2016-05-10 14:00:26 +09:00
Kijin Sung
e8d4c1f27f
Fix #406 confusing option name for vote list display
2016-05-10 11:46:50 +09:00
Kijin Sung
9bdc30b325
Add options to customize the browser title format
2016-05-09 22:39:19 +09:00
Kijin Sung
f25e685209
Make OpenGraph configurable, and fix canonical URL to include mid
2016-05-09 11:51:11 +09:00
Kijin Sung
da1b69c6b7
Initial implementation of OpenGraph metadata insertion
2016-05-09 01:36:25 +09:00
Kijin Sung
98f0b0cd1c
Add meta keywords and description to board and page modules
2016-05-08 22:51:00 +09:00
Kijin Sung
f151632242
Add XE's SEO module to blacklist, because it causes fatal error with Rhymix
2016-05-08 16:48:08 +09:00
Kijin Sung
df22d9e69e
Fix permissions when manually copying an uploaded file
2016-05-08 15:07:17 +09:00
Kijin Sung
062969ae25
Merge branch 'develop' into pr/advanced-mailer
2016-05-07 14:50:57 +09:00
Kijin Sung
942235b6bc
Enable HTTP/2 server push for CSS and JS resources
2016-05-06 22:02:47 +09:00
Kijin Sung
4290f5110c
Add 'finalize' option to getCSSFileList() and getJSFileList(), to be used only by the final layout
2016-05-06 22:01:58 +09:00
Kijin Sung
0420361349
Reorganize mail driver class structure and add SES driver
2016-05-06 21:31:04 +09:00
Kijin Sung
1c43cbb126
Fix SCSS import from subdirectory
2016-05-06 11:39:12 +09:00