rhymix/classes
Kijin Sung 3aaa0c60b2 Add sensible operation names to XML query syntax
XML 쿼리 문법에서 사용되는 operation 이름을 상식적으로 개선함

차이점을 이해하기 어려운 excess/more, below/less 조건을 다른 프레임워크에서
흔히 사용하는 gt (greater than), gte (greater than or equal to),
lt (less than), lte (less than or equal to) 라는 이름으로도 쓸 수 있도록 함.
실제 부등호는 XML 태그에 사용되므로 아직은 사용 불가...

not_in은 있는데 not_equal, not_null, not_like는 없는 문제를 개선함.
이제 위의 4가지 모두 언더바(_)를 넣든 안 넣든 동일한 의미로 쓸 수 있음.
2018-06-30 16:01:44 +09:00
..
cache Add Cache::getDriverName() and clean up confusing method names 2016-04-24 16:02:54 +09:00
context 파라미터 이름이 *srl일 경우 발생되는 호환 문제 수정 2018-04-23 01:05:28 +09:00
db Add sensible operation names to XML query syntax 2018-06-30 16:01:44 +09:00
display Add getTags() and getHashtags() to document item 2018-03-15 12:34:51 +09:00
editor Convert Object class to BaseObject in core classes 2017-11-27 22:34:28 +09:00
extravar getExtraVars() 항상 array로 반환될 수 있도록 수정 2018-01-20 18:45:15 +09:00
file 투명한 배경의 PNG 파일은 썸네일 생성시에도 투명하게 나오도록 변경 2018-06-11 23:40:33 +09:00
frontendfile Fix handling of external CSS/JS URLs with query strings 2017-08-16 23:05:45 +09:00
handler copyright add to php files 2013-11-08 05:52:51 +00:00
httprequest Convert Object class to BaseObject in core classes 2017-11-27 22:34:28 +09:00
mail Add more unit tests for the legacy Mail class 2016-05-23 21:58:37 +09:00
mobile Revert "Improve cookie secure setting values" 2018-04-23 00:43:24 +09:00
module getActionForward() 에서 값이 없을 경우 빈 리턴을 하도록 개선 2018-06-21 16:13:03 +09:00
object Convert Object class to BaseObject in core classes 2017-11-27 22:34:28 +09:00
page PHP 5 방식의 생성자 (__construct) 사용 2015-04-01 11:30:04 +09:00
security Import cryptographic signature functions from XE 1.8.23 2016-08-02 16:30:33 +09:00
template 디버그 사용자일 경우 발생하는 템플릿 XML 오류 문제 수정 2018-04-16 10:11:31 +09:00
validator 각종 PHP 7.2 에서 나는 워닝에러를 고침 2018-01-25 20:57:01 +09:00
widget copyright add to php files 2013-11-08 05:52:51 +00:00
xml Condition pipe defaults to AND 2018-06-30 15:55:06 +09:00