Update#28
Merged
Merged
Conversation
Develop - 150818
대만에서 서비스하고 있는 대만 현지인이 번역한 것입니다.
추가된 가입폼 나오지않는 문제수정
Magic hash로 인해 발생할 수 있는 오류 수정
파일명의 엔트로피 향상 (md5 대신 createSecureSalt 이용)
- 이메일로 전송되는 본문에 대한 필터링 적용
- escape 되지 않은 dot(.)으로 인해 유사 도메인에 대한 공격에 노출될 수 있는 문제
* 선택적 SSL 환경서 관리자 에디터 파일 첨부가 안되는 문제. * Revert "선택적 SSL 환경서 관리자 에디터 파일 첨부가 안되는 문제." This reverts commit bc13035. * 회원 정보 조회/수정폼 오타로 인한 폼 깨짐 현상 해결 회원 정보 조회/수정폼 오타로 인한 폼 깨짐 현상 해결
잘못된 변수명 변경
- 200 Ok가 201로 작성된 문제 고침 - 목록에 없는 코드 추가 - 목록에 없는 코드의 메시지 반환 시 'OK'로 고정되어 있던 것을 'HTTP xxx'으로 반환하도록 변경
* add to errorlog function * add to backtrace funcions. * Delete conditions for the fatal error output. * Improving the readability of the debug code. * Improved readability enables debug messages.
upload_max_filesize가 MB단위로 되어있지 않은 경우(ex. 2G) 발생하던 오류를 수정했습니다.
PHP 7.1에서 오류를 유발하는 Context 클래스의 $this 사용 제거
파일 크기 제한, 문서 첨부 제한 설정 오류 수정
…t-search 서드파티가 게시판 검색 과정에 영향을 줄 수 있도록 하는 기반
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update