conory
cfa151b8c2
Context 변수 html_footer 충돌 문제 수정
...
관리자 페이지에서는 photoswipe 꺼두기
시스템 설정의 redirect_url 조정
2016-05-04 20:18:46 +09:00
BJRambo
b1785c9a29
CSS문법 어긋나 phpstorm같은 IDE에디터에서 생기는 에러 수정
2016-04-29 20:56:03 +09:00
Kijin Sung
85396efcf9
Ensure that the auth key is always available
2016-04-24 16:38:26 +09:00
Kijin Sung
9b71df6a01
Add Cache::getDriverName() and clean up confusing method names
2016-04-24 16:02:54 +09:00
Kijin Sung
3b8db58954
Merge branch 'develop' into pr/cache-refactor
...
Conflicts:
modules/ncenterlite/ncenterlite.controller.php
2016-04-23 11:25:32 +09:00
conory
f930ec74f8
시스템 에러 메세지를 출력할 경우 403 HTTP 코드로 설정
2016-04-18 23:43:04 +09:00
Kijin Sung
8d733f1928
Change internal representation of cache groups
2016-04-18 17:41:00 +09:00
Kijin Sung
050a507707
Migrate cache configuration format, keeping backward compatibility
2016-04-17 19:52:31 +09:00
Kijin Sung
b8db18a242
Add dummy cache driver to use if no cache is configured
2016-04-17 16:44:38 +09:00
Kijin Sung
877cccbcb7
Update cache invalidation routine to be more precise
2016-04-17 15:27:51 +09:00
Kijin Sung
89ae581e55
Update admin module to use new Cache system
2016-04-17 15:01:42 +09:00
Kijin Sung
f2da3b086c
More favicon improvements
2016-04-10 23:43:01 +09:00
Kijin Sung
a052bed9be
Use relative URL and mtime in favicon & mobicon URL
2016-04-10 22:49:17 +09:00
Kijin Sung
f4b35e3717
Fix typo
2016-03-15 10:06:33 +09:00
Kijin Sung
cb229c2d66
Clean up namespaces
2016-03-14 21:04:27 +09:00
Kijin Sung
251b43cd00
Always format media filter prefixes in exactly the same way
2016-03-14 16:07:40 +09:00
Kijin Sung
544170b530
Move IpFilter class to Security namespace
2016-03-13 10:24:52 +09:00
Kijin Sung
0adb13ca30
Add inRanges() and validateRanges() methods to IpFilter class
2016-03-13 10:18:52 +09:00
Kijin Sung
2effbea06f
Update all other places to use new MediaFilter class
2016-03-13 09:59:26 +09:00
Kijin Sung
658ee85f7b
Merge pull request #340 from kijin/pr/autolang
...
언어 자동 선택 옵션 추가
2016-03-06 20:43:27 +09:00
CONORY
cf26f20461
Merge pull request #338 from conory/pr/add_function
...
lang() 함수 추가
2016-03-06 17:09:30 +09:00
conory
90400e2b5f
모두 lang() 함수로 변경
2016-03-06 17:01:15 +09:00
Kijin Sung
96154c8430
Add option to auto-select the language
2016-03-06 14:50:55 +09:00
Kijin Sung
7b0c24e67c
Improve debug settings
2016-03-06 14:13:34 +09:00
conory
9290c53122
#327 언어파일 정리2
2016-03-03 19:46:59 +09:00
conory
9f9fa6e653
#327 언어파일 정리
2016-03-03 18:19:44 +09:00
MinSoo Kim
18c5778789
한국어 글꼴 이름을 알파벳 이름으로 변경
2016-02-23 21:58:59 +09:00
MinSoo Kim
fab9e43c16
Clean up admin i18n css
...
<html> element has the lang attribute as a default. so, we can clean up
css files.
<html> 요소는 lang 속성을 가지고 있습니다. 이를 이용하면 css 파일을 정리할 수 있습니다.
{$lang_type} 에 따른 css 를 불러오도록 HTMLDisplayHandler.php 에 정의되어 있지만, 한국어, 영어
외에는 파일이 존재하지 않습니다. (일본어도 _ja.css 파일은 부재) 언어별로 파일을 만들지 않아도 충분히 표현할 수 있기
때문에 이를 하나의 파일로 합칩니다.
2016-02-23 01:15:13 +09:00
Kijin Sung
65517735e0
Clean up common_layout.html and merge with mobile_layout.html
2016-02-17 16:20:57 +09:00
Kijin Sung
be83a34b1e
Merge pull request #278 from kijin/pr/fix-csrf-false-positive
...
#275 기본 URL 변경에 따른 오류 해소
2016-02-16 14:34:53 +09:00
Kijin Sung
1e69d7404a
Fix input of slow log thresholds less than 1
2016-02-16 13:12:13 +09:00
Kijin Sung
19469a7b0d
After changing the default URL, redirect to new default URL
2016-02-15 20:16:03 +09:00
Kijin Sung
7c4fc37dd3
Make debug log filename configurable
2016-02-15 14:28:57 +09:00
Kijin Sung
4e2535624d
Use separate debug files and prevent direct access
2016-02-13 21:11:05 +09:00
Kijin Sung
55c6d9dbab
Add admin interface to control debug settings
2016-02-11 16:31:24 +09:00
Kijin Sung
eb84b57658
Fix #248 missing index.html in manual link
2016-02-11 15:31:51 +09:00
Kijin Sung
f3d3122787
Make object cache configurable via the admin UI
2016-02-11 13:32:55 +09:00
Kijin Sung
225f02cac2
Also update sites table when default_url is updated
2016-02-11 13:05:28 +09:00
Kijin Sung
d166ea3a82
Fix #259 trying to set a nonexistent config value
2016-02-11 11:09:15 +09:00
Kijin Sung
6343538b2d
Merge branch 'develop' into pr/reorganize-admin-menu
2016-02-10 20:24:12 +09:00
Kijin Sung
11c9c8928e
Ensure consistency between the default URL and SSL/port settings
2016-02-10 17:07:48 +09:00
Kijin Sung
079b04684a
Fix #249 double-escape of site title and HTML footer
2016-02-10 11:36:13 +09:00
Kijin Sung
08cc9009b5
Reorganize default admin menu
2016-02-10 00:14:32 +09:00
Kijin Sung
6db7068245
Add link to sitelock config page in admin dashboard
2016-02-09 11:06:21 +09:00
Kijin Sung
69296b3c8c
Refine site lock IP range handling
2016-02-08 23:02:11 +09:00
Kijin Sung
605fdec1a2
Allow sitelock immediately after install ( #160 )
2016-02-08 22:00:17 +09:00
Kijin Sung
9e9b09464f
Clean up admin IP whitelist and block at login time
2016-02-08 21:26:43 +09:00
Kijin Sung
a499aa0d1f
Fix inconsistent capitalization of Rhymix
2016-02-08 16:31:10 +09:00
Kijin Sung
78cb8aea17
Merge branch 'develop' into pr/new-config-format
2016-02-06 21:12:10 +09:00
MinSoo Kim
3288d504d2
Spectrum 컬러피커 추가 등
...
- MIT 라이선스의 Spectrum 컬러피커 추가. (기존 jPicker를 대체 - 파일은 그대로 두어서 의존성 문제 회피)
- 색상 선택하는 부분을 전반적으로 다듬음
2016-02-06 17:53:53 +09:00