rhymix/modules/admin
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
..
conf Fix #2136 add button to reset the cleanup exception list 2023-07-04 22:43:17 +09:00
controllers Add option to control partial page rendering (layout drop) 2023-09-12 00:33:54 +09:00
lang Add option to control partial page rendering (layout drop) 2023-09-12 00:33:54 +09:00
models Fix warnings in PHP 8 #2150 @eondcom 2023-07-17 20:51:47 +09:00
queries First step of reorganizing admin module into namespaces 2022-12-26 23:19:37 +09:00
ruleset Fix favorite removal not working in admin menu 2021-01-08 00:01:19 +09:00
schemas issue 2847 remove autoincrement attribute for mssql 2013-02-07 05:55:13 +00:00
tpl Add option to control partial page rendering (layout drop) 2023-09-12 00:33:54 +09:00
admin.admin.controller.php Remove trailing whitespace in admin module 2023-01-17 20:59:21 +09:00
admin.admin.model.php Remove trailing whitespace in admin module 2023-01-17 20:59:21 +09:00
admin.admin.view.php Remove trailing whitespace in admin module 2023-01-17 20:59:21 +09:00
admin.class.php First step of reorganizing admin module into namespaces 2022-12-26 23:19:37 +09:00