rhymix/classes
Kijin Sung 2a026a6c86 Allow true/false/yes/no values for autoescape
템플릿의 <config autoescape="on" /> 문법이 on, off만 지원하기 때문에
흔히 사용하는 true, false, yes, no, Y, N 등의 불리언 값을 입력하면
안전하지 않은 off로 인식하게 됨. 이 경우에도 적절히 처리하도록 변경.
2022-10-30 22:28:39 +09:00
..
cache 주석의 잘못된 리턴타입 변경 2021-04-16 16:40:13 +09:00
context Support {$lang_type} and {$device_type} variables in plugin.load 2022-10-30 17:08:01 +09:00
db Remove legacy DB classes and XML query parser classes 2020-06-30 12:20:12 +09:00
display Add board name as og:article:section 2021-03-31 21:04:05 +09:00
editor Fix warnings in PHP 8.0 related to editor components 2021-02-09 01:21:53 +09:00
extravar Fix #1970 invalid default value for extravar of 'date' type 2022-07-04 22:10:56 +09:00
file 움직이는 webp 이미지를 처리하지 못하면서 발생하는 오류 수정 2021-12-24 18:56:47 +09:00
frontendfile Fix #1926 add @charset UTF-8 to beginning of concatenated CSS file 2022-07-02 23:55:45 +09:00
handler copyright add to php files 2013-11-08 05:52:51 +00:00
httprequest Convert Object class to BaseObject in core classes 2017-11-27 22:34:28 +09:00
mail Use egulias/EmailValidator to validate email addresses 2018-10-18 14:16:12 +09:00
mobile Fix warning in PHP 8.0 if user-agent header is missing 2021-01-28 23:14:48 +09:00
module Add more error codes in critical code paths in Context and ModuleHandler 2022-10-13 00:34:23 +09:00
object Prevent deprecation warning about dynamic properties in PHP 8.2 2022-06-27 16:18:10 +09:00
page PHP 5 방식의 생성자 (__construct) 사용 2015-04-01 11:30:04 +09:00
security Fix various warnings in PHP 8.0 2021-01-28 22:32:56 +09:00
template Allow true/false/yes/no values for autoescape 2022-10-30 22:28:39 +09:00
validator Correct the URL regex 2022-02-21 21:11:42 +09:00
widget copyright add to php files 2013-11-08 05:52:51 +00:00
xml Fix PHP warnings due to unitiated variables #1866 thanks to @Erictoby 2022-02-04 01:41:56 +09:00