rhymix/common
Kijin Sung e60ffb4e8d Add option to control partial page rendering (layout drop)
XE 시절부터 layout=none 또는 isLayoutDrop=1 파라미터로 레이아웃이 없는
부분적인 페이지 렌더링을 허용하는 기능이 있었습니다. 관리자 화면에서
팝업이나 iframe을 표시하는 용도로도 사용하고, AJAX로 페이지 일부 내용만
새로고침할 때 불필요한 데이터를 주고받지 않도록 하는 데도 유용합니다.

그러나 사이트에 따라서는 레이아웃을 적용하지 않을 경우 민감한 정보가
노출되는 등의 부작용이 발생할 수도 있으므로, 이 기능을 사용하지 않도록
선택하는 옵션을 제공합니다.
2023-09-12 00:33:54 +09:00
..
css Clean up more old files that haven't been used in a while in Rhymix 2023-08-31 01:00:12 +09:00
defaults Add option to control partial page rendering (layout drop) 2023-09-12 00:33:54 +09:00
framework Remove characters in writePHPData() comment that could cause syntax error 2023-09-05 02:07:21 +09:00
img Remove Flash FLV player that doesn't work anymore 2021-01-08 21:02:45 +09:00
js Use console.error() instead of console.warn() in Firefox, because it doesn't show stack trace for warnings 2023-08-31 22:59:15 +09:00
lang Add option to control whether boards and pages are indexed by search engines, using the X-Robots-Tag header 2023-08-13 02:03:02 +09:00
libraries Use compoer/ca-bundle instead of using our own cacert.pem 2022-12-26 00:57:50 +09:00
manual/server_config Stop allowing access to .php files under files/cache/ 2023-08-07 00:35:40 +09:00
scripts Provide a single entry point for all command-line scripts 2023-08-16 23:12:25 +09:00
tpl Fix <!-- ETC --> comment stuck after body with no newline 2023-09-05 00:42:42 +09:00
vendor Update guzzlehttp/guzzle and related libraries 2023-04-22 14:49:26 +09:00
autoload.php Remove unnecessary condition in autoloader for custom namespaces 2023-08-12 21:55:20 +09:00
composer.json Move all composer files inside the common directory 2022-12-26 16:33:32 +09:00
composer.lock Update guzzlehttp/guzzle and related libraries 2023-04-22 14:49:26 +09:00
constants.php Version 2.1.4 2023-08-31 12:27:00 +09:00
functions.php Merge branch 'develop' into pr/whitespace 2023-01-30 21:49:10 +09:00
legacy.php Fix #2161 incorrect timestamp when seconds are missing or negative time zone is given 2023-08-04 12:13:09 +09:00