rhymix/modules
Kijin Sung 926aa1bc7d Remove unnecessary default values for update queries
업데이트 쿼리를 할 때 해당 컬럼에 넣을 값을 넘기지 않으면 기본값이 입력되어
의도치 않게 데이터가 변경될 가능성이 있습니다.
(예: ipaddress를 넘기지 않으면 현재 접속자의 IP 주소로 대체됩니다.)
이런 문제를 방지하기 위해 불필요한 기본값을 모두 제거합니다.
2023-10-04 21:13:56 +09:00
..
addon Remove trailing whitespace 2023-01-30 21:43:21 +09:00
admin Change cache-busting query string format from ?YYYYMMDDHHMMSS to ?t=UnixTime 2023-09-12 23:15:26 +09:00
adminlogging Shorten ipaddress field to 60 chars in most modules 2021-01-19 21:59:33 +09:00
advanced_mailer Migrate advanced_mailer module triggers to new format using module.xml 2023-08-30 23:14:09 +09:00
autoinstall autoinstall 모듈에서 패키지 목록이 비어있을때 발생하는 count(null) 에러 수정 2022-09-18 14:42:07 +00:00
board Pass procBoardVoteDocument() to procDocumentVoteUp(), not updateVotedCount() 2023-10-02 23:46:24 +09:00
comment Remove unnecessary default values for update queries 2023-10-04 21:13:56 +09:00
communication Move communication module triggers to module.xml 2023-10-02 22:00:06 +09:00
counter Fix deprecation warning in PHP 8 2023-01-06 18:37:09 +09:00
document Remove unnecessary default values for update queries 2023-10-04 21:13:56 +09:00
editor Fix potential type error in editor component XML handling logic 2023-10-03 16:19:04 +09:00
file Clean up trigger registration code in document, comment, file, editor modules 2023-10-02 22:28:16 +09:00
importer Fix importer module not saving documents/comments with empty password fields 2021-01-29 15:01:26 +09:00
install Register action forward routes, event handlers, etc. during initial installation process 2023-08-11 00:40:40 +09:00
integration_search Treat webp as image in integration search module 2023-09-24 21:54:08 +09:00
krzip Clean up unnecessary files in krzip module (it should follow the copyright and license of Rhymix core as a whole) 2023-09-25 00:19:14 +09:00
layout Fix capitalization of class names 2023-10-02 22:55:41 +09:00
member Also apply #2192 fix to document and comment modules; defend null 2023-10-03 14:32:15 +09:00
menu Fix #2193 use prop() instead of attr() to check whether a checkbox is checked 2023-10-04 15:50:24 +09:00
message Add friendly help message for "unexpected end of file" errors (fix #2180) 2023-09-16 18:45:17 +09:00
module Fix warning if need_update attribute is not set 2023-09-27 15:58:05 +09:00
ncenterlite Fix potential type errors in NcenterliteController 2023-10-03 15:28:22 +09:00
page Fix #2187 undefined lang code in page.admin.controller.php 2023-10-01 00:03:33 +09:00
point Fix #2153 warnings in point module config in PHP 8 @eondcom 2023-07-17 21:03:36 +09:00
poll Fix capitalization of class names 2023-10-02 22:55:41 +09:00
rss Fix capitalization of class names 2023-10-02 22:55:41 +09:00
session Fix capitalization of class names 2023-10-02 22:59:25 +09:00
spamfilter Fix capitalization of class names 2023-10-02 22:59:25 +09:00
tag Fix capitalization of class names 2023-10-02 22:59:25 +09:00
trash Fix capitalization of class names 2023-10-02 22:59:25 +09:00
widget Fix capitalization of class names 2023-10-02 22:59:25 +09:00