mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
info 수정, ReleaseNote 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4338 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
83ad486048
commit
2583f3a46e
3 changed files with 4 additions and 3 deletions
|
|
@ -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안되는 문제 수정
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue