info 수정, ReleaseNote 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4338 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-07-03 04:37:35 +00:00
parent 83ad486048
commit 2583f3a46e
3 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,4 @@
2008.06.26 v0.2.0 본문에 대한 댓글알림 추가- 기본패키지에 추가
2008.06.18 v0.1.3 queue에서 잘 안 빠지는 문제 수정 2008.06.18 v0.1.3 queue에서 잘 안 빠지는 문제 수정
2008.06.18 v0.1.2 page module로 들어오는 noti가 반영이 안되는 문제 수정 2008.06.18 v0.1.2 page module로 들어오는 noti가 반영이 안되는 문제 수정
2008.06.17 v0.1.1 tag strip안되는 문제 수정 2008.06.17 v0.1.1 tag strip안되는 문제 수정

View file

@ -4,8 +4,8 @@
<title xml:lang="en">Comment Notifier</title> <title xml:lang="en">Comment Notifier</title>
<author email_address="haneul0318@gmail.com" link="http://seungyeop.kr" date="2008. 06. 02"> <author email_address="haneul0318@gmail.com" link="http://seungyeop.kr" date="2008. 06. 02">
<name xml:lang="ko">haneul</name> <name xml:lang="ko">haneul</name>
<name xml:lang="en">haneul</name> <name xml:lang="en">haneul</name>
<description xml:lang="ko">댓글알리미 모듈입니다.</description> <description xml:lang="ko">댓글알리미 모듈입니다.</description>
<description xml:lang="en">Comment Notifier will tell you when there's a new comment</description> <description xml:lang="en">Comment Notifier will tell you when there's a new comment</description>
</author> </author>
</module> </module>

View file

@ -257,7 +257,7 @@
$oReq->addPostData('r2_body', strip_tags($oChild->get('content'))); $oReq->addPostData('r2_body', strip_tags($oChild->get('content')));
$oReq->sendRequest(true); $oReq->sendRequest(false);
$code = $oReq->getResponseCode(); $code = $oReq->getResponseCode();
return $code; return $code;
} }