그누보드 5.0.9 > 그누보드5 다운로드

그누보드5 다운로드

SIR은 그누보드를 만들 뿐 프로그램의 설치, 운영방법, 설정문제에 관한 도움을 드리지는 않습니다.

그누보드 5.0.9 정보

그누보드 5.0.9

첨부파일

gnuboard5.0.9.tar.gz (5.1M) 728회 다운로드 2014-07-28 11:34:10

본문

수정내역 : https://github.com/gnuboard/gnuboard5/commit/e84a1c8c98ce5d8c55a4c6a9218922721bfe4975


3c10411 스마트 에디터2 ie 11에서 개행문자 처리
M      plugin/editor/smarteditor2/js/smarteditor2.js
M      plugin/editor/smarteditor2/js/smarteditor2.min.js
02f7e38 필드명 오타 수정
M      bbs/qatail.php
a006bbe 회원가입폼 본인확인 관련 안내 출력 코드 수정
M      mobile/skin/member/basic/register_form.skin.php
M      skin/member/basic/register_form.skin.php
12b298a datepicker 스타일 add_stylesheet 함수 적용
M      plugin/jquery-ui/datepicker.php
A      plugin/jquery-ui/style.css
0018ffb 경로 설정 코드 수정
M      common.php
6a93948 스마트 에디터 이미지 업로드 유효성 체크 로빈아빠님이 알려주심
M      plugin/editor/smarteditor2/photo_uploader/popup/js/basic.js
M      plugin/editor/smarteditor2/photo_uploader/popup/php/UploadHandler.php
2221d27 Merge branch 'master' of github.com:gnuboard/g5
25af73b 경로 설정코드에서 HTTP_HOST 사용하도록 수정
M      common.php
5d8ae71 Merge branch 'master' of github.com:gnuboard/g5
7bdec88 스마트 에디터2 공백 삽입 소스로 인한 문제 수정
M      plugin/editor/smarteditor2/editor.lib.php
M      plugin/editor/smarteditor2/photo_uploader/plugin/hp_SE2M_AttachQuickPhoto.js
52dbc4b bo_notice 필드에 필요치않는 콤마 추가되는 문제 수정
M      bbs/write_update.php

댓글 14개

경로에 포트 번호가 중복되는 경우 common.php 파일의 코드를 아래처럼 수정해 보시기 바랍니다.

function g5_path()
{
    $result['path'] = str_replace('\\', '/', dirname(__FILE__));
    $tilde_remove = preg_replace('/^\/\~[^\/]+(.*)$/', '$1', $_SERVER['SCRIPT_NAME']);
    $document_root = str_replace($tilde_remove, '', $_SERVER['SCRIPT_FILENAME']);
    $root = str_replace($document_root, '', $result['path']);
    $port = $_SERVER['SERVER_PORT'] != 80 ? ':'.$_SERVER['SERVER_PORT'] : '';
    $http = 'http' . ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') ? 's' : '') . '://';
    $user = str_replace(str_replace($document_root, '', $_SERVER['SCRIPT_FILENAME']), '', $_SERVER['SCRIPT_NAME']);
    $host = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : $_SERVER['SERVER_NAME'];
    if(isset($_SERVER['HTTP_HOST']) && preg_match('/:[0-9]+$/', $host))
        $host = preg_replace('/:[0-9]+$/', '', $host);
    $result['url'] = $http.$host.$port.$user.$root;
    return $result;
}
전체 325 |RSS
그누보드5 다운로드 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT