rhymix/common/framework/parsers
Kijin Sung 741a714abd Set standalone attribute to 'auto' if new class syntax is used in module.xml
- 새로 추가된 클래스 문법 사용시 standalone 속성 기본값은 true가 아닌 auto로 지정

- standalone 속성의 의미는 아래와 같음
  - true: 항상 접근 허용 (기존 방식으로 선언한 액션의 기본값)
  - false: mid가 소속 모듈과 일치하거나, admin 모듈인 경우에만 접근 허용
  - auto: module 또는 mid가 소속 모듈과 일치하거나, admin 모듈인 경우에만 접근 허용
    (즉, false와 비슷하지만 exec_json 함수 등에서 module+act로 호출하는 경우에는
    mid가 없더라도 module만 일치하면 호출할 수 있도록 허용하여 개발 편의를 높임)

- 단, global_route 속성이 있는 경우 standalone 속성 기본값은 true임
  (전역 짧은주소는 mid 없이 호출될 수밖에 없으므로)
2021-04-20 21:45:21 +09:00
..
dbquery Fix SQL error when list count is 0 2021-02-26 16:25:11 +09:00
dbtable Use latin1 charset for ASCII-only columns that need to be short for indexing 2021-01-22 00:51:47 +09:00
baseparser.php Clean up editor module 2020-07-09 16:37:04 +09:00
configparser.php Remove useless use_prepared_statements option 2021-01-05 23:28:51 +09:00
dbqueryparser.php Add 'ifvar' attribute to most query elements 2021-02-09 21:58:07 +09:00
dbtableparser.php Fix various warnings in PHP 8.0 2021-01-28 22:32:56 +09:00
editorcomponentparser.php Clean up editor module 2020-07-09 16:37:04 +09:00
langparser.php Revert "Fix var_export() not working for stdClass in PHP < 7.3" 2018-12-13 18:59:27 +09:00
moduleactionparser.php Set standalone attribute to 'auto' if new class syntax is used in module.xml 2021-04-20 21:45:21 +09:00
moduleinfoparser.php Make all addons, modules, and widgets follow RX_VERSION 2020-12-18 00:20:33 +09:00
xmlrpcparser.php Add XMLRPCParser class to parse XE-compatible XML requests 2020-07-03 00:03:58 +09:00