Commit graph

13779 commits

Author SHA1 Message Date
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
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
a0c22efe3f Merge pull request #143 from kijin/pr/misc-refactor
자질구레한 리팩토링 및 라이브러리 추가
2016-01-23 14:15:38 +09:00
MinSoo Kim
93118602f0 Merge pull request #86 from xefork-YJSoft/YJSoft-patch-1
설문조사 기본 스킨의 AJAX 요청 횟수를 줄임
2016-01-23 14:05:37 +09:00
Kijin Sung
70c6c6a949 Fix incorrect SSL detection 2016-01-22 16:37:35 +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
ee585b651a Clean up method signatures in Mobile class 2016-01-22 14:51:57 +09:00
Kijin Sung
acf44a3e03 Clean up method signatures in TemplateHandler 2016-01-22 14:43:37 +09:00
Kijin Sung
f73892de82 Fix incorrect Content-Type header when displaying JSON 2016-01-22 14:22:02 +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
Kijin Sung
e20dc5d2f9 Clean up some non-static methods in DisplayHandler 2016-01-22 14:10:44 +09:00
Kijin Sung
e0dfa0db5b Clean up some non-static methods in ModuleHandler 2016-01-22 14:02:32 +09:00
Kijin Sung
261c353053 Merge pull request #147 from kijin/pr/fix-145
admin 폴더 방문시 admin 모듈로 전달되지 않는 문제 해결
2016-01-22 13:21:08 +09:00
Kijin Sung
857018bd4d Merge pull request #146 from kijin/pr/fix-144
utf8mb4 문자셋 사용시 module_part_config 테이블에 복합 인덱스를 생성할 수 없는 문제 해결
2016-01-22 13:20:56 +09:00
Kijin Sung
676f17fb71 Fix #145 broken redirect from admin folder to admin module 2016-01-22 11:53:39 +09:00
Kijin Sung
17c55bb64b Fix #144 error while creating module_part_config index in utf8mb4 2016-01-22 11:46:08 +09:00
Kijin Sung
0b24509356 Merge pull request #138 from kijin/pr/fix-menu-cache
캐시폴더를 삭제하면 메뉴가 사라지는 버그 수정
2016-01-22 09:05:01 +09:00
Kijin Sung
45c2baff1f Fix menu disappearing when cache folder is removed 2016-01-21 20:45:58 +09:00
Kijin Sung
ab92e76408 Move SSL-related Context constants to constants.php 2016-01-21 16:20:42 +09:00
Kijin Sung
746e8c4bb2 Merge pull request #137 from kijin/pr/license-cleanup
설치 화면에서 GPL 라이선스를 표시
2016-01-21 16:15:43 +09:00
Kijin Sung
dfbcbac896 Update installer to display GPL license agreement 2016-01-21 16:10:49 +09:00
CONORY
891931e2ea Merge pull request #134 from conory/pr/check_csrf_property
특성 act에서는 CSRF 체크를 하지않도록 속성추가
2016-01-20 23:36:57 +09:00
conory
d3a96cb8e1 checkCSRF 조건변경 2016-01-20 19:46:16 +09:00
conory
a519db608d POST 요청시 CSRF 체크를 하지않도록 module.xml에 check_csrf 속성 추가 2016-01-20 18:47:40 +09:00
Kijin Sung
25585d89ed Make Context::setRequestMethod() easier to read 2016-01-20 16:36:48 +09:00
Kijin Sung
08560f84be Refactor more URL related functions 2016-01-20 15:53:42 +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
CONORY
c74a88201a Merge pull request #126 from kijin/pr/hail-richard-stallman
Change the license from LGPL v2.1 to GPL v2
2016-01-19 23:03:45 +09:00
BJRambo
64c2253502 Merge pull request #105 from SoneYours/develop
조회수 설정 기능을 추가함 #103
2016-01-19 15:46:28 +09:00
qw5414
b2d4d5edd2 조회수 설정을 세분화하여 선택하도록 함. 2016-01-19 15:34:16 +09:00
Kijin Sung
aa0a97eeb0 Merge pull request #128 from kijin/pr/reply-prefix
쪽지 답장시 [re] [re] [re] 말머리가 끝없이 붙는 것을 방지
2016-01-19 15:21:34 +09:00
Kijin Sung
241f2d2d30 Prevent infinitely adding [re] to message replies 2016-01-19 14:59:38 +09:00
Kijin Sung
45cfb03d8c Merge pull request #127 from kijin/pr/debug-constants
XE에서 사용하던 디버그 관련 상수들을 다시 들여옴
2016-01-19 14:29:54 +09:00
Kijin Sung
f38501fc25 Re-enable XE compatible debug constants 2016-01-19 14:20:21 +09:00
Kijin Sung
78dfca8cbe Change the license from LGPL v2.1 to GPL v2 2016-01-18 23:07:45 +09:00
Kijin Sung
a3819cb702 Merge pull request #125 from kijin/pr/iconv-mbstring-compat
mbstring이 설치되어 있지 않는 경우 서드파티 라이브러리 오류 수정
2016-01-18 21:43:45 +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
0a40cd084e Fix jslint errors due to strict checking of loop variables 2016-01-18 21:13:10 +09:00
Kijin Sung
ec6f9d36b4 Merge pull request #116 from kijin/pr/utf8mb4-workaround
모든 DB에서 UTF-8 이모티콘 등을 지원하는 패치
2016-01-17 17:04:41 +09:00
qw5414
9659ecca83 세션에 대한 조회수 증감 설정 추가 2016-01-17 15:52:06 +09:00
Kijin Sung
d474c20a36 Encode non-BMP UTF-8 characters as HTML entities 2016-01-17 14:09:45 +09:00
Kijin Sung
7d44db1dcb Merge pull request #114 from kijin/pr/move-startup-scripts
오토로팅 스크립트 및 상수, 함수 선언 위치 변경
2016-01-16 21:12:27 +09:00
Kijin Sung
08e7f7e32a Fix unit tests and misuse of global scope 2016-01-16 14:05:51 +09:00
Kijin Sung
1b6ccd69a3 Fix E_WARNING when handling an empty menu 2016-01-16 11:24:13 +09:00
Kijin Sung
19ec92fc68 Do not define debug constants by default 2016-01-16 11:19:50 +09:00