Commit graph

1114 commits

Author SHA1 Message Date
Kijin Sung
61e1108afb Autoload plugin when language translation is requested 2016-02-01 14:23:53 +09:00
Kijin Sung
693fce7601 Allow plugin name in language keys 2016-02-01 13:43:14 +09:00
Kijin Sung
5c1a68ae16 Keep translations from different sources separate 2016-02-01 13:30:15 +09:00
Kijin Sung
4797e858b8 Merge branch 'develop' into fuxml/no-xml-lang
Conflicts:
	modules/comment/lang/lang.xml
	modules/document/lang/lang.xml
	modules/member/lang/lang.xml
2016-01-31 16:13:03 +09:00
Kijin Sung
5b09fcc818 Convert XML lang in common/lang folder to PHP 2016-01-31 15:46:34 +09:00
Kijin Sung
8b1160c320 Add batch converter for language files 2016-01-31 15:37:29 +09:00
Kijin Sung
fe121a0f18 Improve array handling in lang parser 2016-01-31 15:27:02 +09:00
Kijin Sung
1eba1a6f12 Add option to specify the output filename when converting languages 2016-01-31 14:56:01 +09:00
Kijin Sung
2a008eb2e2 Simplify loading function for selected language list 2016-01-31 14:52:48 +09:00
Kijin Sung
f45779c3f8 Simplify loading function for supported language list 2016-01-31 14:47:01 +09:00
Kijin Sung
a39e0b0993 Alias 'jp' to 'ja' for backward compatibility 2016-01-30 22:32:33 +09:00
MinSoo Kim
6b263844ad Merge pull request #173 from misol/improvement/charge-with-something
신고/계정 거부에 이유를 적을 수 있게 하는 PR
2016-01-29 10:26:47 +09:00
MinSoo Kim
644ed8eb05 신고 선택지 추가, 모바일 신고 환경 개선
- 신고 사유를 선택지 중 선택할 수 있게 함
- 팝업 메뉴의 스타일을 개선하여 모바일에서 적절하게 터치할 수 있게 함.
2016-01-28 03:59:26 +09:00
Kijin Sung
663b70929a Revert "Fix #54 Do you want to leave this page? message"
This reverts commit 8ae2dba0b9.
2016-01-27 20:03:49 +09:00
Kijin Sung
f1e90df660 Fix syntax incompatible with PHP 5.3 2016-01-27 17:51:59 +09:00
Kijin Sung
f68e6118bc Initial implementation of lang class that prefers PHP to XML 2016-01-27 16:26:06 +09:00
Kijin Sung
8ae2dba0b9 Fix #54 Do you want to leave this page? message 2016-01-27 14:25:12 +09:00
Kijin Sung
9ee739aea7 Merge pull request #152 from kijin/fuxml/dont-post-with-xml
XML 제거: 폼 제출시 불필요하게 XML을 사용하지 않도록 변경
2016-01-27 13:32:54 +09:00
Kijin Sung
4fe7a5e789 Fix excessive display of 'waiting for server response' layer 2016-01-26 22:02:20 +09:00
CONORY
f1179c1273 Merge pull request #164 from conory/pr/remove_src_act
태그에서 act 가 포함된 url이 무조건 제거되지않도록 변경
2016-01-26 20:30:56 +09:00
MinSoo Kim
3c375c807d Merge pull request #163 from misol/improve/save-the-mobile
설문조사 스킨 다듬기 PR
2016-01-26 20:00:58 +09:00
MinSoo Kim
eef87175d4 common.js 문제 수정 2016-01-26 19:56:17 +09:00
MinSoo Kim
22f6aaaed8 setFixedPopupSize 개선
테스트 된 브라우저: 파이어폭스, 크롬, 인터넷익스플로러, 엣지
2016-01-26 19:50:16 +09:00
MinSoo Kim
5868bc19fc common.js 의 setFixedPopupSize 함수 개선
화면 크기를 벗어나서 리사이징 되지 않도록 수정.
2016-01-26 19:21:08 +09:00
Kijin Sung
f7b9769428 Clean up and reorganize functions in xml_handler.js 2016-01-26 15:57:59 +09:00
conory
496dc9ddf5 remove rhymix version 2016-01-26 15:28:23 +09:00
conory
0164159680 dispLayoutPreview block 2016-01-26 13:12:32 +09:00
conory
804aced715 모든 proc ACT를 제한한 대신, 첨부파일 다운로드를 예외 ACT로 지정
단, 예외로 로그아웃 disp ACT 도 차단.
2016-01-26 12:54:51 +09:00
Kijin Sung
c291309fad Fix jshint error for comparison with zero 2016-01-26 10:47:59 +09:00
Kijin Sung
bd6f570027 Improve error handling and display accurate HTTP status code 2016-01-26 10:46:56 +09:00
Kijin Sung
3a419d586d Improve backward compatibility with AXUpload5 and other third-party AJAX apps 2016-01-26 10:32:59 +09:00
conory
4de10a74f2 태그에서 act 가 포함된 url이 제거되지않도록 변경 2016-01-25 21:46:50 +09:00
conory
0a89dffa5a XE표기를 Rhymix로 변경 2016-01-25 18:10:15 +09:00
Kijin Sung
d3c0e94b03 Update minimal server requirements 2016-01-24 10:20:35 +09:00
BJRambo
d5c921bb1b Merge pull request #140 from SoneYours/pr/document-voted
추천/비추천/추천삭제 기능추가.
2016-01-24 01:38:34 +09:00
Kijin Sung
8ee5e8c4b0 Make all AJAX requests use regular form submission format and JSON response format 2016-01-23 20:33:49 +09:00
Kijin Sung
30246059eb Remove Crypto class (was added by @kijin but not used) 2016-01-22 15:02:33 +09:00
Kijin Sung
8e5f0b53bd Merge branch 'develop' into pr/misc-refactor
Conflicts:
	classes/module/ModuleHandler.class.php
2016-01-22 14:14:41 +09:00
qw5414
6a2dc541bb 추천을 취소할 수 잇도록 개선. 2016-01-22 01:13:30 +09:00
Kijin Sung
ab92e76408 Move SSL-related Context constants to constants.php 2016-01-21 16:20:42 +09:00
Kijin Sung
dfbcbac896 Update installer to display GPL license agreement 2016-01-21 16:10:49 +09:00
Kijin Sung
a8094fe766 Refactor some URL related functions to use Rhymix constants 2016-01-20 15:45:18 +09:00
Kijin Sung
9ddf2f54f3 Fix compatibility with PHP 5.3 2016-01-20 14:19:24 +09:00
Kijin Sung
8e284db3b9 Add more libraries 2016-01-20 14:15:59 +09:00
Kijin Sung
bde13db245 Add miscellaneous utility functions 2016-01-20 14:07:11 +09:00
Kijin Sung
f38501fc25 Re-enable XE compatible debug constants 2016-01-19 14:20:21 +09:00
Kijin Sung
4061fab8a3 Add polyfills for mbstring functions used by third-party libraries 2016-01-18 21:33:20 +09:00
Kijin Sung
d474c20a36 Encode non-BMP UTF-8 characters as HTML entities 2016-01-17 14:09:45 +09:00
Kijin Sung
08e7f7e32a Fix unit tests and misuse of global scope 2016-01-16 14:05:51 +09:00
Kijin Sung
19ec92fc68 Do not define debug constants by default 2016-01-16 11:19:50 +09:00