From 6977e9d4b57426be62a2b5ed1e62a7d1325b5938 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 2 Dec 2019 16:11:36 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EB=82=B4=EC=9A=A9=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EB=A6=AC=EC=82=AC=EC=9D=B4=EC=A6=88css=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/content/basic/style.css | 1 + theme/basic/mobile/skin/content/basic/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/mobile/skin/content/basic/style.css b/mobile/skin/content/basic/style.css index 638229597..6215d2424 100644 --- a/mobile/skin/content/basic/style.css +++ b/mobile/skin/content/basic/style.css @@ -5,4 +5,5 @@ .ctt_admin {margin:0 5px;text-align:right} #ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} #ctt_con {padding:10px 0} +#ctt_con img{max-width:100%;height:auto} .ctt_img {text-align:center} \ No newline at end of file diff --git a/theme/basic/mobile/skin/content/basic/style.css b/theme/basic/mobile/skin/content/basic/style.css index 638229597..6215d2424 100644 --- a/theme/basic/mobile/skin/content/basic/style.css +++ b/theme/basic/mobile/skin/content/basic/style.css @@ -5,4 +5,5 @@ .ctt_admin {margin:0 5px;text-align:right} #ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} #ctt_con {padding:10px 0} +#ctt_con img{max-width:100%;height:auto} .ctt_img {text-align:center} \ No newline at end of file From c419e2751f678b10433a4251aa7c3c5b76808159 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 2 Dec 2019 16:32:57 +0900 Subject: [PATCH 2/3] =?UTF-8?q?short=5Furl=5Fclean=20=ED=95=A8=EC=88=98?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=B9=A0=EC=A7=84=20run=5Freplace=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/uri.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uri.lib.php b/lib/uri.lib.php index 656d3238a..29c42abc7 100644 --- a/lib/uri.lib.php +++ b/lib/uri.lib.php @@ -114,7 +114,7 @@ function short_url_clean($string_url, $add_qry=''){ $array_page_names = run_replace('url_clean_page_names', array('board', 'write', 'content')); if( strpos($string_url, G5_BBS_URL) === false || ! in_array($page_name, $array_page_names) ){ //게시판이 아니면 리턴 - return $string_url; + return run_replace('false_short_url_clean', $string_url, $url, $page_name, $array_page_names); } $return_url = ''; From 080370323af94e6731aed654dbe1a5abe4528a59 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 2 Dec 2019 16:34:45 +0900 Subject: [PATCH 3/3] =?UTF-8?q?5.4.1.1=20=EB=B2=84=EC=A0=84=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index b55ffa7b6..8b854086d 100644 --- a/config.php +++ b/config.php @@ -5,7 +5,7 @@ ********************/ define('G5_VERSION', '그누보드5'); -define('G5_GNUBOARD_VER', '5.4.1'); +define('G5_GNUBOARD_VER', '5.4.1.1'); // 이 상수가 정의되지 않으면 각각의 개별 페이지는 별도로 실행될 수 없음 define('_GNUBOARD_', true);