PHP CMS Rhymix https://rhymix.org
Find a file
YJSoft 7de923f9a3 php.ini의 파일 업로드 용량을 잘못 불러오는 문제 수정
파일 업로드 용량 체크시 관리자일 경우 ini에서 직접 불러와서 처리하는데 이때 단위 처리가 빠져있어 무조건 MB 단위로 처리되는
버그 수정
스킨과의 호환성을 위해 1048576으로 나눠서 MB 단위로 처리되게 수정하였습니다.
2015-01-12 16:22:46 +09:00
addons MINIFY 2015-01-05 14:05:08 +09:00
admin #43 사이트 잠금 설정 시 접속자의 IP가 반드시 추가하도록 개선 2014-02-03 13:40:27 +09:00
classes #935 선택적 SSL 사용시 admin 모듈에도 적용 부분 2015-01-09 11:05:44 +09:00
common MINIFY 2015-01-07 09:22:40 +09:00
config version up to 1.7.9 2015-01-05 15:31:24 +09:00
layouts fix #779 XE BI 교체 2014-06-12 20:07:08 +09:00
libs #66 install php version check 2013-11-19 13:32:39 +09:00
m.layouts NOISSUE 코어내 애드온,모듈,스킨,위젯 버전 1.7로 올림 2013-11-26 15:37:38 +09:00
modules php.ini의 파일 업로드 용량을 잘못 불러오는 문제 수정 2015-01-12 16:22:46 +09:00
phpDoc added ignore files 2012-07-10 05:27:38 +00:00
tests MINIFY 2014-01-25 17:35:17 +09:00
tools grunt task 사용법 추가. 2013-12-18 15:58:29 +09:00
widgets Merge pull request #609 from KMCProject/devel-content 2014-04-08 10:21:41 +09:00
widgetstyles/simple NOISSUE 코어내 애드온,모듈,스킨,위젯 버전 1.7로 올림 2013-11-26 15:37:38 +09:00
.gitattributes ignore, export-ignore 수정. 2013-11-16 23:49:52 +09:00
.gitignore .gitignore 오타 수정 2014-02-09 10:07:56 +09:00
.htaccess Revert "Router 기능 추가" 2014-12-11 15:03:33 +09:00
.travis.yml Update .travis.yml 2014-05-17 19:32:21 +09:00
CONTRIBUTING.md update README.md 2014-04-28 16:47:47 +09:00
COPYRIGHT 라이선스 파일 추가. 2013-11-18 00:55:50 +09:00
Gruntfile.js grunt task 변경 2015-01-05 15:11:19 +09:00
index.php #1051 license 동의 절차 추가 2014-12-01 17:54:27 +09:00
LICENSE 라이선스 파일 추가. 2013-11-18 00:55:50 +09:00
package.json grunt uglify task에 handlebars 추가 2014-11-29 16:22:14 +09:00
README.md modify Authors infomation 2014-09-01 08:16:52 +09:00

XpressEngine

Build Status License Latest release

XpressEngine(XE)은 PHP로 작성한 설치형 CMS(Content Management System)입니다. 오픈소스 라이선스로 누구나 사용 또는 개작할 수 있으며, 개방형 프로젝트로서 누구나 개발에 참여할 수 있습니다.

Support

Maintainers

@akasima @bnu @jhyeon1010 @khongchi @ngleader

Authors

http://www.xpressengine.com/contributors

Contribution Guide

CONTRIBUTING.md파일을 참고하세요.

License

Copyright 2014 NAVER Corp. http://www.navercorp.com

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA