Commit graph

17757 commits

Author SHA1 Message Date
Kijin Sung
181ddf2ffe Only include SVG images smaller than 5KB in minified CSS 2020-12-15 02:21:07 +09:00
Kijin Sung
02b2d54275 Provide incr() and decr() as static methods of Cache class 2020-12-15 02:13:38 +09:00
Kijin Sung
c275702fbf
Merge pull request #1482 from kijin/pr/color-scheme
다크모드 감지 및 설정을 위한 rx_color_scheme 쿠키값의 표준화
2020-12-15 01:59:17 +09:00
Kijin Sung
436728f7b7 Fix unit test for TemplateHandler 2020-12-15 00:24:26 +09:00
Kijin Sung
49923844b2 Various fixes to remove warnings in PHP 8.0 2020-12-15 00:18:42 +09:00
Kijin Sung
a4f698c9c6 Return to auto-detected color scheme if manually set color scheme is removed 2020-12-14 22:43:26 +09:00
Kijin Sung
9a0bf6d907 Fix #1485 misc errors in PHP 8.0 2020-12-14 22:38:47 +09:00
Kijin Sung
74b612715c Fix #1470 RSS not working due to new Router 2020-12-13 22:31:05 +09:00
Kijin Sung
88d31de75d Remove unnecessary duplicate method calls 2020-12-13 22:17:50 +09:00
Kijin Sung
bca7a9ae72 Add proper comments to Context::setResponseMethod() 2020-12-13 22:08:46 +09:00
Kijin Sung
a405b91e42 Add RawDisplayHandler and fix RSS/Atom not producing the correct headers 2020-12-13 22:06:16 +09:00
Kijin Sung
35203b684d Fix #1484 missing extra_var groups in widget info 2020-12-13 21:48:00 +09:00
Kijin Sung
4c62231e88 Fix template syntax for Context::unloadFile() and related unit tests 2020-12-13 21:33:27 +09:00
Kijin Sung
855e12a5de Fix misc warnings in PHP 8.0 2020-12-13 21:21:10 +09:00
Kijin Sung
380f779301 Add unit tests for UA::getColorScheme() and UA::setColorScheme() 2020-12-13 20:00:53 +09:00
Kijin Sung
64c9c5ba90 Unset rx_color_scheme cookie if an invalid value is set (JS equivalent) 2020-12-13 19:59:26 +09:00
Kijin Sung
237f3b295d Unset rx_color_scheme cookie if an invalid value is set 2020-12-13 19:57:52 +09:00
Kijin Sung
0237d5c759 Auto-detect color scheme first, then override with user preference 2020-12-13 19:55:37 +09:00
Kijin Sung
6200e8d4ae Move getColorScheme/setColorScheme methods to UA class 2020-12-13 19:45:34 +09:00
Kijin Sung
e3db1b7cd8 Replace CSS check with window.matchMedia 2020-12-13 19:43:11 +09:00
Kijin Sung
bcfb96dda7 Merge branch 'develop' into pr/color-scheme 2020-12-13 19:40:20 +09:00
Kijin Sung
b5cdd1212e Fix inconsistent path for lang_type cookie
Context::setLangType()에서 생성하는 lang_type 쿠키와
자바스크립트 setLangType()에서 생성하는 lang_type 쿠키의 path가 달라
라이믹스를 서브폴더에 설치한 경우 충돌이 일어나는 문제 해결
2020-12-13 19:28:37 +09:00
Kijin Sung
fcfb89edea Fix admin menu 2020-12-12 19:07:46 +09:00
Kijin Sung
a9689549b7 Fix #1474 return to member info modify form on error, instead of password check page 2020-12-12 17:35:01 +09:00
Kijin Sung
0067182e71 Add playsinline attribute to GIF-based video tags 2020-12-12 17:29:20 +09:00
Kijin Sung
9c5509daeb Fix relative URL (6d4fe58c regression) 2020-12-12 17:15:08 +09:00
Kijin Sung
90d8b7fc33 Directly import PushInterface 2020-12-11 22:09:10 +09:00
Kijin Sung
166e867f77 Relax level limit from 1000 to 10000 2020-12-11 21:57:44 +09:00
Kijin Sung
485b22ea22 Remove legacy dependence on create_function() from Validator class #1480 2020-12-11 21:55:57 +09:00
Kijin Sung
372e392049 Fix #1480 misc errors in PHP 8.0 2020-12-11 21:38:39 +09:00
Kijin Sung
c0c6b4e2de Remove conflicting color scheme class from body 2020-12-11 20:58:13 +09:00
Kijin Sung
96295edc75 Update cookie value inside PHP if color scheme is changed manually 2020-12-11 20:56:17 +09:00
Kijin Sung
79c10d0b23 Add color_scheme_light/color_scheme_dark classes to body 2020-12-11 20:54:56 +09:00
Kijin Sung
9fffc050b4 Add rx_color_scheme cookie for detecting and setting color scheme 2020-12-11 20:35:22 +09:00
Kijin Sung
6d4fe58c2f Fix relative URL (d9397bf6 regression) 2020-12-11 20:04:45 +09:00
Kijin Sung
1fd23af708 Add missing return type declaration to Push interface 2020-12-11 19:59:49 +09:00
Kijin Sung
e421e0af0e Add missing return type declarations to Push class 2020-12-11 19:58:22 +09:00
Kijin Sung
6670a264f1 Fix ambiguous 'object' type in PHP < 7.2 2020-12-11 19:42:46 +09:00
BJRambo
1e21c8f43b
Merge pull request #1475 from bjrambo/pr/new-ExtraVars
확장변수에 국가번호를 포함한 전화번호, 언어, 시간, 국가 선택할 수 있는 확장변수를 추가
2020-12-07 18:22:40 +09:00
BJRambo
ca202f2ffe 일부 select 값은 배열로 저장하지 않고 하나의 string으로 저장 2020-12-07 16:07:38 +09:00
BJRambo
017f1ec184 국가 국가번호를 포함한 전화번호 언어 시간대 선택하는 확장변수 추가 2020-12-07 15:46:51 +09:00
Kijin Sung
d77a93709b Add SMS driver for iwinv.kr
https://www.iwinv.kr/account/sms.html
2020-12-02 00:35:45 +09:00
Kijin Sung
7d8a546b64 Fix #1470 misc errors in PHP 8.0 2020-11-30 21:56:15 +09:00
Kijin Sung
cc1a00e923 Fix incorrect title for document pages in integration search module
page 모듈의 문서페이지가 통합검색에 노출될 경우 제목 대신 내용의 일부분이
짤려서 표시되는 문제가 있는데, 해당 모듈의 제목을 표시하도록 변경함.
2020-11-30 21:41:49 +09:00
Kijin Sung
e2c7a3eefe Exclude scripts and styles from document summary
관리자 권한으로 문서에 스크립트나 스타일을 넣어 놓은 경우
getSummary()에서 해당 내용이 표시되는 문제 수정

<style>CSS</style> 구조로 입력되므로 strip_tags() 사용시
앞뒤의 태그만 삭제되고 중간에 있는 CSS가 그대로 노출될 수 있음.
2020-11-30 21:39:34 +09:00
Kijin Sung
6b3d201539 Remove unnecessary XE icons 2020-11-25 00:55:30 +09:00
Kijin Sung
99dac1d6b3 v2.0.0rc (release candidate) 2020-11-25 00:41:47 +09:00
Kijin Sung
0026d45cf4 Replace logo in README 2020-11-25 00:39:00 +09:00
Kijin Sung
876dfc548a Replace XE logo in default favicon and mobicon 2020-11-25 00:31:43 +09:00
Kijin Sung
645f65315e Fix persistent module update prompt after fresh install 2020-11-25 00:27:53 +09:00