Commit graph

12 commits

Author SHA1 Message Date
Kijin Sung
54f0346a50 Update recaptcha addon to throw exceptions on error 2018-09-06 00:22:06 +09:00
Kijin Sung
84e5542d77 Remove unnecessary use of BaseObject
- 트리거 등 반환값이 필요하지 않은 곳에서 new BaseObject()를 반환하는 것 삭제
- 모듈 설치, 업데이트 후 무의미한 new BaseObject()를 반환하는 것 삭제
- 사용자에게 에러 메시지를 돌려주는 용도로 new BaseObject(-1, '에러메시지')를
  사용하는 경우는 대부분 $this->setError()로 변경함. 언어 변환과 sprintf()
  처리까지 한 번에 이루어지므로 이쪽이 더 편리함.
2017-12-01 00:54:51 +09:00
BJRambo
f3f40f6859 php7.2호환을 위해 변경한 클래스 Object 를 BaseObject으로 변경 2017-11-28 20:01:28 +09:00
Kijin Sung
c8c033de66 Fix fatal error when unable to connecto to reCAPTCHA server 2017-06-25 21:12:24 +09:00
Kijin Sung
acb2899462 Fix missing sprintf() 2016-06-08 15:19:19 +09:00
Kijin Sung
a2e54ed759 Enable customizing target users and frequency 2016-06-08 01:05:38 +09:00
Kijin Sung
d13bf13bc9 Also auto-insert reCAPTCHA in member module if the form does not contain a placeholder 2016-06-08 00:56:01 +09:00
Kijin Sung
ae27414230 Enable reCAPTCHA in document and comment write forms, and auto-insert reCAPTCHA if the form does not contain a placeholder 2016-06-08 00:52:20 +09:00
Kijin Sung
fe63f24617 Support multiple CAPTCHA instances on the same page 2016-06-08 00:04:32 +09:00
Kijin Sung
9672060be8 Split reCAPTCHA addon into main script and class file 2016-06-07 23:48:41 +09:00
Kijin Sung
168bfeba50 Delete test code 2016-05-26 22:59:31 +09:00
Kijin Sung
bfc212cc09 Add reCAPTCHA addon for signup page 2016-05-26 22:52:19 +09:00