rhymix/common/framework
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
..
drivers Support either/both username and password for Redis #1602 2021-02-05 21:04:20 +09:00
exceptions Initial implementation of DB class based on PDO MySQL driver 2020-06-29 15:45:01 +09:00
filters Remove excess dots from filenames #1251 2020-04-16 17:46:39 +09:00
helpers Fix #1610 memory leak in initial debug status check 2021-02-10 00:27:04 +09:00
parsers Set standalone attribute to 'auto' if new class syntax is used in module.xml 2021-04-20 21:45:21 +09:00
cache.php Provide incr() and decr() as static methods of Cache class 2020-12-15 02:13:38 +09:00
calendar.php Fix short array syntax and backwards test 2016-03-17 17:41:03 +09:00
config.php Stop providing XE-compatible $db_info and db.config.php 2020-09-29 00:55:10 +09:00
datetime.php Implement default timezone for domains 2017-03-13 12:51:24 +09:00
db.php Use savepoints for nested transactions 2021-02-04 16:39:09 +09:00
debug.php Fix #1658 show error message if debug is enabled for current user 2021-03-18 00:27:15 +09:00
exception.php Add basic exception class 2016-02-01 20:11:46 +09:00
formatter.php Fix various warnings in PHP 8.0 2021-01-28 22:32:56 +09:00
i18n.php Add functions for converting between country codes and calling codes 2020-03-18 21:02:23 +09:00
image.php Storage::getContentType() 메소드를 MIME 클래스로 이동함 2019-10-09 15:20:19 +09:00
korea.php Improve validation and formatting for 0303 and 0505 phone numbers 2019-05-13 15:34:09 +09:00
lang.php Adjust loading priority of modules vs. plugins 2021-01-21 00:44:35 +09:00
mail.php Fix some obvious compatibility issues with new dependencies 2018-10-18 14:10:02 +09:00
mime.php Add MIME types for common executables and package formats 2020-03-24 01:07:07 +09:00
pagination.php Add pagination class 2016-03-17 19:46:32 +09:00
password.php Fix compatibility with PBKDF2 hashes with iteration counts that are not zero-padded 2021-03-14 00:26:15 +09:00
push.php Add missing return type declarations to Push class 2020-12-11 19:58:22 +09:00
router.php Fix various warnings in PHP 8.0 2021-01-28 22:32:56 +09:00
security.php Use Origin header before Referer to check CSRF 2021-02-23 16:51:46 +09:00
session.php Fix #1610 memory leak in initial debug status check 2021-02-10 00:27:04 +09:00
sms.php Fix remainder of unit test warnings in PHP 8.0 2021-01-29 00:36:24 +09:00
storage.php Use RX_WINDOWS constant in core and file module 2020-02-14 16:16:33 +09:00
timer.php Fix short array syntax 2016-03-17 17:33:58 +09:00
ua.php Fix various warnings in PHP 8.0 2021-01-28 22:32:56 +09:00
url.php Fix various warnings in PHP 8.0 2021-01-28 22:32:56 +09:00