zeroboard XE下载
- 基本/全部功能
- 기본 모듈이 1개 이상 지정되어 있을 경우 예외 처리 - bnu
- 페이지의 특정 className을 클릭하여 사용되는 팝업 메뉴에 대한 정규화 - zero
- IE에서 페이지를 찾을 수 없다는 오류를 발생시키는 onload 이전의 DOM 제어 코드 변경 - zero
- XMLRPC의 결과물을 1차 이상의 다중 depth XML Document를 출력하고 이를 자바스크립트에서 다차원 배열로 변환하도록 변경 - zero
- 문서/댓글/회원의 팝업메뉴에 관리자 추적 기능 추가 - zero
- Context의 getInstance()에서 전역변수가 아닌 static 변수 이용하도록 변경 - wdlee91
- rewrite mod 사용시 url 변경조건 추가 (.htaccess 파일 변경) - zero
- 세션 관리를 파일 기반이 아닌 Session Module을 통해 DB관리하도록 변경 - zero
- XSS 취약점 보완을 위해 JS Event 관련 코드의 무효화 - zero
- 模块
- 管理模块 (admin)
- 댓글/문서/엮인글 모듈등의 관리자 인터페이스 통일 - mmx900
- RSS模块 (rss)
- RSS에 비밀글이 노출되지 않도록 수정 - bnu
- 에디터 컴포넌트에 따른 결과물을 RSS에서 다르게 지정할 수 있도록 기능 추가 - zero
- 会员模块 (member)
- 관리자 페이지에서 그룹관리나 일괄 삭제시 부모페이지 내용 반영하도록 변경 - haneul
- 文章 (document)
- 비추천을 위한 blamed_count 항목의 not null 조건으로 발생되는 오류 수정 - haneul
- 문서번호로만 접속시 그 문서의 페이지 위치를 찾는 함수 개선 - zero
- 附件 (file)
- 한글파일 다운로드 오류 수정 - zero
- 积分 (point)
- 글삭제시 trigger를 이용하여 삭제될 글에 달린 댓글들의 포인트도 모두 재조절되도록 보강 - zero
- 控件模块 (widget)
- 위젯 캐시 조건 사용시 재생성을 할때 lock파일을 이용하여 불필요한 중복 작업 최소화 하도록 변경 - zero
- SpringNote (springnote)
- 본문에 대한 xe_content 클래스 미지정으로 인한 이미지 조절 애드온이 동작하지 않던 오류 수정 - zero
- 评论(comment)
- 댓글의 계층형 구조가 꼬이는 오류 수정 - zero
- 댓글의 계층형 구조가 꼬이는 오류 수정 - zero
- 管理模块 (admin)
- 编辑器
- image gallery
- 이미지 조절 애드온을 껐을때 이미지 갤러리 컴포넌트의 결과물에 js 오류가 생기는 문제 수정 - zero
- 이미지 조절 애드온을 껐을때 이미지 갤러리 컴포넌트의 결과물에 js 오류가 생기는 문제 수정 - zero
- image gallery
- 控件
- 이미지 클라우드 위젯
- 랜던 추출 지원/ 디자인 변경 - k10206
- 달력/ 글보관함/ 최근꼬릿글의 대상 mid를 여러개에서 하나로 지정하도록 하여 정상동작 유도 - zer
- 이미지 클라우드 위젯
- 插件
- 쪽지/ 친구등의 기능을 member_extra_info 애드온에서 member_communication 애드온으로 분리 - zero
- 자동링크 애드온의 링크 대상을 한글이 포함되도록 하고 새창|현재창 레이어 제거/ 보완 - zero
- BlogAPI의 파일업로드 오류 수정 - zero
- 이미지 조절(resize_image)의 기능 보강 및 UI 변경 - zero
- 皮肤/模板
- xe_board 스킨에서 ip주소를 관리자는 온전히/ 비관리자는 A클래스를 제외한 나머지를 보여주도록 변경 - zero
- xe_board 스킨에서 ip주소를 관리자는 온전히/ 비관리자는 A클래스를 제외한 나머지를 보여주도록 변경 - zero
- 添加/删除
- 添加Communication模块 - zero
- 添加Session模块 - zero
- 현재 접속자 출력 위젯 추가 - zero
- 多国语翻译
- 俄罗斯语 : bradly1
- 英语 : supershop
- 中文 : guny
先转个英文站的英文说明
zbXE 1.0.4 includes many changes related to core logic, we release 1.0.4 as testing version firstly.
We will release stabled version soon with bug patches.
It is not recommended that you apply this version to the real services.
Zeroboard XE ver 1.0.4 Released
Version
1.0.4 (Testing)
Changes
revision 4210 ~ 4307
Change Log
Changed files
license
GPL v2
Additional modules/addons/widgets and skins may use different license.
Note
Update / Install for moduels are needed.
Meaning of Version Indication
The version of zbXE has three categories like a, b, and c.
a
It means that there are huge changes in version. It contains the change of structure.
b
It means big change.
c
It means stabilization or test.
If version is odd number means test and even number means stabilized version.
Usually in test version some functions are added and in stabilized version previous bugs are corrected .
Major Chagnes
Basic/Major Features
Handling exceptions when more than one modules are set as default module. - bnu
Regularization for popup menus by clicking specific class name of pages - zero
Changed codes for handling DOM before onload, causing error, "Cannot find pages" in IE - zero
Now multi-depth result of XMLRPC can be used. (It is converted into multi-dimension array in javascript) - zero
Added tracking feature (searching by IP Address) in popup menu of document / comment / member - zero
Changed getInstance() function to use static variable instead of using global variable. - wdlee91
Changed .htaccess file - zero
Now sessions are handled by Session module with DB, not based on files. - zero
Invalidated JS Event related codes to fix XSS vulernability. - zero
Modules
admin
Updated administration interface of comment / document / trackbacks (to have same interface) - mmx900
RSS
Fixed RSS not to contain secret documents - bnu
Result from editor component can have different format in RSS from original document. - zero
Member
Added feature, delete multiple users in adminitration page. - haneul
Document
Fixed error due to not-null condition of blamed_count column - haneul
Improved function to find location of document when accessing with only document_srl - zero
File
Fixed error of downloading file whose name has Korean chracter. - zero
Point
Improved point system to recalculate points based on comments when deleting document, via trigger.- zero
Widget
Improved widget caching, by using lock file to minimze redundant jobs, - zero
Springnote
Fixed bugs that image-resizing addon did not work - zero
Comments
Fixed bugs that hierarchy of comments are folded. - zero
Editor Components
image gallery
Fixed javascript error when image-resizing addon is disabled. - zero
Widget
Image cloud widget
Added feature to retrieve images randomly / changed interface - k10206
Changed target mid of Widgets, Calendar / Archives / Recent comments to one module - zero
Addons
Messages / friends features are separated from member_extra_info addon into the new member_communication addon.- zero
Improved auto-link addon. - zero
Fixed file upload error of BlogAPI - zero
Improved resize_image addon / Changed UI for it - zero
Skin / Template
Changed xe_board skin to display IP address wholly to adminitrator, and address except for A class to non-adminitrator. - zero
Add / Remove
Added Communication module - zero
Added Session module - zero
Added widget displaying current logged-in users. - zero
Translations
Russian : bradly1
English : supershop
Chineses : guny
Download and installation
Download
Archive : zbxe.1.0.4.tgz or zbxe.1.0.4.zip
Patch update (from ver. 1.0.3) : zbxe.1.0.4.changed.zip
Manual and Reference Document
Official Manual
How To Upgrade
Notice for update
Admin Page - Check if there are update/installation items on module list.
Admin Page - Click Re-create cache file in Index Admin Page after update.
SVN Repository
Stable Version : http://svn.zeroboard.com/zeroboard_xe/trunk
Develop Version : http://svn.zeroboard.com/zeroboard_xe/sandbox
How To Download via SVN
Note
After upgrading please check followings.
Read carefully release note, and check upgrade manual.
Please re-create cache files.
If layout is not displayed after upgrading zbXE, it may be due to that changed layout is not matched with upgraded CSS. In that case, please reset layout.






现在公司有点忙。