Develop - 140930#10
Merged
Merged
Conversation
strpos를 in_array로 수정.
- query, trigger 수행 시 slowlog를 기록하는 역할 수행 - 파일에 기록 또는 `XE.writeSlowlog` trigger를 동작시킴
- 트리거 전체 수행 시간을 기록하는 기능 제거
eval에서 발생하는 오류 대신 실제 오류가 발생한 템플릿 파일을 출력함으로 디버깅시 참고 가능하게함 개선 코드(by @lansi951 ) 반영
include문 사용시 parse error 예외처리가 불가능함으로 FileHandler::readFile로 읽어 들인뒤 eval하는 방식으로 수정하였습니다. 추가:pharse가 아니라 parse네요;;;
__DEBUG__가 0일경우 기존 include 방식을 사용
원인은 jquery 에서 parents() 를 사용해서이다. parents 는 최상위부터 다 검토하게 되는데, 동일하 li._item_key 형태가 1차 / 2차 형태에 둘 다 나오다보니 정작 jquery 로 menu_item_srl 값을 넣을때 삭제버튼을 눌렀던 해당 2차 메뉴의 값이 들어가는게 아니라 그 상위의 1차 메뉴 값이 들어가면서... 따라서 삭제하면 무조건 '하위메뉴가 존재하여 삭제할 수 없습니다' 라는 메세지가 나오게 되는 것이다 결국, parents 대신에 closest 를 사용해서, 삭제버튼 있는 곳에서부터 찾으니 2차 메뉴의 li._item_key 가 된다
프로파일러 모듈 대비 trigger 호출 추가
잘못되어 있었던 함수 인자 순서를 변경
called_extension 다시 애드온 파일명으로 변경
lang.xml 독일어 추가
임의값을 vid parameter에 입력하여 취약점 발생 방지 필터링
Vid parameter 이용한 취약점 발생 가능성 방지
#1016 잘못된 클래스 설명 주석문 수정
선택적 SSL에 질문 답변 비밀번호 찾기 ACT도 추가
sejin7940
pushed a commit
that referenced
this pull request
Apr 15, 2015
sejin7940
pushed a commit
that referenced
this pull request
Apr 15, 2015
sejin7940
pushed a commit
that referenced
this pull request
Aug 18, 2015
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.
No description provided.