Commit graph

1028 commits

Author SHA1 Message Date
Kijin Sung
73a690bfae Clean up language files about thumbnails 2016-12-17 17:48:07 +09:00
Kijin Sung
714035c3a0 Fix #645 comment navigation sometimes missing 2016-12-09 15:09:06 +09:00
Kijin Sung
4cf24d3ed2 Fix #632 prevent overwriting document config 2016-11-10 17:33:53 +09:00
Kijin Sung
33ed9a94bf Fix #633 inability to move admin's document 2016-11-08 23:56:20 +09:00
Kijin Sung
b0ad6b3027 Fix #632 inconsistent application of view count option 2016-11-08 22:17:31 +09:00
BJRambo
81f9727fd9 Fix permissions problems when move to the trash. 2016-10-01 17:54:44 +09:00
sejin7940
09cf929d91 Update document.controller.php 2016-09-25 14:33:08 +09:00
Kijin Sung
54bbc36e73 Partially revert #584
Bug reported in https://www.xetown.com/qna/375598
2016-09-23 23:30:36 +09:00
Kijin Sung
9d594526b4 Cache grant information for modules and documents
https://www.xetown.com/qna/374223
http://sejin7940.co.kr/xe_tips/108198
2016-09-16 16:44:29 +09:00
Kijin Sung
ad514040ed 72fa81d 보완 - Use $output in document.getDocumentList/after trigger 2016-09-03 21:11:02 +09:00
Kijin Sung
5662f8c7a1 72fa81d 보완 - Remove global variable 2016-09-03 20:54:53 +09:00
Kijin Sung
72fa81dc41 Add triggers to support alternative implementations of document search
게시판 검색시 문서 목록을 캐싱하거나, ElasticSearch 등 별도의 검색엔진을
활용할 수 있도록 document.getDocumentList에서 트리거를 제공합니다.
이 커밋만으로 기능에 변화가 있는 것은 아니고,
추후 검색 기능을 개선할 수 있도록 기반을 닦는 의미입니다.
2016-08-31 21:02:39 +09:00
pelly ryu
484b0e7fbe Fixed typo 2016-08-30 03:09:42 +09:00
BJRambo
508b6ed340 Fix uninitialized stdClass in rarely used method 2016-05-27 07:57:58 +09:00
BJRambo
c5758ddfd9 Merge pull request #495 from bjrambo/pr/document-trash
휴지통 처리 방식 개선.
2016-05-19 13:12:42 +09:00
BJRambo
a331d7e0d6 Delete document search_target_trash_list langauge. 2016-05-19 03:42:15 +09:00
Kijin Sung
78cbaea1a4 Limit minimum original image size for thumbnails of external images
cf. xpressengine/xe-core a4a54f9 by @bnu
Exclude external images less than 30% of the thumbnail size

TODO: Make the limit configurable
2016-05-16 22:35:53 +09:00
Kijin Sung
eb895f76cd Do not rollback if an 'after' trigger returns error 2016-05-14 20:24:45 +09:00
Kijin Sung
f25e685209 Make OpenGraph configurable, and fix canonical URL to include mid 2016-05-09 11:51:11 +09:00
Kijin Sung
9dd0644abd Merge pull request #463 from kijin/pr/customize_anonymous
익명 게시판 기능 강화
2016-04-28 21:05:42 +09:00
Kijin Sung
a107e86dc6 Reduce risk of accidental disclosure of member_srl and other personal info 2016-04-28 13:03:23 +09:00
Kijin Sung
c90130fe1b Merge pull request #464 from ForPeople/ForPeople-patch-1
Update getDocumentSrlByTitle.xml
2016-04-27 15:37:45 +09:00
ForPeople
6282be3258 Update getDocumentSrlByTitle.xml
오타를 수정하였습니다.
2016-04-27 13:17:59 +09:00
Kijin Sung
ffc46763c9 In admin page, display both anonymous name and real member name 2016-04-27 12:01:29 +09:00
Kijin Sung
e25b36ee64 Improve anonymous nickname handling 2016-04-26 23:55:00 +09:00
Kijin Sung
c227d188a7 Fix multiple queries for document/comment vote count 2016-04-24 19:50:22 +09:00
Kijin Sung
4f821bca85 Do not even load counts of document in widget page 2016-04-24 17:57:51 +09:00
Kijin Sung
ba10c91d0e Change default cache driver to 'dummy' with minimal caching 2016-04-22 23:26:04 +09:00
Kijin Sung
7beaff8241 Improve caching efficiency of document extra keys and module extra vars 2016-04-18 21:34:14 +09:00
Kijin Sung
26c5a18a5b Use simpler syntax for cache groups 2016-04-18 20:50:51 +09:00
Kijin Sung
2e98962264 Update references to CacheHandler in document module 2016-04-18 01:42:33 +09:00
Kijin Sung
77f44e57a5 Use autoload to handle 'Item' classes in modules 2016-04-16 17:25:28 +09:00
conory
3a6c02d3ef 문서 삭제 success_return_url 개선 2016-04-15 20:05:53 +09:00
Kijin Sung
c8c66c363d Fix HTML filtering when an administrator updates a document 2016-03-22 15:07:55 +09:00
Kijin Sung
37bce0343d Update core classes to refer to UA class for robot detection 2016-03-19 23:32:35 +09:00
BJRambo
c64df413f5 Merge pull request #377 from bjrambo/pr/taeyeon0309-1
rename query id
2016-03-15 13:30:53 +09:00
BJRambo
468fcc88de rename query id 2016-03-15 13:26:09 +09:00
BJRambo
ae22067208 Merge pull request #365 from bjrambo/pr/taeyeon0309-1
업데이트로그를 활용하여 수정하는 기능 추가.
2016-03-14 22:32:34 +09:00
BJRambo
39cc333f33 add index is_admin column, and more improving. 2016-03-14 11:10:43 +09:00
BJRambo
9c653d210b added a column for administrators. 2016-03-14 09:41:34 +09:00
MinSoo Kim
d1a7dfca7e Merge pull request #369 from misol/color-of-no-color
input type=color can not be empty
2016-03-13 00:42:13 +09:00
MinSoo Kim
f41e3f5907 input type=color can not be empty
https://www.w3.org/TR/2012/WD-html5-20120329/states-of-the-type-attribute.html#color-state-type-color
2016-03-13 00:37:04 +09:00
BJRambo
effee305a6 Provide a correction by selection the update logs. 2016-03-10 18:02:52 +09:00
Kijin Sung
05e4ec56ac Fix #352 invalid langcode in category config page 2016-03-09 15:24:20 +09:00
bnu
c7dca3008a fix #1868 임시저장 글을 불러와 등록 시 익명 설정임에도 작성자의 정보가 입력/노출되는 문제 고침
Conflicts:
	modules/board/board.controller.php
	modules/document/document.controller.php
2016-03-08 19:58:41 +09:00
conory
90400e2b5f 모두 lang() 함수로 변경 2016-03-06 17:01:15 +09:00
CONORY
7b75a103b2 Merge pull request #326 from conory/pr/not_lang
사용하는 언어에 언어코드가 없을 경우 다른 언어에서 찾아 가져오기
2016-03-05 19:43:12 +09:00
BJRambo
3341037724 Merge pull request #312 from bjrambo/pr/document-update-log
게시글 수정내역을 저장하도록 개선
2016-03-04 17:08:04 +09:00
BJRambo
9358b85439 insert extra_vars data 2016-03-04 10:40:32 +09:00
conory
9f9fa6e653 #327 언어파일 정리 2016-03-03 18:19:44 +09:00