Commit graph

215 commits

Author SHA1 Message Date
Kijin Sung
9bdc30b325 Add options to customize the browser title format 2016-05-09 22:39:19 +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
faf4b1ea54 Use global keywords and description if a module does not have its own SEO info 2016-05-08 23:23:27 +09:00
Kijin Sung
e90f60de22 Add site subtitle 2016-05-08 21:14:50 +09:00
Kijin Sung
49a42abddb Move unrelated thumbnail setting out of the general config page 2016-05-08 20:56:22 +09:00
Kijin Sung
ffa90345d0 Refactor default image code to reuse favicon code as much as possible 2016-05-08 20:49:31 +09:00
Kijin Sung
e4453712b5 Add option to set the site default image 2016-05-08 17:47:47 +09:00
Kijin Sung
06c6455488 Add option to control HTTP/2 server push 2016-05-06 22:07:02 +09:00
Kijin Sung
d5caa823a2 Merge branch 'develop' into pr/loadfile-improvements 2016-05-05 15:42:08 +09:00
Kijin Sung
b15b39ece1 Initial implementation of CSS and JS concatenation 2016-05-04 21:40:42 +09:00
conory
cfa151b8c2 Context 변수 html_footer 충돌 문제 수정
관리자 페이지에서는 photoswipe 꺼두기
시스템 설정의 redirect_url 조정
2016-05-04 20:18:46 +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
050a507707 Migrate cache configuration format, keeping backward compatibility 2016-04-17 19:52:31 +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
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
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
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
55c6d9dbab Add admin interface to control debug settings 2016-02-11 16:31:24 +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
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
69296b3c8c Refine site lock IP range handling 2016-02-08 23:02:11 +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
6c671600c1 Move admin IP whitelist to Security config page 2016-02-04 16:15:00 +09:00
Kijin Sung
a36bc03970 Simplify FTP configuration using new format 2016-02-04 16:10:52 +09:00
Kijin Sung
673cd48db0 Reorganize general configuration in admin module 2016-02-04 14:43:18 +09:00
Kijin Sung
bd15128e14 embed whitelist를 별도로 캐싱하지 않고 직접 include하여 사용하도록 변경 2016-01-07 10:14:40 +09:00
Kijin Sung
57e9077e8c Merge #1735 getDbInfo -> getDBInfo by qkrcjfgus33
* pr/1735:
  Update admin.admin.controller.php
  Update install.controller.php
  getDbInfo -> getDBInfo
2015-10-08 15:08:56 +09:00
람츠
f12caee82d Update admin.admin.controller.php 2015-09-02 09:12:36 +09:00
YJSoft
9ccd9ef390 관리자 화면에서 로그아웃하면 메인 페이지로 이동하도록 개선
관리자 화면에서 로그아웃 이후 로그인 페이지를 보여주는 것은 편리하지 않으므로,(방금 로그아웃하고 다시 로그인하지는 않겠죠) 이를 홈페이지 메인 화면 링크로 수정하였습니다.
2015-03-31 20:54:47 +09:00
bnu
4506ea440e Merge branch 'release/1.7.8' into develop
Conflicts:
	classes/context/Context.class.php
	config/config.inc.php
2014-12-09 15:13:08 +09:00
soonjae
a3bcb0c893 fix #714 cache 재생성 시 module_extend cache를 생성하지 않는 문제 고침 2014-12-08 13:53:43 +09:00
akasima
97e33898f2 #916 check autoinstall installed data when recompile cache file 2014-09-01 08:33:44 +09:00