Commit graph

1011 commits

Author SHA1 Message Date
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
BJRambo
f847db6ff4 History logs that adminstrator moves the documents. 2016-03-03 14:14:23 +09:00
BJRambo
39a4c14e78 delete member_srl code 2016-03-03 13:56:36 +09:00
bjrambo
7a71ac9303 delete unneeded cide. 2016-03-02 01:04:01 +09:00
bjrambo
1e14d7219d delete debug code 2016-03-01 23:51:48 +09:00
bjrambo
216da1ed2b Don't expose to modify anonymous nickname. 2016-03-01 23:42:41 +09:00
BJRambo
23de45ebef tab to space 2016-03-01 17:39:34 +09:00
BJRambo
d38a4fd987 Enhanced to create a modified reason. 2016-03-01 17:19:23 +09:00
BJRambo
2a824e150c add reason_update DB column. 2016-03-01 16:32:54 +09:00
BJRambo
de127f27f8 Merge remote-tracking branch 'refs/remotes/origin/pr/member-engilsh-lang' into pr/document-update-log 2016-03-01 15:54:44 +09:00
BJRambo
e7b8c1d1df modify DB Queries 2016-03-01 11:04:48 +09:00
BJRambo
577ea49b92 add insertDocumentUpdateLog Method 2016-03-01 09:51:17 +09:00
BJRambo
7fa5684af6 member srl column deleted 2016-03-01 09:50:09 +09:00
BJRambo
08f2dcb0be Add page navigation 2016-03-01 07:47:10 +09:00
BJRambo
b3e5596934 rename update id column 2016-02-26 15:15:44 +09:00
BJRambo
66b8268df9 add auto_increment db column 2016-02-26 15:09:23 +09:00
BJRambo
b392ba70f9 rename to update log 2016-02-26 14:53:50 +09:00
BJRambo
9408623120 게시글을 삭제할 때 저장기록도 함께 삭제 2016-02-26 13:54:38 +09:00